2021-06-02 10:42:04.314 | + ./stack.sh:main:502 : exec 2021-06-02 10:42:04.314 | + ./stack.sh:main:510 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2021-06-02-104204' 2021-06-02 10:42:04.314 | ++ ./stack.sh:main:502 : /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2021-06-02-104204.summary.2021-06-02-104204 2021-06-02 10:42:04.314 | + ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-06-02 10:42:04.315 | + ./stack.sh:echo_summary:461 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2021-06-02-104204 2021-06-02 10:42:04.315 | + ./stack.sh:main:512 : ln -sf /opt/stack/logs/stack.sh.log.2021-06-02-104204 /opt/stack/logs/stack.sh.log 2021-06-02 10:42:04.315 | + ./stack.sh:main:513 : ln -sf /opt/stack/logs/stack.sh.log.2021-06-02-104204.summary.2021-06-02-104204 /opt/stack/logs/stack.sh.log.summary 2021-06-02 10:42:04.315 | + ./stack.sh:main:528 : check_path_perm_sanity /opt/stack 2021-06-02 10:42:04.315 | + functions:check_path_perm_sanity:567 : local real_path 2021-06-02 10:42:04.315 | ++ functions:check_path_perm_sanity:568 : readlink -f /opt/stack 2021-06-02 10:42:04.315 | + functions:check_path_perm_sanity:568 : real_path=/opt/stack 2021-06-02 10:42:04.317 | + functions:check_path_perm_sanity:569 : local rebuilt_path= 2021-06-02 10:42:04.320 | ++ functions:check_path_perm_sanity:570 : tr / ' ' 2021-06-02 10:42:04.321 | ++ functions:check_path_perm_sanity:570 : echo /opt/stack 2021-06-02 10:42:04.323 | + functions:check_path_perm_sanity:570 : for i in $(echo ${real_path} | tr "/" " ") 2021-06-02 10:42:04.325 | + functions:check_path_perm_sanity:571 : rebuilt_path=/opt 2021-06-02 10:42:04.328 | ++ functions:check_path_perm_sanity:573 : stat -c %a /opt 2021-06-02 10:42:04.331 | + functions:check_path_perm_sanity:573 : [[ 755 = 700 ]] 2021-06-02 10:42:04.333 | + functions:check_path_perm_sanity:570 : for i in $(echo ${real_path} | tr "/" " ") 2021-06-02 10:42:04.335 | + functions:check_path_perm_sanity:571 : rebuilt_path=/opt/stack 2021-06-02 10:42:04.337 | ++ functions:check_path_perm_sanity:573 : stat -c %a /opt/stack 2021-06-02 10:42:04.340 | + functions:check_path_perm_sanity:573 : [[ 755 = 700 ]] 2021-06-02 10:42:04.342 | + ./stack.sh:main:534 : trap exit_trap EXIT 2021-06-02 10:42:04.344 | + ./stack.sh:main:575 : trap err_trap ERR 2021-06-02 10:42:04.346 | + ./stack.sh:main:588 : set -o errexit 2021-06-02 10:42:04.347 | + ./stack.sh:main:591 : uname -a 2021-06-02 10:42:04.348 | Linux dv-osbrick-794198-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-06-02 10:42:04.350 | + ./stack.sh:main:594 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2021-06-02 10:42:04.352 | + ./stack.sh:main:595 : rm -f /opt/stack/data/ca-bundle.pem 2021-06-02 10:42:04.355 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/database 2021-06-02 10:42:04.379 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/rpc_backend 2021-06-02 10:42:04.393 | + ./stack.sh:main:605 : fetch_plugins 2021-06-02 10:42:04.395 | + functions-common:fetch_plugins:1678 : local plugins= 2021-06-02 10:42:04.397 | + functions-common:fetch_plugins:1679 : local plugin 2021-06-02 10:42:04.398 | + functions-common:fetch_plugins:1682 : [[ -z '' ]] 2021-06-02 10:42:04.400 | + functions-common:fetch_plugins:1683 : return 2021-06-02 10:42:04.402 | + ./stack.sh:main:609 : run_phase override_defaults 2021-06-02 10:42:04.404 | + functions-common:run_phase:1760 : local mode=override_defaults 2021-06-02 10:42:04.406 | + functions-common:run_phase:1761 : local phase= 2021-06-02 10:42:04.407 | + functions-common:run_phase:1762 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-06-02 10:42:04.409 | + functions-common:run_phase:1763 : local extra_plugin_file_name 2021-06-02 10:42:04.411 | + functions-common:run_phase:1764 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-06-02 10:42:04.413 | + functions-common:run_phase:1769 : local exceptions=80-tempest.sh 2021-06-02 10:42:04.414 | + functions-common:run_phase:1770 : local extra 2021-06-02 10:42:04.417 | ++ functions-common:run_phase:1771 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-06-02 10:42:04.420 | + functions-common:run_phase:1771 : extra=80-tempest.sh 2021-06-02 10:42:04.421 | + functions-common:run_phase:1772 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-06-02 10:42:04.423 | + functions-common:run_phase:1776 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-06-02 10:42:04.425 | + functions-common:run_phase:1776 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2021-06-02 10:42:04.427 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-06-02 10:42:04.439 | ++ functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:42:04.441 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-06-02 10:42:04.442 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2021-06-02 10:42:04.444 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2021-06-02 10:42:04.446 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2021-06-02 10:42:04.447 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2021-06-02 10:42:04.449 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2021-06-02 10:42:04.451 | ++ extras.d/80-tempest.sh:source:26 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2021-06-02 10:42:04.453 | ++ extras.d/80-tempest.sh:source:31 : [[ override_defaults == \c\l\e\a\n ]] 2021-06-02 10:42:04.455 | + functions-common:run_phase:1781 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-06-02 10:42:04.456 | + functions-common:run_phase:1784 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-06-02 10:42:04.458 | + functions-common:run_phase:1785 : plugin_override_defaults 2021-06-02 10:42:04.460 | + functions-common:plugin_override_defaults:1719 : local plugins= 2021-06-02 10:42:04.462 | + functions-common:plugin_override_defaults:1720 : local plugin 2021-06-02 10:42:04.463 | + functions-common:plugin_override_defaults:1723 : [[ -z '' ]] 2021-06-02 10:42:04.465 | + functions-common:plugin_override_defaults:1724 : return 2021-06-02 10:42:04.467 | + ./stack.sh:main:612 : source /home/ubuntu/devstack/lib/apache 2021-06-02 10:42:04.483 | + ./stack.sh:main:615 : source /home/ubuntu/devstack/lib/tls 2021-06-02 10:42:04.485 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2021-06-02 10:42:04.498 | ++ functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:42:04.500 | +++ lib/tls:source:43 : hostname -f 2021-06-02 10:42:04.503 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2021-06-02 10:42:04.505 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2021-06-02 10:42:04.507 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2021-06-02 10:42:04.509 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2021-06-02 10:42:04.511 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2021-06-02 10:42:04.513 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2021-06-02 10:42:04.514 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2021-06-02 10:42:04.516 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2021-06-02 10:42:04.518 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2021-06-02 10:42:04.520 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2021-06-02 10:42:04.524 | + ./stack.sh:main:618 : source /home/ubuntu/devstack/lib/infra 2021-06-02 10:42:04.535 | + ./stack.sh:main:619 : source /home/ubuntu/devstack/lib/libraries 2021-06-02 10:42:04.551 | + ./stack.sh:main:620 : source /home/ubuntu/devstack/lib/lvm 2021-06-02 10:42:04.562 | + ./stack.sh:main:621 : source /home/ubuntu/devstack/lib/horizon 2021-06-02 10:42:04.573 | + ./stack.sh:main:622 : source /home/ubuntu/devstack/lib/keystone 2021-06-02 10:42:04.598 | + ./stack.sh:main:623 : source /home/ubuntu/devstack/lib/glance 2021-06-02 10:42:04.622 | + ./stack.sh:main:624 : source /home/ubuntu/devstack/lib/nova 2021-06-02 10:42:04.687 | + ./stack.sh:main:625 : source /home/ubuntu/devstack/lib/placement 2021-06-02 10:42:04.707 | + ./stack.sh:main:626 : source /home/ubuntu/devstack/lib/cinder 2021-06-02 10:42:04.738 | + ./stack.sh:main:627 : source /home/ubuntu/devstack/lib/swift 2021-06-02 10:42:04.785 | + ./stack.sh:main:628 : source /home/ubuntu/devstack/lib/neutron 2021-06-02 10:42:04.823 | WARNING: Using lib/neutron-legacy is deprecated, and it will be removed in the future 2021-06-02 10:42:04.907 | + ./stack.sh:main:629 : source /home/ubuntu/devstack/lib/ldap 2021-06-02 10:42:04.921 | + ./stack.sh:main:630 : source /home/ubuntu/devstack/lib/dstat 2021-06-02 10:42:04.932 | + ./stack.sh:main:631 : source /home/ubuntu/devstack/lib/tcpdump 2021-06-02 10:42:04.944 | + ./stack.sh:main:632 : source /home/ubuntu/devstack/lib/etcd3 2021-06-02 10:42:05.035 | + ./stack.sh:main:638 : run_phase source 2021-06-02 10:42:05.037 | + functions-common:run_phase:1760 : local mode=source 2021-06-02 10:42:05.039 | + functions-common:run_phase:1761 : local phase= 2021-06-02 10:42:05.041 | + functions-common:run_phase:1762 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-06-02 10:42:05.043 | + functions-common:run_phase:1763 : local extra_plugin_file_name 2021-06-02 10:42:05.045 | + functions-common:run_phase:1764 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-06-02 10:42:05.047 | + functions-common:run_phase:1769 : local exceptions=80-tempest.sh 2021-06-02 10:42:05.049 | + functions-common:run_phase:1770 : local extra 2021-06-02 10:42:05.052 | ++ functions-common:run_phase:1771 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-06-02 10:42:05.055 | + functions-common:run_phase:1771 : extra=80-tempest.sh 2021-06-02 10:42:05.057 | + functions-common:run_phase:1772 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-06-02 10:42:05.059 | + functions-common:run_phase:1776 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-06-02 10:42:05.061 | + functions-common:run_phase:1776 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2021-06-02 10:42:05.063 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-06-02 10:42:05.077 | ++ functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:42:05.079 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2021-06-02 10:42:05.081 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2021-06-02 10:42:05.115 | ++ extras.d/80-tempest.sh:source:26 : [[ source == \u\n\s\t\a\c\k ]] 2021-06-02 10:42:05.117 | ++ extras.d/80-tempest.sh:source:31 : [[ source == \c\l\e\a\n ]] 2021-06-02 10:42:05.120 | + functions-common:run_phase:1781 : [[ source == \s\o\u\r\c\e ]] 2021-06-02 10:42:05.122 | + functions-common:run_phase:1782 : load_plugin_settings 2021-06-02 10:42:05.124 | + functions-common:load_plugin_settings:1696 : local plugins= 2021-06-02 10:42:05.126 | + functions-common:load_plugin_settings:1697 : local plugin 2021-06-02 10:42:05.128 | + functions-common:load_plugin_settings:1700 : [[ -z '' ]] 2021-06-02 10:42:05.130 | + functions-common:load_plugin_settings:1701 : return 2021-06-02 10:42:05.132 | + functions-common:run_phase:1783 : verify_disabled_services 2021-06-02 10:42:05.135 | + functions-common:verify_disabled_services:2043 : local service 2021-06-02 10:42:05.137 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 10:42:05.139 | + functions-common:verify_disabled_services:2045 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2021-06-02 10:42:05.142 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 10:42:05.144 | + functions-common:verify_disabled_services:2045 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2021-06-02 10:42:05.146 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 10:42:05.148 | + functions-common:verify_disabled_services:2045 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2021-06-02 10:42:05.150 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 10:42:05.153 | + functions-common:verify_disabled_services:2045 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2021-06-02 10:42:05.156 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 10:42:05.158 | + functions-common:verify_disabled_services:2045 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2021-06-02 10:42:05.160 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 10:42:05.162 | + functions-common:verify_disabled_services:2045 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2021-06-02 10:42:05.165 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 10:42:05.167 | + functions-common:verify_disabled_services:2045 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2021-06-02 10:42:05.169 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 10:42:05.171 | + functions-common:verify_disabled_services:2045 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2021-06-02 10:42:05.173 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 10:42:05.176 | + functions-common:verify_disabled_services:2045 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2021-06-02 10:42:05.178 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 10:42:05.180 | + functions-common:verify_disabled_services:2045 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2021-06-02 10:42:05.182 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 10:42:05.185 | + functions-common:verify_disabled_services:2045 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2021-06-02 10:42:05.187 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 10:42:05.189 | + functions-common:verify_disabled_services:2045 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2021-06-02 10:42:05.192 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 10:42:05.194 | + functions-common:verify_disabled_services:2045 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2021-06-02 10:42:05.196 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 10:42:05.198 | + functions-common:verify_disabled_services:2045 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2021-06-02 10:42:05.201 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 10:42:05.204 | + functions-common:verify_disabled_services:2045 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2021-06-02 10:42:05.206 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 10:42:05.208 | + functions-common:verify_disabled_services:2045 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2021-06-02 10:42:05.210 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 10:42:05.212 | + functions-common:verify_disabled_services:2045 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2021-06-02 10:42:05.215 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 10:42:05.218 | + functions-common:verify_disabled_services:2045 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2021-06-02 10:42:05.220 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 10:42:05.222 | + functions-common:verify_disabled_services:2045 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2021-06-02 10:42:05.224 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 10:42:05.226 | + functions-common:verify_disabled_services:2045 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2021-06-02 10:42:05.229 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 10:42:05.231 | + functions-common:verify_disabled_services:2045 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2021-06-02 10:42:05.233 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 10:42:05.235 | + functions-common:verify_disabled_services:2045 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2021-06-02 10:42:05.238 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 10:42:05.240 | + functions-common:verify_disabled_services:2045 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2021-06-02 10:42:05.242 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 10:42:05.244 | + functions-common:verify_disabled_services:2045 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2021-06-02 10:42:05.247 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 10:42:05.249 | + functions-common:verify_disabled_services:2045 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2021-06-02 10:42:05.251 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 10:42:05.253 | + functions-common:verify_disabled_services:2045 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2021-06-02 10:42:05.256 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 10:42:05.258 | + functions-common:verify_disabled_services:2045 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2021-06-02 10:42:05.260 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 10:42:05.263 | + functions-common:verify_disabled_services:2045 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2021-06-02 10:42:05.265 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 10:42:05.267 | + functions-common:verify_disabled_services:2045 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2021-06-02 10:42:05.270 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 10:42:05.272 | + functions-common:verify_disabled_services:2045 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2021-06-02 10:42:05.274 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 10:42:05.276 | + functions-common:verify_disabled_services:2045 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2021-06-02 10:42:05.279 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 10:42:05.281 | + functions-common:verify_disabled_services:2045 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2021-06-02 10:42:05.284 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 10:42:05.286 | + functions-common:verify_disabled_services:2045 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2021-06-02 10:42:05.288 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 10:42:05.290 | + functions-common:verify_disabled_services:2045 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2021-06-02 10:42:05.293 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 10:42:05.295 | + functions-common:verify_disabled_services:2045 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2021-06-02 10:42:05.297 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 10:42:05.300 | + functions-common:verify_disabled_services:2045 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2021-06-02 10:42:05.302 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 10:42:05.304 | + functions-common:verify_disabled_services:2045 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2021-06-02 10:42:05.306 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 10:42:05.309 | + functions-common:verify_disabled_services:2045 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2021-06-02 10:42:05.311 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 10:42:05.314 | + functions-common:verify_disabled_services:2045 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2021-06-02 10:42:05.316 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 10:42:05.318 | + functions-common:verify_disabled_services:2045 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2021-06-02 10:42:05.321 | + ./stack.sh:main:709 : initialize_database_backends 2021-06-02 10:42:05.323 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-06-02 10:42:05.326 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2021-06-02 10:42:05.339 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:42:05.342 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2021-06-02 10:42:05.344 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-06-02 10:42:05.346 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2021-06-02 10:42:05.360 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:42:05.362 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2021-06-02 10:42:05.364 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2021-06-02 10:42:05.366 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2021-06-02 10:42:05.369 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2021-06-02 10:42:05.371 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2021-06-02 10:42:05.373 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2021-06-02 10:42:05.376 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2021-06-02 10:42:05.379 | ++ lib/database:initialize_database_backends:102 : get_database_type_mysql 2021-06-02 10:42:05.381 | ++ lib/databases/mysql:get_database_type_mysql:33 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2021-06-02 10:42:05.383 | ++ lib/databases/mysql:get_database_type_mysql:34 : echo mysql+pymysql 2021-06-02 10:42:05.386 | + lib/database:initialize_database_backends:102 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-06-02 10:42:05.389 | + lib/database:initialize_database_backends:104 : return 0 2021-06-02 10:42:05.391 | + ./stack.sh:main:710 : echo 'Using mysql database backend' 2021-06-02 10:42:05.391 | Using mysql database backend 2021-06-02 10:42:05.393 | + ./stack.sh:main:713 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2021-06-02 10:42:05.408 | + ./stack.sh:main:725 : is_service_enabled rabbit 2021-06-02 10:42:05.423 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:42:05.425 | + ./stack.sh:main:726 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2021-06-02 10:42:05.440 | + ./stack.sh:main:733 : is_service_enabled keystone 2021-06-02 10:42:05.456 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:42:05.458 | + ./stack.sh:main:735 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2021-06-02 10:42:05.473 | + ./stack.sh:main:737 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2021-06-02 10:42:05.487 | + ./stack.sh:main:748 : is_service_enabled ldap 2021-06-02 10:42:05.503 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:42:05.506 | + ./stack.sh:main:757 : is_service_enabled nova 2021-06-02 10:42:05.521 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:42:05.524 | + ./stack.sh:main:757 : [[ libvirt == \x\e\n\s\e\r\v\e\r ]] 2021-06-02 10:42:05.526 | + ./stack.sh:main:767 : is_service_enabled s-proxy 2021-06-02 10:42:05.541 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:42:05.544 | + ./stack.sh:main:771 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2021-06-02 10:42:05.559 | + ./stack.sh:main:773 : [[ -z '' ]] 2021-06-02 10:42:05.562 | + ./stack.sh:main:773 : [[ False == \T\r\u\e ]] 2021-06-02 10:42:05.564 | + ./stack.sh:main:779 : save_stackenv 779 2021-06-02 10:42:05.566 | + functions-common:save_stackenv:62 : local tag=779 2021-06-02 10:42:05.569 | ++ functions-common:save_stackenv:64 : date +%F-%H%M%S 2021-06-02 10:42:05.572 | + functions-common:save_stackenv:64 : time_stamp=2021-06-02-104205 2021-06-02 10:42:05.575 | + functions-common:save_stackenv:65 : echo '# 2021-06-02-104205 779' 2021-06-02 10:42:05.578 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-06-02 10:42:05.580 | + functions-common:save_stackenv:67 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-06-02 10:42:05.583 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-06-02 10:42:05.585 | + functions-common:save_stackenv:67 : echo DATA_DIR=/opt/stack/data 2021-06-02 10:42:05.587 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-06-02 10:42:05.590 | + functions-common:save_stackenv:67 : echo DEST=/opt/stack 2021-06-02 10:42:05.592 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-06-02 10:42:05.594 | + functions-common:save_stackenv:67 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,g-reg,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,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-06-02 10:42:05.597 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-06-02 10:42:05.599 | + functions-common:save_stackenv:67 : echo HOST_IP=10.222.0.22 2021-06-02 10:42:05.601 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-06-02 10:42:05.604 | + functions-common:save_stackenv:67 : echo KEYSTONE_AUTH_URI=http://10.222.0.22/identity 2021-06-02 10:42:05.606 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-06-02 10:42:05.608 | + functions-common:save_stackenv:67 : echo KEYSTONE_SERVICE_URI=http://10.222.0.22/identity 2021-06-02 10:42:05.611 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-06-02 10:42:05.613 | + functions-common:save_stackenv:67 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2021-06-02-104204 2021-06-02 10:42:05.615 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-06-02 10:42:05.618 | + functions-common:save_stackenv:67 : echo OS_CACERT= 2021-06-02 10:42:05.620 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-06-02 10:42:05.623 | + functions-common:save_stackenv:67 : echo SERVICE_HOST=10.222.0.22 2021-06-02 10:42:05.626 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-06-02 10:42:05.628 | + functions-common:save_stackenv:67 : echo STACK_USER=ubuntu 2021-06-02 10:42:05.630 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-06-02 10:42:05.633 | + functions-common:save_stackenv:67 : echo TLS_IP= 2021-06-02 10:42:05.635 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-06-02 10:42:05.638 | + functions-common:save_stackenv:67 : echo HOST_IPV6=::1 2021-06-02 10:42:05.640 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-06-02 10:42:05.642 | + functions-common:save_stackenv:67 : echo SERVICE_IP_VERSION=4 2021-06-02 10:42:05.645 | + ./stack.sh:main:790 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements stable/train 2021-06-02 10:42:05.647 | + functions-common:git_clone:524 : local git_remote=https://opendev.org/openstack/requirements.git 2021-06-02 10:42:05.649 | + functions-common:git_clone:525 : local git_dest=/opt/stack/requirements 2021-06-02 10:42:05.651 | + functions-common:git_clone:526 : local git_ref=stable/train 2021-06-02 10:42:05.653 | + functions-common:git_clone:527 : local orig_dir 2021-06-02 10:42:05.656 | ++ functions-common:git_clone:528 : pwd 2021-06-02 10:42:05.658 | + functions-common:git_clone:528 : orig_dir=/home/ubuntu/devstack 2021-06-02 10:42:05.660 | + functions-common:git_clone:529 : local git_clone_flags= 2021-06-02 10:42:05.663 | ++ functions-common:git_clone:531 : trueorfalse False RECLONE 2021-06-02 10:42:05.678 | + functions-common:git_clone:531 : RECLONE=False 2021-06-02 10:42:05.680 | + functions-common:git_clone:532 : [[ 0 -gt 0 ]] 2021-06-02 10:42:05.682 | + functions-common:git_clone:536 : [[ False = \T\r\u\e ]] 2021-06-02 10:42:05.685 | + functions-common:git_clone:545 : echo stable/train 2021-06-02 10:42:05.685 | + functions-common:git_clone:545 : egrep -q '^refs' 2021-06-02 10:42:05.689 | + functions-common:git_clone:559 : [[ ! -d /opt/stack/requirements ]] 2021-06-02 10:42:05.691 | + functions-common:git_clone:567 : [[ False = \T\r\u\e ]] 2021-06-02 10:42:05.694 | + functions-common:git_clone:593 : cd /opt/stack/requirements 2021-06-02 10:42:05.696 | + functions-common:git_clone:594 : git show --oneline 2021-06-02 10:42:05.697 | + functions-common:git_clone:594 : head -1 2021-06-02 10:42:05.699 | 44c2f5b7 update constraint for horizon to new release 16.2.2 2021-06-02 10:42:05.702 | + functions-common:git_clone:595 : cd /home/ubuntu/devstack 2021-06-02 10:42:05.704 | + ./stack.sh:main:794 : echo_summary 'Installing package prerequisites' 2021-06-02 10:42:05.706 | + ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-06-02 10:42:05.709 | + ./stack.sh:echo_summary:461 : echo -e Installing package prerequisites 2021-06-02 10:42:05.711 | + ./stack.sh:main:795 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2021-06-02 10:42:05.714 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2021-06-02 10:42:05.716 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2021-06-02 10:42:05.719 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2021-06-02 10:42:05.721 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2021-06-02 10:42:05.723 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2021-06-02 10:42:05.726 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2021-06-02 10:42:05.729 | +++ tools/install_prereqs.sh:source:47 : date +%s 2021-06-02 10:42:05.733 | ++ tools/install_prereqs.sh:source:47 : NOW=1622630525 2021-06-02 10:42:05.736 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2021-06-02 10:42:05.740 | +++ tools/install_prereqs.sh:source:48 : echo 0 2021-06-02 10:42:05.743 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2021-06-02 10:42:05.745 | ++ tools/install_prereqs.sh:source:49 : DELTA=1622630525 2021-06-02 10:42:05.748 | ++ tools/install_prereqs.sh:source:50 : [[ 1622630525 -lt 7200 ]] 2021-06-02 10:42:05.750 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2021-06-02 10:42:05.752 | ++ functions-common:export_proxy_variables:2154 : isset http_proxy 2021-06-02 10:42:05.755 | ++ functions-common:isset:171 : [[ -v http_proxy ]] 2021-06-02 10:42:05.757 | ++ functions-common:export_proxy_variables:2157 : isset https_proxy 2021-06-02 10:42:05.759 | ++ functions-common:isset:171 : [[ -v https_proxy ]] 2021-06-02 10:42:05.762 | ++ functions-common:export_proxy_variables:2160 : isset no_proxy 2021-06-02 10:42:05.764 | ++ functions-common:isset:171 : [[ -v no_proxy ]] 2021-06-02 10:42:05.767 | +++ 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,g-reg,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,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-06-02 10:42:05.816 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2021-06-02 10:42:05.816 | apache2-dev 2021-06-02 10:42:05.816 | bc 2021-06-02 10:42:05.816 | bridge-utils 2021-06-02 10:42:05.816 | bsdmainutils 2021-06-02 10:42:05.816 | curl 2021-06-02 10:42:05.816 | g++ 2021-06-02 10:42:05.816 | gcc 2021-06-02 10:42:05.816 | gettext 2021-06-02 10:42:05.816 | git 2021-06-02 10:42:05.816 | graphviz 2021-06-02 10:42:05.816 | iputils-ping 2021-06-02 10:42:05.816 | libapache2-mod-proxy-uwsgi 2021-06-02 10:42:05.816 | libffi-dev 2021-06-02 10:42:05.816 | libjpeg-dev 2021-06-02 10:42:05.816 | libmysqlclient-dev 2021-06-02 10:42:05.816 | libpcre3-dev 2021-06-02 10:42:05.816 | libpq-dev 2021-06-02 10:42:05.816 | libssl-dev 2021-06-02 10:42:05.816 | libsystemd-dev 2021-06-02 10:42:05.816 | libxml2-dev 2021-06-02 10:42:05.816 | libxslt1-dev 2021-06-02 10:42:05.816 | libyaml-dev 2021-06-02 10:42:05.816 | lsof 2021-06-02 10:42:05.816 | openssh-server 2021-06-02 10:42:05.816 | openssl 2021-06-02 10:42:05.816 | pkg-config 2021-06-02 10:42:05.816 | psmisc 2021-06-02 10:42:05.816 | python2.7 2021-06-02 10:42:05.816 | python-dev 2021-06-02 10:42:05.816 | python-gdbm 2021-06-02 10:42:05.816 | tar 2021-06-02 10:42:05.816 | tcpdump 2021-06-02 10:42:05.816 | unzip 2021-06-02 10:42:05.816 | uuid-runtime 2021-06-02 10:42:05.816 | wget 2021-06-02 10:42:05.816 | wget 2021-06-02 10:42:05.816 | zlib1g-dev 2021-06-02 10:42:05.816 | libkrb5-dev 2021-06-02 10:42:05.816 | libldap2-dev 2021-06-02 10:42:05.816 | libsasl2-dev 2021-06-02 10:42:05.816 | memcached 2021-06-02 10:42:05.816 | python-mysqldb 2021-06-02 10:42:05.816 | sqlite3 2021-06-02 10:42:05.816 | conntrack 2021-06-02 10:42:05.817 | curl 2021-06-02 10:42:05.817 | dnsmasq-base 2021-06-02 10:42:05.817 | dnsmasq-utils 2021-06-02 10:42:05.817 | ebtables 2021-06-02 10:42:05.817 | gawk 2021-06-02 10:42:05.817 | genisoimage 2021-06-02 10:42:05.817 | iptables 2021-06-02 10:42:05.817 | iputils-arping 2021-06-02 10:42:05.817 | kpartx 2021-06-02 10:42:05.817 | libjs-jquery-tablesorter 2021-06-02 10:42:05.817 | libmysqlclient-dev 2021-06-02 10:42:05.817 | parted 2021-06-02 10:42:05.817 | pm-utils 2021-06-02 10:42:05.817 | python-mysqldb 2021-06-02 10:42:05.817 | socat 2021-06-02 10:42:05.817 | sqlite3 2021-06-02 10:42:05.817 | sudo 2021-06-02 10:42:05.817 | vlan 2021-06-02 10:42:05.817 | lvm2 2021-06-02 10:42:05.817 | open-iscsi 2021-06-02 10:42:05.817 | qemu-utils 2021-06-02 10:42:05.817 | thin-provisioning-tools 2021-06-02 10:42:05.817 | acl 2021-06-02 10:42:05.817 | dnsmasq-base 2021-06-02 10:42:05.817 | dnsmasq-utils 2021-06-02 10:42:05.817 | ebtables 2021-06-02 10:42:05.817 | haproxy 2021-06-02 10:42:05.817 | iptables 2021-06-02 10:42:05.817 | iputils-arping 2021-06-02 10:42:05.817 | iputils-ping 2021-06-02 10:42:05.817 | libmysqlclient-dev 2021-06-02 10:42:05.817 | postgresql-server-dev-all 2021-06-02 10:42:05.817 | python-mysqldb 2021-06-02 10:42:05.817 | sqlite3 2021-06-02 10:42:05.817 | sudo 2021-06-02 10:42:05.817 | vlan 2021-06-02 10:42:05.817 | ipset 2021-06-02 10:42:05.817 | conntrack 2021-06-02 10:42:05.817 | conntrackd 2021-06-02 10:42:05.817 | keepalived 2021-06-02 10:42:05.817 | dstat 2021-06-02 10:42:05.817 | python-psutil 2021-06-02 10:42:05.817 | lvm2 2021-06-02 10:42:05.817 | open-iscsi 2021-06-02 10:42:05.817 | qemu-utils 2021-06-02 10:42:05.817 | thin-provisioning-tools 2021-06-02 10:42:05.817 | curl 2021-06-02 10:42:05.817 | liberasurecode-dev 2021-06-02 10:42:05.817 | make 2021-06-02 10:42:05.817 | memcached 2021-06-02 10:42:05.817 | sqlite3 2021-06-02 10:42:05.817 | xfsprogs' 2021-06-02 10:42:05.819 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2021-06-02 10:42:05.835 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2021-06-02 10:42:05.835 | apache2-dev 2021-06-02 10:42:05.835 | bc 2021-06-02 10:42:05.835 | bridge-utils 2021-06-02 10:42:05.835 | bsdmainutils 2021-06-02 10:42:05.835 | curl 2021-06-02 10:42:05.835 | g++ 2021-06-02 10:42:05.835 | gcc 2021-06-02 10:42:05.835 | gettext 2021-06-02 10:42:05.835 | git 2021-06-02 10:42:05.835 | graphviz 2021-06-02 10:42:05.836 | iputils-ping 2021-06-02 10:42:05.836 | libapache2-mod-proxy-uwsgi 2021-06-02 10:42:05.836 | libffi-dev 2021-06-02 10:42:05.836 | libjpeg-dev 2021-06-02 10:42:05.836 | libmysqlclient-dev 2021-06-02 10:42:05.836 | libpcre3-dev 2021-06-02 10:42:05.836 | libpq-dev 2021-06-02 10:42:05.836 | libssl-dev 2021-06-02 10:42:05.836 | libsystemd-dev 2021-06-02 10:42:05.836 | libxml2-dev 2021-06-02 10:42:05.836 | libxslt1-dev 2021-06-02 10:42:05.836 | libyaml-dev 2021-06-02 10:42:05.836 | lsof 2021-06-02 10:42:05.836 | openssh-server 2021-06-02 10:42:05.836 | openssl 2021-06-02 10:42:05.836 | pkg-config 2021-06-02 10:42:05.836 | psmisc 2021-06-02 10:42:05.836 | python2.7 2021-06-02 10:42:05.836 | python-dev 2021-06-02 10:42:05.836 | python-gdbm 2021-06-02 10:42:05.836 | tar 2021-06-02 10:42:05.836 | tcpdump 2021-06-02 10:42:05.836 | unzip 2021-06-02 10:42:05.836 | uuid-runtime 2021-06-02 10:42:05.836 | wget 2021-06-02 10:42:05.836 | wget 2021-06-02 10:42:05.836 | zlib1g-dev 2021-06-02 10:42:05.836 | libkrb5-dev 2021-06-02 10:42:05.836 | libldap2-dev 2021-06-02 10:42:05.836 | libsasl2-dev 2021-06-02 10:42:05.836 | memcached 2021-06-02 10:42:05.836 | python-mysqldb 2021-06-02 10:42:05.836 | sqlite3 2021-06-02 10:42:05.836 | conntrack 2021-06-02 10:42:05.836 | curl 2021-06-02 10:42:05.836 | dnsmasq-base 2021-06-02 10:42:05.836 | dnsmasq-utils 2021-06-02 10:42:05.836 | ebtables 2021-06-02 10:42:05.836 | gawk 2021-06-02 10:42:05.836 | genisoimage 2021-06-02 10:42:05.836 | iptables 2021-06-02 10:42:05.836 | iputils-arping 2021-06-02 10:42:05.836 | kpartx 2021-06-02 10:42:05.836 | libjs-jquery-tablesorter 2021-06-02 10:42:05.836 | libmysqlclient-dev 2021-06-02 10:42:05.836 | parted 2021-06-02 10:42:05.836 | pm-utils 2021-06-02 10:42:05.836 | python-mysqldb 2021-06-02 10:42:05.836 | socat 2021-06-02 10:42:05.836 | sqlite3 2021-06-02 10:42:05.836 | sudo 2021-06-02 10:42:05.836 | vlan 2021-06-02 10:42:05.836 | lvm2 2021-06-02 10:42:05.837 | open-iscsi 2021-06-02 10:42:05.837 | qemu-utils 2021-06-02 10:42:05.837 | thin-provisioning-tools 2021-06-02 10:42:05.837 | acl 2021-06-02 10:42:05.837 | dnsmasq-base 2021-06-02 10:42:05.837 | dnsmasq-utils 2021-06-02 10:42:05.837 | ebtables 2021-06-02 10:42:05.837 | haproxy 2021-06-02 10:42:05.837 | iptables 2021-06-02 10:42:05.837 | iputils-arping 2021-06-02 10:42:05.837 | iputils-ping 2021-06-02 10:42:05.837 | libmysqlclient-dev 2021-06-02 10:42:05.837 | postgresql-server-dev-all 2021-06-02 10:42:05.837 | python-mysqldb 2021-06-02 10:42:05.837 | sqlite3 2021-06-02 10:42:05.837 | sudo 2021-06-02 10:42:05.837 | vlan 2021-06-02 10:42:05.837 | ipset 2021-06-02 10:42:05.837 | conntrack 2021-06-02 10:42:05.837 | conntrackd 2021-06-02 10:42:05.837 | keepalived 2021-06-02 10:42:05.837 | dstat 2021-06-02 10:42:05.837 | python-psutil 2021-06-02 10:42:05.837 | lvm2 2021-06-02 10:42:05.837 | open-iscsi 2021-06-02 10:42:05.837 | qemu-utils 2021-06-02 10:42:05.837 | thin-provisioning-tools 2021-06-02 10:42:05.837 | curl 2021-06-02 10:42:05.837 | liberasurecode-dev 2021-06-02 10:42:05.837 | make 2021-06-02 10:42:05.837 | memcached 2021-06-02 10:42:05.837 | sqlite3 2021-06-02 10:42:05.837 | xfsprogs ' 2021-06-02 10:42:05.838 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2021-06-02 10:42:05.840 | ++ functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:42:05.842 | ++ functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:42:05.845 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2021-06-02 10:42:05.846 | ++ tools/install_prereqs.sh:source:67 : echo apache2 apache2-dev bc bridge-utils 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 python2.7 python-dev python-gdbm tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python-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 python-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat python-psutil lvm2 open-iscsi qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-06-02 10:42:05.849 | ++ tools/install_prereqs.sh:source:72 : install_package apache2 apache2-dev bc bridge-utils 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 python2.7 python-dev python-gdbm tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python-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 python-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat python-psutil lvm2 open-iscsi qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-06-02 10:42:05.852 | ++ functions-common:install_package:1334 : update_package_repo 2021-06-02 10:42:05.854 | ++ functions-common:update_package_repo:1306 : NO_UPDATE_REPOS=False 2021-06-02 10:42:05.857 | ++ functions-common:update_package_repo:1307 : REPOS_UPDATED=False 2021-06-02 10:42:05.859 | ++ functions-common:update_package_repo:1308 : RETRY_UPDATE=False 2021-06-02 10:42:05.861 | ++ functions-common:update_package_repo:1310 : [[ False = \T\r\u\e ]] 2021-06-02 10:42:05.863 | ++ functions-common:update_package_repo:1314 : is_ubuntu 2021-06-02 10:42:05.865 | ++ functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:42:05.867 | ++ functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:42:05.870 | ++ functions-common:update_package_repo:1315 : apt_get_update 2021-06-02 10:42:05.872 | ++ functions-common:apt_get_update:1069 : [[ False == \T\r\u\e ]] 2021-06-02 10:42:05.874 | ++ functions-common:apt_get_update:1074 : [[ False = \T\r\u\e ]] 2021-06-02 10:42:05.877 | ++ functions-common:apt_get_update:1076 : local sudo=sudo 2021-06-02 10:42:05.879 | +++ functions-common:apt_get_update:1077 : id -u 2021-06-02 10:42:05.883 | ++ functions-common:apt_get_update:1077 : [[ 1000 = \0 ]] 2021-06-02 10:42:05.885 | ++ functions-common:apt_get_update:1080 : time_start apt-get-update 2021-06-02 10:42:05.888 | ++ functions-common:time_start:2322 : local name=apt-get-update 2021-06-02 10:42:05.890 | ++ functions-common:time_start:2323 : local start_time= 2021-06-02 10:42:05.892 | ++ functions-common:time_start:2324 : [[ -n '' ]] 2021-06-02 10:42:05.895 | +++ functions-common:time_start:2327 : date +%s%3N 2021-06-02 10:42:05.899 | ++ functions-common:time_start:2327 : _TIME_START[$name]=1622630525896 2021-06-02 10:42:05.901 | ++ functions-common:apt_get_update:1082 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2021-06-02 10:42:05.903 | ++ functions-common:apt_get_update:1083 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2021-06-02 10:42:05.905 | ++ functions-common:apt_get_update:1084 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2021-06-02 10:42:06.337 | Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 2021-06-02 10:42:06.498 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2021-06-02 10:42:06.636 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2021-06-02 10:42:06.777 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2021-06-02 10:42:08.786 | Reading package lists... 2021-06-02 10:42:08.848 | ++ functions-common:apt_get_update:1088 : REPOS_UPDATED=True 2021-06-02 10:42:08.851 | ++ functions-common:apt_get_update:1090 : time_stop apt-get-update 2021-06-02 10:42:08.853 | ++ functions-common:time_stop:2336 : local name 2021-06-02 10:42:08.855 | ++ functions-common:time_stop:2337 : local end_time 2021-06-02 10:42:08.858 | ++ functions-common:time_stop:2338 : local elapsed_time 2021-06-02 10:42:08.860 | ++ functions-common:time_stop:2339 : local total 2021-06-02 10:42:08.862 | ++ functions-common:time_stop:2340 : local start_time 2021-06-02 10:42:08.864 | ++ functions-common:time_stop:2342 : name=apt-get-update 2021-06-02 10:42:08.866 | ++ functions-common:time_stop:2343 : start_time=1622630525896 2021-06-02 10:42:08.868 | ++ functions-common:time_stop:2345 : [[ -z 1622630525896 ]] 2021-06-02 10:42:08.872 | +++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 10:42:08.876 | ++ functions-common:time_stop:2348 : end_time=1622630528873 2021-06-02 10:42:08.878 | ++ functions-common:time_stop:2349 : elapsed_time=2977 2021-06-02 10:42:08.880 | ++ functions-common:time_stop:2350 : total=0 2021-06-02 10:42:08.882 | ++ functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 10:42:08.884 | ++ functions-common:time_stop:2353 : _TIME_TOTAL[$name]=2977 2021-06-02 10:42:08.887 | ++ functions-common:install_package:1335 : real_install_package apache2 apache2-dev bc bridge-utils 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 python2.7 python-dev python-gdbm tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python-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 python-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat python-psutil lvm2 open-iscsi qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-06-02 10:42:08.889 | ++ functions-common:real_install_package:1320 : is_ubuntu 2021-06-02 10:42:08.892 | ++ functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:42:08.894 | ++ functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:42:08.896 | ++ functions-common:real_install_package:1321 : apt_get install apache2 apache2-dev bc bridge-utils 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 python2.7 python-dev python-gdbm tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python-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 python-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat python-psutil lvm2 open-iscsi qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-06-02 10:42:08.917 | ++ functions-common:apt_get:1110 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 apache2-dev bc bridge-utils 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 python2.7 python-dev python-gdbm tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python-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 python-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat python-psutil lvm2 open-iscsi qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-06-02 10:42:09.036 | Reading package lists... 2021-06-02 10:42:09.283 | Building dependency tree... 2021-06-02 10:42:09.284 | Reading state information... 2021-06-02 10:42:09.530 | acl is already the newest version (2.2.52-3build1). 2021-06-02 10:42:09.530 | acl set to manually installed. 2021-06-02 10:42:09.530 | bc is already the newest version (1.07.1-2). 2021-06-02 10:42:09.530 | bc set to manually installed. 2021-06-02 10:42:09.530 | bridge-utils is already the newest version (1.5-15ubuntu1). 2021-06-02 10:42:09.530 | bsdmainutils is already the newest version (11.1.2ubuntu1). 2021-06-02 10:42:09.530 | bsdmainutils set to manually installed. 2021-06-02 10:42:09.530 | gawk is already the newest version (1:4.1.4+dfsg-1build1). 2021-06-02 10:42:09.530 | gawk set to manually installed. 2021-06-02 10:42:09.530 | iptables is already the newest version (1.6.1-2ubuntu2). 2021-06-02 10:42:09.530 | iptables set to manually installed. 2021-06-02 10:42:09.530 | libpcre3-dev is already the newest version (2:8.39-9). 2021-06-02 10:42:09.530 | lsof is already the newest version (4.89+dfsg-0.1). 2021-06-02 10:42:09.530 | lsof set to manually installed. 2021-06-02 10:42:09.530 | xfsprogs is already the newest version (4.9.0+nmu1ubuntu2). 2021-06-02 10:42:09.530 | ebtables is already the newest version (2.0.10.4-3.5ubuntu2.18.04.3). 2021-06-02 10:42:09.530 | ebtables set to manually installed. 2021-06-02 10:42:09.530 | gcc is already the newest version (4:7.4.0-1ubuntu2.3). 2021-06-02 10:42:09.530 | iputils-ping is already the newest version (3:20161105-1ubuntu3). 2021-06-02 10:42:09.530 | openssh-server is already the newest version (1:7.6p1-4ubuntu0.3). 2021-06-02 10:42:09.530 | parted is already the newest version (3.2-20ubuntu0.2). 2021-06-02 10:42:09.530 | parted set to manually installed. 2021-06-02 10:42:09.530 | psmisc is already the newest version (23.1-1ubuntu0.1). 2021-06-02 10:42:09.530 | psmisc set to manually installed. 2021-06-02 10:42:09.530 | python2.7 is already the newest version (2.7.17-1~18.04ubuntu1.6). 2021-06-02 10:42:09.530 | wget is already the newest version (1.19.4-1ubuntu2.2). 2021-06-02 10:42:09.530 | wget set to manually installed. 2021-06-02 10:42:09.530 | The following packages were automatically installed and are no longer required: 2021-06-02 10:42:09.531 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-06-02 10:42:09.531 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-06-02 10:42:09.531 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-06-02 10:42:09.531 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-06-02 10:42:09.531 | python3-twisted-bin python3-zope.interface 2021-06-02 10:42:09.531 | Use 'sudo apt autoremove' to remove them. 2021-06-02 10:42:09.531 | The following additional packages will be installed: 2021-06-02 10:42:09.531 | apache2-bin apache2-data apache2-utils autoconf automake autopoint 2021-06-02 10:42:09.531 | autotools-dev build-essential comerr-dev dctrl-tools debhelper dh-autoreconf 2021-06-02 10:42:09.531 | dh-strip-nondeterminism dpkg-dev fakeroot fontconfig fontconfig-config 2021-06-02 10:42:09.531 | fonts-dejavu-core fonts-liberation g++-7 gir1.2-harfbuzz-0.0 2021-06-02 10:42:09.531 | ibverbs-providers icu-devtools intltool-debian ipvsadm javascript-common 2021-06-02 10:42:09.531 | krb5-multidev libaio1 libalgorithm-diff-perl libalgorithm-diff-xs-perl 2021-06-02 10:42:09.531 | libalgorithm-merge-perl libann0 libapr1 libapr1-dev libaprutil1 2021-06-02 10:42:09.531 | libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap 2021-06-02 10:42:09.531 | libarchive-cpio-perl libarchive-zip-perl libcairo2 libcdt5 libcgraph6 2021-06-02 10:42:09.531 | libcom-err2 libcroco3 libcurl4 libdatrie1 libdpkg-perl liberasurecode1 2021-06-02 10:42:09.531 | libfakeroot libfile-fcntllock-perl libfile-stripnondeterminism-perl 2021-06-02 10:42:09.531 | libfontconfig1 libgd3 libglib2.0-0 libglib2.0-bin libglib2.0-dev 2021-06-02 10:42:09.531 | libglib2.0-dev-bin libgraphite2-3 libgraphite2-dev libgssapi-krb5-2 2021-06-02 10:42:09.531 | libgssrpc4 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz-dev 2021-06-02 10:42:09.531 | libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz0b libibverbs1 libice6 2021-06-02 10:42:09.531 | libicu-dev libicu-le-hb-dev libicu-le-hb0 libicu60 libiculx60 libipset3 2021-06-02 10:42:09.531 | libiscsi7 libjansson4 libjbig0 libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2021-06-02 10:42:09.531 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libk5crypto3 2021-06-02 10:42:09.531 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-3 libkrb5support0 2021-06-02 10:42:09.531 | liblab-gamut1 libldap-2.4-2 libldap-common libltdl-dev libltdl7 liblua5.2-0 2021-06-02 10:42:09.531 | liblua5.3-0 libmail-sendmail-perl libmatheval1 libmysqlclient20 2021-06-02 10:42:09.531 | libnetfilter-cthelper0 libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 2021-06-02 10:42:09.531 | libnl-route-3-200 libnorm1 libnspr4 libnss-systemd libnss3 libpam-systemd 2021-06-02 10:42:09.532 | libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 2021-06-02 10:42:09.532 | libpgm-5.2-0 libpixman-1-0 libpq5 libpython-dev librados2 librbd1 libsasl2-2 2021-06-02 10:42:09.532 | libsasl2-modules libsasl2-modules-db libsctp-dev libsctp1 libsensors4 libsm6 2021-06-02 10:42:09.532 | libsnmp-base libsnmp30 libsodium23 libsqlite3-0 libssl1.1 libstdc++-7-dev 2021-06-02 10:42:09.532 | libsys-hostname-long-perl libsystemd0 libthai-data libthai0 libtiff5 2021-06-02 10:42:09.532 | libtimedate-perl libtool libuuid1 libwebp6 libx86-1 libxaw7 libxcb-render0 2021-06-02 10:42:09.532 | libxcb-shm0 libxml2 libxmu6 libxpm4 libxrender1 libxslt1.1 libxt6 libzmq5 m4 2021-06-02 10:42:09.532 | mysql-common po-debconf postgresql-client-common postgresql-common 2021-06-02 10:42:09.532 | postgresql-server-dev-10 qemu-block-extra sharutils ssl-cert systemd 2021-06-02 10:42:09.532 | uuid-dev uwsgi-core vbetool x11-common 2021-06-02 10:42:09.533 | Suggested packages: 2021-06-02 10:42:09.533 | www-browser apache2-doc apache2-suexec-pristine | apache2-suexec-custom 2021-06-02 10:42:09.534 | autoconf-archive gnu-standards autoconf-doc doc-base debtags dh-make dwz 2021-06-02 10:42:09.534 | debian-keyring g++-multilib g++-7-multilib gcc-7-doc libstdc++6-7-dbg wodim 2021-06-02 10:42:09.534 | cdrkit-doc gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run 2021-06-02 10:42:09.534 | | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs 2021-06-02 10:42:09.534 | git-mediawiki git-svn gsfonts graphviz-doc vim-haproxy haproxy-doc heartbeat 2021-06-02 10:42:09.534 | ldirectord krb5-doc uwsgi bzr libisal2 libjerasure2 libgd-tools 2021-06-02 10:42:09.534 | libglib2.0-doc libgraphite2-utils krb5-user icu-doc libtool-doc 2021-06-02 10:42:09.534 | postgresql-doc-10 libsasl2-modules-gssapi-mit 2021-06-02 10:42:09.534 | | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp 2021-06-02 10:42:09.534 | libsasl2-modules-sql lksctp-tools lm-sensors snmp-mibs-downloader libssl-doc 2021-06-02 10:42:09.534 | libstdc++-7-doc gfortran | fortran95-compiler gcj-jdk libyaml-doc m4-doc 2021-06-02 10:42:09.534 | make-doc libcache-memcached-perl libmemcached libanyevent-perl libyaml-perl 2021-06-02 10:42:09.534 | libterm-readkey-perl cpufrequtils wireless-tools radeontool libmail-box-perl 2021-06-02 10:42:09.534 | libjson-perl python-gdbm-dbg default-mysql-server | virtual-mysql-server 2021-06-02 10:42:09.534 | python-egenix-mxdatetime python-mysqldb-dbg python-psutil-doc debootstrap 2021-06-02 10:42:09.534 | sharutils-doc bsd-mailx | mailx sqlite3-doc openssl-blacklist 2021-06-02 10:42:09.534 | systemd-container ncompress tar-scripts tar-doc zip uwsgi-plugins-all 2021-06-02 10:42:09.534 | uwsgi-extra uwsgi-dev 2021-06-02 10:42:09.786 | The following NEW packages will be installed: 2021-06-02 10:42:09.786 | apache2 apache2-bin apache2-data apache2-dev apache2-utils autoconf automake 2021-06-02 10:42:09.786 | autopoint autotools-dev build-essential comerr-dev conntrack conntrackd 2021-06-02 10:42:09.786 | dctrl-tools debhelper dh-autoreconf dh-strip-nondeterminism dnsmasq-utils 2021-06-02 10:42:09.786 | dpkg-dev dstat fakeroot fontconfig fontconfig-config fonts-dejavu-core 2021-06-02 10:42:09.786 | fonts-liberation g++ g++-7 genisoimage gettext gir1.2-harfbuzz-0.0 graphviz 2021-06-02 10:42:09.786 | haproxy ibverbs-providers icu-devtools intltool-debian ipset iputils-arping 2021-06-02 10:42:09.786 | ipvsadm javascript-common keepalived kpartx krb5-multidev libaio1 2021-06-02 10:42:09.786 | libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl 2021-06-02 10:42:09.786 | libann0 libapache2-mod-proxy-uwsgi libapr1 libapr1-dev libaprutil1 2021-06-02 10:42:09.786 | libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap 2021-06-02 10:42:09.786 | libarchive-cpio-perl libarchive-zip-perl libcairo2 libcdt5 libcgraph6 2021-06-02 10:42:09.786 | libcroco3 libdatrie1 libdpkg-perl liberasurecode-dev liberasurecode1 2021-06-02 10:42:09.786 | libfakeroot libffi-dev libfile-fcntllock-perl 2021-06-02 10:42:09.786 | libfile-stripnondeterminism-perl libfontconfig1 libgd3 libglib2.0-bin 2021-06-02 10:42:09.786 | libglib2.0-dev libglib2.0-dev-bin libgraphite2-3 libgraphite2-dev libgssrpc4 2021-06-02 10:42:09.786 | libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz-dev 2021-06-02 10:42:09.786 | libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz0b libibverbs1 libice6 2021-06-02 10:42:09.786 | libicu-dev libicu-le-hb-dev libicu-le-hb0 libiculx60 libipset3 libiscsi7 2021-06-02 10:42:09.786 | libjansson4 libjbig0 libjpeg-dev libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2021-06-02 10:42:09.786 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libjs-jquery-tablesorter 2021-06-02 10:42:09.786 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-dev liblab-gamut1 2021-06-02 10:42:09.786 | libldap2-dev libltdl-dev libltdl7 liblua5.2-0 liblua5.3-0 2021-06-02 10:42:09.786 | libmail-sendmail-perl libmatheval1 libmysqlclient-dev libmysqlclient20 2021-06-02 10:42:09.786 | libnetfilter-cthelper0 libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 2021-06-02 10:42:09.786 | libnl-route-3-200 libnorm1 libnspr4 libnss3 libpango-1.0-0 2021-06-02 10:42:09.786 | libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpgm-5.2-0 2021-06-02 10:42:09.786 | libpixman-1-0 libpq-dev libpq5 libpython-dev librados2 librbd1 libsasl2-dev 2021-06-02 10:42:09.786 | libsctp-dev libsctp1 libsensors4 libsm6 libsnmp-base libsnmp30 libsodium23 2021-06-02 10:42:09.786 | libssl-dev libstdc++-7-dev libsys-hostname-long-perl libsystemd-dev 2021-06-02 10:42:09.786 | libthai-data libthai0 libtiff5 libtimedate-perl libtool libwebp6 libx86-1 2021-06-02 10:42:09.787 | libxaw7 libxcb-render0 libxcb-shm0 libxml2-dev libxmu6 libxpm4 libxrender1 2021-06-02 10:42:09.787 | libxslt1-dev libxt6 libyaml-dev libzmq5 m4 make memcached mysql-common 2021-06-02 10:42:09.787 | pkg-config pm-utils po-debconf postgresql-client-common postgresql-common 2021-06-02 10:42:09.787 | postgresql-server-dev-10 postgresql-server-dev-all python-dev python-gdbm 2021-06-02 10:42:09.787 | python-mysqldb python-psutil qemu-block-extra qemu-utils sharutils socat 2021-06-02 10:42:09.787 | sqlite3 ssl-cert thin-provisioning-tools unzip uuid-dev uwsgi-core vbetool 2021-06-02 10:42:09.787 | vlan x11-common zlib1g-dev 2021-06-02 10:42:09.787 | The following packages will be upgraded: 2021-06-02 10:42:09.788 | curl dnsmasq-base git libcom-err2 libcurl4 libglib2.0-0 libgssapi-krb5-2 2021-06-02 10:42:09.788 | libicu60 libk5crypto3 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common 2021-06-02 10:42:09.788 | libnss-systemd libpam-systemd libsasl2-2 libsasl2-modules 2021-06-02 10:42:09.788 | libsasl2-modules-db libsqlite3-0 libssl1.1 libsystemd0 libuuid1 libxml2 2021-06-02 10:42:09.788 | libxslt1.1 lvm2 open-iscsi openssl sudo systemd tar tcpdump uuid-runtime 2021-06-02 10:42:09.915 | 32 upgraded, 194 newly installed, 0 to remove and 160 not upgraded. 2021-06-02 10:42:09.915 | Need to get 82.6 MB of archives. 2021-06-02 10:42:09.915 | After this operation, 259 MB of additional disk space will be used. 2021-06-02 10:42:09.915 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 2021-06-02 10:42:10.154 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss-systemd amd64 237-3ubuntu10.47 [105 kB] 2021-06-02 10:42:10.169 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-systemd amd64 237-3ubuntu10.47 [107 kB] 2021-06-02 10:42:10.185 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.47 [2,914 kB] 2021-06-02 10:42:10.484 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.47 [209 kB] 2021-06-02 10:42:10.502 | 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-06-02 10:42:10.504 | 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-06-02 10:42:10.507 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libapr1 amd64 1.6.3-2 [90.9 kB] 2021-06-02 10:42:10.515 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1,301 kB] 2021-06-02 10:42:10.720 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1 amd64 1.6.1-2 [84.4 kB] 2021-06-02 10:42:10.723 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 2021-06-02 10:42:10.738 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-dbd-sqlite3 amd64 1.6.1-2 [10.6 kB] 2021-06-02 10:42:10.739 | 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-06-02 10:42:10.739 | 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-06-02 10:42:10.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-06-02 10:42:10.742 | 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-06-02 10:42:10.747 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-ldap amd64 1.6.1-2 [8,764 B] 2021-06-02 10:42:10.748 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liblua5.2-0 amd64 5.2.4-1.1build1 [108 kB] 2021-06-02 10:42:10.764 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu60 amd64 60.2-3ubuntu3.1 [8,054 kB] 2021-06-02 10:42:12.239 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2 amd64 2.9.4+dfsg1-6.1ubuntu1.3 [663 kB] 2021-06-02 10:42:12.367 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-bin amd64 2.4.29-1ubuntu4.14 [1,070 kB] 2021-06-02 10:42:12.454 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-utils amd64 2.4.29-1ubuntu4.14 [83.9 kB] 2021-06-02 10:42:12.612 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-data all 2.4.29-1ubuntu4.14 [160 kB] 2021-06-02 10:42:12.617 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2 amd64 2.4.29-1ubuntu4.14 [95.1 kB] 2021-06-02 10:42:12.620 | Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-dejavu-core all 2.37-1 [1,041 kB] 2021-06-02 10:42:12.745 | 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-06-02 10:42:12.918 | Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig-config all 2.12.6-0ubuntu2 [55.8 kB] 2021-06-02 10:42:12.926 | Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfontconfig1 amd64 2.12.6-0ubuntu2 [137 kB] 2021-06-02 10:42:12.952 | Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig amd64 2.12.6-0ubuntu2 [169 kB] 2021-06-02 10:42:13.005 | 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-06-02 10:42:13.039 | Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 haproxy amd64 1.8.8-1ubuntu0.11 [1,116 kB] 2021-06-02 10:42:13.283 | 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-06-02 10:42:13.302 | 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-06-02 10:42:13.305 | Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libice6 amd64 2:1.0.9-2 [40.2 kB] 2021-06-02 10:42:13.311 | Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsm6 amd64 2:1.2.2-1 [15.8 kB] 2021-06-02 10:42:13.314 | Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 open-iscsi amd64 2.0.874-5ubuntu2.10 [280 kB] 2021-06-02 10:42:13.394 | Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnetfilter-cthelper0 amd64 1.0.0-1ubuntu1 [6,530 B] 2021-06-02 10:42:13.395 | 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-06-02 10:42:13.397 | Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1,171 kB] 2021-06-02 10:42:13.631 | Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 2021-06-02 10:42:13.751 | Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 2021-06-02 10:42:13.836 | Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 2021-06-02 10:42:13.856 | Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 2021-06-02 10:42:13.912 | Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 2021-06-02 10:42:13.919 | Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 2021-06-02 10:42:13.936 | Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 tcpdump amd64 4.9.3-0ubuntu0.18.04.1 [364 kB] 2021-06-02 10:42:14.004 | Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 uuid-dev amd64 2.31.1-0.4ubuntu3.7 [33.2 kB] 2021-06-02 10:42:14.015 | Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsctp1 amd64 1.0.17+dfsg-2 [8,008 B] 2021-06-02 10:42:14.016 | Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsctp-dev amd64 1.0.17+dfsg-2 [61.9 kB] 2021-06-02 10:42:14.031 | Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libapr1-dev amd64 1.6.3-2 [690 kB] 2021-06-02 10:42:14.175 | Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap2-dev amd64 2.4.45+dfsg-1ubuntu1.10 [261 kB] 2021-06-02 10:42:14.235 | Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-dev amd64 1.6.1-2 [391 kB] 2021-06-02 10:42:14.317 | Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 autotools-dev all 20180224.1 [39.6 kB] 2021-06-02 10:42:14.326 | Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 m4 amd64 1.4.18-1 [197 kB] 2021-06-02 10:42:14.369 | Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 autoconf all 2.69-11 [322 kB] 2021-06-02 10:42:14.432 | Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 automake all 1:1.15.1-3ubuntu2 [509 kB] 2021-06-02 10:42:14.535 | Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 autopoint all 0.19.8.1-6ubuntu0.3 [426 kB] 2021-06-02 10:42:14.625 | Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libtool all 2.4.6-2 [194 kB] 2021-06-02 10:42:14.663 | Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dh-autoreconf all 17 [15.8 kB] 2021-06-02 10:42:14.666 | Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive-zip-perl all 1.60-1ubuntu0.1 [84.6 kB] 2021-06-02 10:42:14.681 | Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfile-stripnondeterminism-perl all 0.040-1.1~build1 [13.8 kB] 2021-06-02 10:42:14.685 | Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libtimedate-perl all 2.3000-2 [37.5 kB] 2021-06-02 10:42:14.692 | Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dh-strip-nondeterminism all 0.040-1.1~build1 [5,208 B] 2021-06-02 10:42:14.693 | Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 2021-06-02 10:42:14.737 | Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 2021-06-02 10:42:14.768 | Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 2021-06-02 10:42:14.889 | Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcroco3 amd64 0.6.12-2 [81.3 kB] 2021-06-02 10:42:14.905 | Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gettext amd64 0.19.8.1-6ubuntu0.3 [1,293 kB] 2021-06-02 10:42:15.184 | Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 intltool-debian all 0.35.0+20060710.4 [24.9 kB] 2021-06-02 10:42:15.189 | Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 po-debconf all 1.0.20 [232 kB] 2021-06-02 10:42:15.236 | Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 debhelper all 11.1.6ubuntu2 [902 kB] 2021-06-02 10:42:15.439 | Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-dev amd64 2.4.29-1ubuntu4.14 [177 kB] 2021-06-02 10:42:15.478 | Get:73 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-06-02 10:42:15.863 | Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9,697 kB] 2021-06-02 10:42:17.935 | Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1,568 B] 2021-06-02 10:42:17.936 | Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4,758 B] 2021-06-02 10:42:17.936 | Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 conntrack amd64 1:1.4.4+snapshot20161117-6ubuntu2 [30.6 kB] 2021-06-02 10:42:17.939 | Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnetfilter-queue1 amd64 1.0.2-2 [11.4 kB] 2021-06-02 10:42:17.942 | Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 conntrackd amd64 1:1.4.4+snapshot20161117-6ubuntu2 [126 kB] 2021-06-02 10:42:17.967 | Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.13 [159 kB] 2021-06-02 10:42:17.997 | Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.13 [219 kB] 2021-06-02 10:42:18.040 | Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dctrl-tools amd64 2.24-2build1 [60.9 kB] 2021-06-02 10:42:18.052 | Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 dnsmasq-base amd64 2.79-1ubuntu0.3 [307 kB] 2021-06-02 10:42:18.113 | Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 dnsmasq-utils amd64 2.79-1ubuntu0.3 [13.3 kB] 2021-06-02 10:42:18.211 | Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 dstat all 0.7.3-1 [52.1 kB] 2021-06-02 10:42:18.344 | Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] 2021-06-02 10:42:18.356 | Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] 2021-06-02 10:42:18.397 | Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 genisoimage amd64 9:1.1.11-3ubuntu2 [328 kB] 2021-06-02 10:42:18.479 | Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libgraphite2-3 amd64 1.3.11-2 [78.7 kB] 2021-06-02 10:42:18.488 | Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz0b amd64 1.7.2-1ubuntu1 [232 kB] 2021-06-02 10:42:18.511 | Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 gir1.2-harfbuzz-0.0 amd64 1.7.2-1ubuntu1 [18.6 kB] 2021-06-02 10:42:18.514 | Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3,916 kB] 2021-06-02 10:42:18.968 | Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libann0 amd64 1.1.2+doc-6 [24.8 kB] 2021-06-02 10:42:18.969 | Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libcdt5 amd64 2.40.1-2 [19.6 kB] 2021-06-02 10:42:18.970 | Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libcgraph6 amd64 2.40.1-2 [40.8 kB] 2021-06-02 10:42:18.971 | Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2,194 B] 2021-06-02 10:42:18.972 | Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB] 2021-06-02 10:42:18.973 | Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtiff5 amd64 4.0.9-5ubuntu0.4 [153 kB] 2021-06-02 10:42:18.978 | Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libwebp6 amd64 0.6.1-2ubuntu0.18.04.1 [186 kB] 2021-06-02 10:42:18.984 | Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxpm4 amd64 1:3.5.12-1 [34.0 kB] 2021-06-02 10:42:18.985 | Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgd3 amd64 2.2.5-4ubuntu0.4 [119 kB] 2021-06-02 10:42:19.012 | Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [150 kB] 2021-06-02 10:42:19.054 | Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libpixman-1-0 amd64 0.34.0-2 [229 kB] 2021-06-02 10:42:19.075 | Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-render0 amd64 1.13-2~ubuntu18.04 [14.7 kB] 2021-06-02 10:42:19.077 | Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-shm0 amd64 1.13-2~ubuntu18.04 [5,600 B] 2021-06-02 10:42:19.077 | Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB] 2021-06-02 10:42:19.078 | Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcairo2 amd64 1.15.10-2ubuntu0.1 [580 kB] 2021-06-02 10:42:19.131 | Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libltdl7 amd64 2.4.6-2 [38.8 kB] 2021-06-02 10:42:19.134 | Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libthai-data all 0.1.27-2 [133 kB] 2021-06-02 10:42:19.199 | Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libdatrie1 amd64 0.2.10-7 [17.8 kB] 2021-06-02 10:42:19.200 | Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libthai0 amd64 0.1.27-2 [18.0 kB] 2021-06-02 10:42:19.201 | Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpango-1.0-0 amd64 1.40.14-1ubuntu0.1 [153 kB] 2021-06-02 10:42:19.225 | Get:113 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-06-02 10:42:19.226 | Get:114 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-06-02 10:42:19.227 | Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libpathplan4 amd64 2.40.1-2 [22.6 kB] 2021-06-02 10:42:19.228 | Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgvc6 amd64 2.40.1-2 [601 kB] 2021-06-02 10:42:19.291 | Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgvpr2 amd64 2.40.1-2 [169 kB] 2021-06-02 10:42:19.307 | Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 liblab-gamut1 amd64 2.40.1-2 [178 kB] 2021-06-02 10:42:19.323 | Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxt6 amd64 1:1.1.5-1 [160 kB] 2021-06-02 10:42:19.338 | Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxmu6 amd64 2:1.1.2-2 [46.0 kB] 2021-06-02 10:42:19.344 | Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB] 2021-06-02 10:42:19.361 | Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 graphviz amd64 2.40.1-2 [601 kB] 2021-06-02 10:42:19.513 | Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-3-200 amd64 3.2.29-0ubuntu3 [52.8 kB] 2021-06-02 10:42:19.515 | Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-route-3-200 amd64 3.2.29-0ubuntu3 [146 kB] 2021-06-02 10:42:19.518 | Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libibverbs1 amd64 17.1-1ubuntu0.2 [44.4 kB] 2021-06-02 10:42:19.520 | Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ibverbs-providers amd64 17.1-1ubuntu0.2 [160 kB] 2021-06-02 10:42:19.525 | Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 icu-devtools amd64 60.2-3ubuntu3.1 [179 kB] 2021-06-02 10:42:19.538 | Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 iputils-arping amd64 3:20161105-1ubuntu3 [29.7 kB] 2021-06-02 10:42:19.539 | Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 javascript-common all 11 [6,066 B] 2021-06-02 10:42:19.539 | Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-genl-3-200 amd64 3.2.29-0ubuntu3 [11.2 kB] 2021-06-02 10:42:19.540 | Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsensors4 amd64 1:3.4.0-4 [28.8 kB] 2021-06-02 10:42:19.567 | Get:132 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsnmp-base all 5.7.3+dfsg-1.8ubuntu3.6 [224 kB] 2021-06-02 10:42:19.588 | Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsnmp30 amd64 5.7.3+dfsg-1.8ubuntu3.6 [926 kB] 2021-06-02 10:42:19.758 | Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 keepalived amd64 1:1.3.9-1ubuntu0.18.04.2 [244 kB] 2021-06-02 10:42:19.766 | Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssrpc4 amd64 1.16-2ubuntu0.2 [54.4 kB] 2021-06-02 10:42:19.769 | Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkdb5-9 amd64 1.16-2ubuntu0.2 [37.3 kB] 2021-06-02 10:42:19.770 | Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkadm5srv-mit11 amd64 1.16-2ubuntu0.2 [49.7 kB] 2021-06-02 10:42:19.772 | Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkadm5clnt-mit11 amd64 1.16-2ubuntu0.2 [38.0 kB] 2021-06-02 10:42:19.773 | Get:139 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-06-02 10:42:19.775 | Get:140 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 krb5-multidev amd64 1.16-2ubuntu0.2 [120 kB] 2021-06-02 10:42:19.779 | Get:141 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaio1 amd64 0.3.110-5ubuntu0.1 [6,476 B] 2021-06-02 10:42:19.780 | Get:142 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] 2021-06-02 10:42:19.802 | Get:143 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] 2021-06-02 10:42:19.825 | Get:144 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 2021-06-02 10:42:20.034 | Get:145 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libarchive-cpio-perl all 0.10-1 [9,644 B] 2021-06-02 10:42:20.035 | Get:146 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] 2021-06-02 10:42:20.036 | Get:147 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-bin amd64 2.56.4-0ubuntu0.18.04.8 [68.5 kB] 2021-06-02 10:42:20.039 | Get:148 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-dev-bin amd64 2.56.4-0ubuntu0.18.04.8 [102 kB] 2021-06-02 10:42:20.043 | Get:149 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 2021-06-02 10:42:20.044 | Get:150 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-0ubuntu2 [176 kB] 2021-06-02 10:42:20.048 | Get:151 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-dev amd64 2.56.4-0ubuntu0.18.04.8 [1,386 kB] 2021-06-02 10:42:20.095 | Get:152 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libgraphite2-dev amd64 1.3.11-2 [14.5 kB] 2021-06-02 10:42:20.096 | Get:153 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgts-bin amd64 0.7.6+darcs121130-4 [41.3 kB] 2021-06-02 10:42:20.097 | Get:154 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-icu0 amd64 1.7.2-1ubuntu1 [5,604 B] 2021-06-02 10:42:20.121 | Get:155 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-gobject0 amd64 1.7.2-1ubuntu1 [13.4 kB] 2021-06-02 10:42:20.386 | Get:156 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libicu-le-hb0 amd64 1.0.3+git161113-4 [14.3 kB] 2021-06-02 10:42:20.387 | Get:157 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libiculx60 amd64 60.2-3ubuntu3.1 [19.0 kB] 2021-06-02 10:42:20.388 | Get:158 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libicu-le-hb-dev amd64 1.0.3+git161113-4 [29.5 kB] 2021-06-02 10:42:20.390 | Get:159 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu-dev amd64 60.2-3ubuntu3.1 [8,889 kB] 2021-06-02 10:42:21.688 | Get:160 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-dev amd64 1.7.2-1ubuntu1 [302 kB] 2021-06-02 10:42:21.927 | Get:161 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libiscsi7 amd64 1.17.0-1.1 [55.4 kB] 2021-06-02 10:42:21.929 | Get:162 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjansson4 amd64 2.11-1 [29.3 kB] 2021-06-02 10:42:21.930 | Get:163 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-06-02 10:42:22.047 | Get:164 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 [1,552 B] 2021-06-02 10:42:22.048 | Get:165 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg-dev amd64 8c-2ubuntu8 [1,546 B] 2021-06-02 10:42:22.048 | Get:166 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjs-jquery all 3.2.1-1 [152 kB] 2021-06-02 10:42:22.052 | Get:167 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libjs-jquery-metadata all 12-1 [6,930 B] 2021-06-02 10:42:22.052 | Get:168 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libjs-jquery-tablesorter all 1:2.29.5+dfsg1-1 [174 kB] 2021-06-02 10:42:22.056 | Get:169 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libltdl-dev amd64 2.4.6-2 [162 kB] 2021-06-02 10:42:22.121 | Get:170 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB] 2021-06-02 10:42:22.157 | Get:171 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB] 2021-06-02 10:42:22.160 | Get:172 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libmatheval1 amd64 1.1.11+dfsg-3build1 [20.5 kB] 2021-06-02 10:42:22.162 | Get:173 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 mysql-common all 5.8+1.0.4 [7,308 B] 2021-06-02 10:42:22.162 | Get:174 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmysqlclient20 amd64 5.7.34-0ubuntu0.18.04.1 [689 kB] 2021-06-02 10:42:22.253 | Get:175 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl-dev amd64 1.1.1-1ubuntu2.1~18.04.9 [1,566 kB] 2021-06-02 10:42:22.680 | Get:176 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmysqlclient-dev amd64 5.7.34-0ubuntu0.18.04.1 [1,016 kB] 2021-06-02 10:42:22.977 | Get:177 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 2021-06-02 10:42:23.015 | Get:178 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnspr4 amd64 2:4.18-1ubuntu1 [112 kB] 2021-06-02 10:42:23.040 | Get:179 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss3 amd64 2:3.35-2ubuntu2.12 [1,220 kB] 2021-06-02 10:42:23.280 | Get:180 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 2021-06-02 10:42:23.300 | Get:181 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpq5 amd64 10.17-0ubuntu0.18.04.1 [107 kB] 2021-06-02 10:42:23.315 | Get:182 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpq-dev amd64 10.17-0ubuntu0.18.04.1 [218 kB] 2021-06-02 10:42:23.370 | Get:183 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libpython-dev amd64 2.7.15~rc1-1 [7,684 B] 2021-06-02 10:42:23.374 | Get:184 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 librados2 amd64 12.2.13-0ubuntu0.18.04.7 [2,724 kB] 2021-06-02 10:42:23.952 | Get:185 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 librbd1 amd64 12.2.13-0ubuntu0.18.04.7 [924 kB] 2021-06-02 10:42:24.268 | Get:186 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-06-02 10:42:24.510 | Get:187 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-06-02 10:42:24.515 | Get:188 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 2021-06-02 10:42:24.538 | Get:189 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd-dev amd64 237-3ubuntu10.47 [184 kB] 2021-06-02 10:42:24.571 | Get:190 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libx86-1 amd64 1.1+ds1-10.2 [75.2 kB] 2021-06-02 10:42:24.583 | Get:191 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2-dev amd64 2.9.4+dfsg1-6.1ubuntu1.3 [756 kB] 2021-06-02 10:42:24.682 | Get:192 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxslt1.1 amd64 1.1.29-5ubuntu0.2 [150 kB] 2021-06-02 10:42:24.701 | Get:193 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxslt1-dev amd64 1.1.29-5ubuntu0.2 [407 kB] 2021-06-02 10:42:24.748 | Get:194 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 2021-06-02 10:42:24.778 | Get:195 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 lvm2 amd64 2.02.176-4.1ubuntu3.18.04.3 [929 kB] 2021-06-02 10:42:24.916 | Get:196 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 memcached amd64 1.5.6-0ubuntu1.2 [109 kB] 2021-06-02 10:42:24.935 | Get:197 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 pm-utils all 1.4.1-17 [48.3 kB] 2021-06-02 10:42:24.943 | Get:198 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 postgresql-client-common all 190ubuntu0.1 [29.6 kB] 2021-06-02 10:42:24.945 | Get:199 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 ssl-cert all 1.0.39 [17.0 kB] 2021-06-02 10:42:24.949 | Get:200 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 postgresql-common all 190ubuntu0.1 [157 kB] 2021-06-02 10:42:24.977 | Get:201 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 postgresql-server-dev-10 amd64 10.17-0ubuntu0.18.04.1 [839 kB] 2021-06-02 10:42:25.121 | Get:202 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 postgresql-server-dev-all all 190ubuntu0.1 [14.1 kB] 2021-06-02 10:42:25.124 | Get:203 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python-dev amd64 2.7.15~rc1-1 [1,256 B] 2021-06-02 10:42:25.125 | Get:204 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python-gdbm amd64 2.7.17-1~18.04 [12.0 kB] 2021-06-02 10:42:25.167 | Get:205 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python-mysqldb amd64 1.3.10-1build1 [49.2 kB] 2021-06-02 10:42:25.173 | Get:206 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python-psutil amd64 5.4.2-1ubuntu0.1 [136 kB] 2021-06-02 10:42:25.184 | Get:207 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 qemu-block-extra amd64 1:2.11+dfsg-1ubuntu7.36 [40.5 kB] 2021-06-02 10:42:25.189 | Get:208 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 qemu-utils amd64 1:2.11+dfsg-1ubuntu7.36 [870 kB] 2021-06-02 10:42:25.293 | Get:209 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 sharutils amd64 1:4.15.2-3 [155 kB] 2021-06-02 10:42:25.340 | Get:210 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 sqlite3 amd64 3.22.0-1ubuntu0.4 [752 kB] 2021-06-02 10:42:25.413 | Get:211 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 thin-provisioning-tools amd64 0.7.4-2ubuntu3 [359 kB] 2021-06-02 10:42:25.471 | Get:212 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 unzip amd64 6.0-21ubuntu1.1 [168 kB] 2021-06-02 10:42:25.492 | Get:213 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 uwsgi-core amd64 2.0.15-10.2ubuntu2.1 [523 kB] 2021-06-02 10:42:25.623 | Get:214 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 vbetool amd64 1.1-4 [11.5 kB] 2021-06-02 10:42:25.625 | Get:215 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libipset3 amd64 6.34-1 [43.9 kB] 2021-06-02 10:42:25.631 | Get:216 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 ipset amd64 6.34-1 [33.7 kB] 2021-06-02 10:42:25.637 | Get:217 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ipvsadm amd64 1:1.28-3ubuntu0.18.04.1 [35.5 kB] 2021-06-02 10:42:25.643 | Get:218 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 kpartx amd64 0.7.4-2ubuntu3 [27.7 kB] 2021-06-02 10:42:25.648 | Get:219 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libapache2-mod-proxy-uwsgi amd64 2.0.15-10.2ubuntu2.1 [10.0 kB] 2021-06-02 10:42:25.649 | Get:220 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liberasurecode1 amd64 1.5.0-1 [40.0 kB] 2021-06-02 10:42:25.698 | Get:221 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liberasurecode-dev amd64 1.5.0-1 [14.9 kB] 2021-06-02 10:42:25.701 | Get:222 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libffi-dev amd64 3.2.1-8 [156 kB] 2021-06-02 10:42:25.833 | Get:223 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-dev amd64 1.16-2ubuntu0.2 [11.7 kB] 2021-06-02 10:42:25.835 | Get:224 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-dev amd64 0.1.7-2ubuntu3 [55.7 kB] 2021-06-02 10:42:25.843 | Get:225 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 socat amd64 1.7.3.2-2ubuntu2 [342 kB] 2021-06-02 10:42:25.886 | Get:226 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 vlan amd64 1.9-3.2ubuntu6 [30.7 kB] 2021-06-02 10:42:27.531 | Preconfiguring packages ... 2021-06-02 10:42:27.657 | Fetched 82.6 MB in 16s (5,136 kB/s) 2021-06-02 10:42:27.718 | (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 ... 64653 files and directories currently installed.) 2021-06-02 10:42:27.721 | Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 2021-06-02 10:42:27.750 | Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2ubuntu0.1) ... 2021-06-02 10:42:27.869 | Setting up tar (1.29b-2ubuntu0.2) ... 2021-06-02 10:42:28.031 | (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 ... 64653 files and directories currently installed.) 2021-06-02 10:42:28.034 | Preparing to unpack .../libnss-systemd_237-3ubuntu10.47_amd64.deb ... 2021-06-02 10:42:28.068 | Unpacking libnss-systemd:amd64 (237-3ubuntu10.47) over (237-3ubuntu10.25) ... 2021-06-02 10:42:28.183 | Preparing to unpack .../libpam-systemd_237-3ubuntu10.47_amd64.deb ... 2021-06-02 10:42:28.207 | Unpacking libpam-systemd:amd64 (237-3ubuntu10.47) over (237-3ubuntu10.25) ... 2021-06-02 10:42:28.364 | Preparing to unpack .../systemd_237-3ubuntu10.47_amd64.deb ... 2021-06-02 10:42:28.513 | Unpacking systemd (237-3ubuntu10.47) over (237-3ubuntu10.25) ... 2021-06-02 10:42:29.230 | Preparing to unpack .../libsystemd0_237-3ubuntu10.47_amd64.deb ... 2021-06-02 10:42:29.259 | Unpacking libsystemd0:amd64 (237-3ubuntu10.47) over (237-3ubuntu10.25) ... 2021-06-02 10:42:29.364 | Setting up libsystemd0:amd64 (237-3ubuntu10.47) ... 2021-06-02 10:42:29.485 | (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 ... 64653 files and directories currently installed.) 2021-06-02 10:42:29.487 | Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 2021-06-02 10:42:29.509 | Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3.3) ... 2021-06-02 10:42:29.596 | Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 2021-06-02 10:42:29.726 | (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 ... 64653 files and directories currently installed.) 2021-06-02 10:42:29.729 | Preparing to unpack .../00-uuid-runtime_2.31.1-0.4ubuntu3.7_amd64.deb ... 2021-06-02 10:42:29.761 | Unpacking uuid-runtime (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3.3) ... 2021-06-02 10:42:30.036 | Selecting previously unselected package libapr1:amd64. 2021-06-02 10:42:30.042 | Preparing to unpack .../01-libapr1_1.6.3-2_amd64.deb ... 2021-06-02 10:42:30.046 | Unpacking libapr1:amd64 (1.6.3-2) ... 2021-06-02 10:42:30.174 | Preparing to unpack .../02-libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 2021-06-02 10:42:30.200 | Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.1-1ubuntu2.1~18.04.4) ... 2021-06-02 10:42:30.478 | Selecting previously unselected package libaprutil1:amd64. 2021-06-02 10:42:30.485 | Preparing to unpack .../03-libaprutil1_1.6.1-2_amd64.deb ... 2021-06-02 10:42:30.487 | Unpacking libaprutil1:amd64 (1.6.1-2) ... 2021-06-02 10:42:30.584 | Preparing to unpack .../04-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 2021-06-02 10:42:30.605 | Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1ubuntu0.1) ... 2021-06-02 10:42:30.743 | Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. 2021-06-02 10:42:30.750 | Preparing to unpack .../05-libaprutil1-dbd-sqlite3_1.6.1-2_amd64.deb ... 2021-06-02 10:42:30.752 | Unpacking libaprutil1-dbd-sqlite3:amd64 (1.6.1-2) ... 2021-06-02 10:42:30.816 | Preparing to unpack .../06-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 2021-06-02 10:42:30.838 | Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2021-06-02 10:42:30.943 | Preparing to unpack .../07-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 2021-06-02 10:42:30.979 | Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2021-06-02 10:42:31.070 | Preparing to unpack .../08-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 2021-06-02 10:42:31.092 | Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) over (2.4.45+dfsg-1ubuntu1.3) ... 2021-06-02 10:42:31.210 | Preparing to unpack .../09-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 2021-06-02 10:42:31.233 | Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) over (2.4.45+dfsg-1ubuntu1.3) ... 2021-06-02 10:42:31.324 | Selecting previously unselected package libaprutil1-ldap:amd64. 2021-06-02 10:42:31.331 | Preparing to unpack .../10-libaprutil1-ldap_1.6.1-2_amd64.deb ... 2021-06-02 10:42:31.333 | Unpacking libaprutil1-ldap:amd64 (1.6.1-2) ... 2021-06-02 10:42:31.407 | Selecting previously unselected package liblua5.2-0:amd64. 2021-06-02 10:42:31.413 | Preparing to unpack .../11-liblua5.2-0_5.2.4-1.1build1_amd64.deb ... 2021-06-02 10:42:31.416 | Unpacking liblua5.2-0:amd64 (5.2.4-1.1build1) ... 2021-06-02 10:42:31.509 | Preparing to unpack .../12-libicu60_60.2-3ubuntu3.1_amd64.deb ... 2021-06-02 10:42:31.534 | Unpacking libicu60:amd64 (60.2-3ubuntu3.1) over (60.2-3ubuntu3) ... 2021-06-02 10:42:32.859 | Preparing to unpack .../13-libxml2_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb ... 2021-06-02 10:42:32.882 | Unpacking libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) over (2.9.4+dfsg1-6.1ubuntu1.2) ... 2021-06-02 10:42:33.045 | Selecting previously unselected package apache2-bin. 2021-06-02 10:42:33.052 | Preparing to unpack .../14-apache2-bin_2.4.29-1ubuntu4.14_amd64.deb ... 2021-06-02 10:42:33.055 | Unpacking apache2-bin (2.4.29-1ubuntu4.14) ... 2021-06-02 10:42:33.268 | Selecting previously unselected package apache2-utils. 2021-06-02 10:42:33.275 | Preparing to unpack .../15-apache2-utils_2.4.29-1ubuntu4.14_amd64.deb ... 2021-06-02 10:42:33.277 | Unpacking apache2-utils (2.4.29-1ubuntu4.14) ... 2021-06-02 10:42:33.341 | Selecting previously unselected package apache2-data. 2021-06-02 10:42:33.348 | Preparing to unpack .../16-apache2-data_2.4.29-1ubuntu4.14_all.deb ... 2021-06-02 10:42:33.351 | Unpacking apache2-data (2.4.29-1ubuntu4.14) ... 2021-06-02 10:42:33.526 | Selecting previously unselected package apache2. 2021-06-02 10:42:33.532 | Preparing to unpack .../17-apache2_2.4.29-1ubuntu4.14_amd64.deb ... 2021-06-02 10:42:33.551 | Unpacking apache2 (2.4.29-1ubuntu4.14) ... 2021-06-02 10:42:33.658 | Selecting previously unselected package fonts-dejavu-core. 2021-06-02 10:42:33.665 | Preparing to unpack .../18-fonts-dejavu-core_2.37-1_all.deb ... 2021-06-02 10:42:33.667 | Unpacking fonts-dejavu-core (2.37-1) ... 2021-06-02 10:42:33.872 | Selecting previously unselected package fonts-liberation. 2021-06-02 10:42:33.879 | Preparing to unpack .../19-fonts-liberation_1%3a1.07.4-7~18.04.1_all.deb ... 2021-06-02 10:42:33.881 | Unpacking fonts-liberation (1:1.07.4-7~18.04.1) ... 2021-06-02 10:42:34.074 | Selecting previously unselected package fontconfig-config. 2021-06-02 10:42:34.081 | Preparing to unpack .../20-fontconfig-config_2.12.6-0ubuntu2_all.deb ... 2021-06-02 10:42:34.083 | Unpacking fontconfig-config (2.12.6-0ubuntu2) ... 2021-06-02 10:42:34.171 | Selecting previously unselected package libfontconfig1:amd64. 2021-06-02 10:42:34.177 | Preparing to unpack .../21-libfontconfig1_2.12.6-0ubuntu2_amd64.deb ... 2021-06-02 10:42:34.180 | Unpacking libfontconfig1:amd64 (2.12.6-0ubuntu2) ... 2021-06-02 10:42:34.277 | Selecting previously unselected package fontconfig. 2021-06-02 10:42:34.284 | Preparing to unpack .../22-fontconfig_2.12.6-0ubuntu2_amd64.deb ... 2021-06-02 10:42:34.286 | Unpacking fontconfig (2.12.6-0ubuntu2) ... 2021-06-02 10:42:34.379 | Selecting previously unselected package liblua5.3-0:amd64. 2021-06-02 10:42:34.386 | Preparing to unpack .../23-liblua5.3-0_5.3.3-1ubuntu0.18.04.1_amd64.deb ... 2021-06-02 10:42:34.389 | Unpacking liblua5.3-0:amd64 (5.3.3-1ubuntu0.18.04.1) ... 2021-06-02 10:42:34.501 | Selecting previously unselected package haproxy. 2021-06-02 10:42:34.507 | Preparing to unpack .../24-haproxy_1.8.8-1ubuntu0.11_amd64.deb ... 2021-06-02 10:42:34.517 | Unpacking haproxy (1.8.8-1ubuntu0.11) ... 2021-06-02 10:42:34.731 | Selecting previously unselected package libjpeg-turbo8:amd64. 2021-06-02 10:42:34.738 | Preparing to unpack .../25-libjpeg-turbo8_1.5.2-0ubuntu5.18.04.4_amd64.deb ... 2021-06-02 10:42:34.740 | Unpacking libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2021-06-02 10:42:34.852 | Selecting previously unselected package x11-common. 2021-06-02 10:42:34.858 | Preparing to unpack .../26-x11-common_1%3a7.7+19ubuntu7.1_all.deb ... 2021-06-02 10:42:34.882 | dpkg-query: no packages found matching nux-tools 2021-06-02 10:42:34.892 | Unpacking x11-common (1:7.7+19ubuntu7.1) ... 2021-06-02 10:42:34.979 | Selecting previously unselected package libice6:amd64. 2021-06-02 10:42:34.985 | Preparing to unpack .../27-libice6_2%3a1.0.9-2_amd64.deb ... 2021-06-02 10:42:34.988 | Unpacking libice6:amd64 (2:1.0.9-2) ... 2021-06-02 10:42:35.071 | Selecting previously unselected package libsm6:amd64. 2021-06-02 10:42:35.078 | Preparing to unpack .../28-libsm6_2%3a1.2.2-1_amd64.deb ... 2021-06-02 10:42:35.080 | Unpacking libsm6:amd64 (2:1.2.2-1) ... 2021-06-02 10:42:35.203 | Preparing to unpack .../29-open-iscsi_2.0.874-5ubuntu2.10_amd64.deb ... 2021-06-02 10:42:35.675 | Unpacking open-iscsi (2.0.874-5ubuntu2.10) over (2.0.874-5ubuntu2.7) ... 2021-06-02 10:42:36.170 | Selecting previously unselected package libnetfilter-cthelper0:amd64. 2021-06-02 10:42:36.177 | Preparing to unpack .../30-libnetfilter-cthelper0_1.0.0-1ubuntu1_amd64.deb ... 2021-06-02 10:42:36.179 | Unpacking libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu1) ... 2021-06-02 10:42:36.268 | Preparing to unpack .../31-libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 2021-06-02 10:42:36.293 | Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1ubuntu1.1) ... 2021-06-02 10:42:36.384 | Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 2021-06-02 10:42:36.534 | (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 ... 65706 files and directories currently installed.) 2021-06-02 10:42:36.537 | Preparing to unpack .../000-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 2021-06-02 10:42:36.554 | Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) over (2.56.4-0ubuntu0.18.04.4) ... 2021-06-02 10:42:36.825 | Preparing to unpack .../001-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 2021-06-02 10:42:36.847 | Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.1-1ubuntu2.1~18.04.4) ... 2021-06-02 10:42:37.054 | Preparing to unpack .../002-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 2021-06-02 10:42:37.085 | Unpacking sudo (1.8.21p2-3ubuntu1.4) over (1.8.21p2-3ubuntu1) ... 2021-06-02 10:42:37.270 | Preparing to unpack .../003-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 2021-06-02 10:42:37.294 | Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2021-06-02 10:42:37.426 | Preparing to unpack .../004-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 2021-06-02 10:42:37.453 | Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2021-06-02 10:42:37.604 | Preparing to unpack .../005-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 2021-06-02 10:42:37.645 | Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2021-06-02 10:42:37.743 | Preparing to unpack .../006-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 2021-06-02 10:42:37.781 | Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2021-06-02 10:42:37.886 | Preparing to unpack .../007-tcpdump_4.9.3-0ubuntu0.18.04.1_amd64.deb ... 2021-06-02 10:42:37.907 | Unpacking tcpdump (4.9.3-0ubuntu0.18.04.1) over (4.9.2-3) ... 2021-06-02 10:42:38.030 | Selecting previously unselected package uuid-dev:amd64. 2021-06-02 10:42:38.036 | Preparing to unpack .../008-uuid-dev_2.31.1-0.4ubuntu3.7_amd64.deb ... 2021-06-02 10:42:38.039 | Unpacking uuid-dev:amd64 (2.31.1-0.4ubuntu3.7) ... 2021-06-02 10:42:38.130 | Selecting previously unselected package libsctp1:amd64. 2021-06-02 10:42:38.136 | Preparing to unpack .../009-libsctp1_1.0.17+dfsg-2_amd64.deb ... 2021-06-02 10:42:38.140 | Unpacking libsctp1:amd64 (1.0.17+dfsg-2) ... 2021-06-02 10:42:38.196 | Selecting previously unselected package libsctp-dev:amd64. 2021-06-02 10:42:38.203 | Preparing to unpack .../010-libsctp-dev_1.0.17+dfsg-2_amd64.deb ... 2021-06-02 10:42:38.206 | Unpacking libsctp-dev:amd64 (1.0.17+dfsg-2) ... 2021-06-02 10:42:38.275 | Selecting previously unselected package libapr1-dev. 2021-06-02 10:42:38.282 | Preparing to unpack .../011-libapr1-dev_1.6.3-2_amd64.deb ... 2021-06-02 10:42:38.284 | Unpacking libapr1-dev (1.6.3-2) ... 2021-06-02 10:42:38.557 | Selecting previously unselected package libldap2-dev:amd64. 2021-06-02 10:42:38.563 | Preparing to unpack .../012-libldap2-dev_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 2021-06-02 10:42:38.566 | Unpacking libldap2-dev:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 2021-06-02 10:42:38.699 | Selecting previously unselected package libaprutil1-dev. 2021-06-02 10:42:38.707 | Preparing to unpack .../013-libaprutil1-dev_1.6.1-2_amd64.deb ... 2021-06-02 10:42:38.709 | Unpacking libaprutil1-dev (1.6.1-2) ... 2021-06-02 10:42:38.967 | Selecting previously unselected package autotools-dev. 2021-06-02 10:42:38.974 | Preparing to unpack .../014-autotools-dev_20180224.1_all.deb ... 2021-06-02 10:42:38.976 | Unpacking autotools-dev (20180224.1) ... 2021-06-02 10:42:39.034 | Selecting previously unselected package m4. 2021-06-02 10:42:39.041 | Preparing to unpack .../015-m4_1.4.18-1_amd64.deb ... 2021-06-02 10:42:39.043 | Unpacking m4 (1.4.18-1) ... 2021-06-02 10:42:39.159 | Selecting previously unselected package autoconf. 2021-06-02 10:42:39.165 | Preparing to unpack .../016-autoconf_2.69-11_all.deb ... 2021-06-02 10:42:39.168 | Unpacking autoconf (2.69-11) ... 2021-06-02 10:42:39.303 | Selecting previously unselected package automake. 2021-06-02 10:42:39.311 | Preparing to unpack .../017-automake_1%3a1.15.1-3ubuntu2_all.deb ... 2021-06-02 10:42:39.315 | Unpacking automake (1:1.15.1-3ubuntu2) ... 2021-06-02 10:42:39.439 | Selecting previously unselected package autopoint. 2021-06-02 10:42:39.446 | Preparing to unpack .../018-autopoint_0.19.8.1-6ubuntu0.3_all.deb ... 2021-06-02 10:42:39.448 | Unpacking autopoint (0.19.8.1-6ubuntu0.3) ... 2021-06-02 10:42:39.554 | Selecting previously unselected package libtool. 2021-06-02 10:42:39.561 | Preparing to unpack .../019-libtool_2.4.6-2_all.deb ... 2021-06-02 10:42:39.563 | Unpacking libtool (2.4.6-2) ... 2021-06-02 10:42:39.643 | Selecting previously unselected package dh-autoreconf. 2021-06-02 10:42:39.649 | Preparing to unpack .../020-dh-autoreconf_17_all.deb ... 2021-06-02 10:42:39.652 | Unpacking dh-autoreconf (17) ... 2021-06-02 10:42:39.709 | Selecting previously unselected package libarchive-zip-perl. 2021-06-02 10:42:39.715 | Preparing to unpack .../021-libarchive-zip-perl_1.60-1ubuntu0.1_all.deb ... 2021-06-02 10:42:39.718 | Unpacking libarchive-zip-perl (1.60-1ubuntu0.1) ... 2021-06-02 10:42:39.783 | Selecting previously unselected package libfile-stripnondeterminism-perl. 2021-06-02 10:42:39.790 | Preparing to unpack .../022-libfile-stripnondeterminism-perl_0.040-1.1~build1_all.deb ... 2021-06-02 10:42:39.792 | Unpacking libfile-stripnondeterminism-perl (0.040-1.1~build1) ... 2021-06-02 10:42:39.849 | Selecting previously unselected package libtimedate-perl. 2021-06-02 10:42:39.855 | Preparing to unpack .../023-libtimedate-perl_2.3000-2_all.deb ... 2021-06-02 10:42:39.858 | Unpacking libtimedate-perl (2.3000-2) ... 2021-06-02 10:42:39.921 | Selecting previously unselected package dh-strip-nondeterminism. 2021-06-02 10:42:39.928 | Preparing to unpack .../024-dh-strip-nondeterminism_0.040-1.1~build1_all.deb ... 2021-06-02 10:42:39.930 | Unpacking dh-strip-nondeterminism (0.040-1.1~build1) ... 2021-06-02 10:42:39.987 | Selecting previously unselected package libdpkg-perl. 2021-06-02 10:42:39.993 | Preparing to unpack .../025-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 2021-06-02 10:42:39.996 | Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 2021-06-02 10:42:40.082 | Selecting previously unselected package make. 2021-06-02 10:42:40.089 | Preparing to unpack .../026-make_4.1-9.1ubuntu1_amd64.deb ... 2021-06-02 10:42:40.091 | Unpacking make (4.1-9.1ubuntu1) ... 2021-06-02 10:42:40.173 | Selecting previously unselected package dpkg-dev. 2021-06-02 10:42:40.179 | Preparing to unpack .../027-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 2021-06-02 10:42:40.182 | Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 2021-06-02 10:42:40.361 | Selecting previously unselected package libcroco3:amd64. 2021-06-02 10:42:40.368 | Preparing to unpack .../028-libcroco3_0.6.12-2_amd64.deb ... 2021-06-02 10:42:40.370 | Unpacking libcroco3:amd64 (0.6.12-2) ... 2021-06-02 10:42:40.443 | Selecting previously unselected package gettext. 2021-06-02 10:42:40.450 | Preparing to unpack .../029-gettext_0.19.8.1-6ubuntu0.3_amd64.deb ... 2021-06-02 10:42:40.452 | Unpacking gettext (0.19.8.1-6ubuntu0.3) ... 2021-06-02 10:42:40.730 | Selecting previously unselected package intltool-debian. 2021-06-02 10:42:40.736 | Preparing to unpack .../030-intltool-debian_0.35.0+20060710.4_all.deb ... 2021-06-02 10:42:40.739 | Unpacking intltool-debian (0.35.0+20060710.4) ... 2021-06-02 10:42:40.795 | Selecting previously unselected package po-debconf. 2021-06-02 10:42:40.802 | Preparing to unpack .../031-po-debconf_1.0.20_all.deb ... 2021-06-02 10:42:40.804 | Unpacking po-debconf (1.0.20) ... 2021-06-02 10:42:40.890 | Selecting previously unselected package debhelper. 2021-06-02 10:42:40.896 | Preparing to unpack .../032-debhelper_11.1.6ubuntu2_all.deb ... 2021-06-02 10:42:40.899 | Unpacking debhelper (11.1.6ubuntu2) ... 2021-06-02 10:42:41.131 | Selecting previously unselected package apache2-dev. 2021-06-02 10:42:41.138 | Preparing to unpack .../033-apache2-dev_2.4.29-1ubuntu4.14_amd64.deb ... 2021-06-02 10:42:41.140 | Unpacking apache2-dev (2.4.29-1ubuntu4.14) ... 2021-06-02 10:42:41.223 | Selecting previously unselected package libstdc++-7-dev:amd64. 2021-06-02 10:42:41.229 | Preparing to unpack .../034-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 2021-06-02 10:42:41.232 | Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 2021-06-02 10:42:41.669 | Selecting previously unselected package g++-7. 2021-06-02 10:42:41.677 | Preparing to unpack .../035-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 2021-06-02 10:42:41.679 | Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 2021-06-02 10:42:43.047 | Selecting previously unselected package g++. 2021-06-02 10:42:43.054 | Preparing to unpack .../036-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 2021-06-02 10:42:43.056 | Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 2021-06-02 10:42:43.108 | Selecting previously unselected package build-essential. 2021-06-02 10:42:43.115 | Preparing to unpack .../037-build-essential_12.4ubuntu1_amd64.deb ... 2021-06-02 10:42:43.117 | Unpacking build-essential (12.4ubuntu1) ... 2021-06-02 10:42:43.174 | Selecting previously unselected package conntrack. 2021-06-02 10:42:43.181 | Preparing to unpack .../038-conntrack_1%3a1.4.4+snapshot20161117-6ubuntu2_amd64.deb ... 2021-06-02 10:42:43.183 | Unpacking conntrack (1:1.4.4+snapshot20161117-6ubuntu2) ... 2021-06-02 10:42:43.267 | Selecting previously unselected package libnetfilter-queue1. 2021-06-02 10:42:43.273 | Preparing to unpack .../039-libnetfilter-queue1_1.0.2-2_amd64.deb ... 2021-06-02 10:42:43.276 | Unpacking libnetfilter-queue1 (1.0.2-2) ... 2021-06-02 10:42:43.366 | Selecting previously unselected package conntrackd. 2021-06-02 10:42:43.373 | Preparing to unpack .../040-conntrackd_1%3a1.4.4+snapshot20161117-6ubuntu2_amd64.deb ... 2021-06-02 10:42:43.375 | Unpacking conntrackd (1:1.4.4+snapshot20161117-6ubuntu2) ... 2021-06-02 10:42:43.454 | Preparing to unpack .../041-curl_7.58.0-2ubuntu3.13_amd64.deb ... 2021-06-02 10:42:43.474 | Unpacking curl (7.58.0-2ubuntu3.13) over (7.58.0-2ubuntu3.7) ... 2021-06-02 10:42:43.598 | Preparing to unpack .../042-libcurl4_7.58.0-2ubuntu3.13_amd64.deb ... 2021-06-02 10:42:43.619 | Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.13) over (7.58.0-2ubuntu3.7) ... 2021-06-02 10:42:43.738 | Selecting previously unselected package dctrl-tools. 2021-06-02 10:42:43.745 | Preparing to unpack .../043-dctrl-tools_2.24-2build1_amd64.deb ... 2021-06-02 10:42:43.755 | Unpacking dctrl-tools (2.24-2build1) ... 2021-06-02 10:42:43.848 | Preparing to unpack .../044-dnsmasq-base_2.79-1ubuntu0.3_amd64.deb ... 2021-06-02 10:42:43.870 | Unpacking dnsmasq-base (2.79-1ubuntu0.3) over (2.79-1) ... 2021-06-02 10:42:43.978 | Selecting previously unselected package dnsmasq-utils. 2021-06-02 10:42:43.986 | Preparing to unpack .../045-dnsmasq-utils_2.79-1ubuntu0.3_amd64.deb ... 2021-06-02 10:42:43.988 | Unpacking dnsmasq-utils (2.79-1ubuntu0.3) ... 2021-06-02 10:42:44.061 | Selecting previously unselected package dstat. 2021-06-02 10:42:44.069 | Preparing to unpack .../046-dstat_0.7.3-1_all.deb ... 2021-06-02 10:42:44.071 | Unpacking dstat (0.7.3-1) ... 2021-06-02 10:42:44.174 | Selecting previously unselected package libfakeroot:amd64. 2021-06-02 10:42:44.181 | Preparing to unpack .../047-libfakeroot_1.22-2ubuntu1_amd64.deb ... 2021-06-02 10:42:44.183 | Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... 2021-06-02 10:42:44.257 | Selecting previously unselected package fakeroot. 2021-06-02 10:42:44.264 | Preparing to unpack .../048-fakeroot_1.22-2ubuntu1_amd64.deb ... 2021-06-02 10:42:44.266 | Unpacking fakeroot (1.22-2ubuntu1) ... 2021-06-02 10:42:44.327 | Selecting previously unselected package genisoimage. 2021-06-02 10:42:44.334 | Preparing to unpack .../049-genisoimage_9%3a1.1.11-3ubuntu2_amd64.deb ... 2021-06-02 10:42:44.336 | Unpacking genisoimage (9:1.1.11-3ubuntu2) ... 2021-06-02 10:42:44.458 | Selecting previously unselected package libgraphite2-3:amd64. 2021-06-02 10:42:44.465 | Preparing to unpack .../050-libgraphite2-3_1.3.11-2_amd64.deb ... 2021-06-02 10:42:44.468 | Unpacking libgraphite2-3:amd64 (1.3.11-2) ... 2021-06-02 10:42:44.558 | Selecting previously unselected package libharfbuzz0b:amd64. 2021-06-02 10:42:44.565 | Preparing to unpack .../051-libharfbuzz0b_1.7.2-1ubuntu1_amd64.deb ... 2021-06-02 10:42:44.567 | Unpacking libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ... 2021-06-02 10:42:44.654 | Selecting previously unselected package gir1.2-harfbuzz-0.0:amd64. 2021-06-02 10:42:44.662 | Preparing to unpack .../052-gir1.2-harfbuzz-0.0_1.7.2-1ubuntu1_amd64.deb ... 2021-06-02 10:42:44.664 | Unpacking gir1.2-harfbuzz-0.0:amd64 (1.7.2-1ubuntu1) ... 2021-06-02 10:42:44.772 | Preparing to unpack .../053-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 2021-06-02 10:42:44.852 | Unpacking git (1:2.17.1-1ubuntu0.8) over (1:2.17.1-1ubuntu0.4) ... 2021-06-02 10:42:45.740 | Selecting previously unselected package libann0. 2021-06-02 10:42:45.748 | Preparing to unpack .../054-libann0_1.1.2+doc-6_amd64.deb ... 2021-06-02 10:42:45.750 | Unpacking libann0 (1.1.2+doc-6) ... 2021-06-02 10:42:45.825 | Selecting previously unselected package libcdt5. 2021-06-02 10:42:45.833 | Preparing to unpack .../055-libcdt5_2.40.1-2_amd64.deb ... 2021-06-02 10:42:45.835 | Unpacking libcdt5 (2.40.1-2) ... 2021-06-02 10:42:45.910 | Selecting previously unselected package libcgraph6. 2021-06-02 10:42:45.917 | Preparing to unpack .../056-libcgraph6_2.40.1-2_amd64.deb ... 2021-06-02 10:42:45.919 | Unpacking libcgraph6 (2.40.1-2) ... 2021-06-02 10:42:45.978 | Selecting previously unselected package libjpeg8:amd64. 2021-06-02 10:42:45.986 | Preparing to unpack .../057-libjpeg8_8c-2ubuntu8_amd64.deb ... 2021-06-02 10:42:45.989 | Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... 2021-06-02 10:42:46.073 | Selecting previously unselected package libjbig0:amd64. 2021-06-02 10:42:46.081 | Preparing to unpack .../058-libjbig0_2.1-3.1build1_amd64.deb ... 2021-06-02 10:42:46.083 | Unpacking libjbig0:amd64 (2.1-3.1build1) ... 2021-06-02 10:42:46.167 | Selecting previously unselected package libtiff5:amd64. 2021-06-02 10:42:46.175 | Preparing to unpack .../059-libtiff5_4.0.9-5ubuntu0.4_amd64.deb ... 2021-06-02 10:42:46.177 | Unpacking libtiff5:amd64 (4.0.9-5ubuntu0.4) ... 2021-06-02 10:42:46.283 | Selecting previously unselected package libwebp6:amd64. 2021-06-02 10:42:46.290 | Preparing to unpack .../060-libwebp6_0.6.1-2ubuntu0.18.04.1_amd64.deb ... 2021-06-02 10:42:46.293 | Unpacking libwebp6:amd64 (0.6.1-2ubuntu0.18.04.1) ... 2021-06-02 10:42:46.393 | Selecting previously unselected package libxpm4:amd64. 2021-06-02 10:42:46.400 | Preparing to unpack .../061-libxpm4_1%3a3.5.12-1_amd64.deb ... 2021-06-02 10:42:46.404 | Unpacking libxpm4:amd64 (1:3.5.12-1) ... 2021-06-02 10:42:46.494 | Selecting previously unselected package libgd3:amd64. 2021-06-02 10:42:46.503 | Preparing to unpack .../062-libgd3_2.2.5-4ubuntu0.4_amd64.deb ... 2021-06-02 10:42:46.505 | Unpacking libgd3:amd64 (2.2.5-4ubuntu0.4) ... 2021-06-02 10:42:46.605 | Selecting previously unselected package libgts-0.7-5:amd64. 2021-06-02 10:42:46.613 | Preparing to unpack .../063-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ... 2021-06-02 10:42:46.615 | Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2021-06-02 10:42:46.715 | Selecting previously unselected package libpixman-1-0:amd64. 2021-06-02 10:42:46.722 | Preparing to unpack .../064-libpixman-1-0_0.34.0-2_amd64.deb ... 2021-06-02 10:42:46.725 | Unpacking libpixman-1-0:amd64 (0.34.0-2) ... 2021-06-02 10:42:46.837 | Selecting previously unselected package libxcb-render0:amd64. 2021-06-02 10:42:46.844 | Preparing to unpack .../065-libxcb-render0_1.13-2~ubuntu18.04_amd64.deb ... 2021-06-02 10:42:46.846 | Unpacking libxcb-render0:amd64 (1.13-2~ubuntu18.04) ... 2021-06-02 10:42:46.929 | Selecting previously unselected package libxcb-shm0:amd64. 2021-06-02 10:42:46.935 | Preparing to unpack .../066-libxcb-shm0_1.13-2~ubuntu18.04_amd64.deb ... 2021-06-02 10:42:46.939 | Unpacking libxcb-shm0:amd64 (1.13-2~ubuntu18.04) ... 2021-06-02 10:42:47.015 | Selecting previously unselected package libxrender1:amd64. 2021-06-02 10:42:47.021 | Preparing to unpack .../067-libxrender1_1%3a0.9.10-1_amd64.deb ... 2021-06-02 10:42:47.024 | Unpacking libxrender1:amd64 (1:0.9.10-1) ... 2021-06-02 10:42:47.107 | Selecting previously unselected package libcairo2:amd64. 2021-06-02 10:42:47.114 | Preparing to unpack .../068-libcairo2_1.15.10-2ubuntu0.1_amd64.deb ... 2021-06-02 10:42:47.117 | Unpacking libcairo2:amd64 (1.15.10-2ubuntu0.1) ... 2021-06-02 10:42:47.262 | Selecting previously unselected package libltdl7:amd64. 2021-06-02 10:42:47.270 | Preparing to unpack .../069-libltdl7_2.4.6-2_amd64.deb ... 2021-06-02 10:42:47.272 | Unpacking libltdl7:amd64 (2.4.6-2) ... 2021-06-02 10:42:47.331 | Selecting previously unselected package libthai-data. 2021-06-02 10:42:47.338 | Preparing to unpack .../070-libthai-data_0.1.27-2_all.deb ... 2021-06-02 10:42:47.340 | Unpacking libthai-data (0.1.27-2) ... 2021-06-02 10:42:47.460 | Selecting previously unselected package libdatrie1:amd64. 2021-06-02 10:42:47.467 | Preparing to unpack .../071-libdatrie1_0.2.10-7_amd64.deb ... 2021-06-02 10:42:47.469 | Unpacking libdatrie1:amd64 (0.2.10-7) ... 2021-06-02 10:42:47.552 | Selecting previously unselected package libthai0:amd64. 2021-06-02 10:42:47.559 | Preparing to unpack .../072-libthai0_0.1.27-2_amd64.deb ... 2021-06-02 10:42:47.561 | Unpacking libthai0:amd64 (0.1.27-2) ... 2021-06-02 10:42:47.644 | Selecting previously unselected package libpango-1.0-0:amd64. 2021-06-02 10:42:47.651 | Preparing to unpack .../073-libpango-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2021-06-02 10:42:47.654 | Unpacking libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-06-02 10:42:47.755 | Selecting previously unselected package libpangoft2-1.0-0:amd64. 2021-06-02 10:42:47.762 | Preparing to unpack .../074-libpangoft2-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2021-06-02 10:42:47.765 | Unpacking libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-06-02 10:42:47.848 | Selecting previously unselected package libpangocairo-1.0-0:amd64. 2021-06-02 10:42:47.855 | Preparing to unpack .../075-libpangocairo-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2021-06-02 10:42:47.857 | Unpacking libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-06-02 10:42:47.931 | Selecting previously unselected package libpathplan4. 2021-06-02 10:42:47.938 | Preparing to unpack .../076-libpathplan4_2.40.1-2_amd64.deb ... 2021-06-02 10:42:47.941 | Unpacking libpathplan4 (2.40.1-2) ... 2021-06-02 10:42:48.033 | Selecting previously unselected package libgvc6. 2021-06-02 10:42:48.040 | Preparing to unpack .../077-libgvc6_2.40.1-2_amd64.deb ... 2021-06-02 10:42:48.042 | Unpacking libgvc6 (2.40.1-2) ... 2021-06-02 10:42:48.199 | Selecting previously unselected package libgvpr2. 2021-06-02 10:42:48.207 | Preparing to unpack .../078-libgvpr2_2.40.1-2_amd64.deb ... 2021-06-02 10:42:48.209 | Unpacking libgvpr2 (2.40.1-2) ... 2021-06-02 10:42:48.305 | Selecting previously unselected package liblab-gamut1. 2021-06-02 10:42:48.312 | Preparing to unpack .../079-liblab-gamut1_2.40.1-2_amd64.deb ... 2021-06-02 10:42:48.315 | Unpacking liblab-gamut1 (2.40.1-2) ... 2021-06-02 10:42:48.522 | Selecting previously unselected package libxt6:amd64. 2021-06-02 10:42:48.529 | Preparing to unpack .../080-libxt6_1%3a1.1.5-1_amd64.deb ... 2021-06-02 10:42:48.532 | Unpacking libxt6:amd64 (1:1.1.5-1) ... 2021-06-02 10:42:48.623 | Selecting previously unselected package libxmu6:amd64. 2021-06-02 10:42:48.630 | Preparing to unpack .../081-libxmu6_2%3a1.1.2-2_amd64.deb ... 2021-06-02 10:42:48.632 | Unpacking libxmu6:amd64 (2:1.1.2-2) ... 2021-06-02 10:42:48.718 | Selecting previously unselected package libxaw7:amd64. 2021-06-02 10:42:48.724 | Preparing to unpack .../082-libxaw7_2%3a1.0.13-1_amd64.deb ... 2021-06-02 10:42:48.727 | Unpacking libxaw7:amd64 (2:1.0.13-1) ... 2021-06-02 10:42:48.822 | Selecting previously unselected package graphviz. 2021-06-02 10:42:48.830 | Preparing to unpack .../083-graphviz_2.40.1-2_amd64.deb ... 2021-06-02 10:42:48.832 | Unpacking graphviz (2.40.1-2) ... 2021-06-02 10:42:49.032 | Selecting previously unselected package libnl-3-200:amd64. 2021-06-02 10:42:49.039 | Preparing to unpack .../084-libnl-3-200_3.2.29-0ubuntu3_amd64.deb ... 2021-06-02 10:42:49.042 | Unpacking libnl-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-06-02 10:42:49.129 | Selecting previously unselected package libnl-route-3-200:amd64. 2021-06-02 10:42:49.136 | Preparing to unpack .../085-libnl-route-3-200_3.2.29-0ubuntu3_amd64.deb ... 2021-06-02 10:42:49.138 | Unpacking libnl-route-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-06-02 10:42:49.246 | Selecting previously unselected package libibverbs1:amd64. 2021-06-02 10:42:49.254 | Preparing to unpack .../086-libibverbs1_17.1-1ubuntu0.2_amd64.deb ... 2021-06-02 10:42:49.256 | Unpacking libibverbs1:amd64 (17.1-1ubuntu0.2) ... 2021-06-02 10:42:49.348 | Selecting previously unselected package ibverbs-providers:amd64. 2021-06-02 10:42:49.355 | Preparing to unpack .../087-ibverbs-providers_17.1-1ubuntu0.2_amd64.deb ... 2021-06-02 10:42:49.358 | Unpacking ibverbs-providers:amd64 (17.1-1ubuntu0.2) ... 2021-06-02 10:42:49.436 | Selecting previously unselected package icu-devtools. 2021-06-02 10:42:49.443 | Preparing to unpack .../088-icu-devtools_60.2-3ubuntu3.1_amd64.deb ... 2021-06-02 10:42:49.445 | Unpacking icu-devtools (60.2-3ubuntu3.1) ... 2021-06-02 10:42:49.534 | Selecting previously unselected package iputils-arping. 2021-06-02 10:42:49.541 | Preparing to unpack .../089-iputils-arping_3%3a20161105-1ubuntu3_amd64.deb ... 2021-06-02 10:42:49.543 | Unpacking iputils-arping (3:20161105-1ubuntu3) ... 2021-06-02 10:42:49.642 | Selecting previously unselected package javascript-common. 2021-06-02 10:42:49.649 | Preparing to unpack .../090-javascript-common_11_all.deb ... 2021-06-02 10:42:49.664 | Unpacking javascript-common (11) ... 2021-06-02 10:42:49.743 | Selecting previously unselected package libnl-genl-3-200:amd64. 2021-06-02 10:42:49.750 | Preparing to unpack .../091-libnl-genl-3-200_3.2.29-0ubuntu3_amd64.deb ... 2021-06-02 10:42:49.752 | Unpacking libnl-genl-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-06-02 10:42:49.853 | Selecting previously unselected package libsensors4:amd64. 2021-06-02 10:42:49.860 | Preparing to unpack .../092-libsensors4_1%3a3.4.0-4_amd64.deb ... 2021-06-02 10:42:49.955 | Unpacking libsensors4:amd64 (1:3.4.0-4) ... 2021-06-02 10:42:50.029 | Selecting previously unselected package libsnmp-base. 2021-06-02 10:42:50.037 | Preparing to unpack .../093-libsnmp-base_5.7.3+dfsg-1.8ubuntu3.6_all.deb ... 2021-06-02 10:42:50.039 | Unpacking libsnmp-base (5.7.3+dfsg-1.8ubuntu3.6) ... 2021-06-02 10:42:50.158 | Selecting previously unselected package libsnmp30:amd64. 2021-06-02 10:42:50.165 | Preparing to unpack .../094-libsnmp30_5.7.3+dfsg-1.8ubuntu3.6_amd64.deb ... 2021-06-02 10:42:50.167 | Unpacking libsnmp30:amd64 (5.7.3+dfsg-1.8ubuntu3.6) ... 2021-06-02 10:42:50.393 | Selecting previously unselected package keepalived. 2021-06-02 10:42:50.400 | Preparing to unpack .../095-keepalived_1%3a1.3.9-1ubuntu0.18.04.2_amd64.deb ... 2021-06-02 10:42:50.403 | Unpacking keepalived (1:1.3.9-1ubuntu0.18.04.2) ... 2021-06-02 10:42:50.535 | Selecting previously unselected package libgssrpc4:amd64. 2021-06-02 10:42:50.542 | Preparing to unpack .../096-libgssrpc4_1.16-2ubuntu0.2_amd64.deb ... 2021-06-02 10:42:50.544 | Unpacking libgssrpc4:amd64 (1.16-2ubuntu0.2) ... 2021-06-02 10:42:50.623 | Selecting previously unselected package libkdb5-9:amd64. 2021-06-02 10:42:50.631 | Preparing to unpack .../097-libkdb5-9_1.16-2ubuntu0.2_amd64.deb ... 2021-06-02 10:42:50.641 | Unpacking libkdb5-9:amd64 (1.16-2ubuntu0.2) ... 2021-06-02 10:42:50.726 | Selecting previously unselected package libkadm5srv-mit11:amd64. 2021-06-02 10:42:50.732 | Preparing to unpack .../098-libkadm5srv-mit11_1.16-2ubuntu0.2_amd64.deb ... 2021-06-02 10:42:50.735 | Unpacking libkadm5srv-mit11:amd64 (1.16-2ubuntu0.2) ... 2021-06-02 10:42:50.821 | Selecting previously unselected package libkadm5clnt-mit11:amd64. 2021-06-02 10:42:50.828 | Preparing to unpack .../099-libkadm5clnt-mit11_1.16-2ubuntu0.2_amd64.deb ... 2021-06-02 10:42:50.838 | Unpacking libkadm5clnt-mit11:amd64 (1.16-2ubuntu0.2) ... 2021-06-02 10:42:50.898 | Selecting previously unselected package comerr-dev:amd64. 2021-06-02 10:42:50.905 | Preparing to unpack .../100-comerr-dev_2.1-1.44.1-1ubuntu1.3_amd64.deb ... 2021-06-02 10:42:50.907 | Unpacking comerr-dev:amd64 (2.1-1.44.1-1ubuntu1.3) ... 2021-06-02 10:42:50.975 | Selecting previously unselected package krb5-multidev:amd64. 2021-06-02 10:42:50.981 | Preparing to unpack .../101-krb5-multidev_1.16-2ubuntu0.2_amd64.deb ... 2021-06-02 10:42:50.984 | Unpacking krb5-multidev:amd64 (1.16-2ubuntu0.2) ... 2021-06-02 10:42:51.098 | Selecting previously unselected package libaio1:amd64. 2021-06-02 10:42:51.105 | Preparing to unpack .../102-libaio1_0.3.110-5ubuntu0.1_amd64.deb ... 2021-06-02 10:42:51.108 | Unpacking libaio1:amd64 (0.3.110-5ubuntu0.1) ... 2021-06-02 10:42:51.174 | Selecting previously unselected package libalgorithm-diff-perl. 2021-06-02 10:42:51.181 | Preparing to unpack .../103-libalgorithm-diff-perl_1.19.03-1_all.deb ... 2021-06-02 10:42:51.183 | Unpacking libalgorithm-diff-perl (1.19.03-1) ... 2021-06-02 10:42:51.252 | Selecting previously unselected package libalgorithm-diff-xs-perl. 2021-06-02 10:42:51.258 | Preparing to unpack .../104-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... 2021-06-02 10:42:51.269 | Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 2021-06-02 10:42:51.336 | Selecting previously unselected package libalgorithm-merge-perl. 2021-06-02 10:42:51.343 | Preparing to unpack .../105-libalgorithm-merge-perl_0.08-3_all.deb ... 2021-06-02 10:42:51.345 | Unpacking libalgorithm-merge-perl (0.08-3) ... 2021-06-02 10:42:51.403 | Selecting previously unselected package libarchive-cpio-perl. 2021-06-02 10:42:51.410 | Preparing to unpack .../106-libarchive-cpio-perl_0.10-1_all.deb ... 2021-06-02 10:42:51.413 | Unpacking libarchive-cpio-perl (0.10-1) ... 2021-06-02 10:42:51.472 | Selecting previously unselected package libfile-fcntllock-perl. 2021-06-02 10:42:51.479 | Preparing to unpack .../107-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... 2021-06-02 10:42:51.481 | Unpacking libfile-fcntllock-perl (0.22-3build2) ... 2021-06-02 10:42:51.547 | Selecting previously unselected package libglib2.0-bin. 2021-06-02 10:42:51.554 | Preparing to unpack .../108-libglib2.0-bin_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 2021-06-02 10:42:51.556 | Unpacking libglib2.0-bin (2.56.4-0ubuntu0.18.04.8) ... 2021-06-02 10:42:51.654 | Selecting previously unselected package libglib2.0-dev-bin. 2021-06-02 10:42:51.662 | Preparing to unpack .../109-libglib2.0-dev-bin_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 2021-06-02 10:42:51.664 | Unpacking libglib2.0-dev-bin (2.56.4-0ubuntu0.18.04.8) ... 2021-06-02 10:42:51.766 | Selecting previously unselected package pkg-config. 2021-06-02 10:42:51.773 | Preparing to unpack .../110-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 2021-06-02 10:42:51.784 | Unpacking pkg-config (0.29.1-0ubuntu2) ... 2021-06-02 10:42:51.851 | Selecting previously unselected package zlib1g-dev:amd64. 2021-06-02 10:42:51.858 | Preparing to unpack .../111-zlib1g-dev_1%3a1.2.11.dfsg-0ubuntu2_amd64.deb ... 2021-06-02 10:42:51.860 | Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... 2021-06-02 10:42:51.953 | Selecting previously unselected package libglib2.0-dev:amd64. 2021-06-02 10:42:51.960 | Preparing to unpack .../112-libglib2.0-dev_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 2021-06-02 10:42:51.962 | Unpacking libglib2.0-dev:amd64 (2.56.4-0ubuntu0.18.04.8) ... 2021-06-02 10:42:52.319 | Selecting previously unselected package libgraphite2-dev:amd64. 2021-06-02 10:42:52.326 | Preparing to unpack .../113-libgraphite2-dev_1.3.11-2_amd64.deb ... 2021-06-02 10:42:52.329 | Unpacking libgraphite2-dev:amd64 (1.3.11-2) ... 2021-06-02 10:42:52.396 | Selecting previously unselected package libgts-bin. 2021-06-02 10:42:52.403 | Preparing to unpack .../114-libgts-bin_0.7.6+darcs121130-4_amd64.deb ... 2021-06-02 10:42:52.405 | Unpacking libgts-bin (0.7.6+darcs121130-4) ... 2021-06-02 10:42:52.501 | Selecting previously unselected package libharfbuzz-icu0:amd64. 2021-06-02 10:42:52.509 | Preparing to unpack .../115-libharfbuzz-icu0_1.7.2-1ubuntu1_amd64.deb ... 2021-06-02 10:42:52.519 | Unpacking libharfbuzz-icu0:amd64 (1.7.2-1ubuntu1) ... 2021-06-02 10:42:52.610 | Selecting previously unselected package libharfbuzz-gobject0:amd64. 2021-06-02 10:42:52.617 | Preparing to unpack .../116-libharfbuzz-gobject0_1.7.2-1ubuntu1_amd64.deb ... 2021-06-02 10:42:52.619 | Unpacking libharfbuzz-gobject0:amd64 (1.7.2-1ubuntu1) ... 2021-06-02 10:42:52.694 | Selecting previously unselected package libicu-le-hb0:amd64. 2021-06-02 10:42:52.701 | Preparing to unpack .../117-libicu-le-hb0_1.0.3+git161113-4_amd64.deb ... 2021-06-02 10:42:52.704 | Unpacking libicu-le-hb0:amd64 (1.0.3+git161113-4) ... 2021-06-02 10:42:52.795 | Selecting previously unselected package libiculx60:amd64. 2021-06-02 10:42:52.803 | Preparing to unpack .../118-libiculx60_60.2-3ubuntu3.1_amd64.deb ... 2021-06-02 10:42:52.805 | Unpacking libiculx60:amd64 (60.2-3ubuntu3.1) ... 2021-06-02 10:42:52.863 | Selecting previously unselected package libicu-le-hb-dev:amd64. 2021-06-02 10:42:52.870 | Preparing to unpack .../119-libicu-le-hb-dev_1.0.3+git161113-4_amd64.deb ... 2021-06-02 10:42:52.873 | Unpacking libicu-le-hb-dev:amd64 (1.0.3+git161113-4) ... 2021-06-02 10:42:52.932 | Selecting previously unselected package libicu-dev. 2021-06-02 10:42:52.939 | Preparing to unpack .../120-libicu-dev_60.2-3ubuntu3.1_amd64.deb ... 2021-06-02 10:42:52.941 | Unpacking libicu-dev (60.2-3ubuntu3.1) ... 2021-06-02 10:42:54.359 | Selecting previously unselected package libharfbuzz-dev:amd64. 2021-06-02 10:42:54.367 | Preparing to unpack .../121-libharfbuzz-dev_1.7.2-1ubuntu1_amd64.deb ... 2021-06-02 10:42:54.369 | Unpacking libharfbuzz-dev:amd64 (1.7.2-1ubuntu1) ... 2021-06-02 10:42:54.513 | Selecting previously unselected package libiscsi7:amd64. 2021-06-02 10:42:54.520 | Preparing to unpack .../122-libiscsi7_1.17.0-1.1_amd64.deb ... 2021-06-02 10:42:54.522 | Unpacking libiscsi7:amd64 (1.17.0-1.1) ... 2021-06-02 10:42:54.610 | Selecting previously unselected package libjansson4:amd64. 2021-06-02 10:42:54.617 | Preparing to unpack .../123-libjansson4_2.11-1_amd64.deb ... 2021-06-02 10:42:54.628 | Unpacking libjansson4:amd64 (2.11-1) ... 2021-06-02 10:42:54.686 | Selecting previously unselected package libjpeg-turbo8-dev:amd64. 2021-06-02 10:42:54.694 | Preparing to unpack .../124-libjpeg-turbo8-dev_1.5.2-0ubuntu5.18.04.4_amd64.deb ... 2021-06-02 10:42:54.696 | Unpacking libjpeg-turbo8-dev:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2021-06-02 10:42:54.783 | Selecting previously unselected package libjpeg8-dev:amd64. 2021-06-02 10:42:54.790 | Preparing to unpack .../125-libjpeg8-dev_8c-2ubuntu8_amd64.deb ... 2021-06-02 10:42:54.793 | Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2021-06-02 10:42:54.859 | Selecting previously unselected package libjpeg-dev:amd64. 2021-06-02 10:42:54.866 | Preparing to unpack .../126-libjpeg-dev_8c-2ubuntu8_amd64.deb ... 2021-06-02 10:42:54.876 | Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ... 2021-06-02 10:42:54.943 | Selecting previously unselected package libjs-jquery. 2021-06-02 10:42:54.950 | Preparing to unpack .../127-libjs-jquery_3.2.1-1_all.deb ... 2021-06-02 10:42:54.952 | Unpacking libjs-jquery (3.2.1-1) ... 2021-06-02 10:42:55.036 | Selecting previously unselected package libjs-jquery-metadata. 2021-06-02 10:42:55.043 | Preparing to unpack .../128-libjs-jquery-metadata_12-1_all.deb ... 2021-06-02 10:42:55.045 | Unpacking libjs-jquery-metadata (12-1) ... 2021-06-02 10:42:55.103 | Selecting previously unselected package libjs-jquery-tablesorter. 2021-06-02 10:42:55.110 | Preparing to unpack .../129-libjs-jquery-tablesorter_1%3a2.29.5+dfsg1-1_all.deb ... 2021-06-02 10:42:55.113 | Unpacking libjs-jquery-tablesorter (1:2.29.5+dfsg1-1) ... 2021-06-02 10:42:55.222 | Selecting previously unselected package libltdl-dev:amd64. 2021-06-02 10:42:55.229 | Preparing to unpack .../130-libltdl-dev_2.4.6-2_amd64.deb ... 2021-06-02 10:42:55.231 | Unpacking libltdl-dev:amd64 (2.4.6-2) ... 2021-06-02 10:42:55.319 | Selecting previously unselected package libsys-hostname-long-perl. 2021-06-02 10:42:55.326 | Preparing to unpack .../131-libsys-hostname-long-perl_1.5-1_all.deb ... 2021-06-02 10:42:55.328 | Unpacking libsys-hostname-long-perl (1.5-1) ... 2021-06-02 10:42:55.396 | Selecting previously unselected package libmail-sendmail-perl. 2021-06-02 10:42:55.403 | Preparing to unpack .../132-libmail-sendmail-perl_0.80-1_all.deb ... 2021-06-02 10:42:55.405 | Unpacking libmail-sendmail-perl (0.80-1) ... 2021-06-02 10:42:55.488 | Selecting previously unselected package libmatheval1:amd64. 2021-06-02 10:42:55.495 | Preparing to unpack .../133-libmatheval1_1.1.11+dfsg-3build1_amd64.deb ... 2021-06-02 10:42:55.498 | Unpacking libmatheval1:amd64 (1.1.11+dfsg-3build1) ... 2021-06-02 10:42:55.597 | Selecting previously unselected package mysql-common. 2021-06-02 10:42:55.604 | Preparing to unpack .../134-mysql-common_5.8+1.0.4_all.deb ... 2021-06-02 10:42:55.628 | Unpacking mysql-common (5.8+1.0.4) ... 2021-06-02 10:42:55.711 | Selecting previously unselected package libmysqlclient20:amd64. 2021-06-02 10:42:55.718 | Preparing to unpack .../135-libmysqlclient20_5.7.34-0ubuntu0.18.04.1_amd64.deb ... 2021-06-02 10:42:55.720 | Unpacking libmysqlclient20:amd64 (5.7.34-0ubuntu0.18.04.1) ... 2021-06-02 10:42:55.890 | Selecting previously unselected package libssl-dev:amd64. 2021-06-02 10:42:55.897 | Preparing to unpack .../136-libssl-dev_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 2021-06-02 10:42:55.900 | Unpacking libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 2021-06-02 10:42:56.189 | Selecting previously unselected package libmysqlclient-dev. 2021-06-02 10:42:56.196 | Preparing to unpack .../137-libmysqlclient-dev_5.7.34-0ubuntu0.18.04.1_amd64.deb ... 2021-06-02 10:42:56.199 | Unpacking libmysqlclient-dev (5.7.34-0ubuntu0.18.04.1) ... 2021-06-02 10:42:56.456 | Selecting previously unselected package libnorm1:amd64. 2021-06-02 10:42:56.463 | Preparing to unpack .../138-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 2021-06-02 10:42:56.465 | Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 2021-06-02 10:42:56.577 | Selecting previously unselected package libnspr4:amd64. 2021-06-02 10:42:56.585 | Preparing to unpack .../139-libnspr4_2%3a4.18-1ubuntu1_amd64.deb ... 2021-06-02 10:42:56.595 | Unpacking libnspr4:amd64 (2:4.18-1ubuntu1) ... 2021-06-02 10:42:56.683 | Selecting previously unselected package libnss3:amd64. 2021-06-02 10:42:56.691 | Preparing to unpack .../140-libnss3_2%3a3.35-2ubuntu2.12_amd64.deb ... 2021-06-02 10:42:56.693 | Unpacking libnss3:amd64 (2:3.35-2ubuntu2.12) ... 2021-06-02 10:42:56.953 | Selecting previously unselected package libpgm-5.2-0:amd64. 2021-06-02 10:42:56.960 | Preparing to unpack .../141-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 2021-06-02 10:42:56.963 | Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 2021-06-02 10:42:57.058 | Selecting previously unselected package libpq5:amd64. 2021-06-02 10:42:57.065 | Preparing to unpack .../142-libpq5_10.17-0ubuntu0.18.04.1_amd64.deb ... 2021-06-02 10:42:57.068 | Unpacking libpq5:amd64 (10.17-0ubuntu0.18.04.1) ... 2021-06-02 10:42:57.139 | Selecting previously unselected package libpq-dev. 2021-06-02 10:42:57.147 | Preparing to unpack .../143-libpq-dev_10.17-0ubuntu0.18.04.1_amd64.deb ... 2021-06-02 10:42:57.157 | Unpacking libpq-dev (10.17-0ubuntu0.18.04.1) ... 2021-06-02 10:42:57.246 | Selecting previously unselected package libpython-dev:amd64. 2021-06-02 10:42:57.253 | Preparing to unpack .../144-libpython-dev_2.7.15~rc1-1_amd64.deb ... 2021-06-02 10:42:57.255 | Unpacking libpython-dev:amd64 (2.7.15~rc1-1) ... 2021-06-02 10:42:57.368 | Selecting previously unselected package librados2. 2021-06-02 10:42:57.375 | Preparing to unpack .../145-librados2_12.2.13-0ubuntu0.18.04.7_amd64.deb ... 2021-06-02 10:42:57.378 | Unpacking librados2 (12.2.13-0ubuntu0.18.04.7) ... 2021-06-02 10:42:57.864 | Selecting previously unselected package librbd1. 2021-06-02 10:42:57.871 | Preparing to unpack .../146-librbd1_12.2.13-0ubuntu0.18.04.7_amd64.deb ... 2021-06-02 10:42:57.874 | Unpacking librbd1 (12.2.13-0ubuntu0.18.04.7) ... 2021-06-02 10:42:58.058 | Selecting previously unselected package libsasl2-dev. 2021-06-02 10:42:58.066 | Preparing to unpack .../147-libsasl2-dev_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 2021-06-02 10:42:58.069 | Unpacking libsasl2-dev (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-06-02 10:42:58.193 | Preparing to unpack .../148-libsasl2-modules_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 2021-06-02 10:42:58.222 | Unpacking libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2021-06-02 10:42:58.336 | Selecting previously unselected package libsodium23:amd64. 2021-06-02 10:42:58.343 | Preparing to unpack .../149-libsodium23_1.0.16-2_amd64.deb ... 2021-06-02 10:42:58.345 | Unpacking libsodium23:amd64 (1.0.16-2) ... 2021-06-02 10:42:58.420 | Selecting previously unselected package libsystemd-dev:amd64. 2021-06-02 10:42:58.428 | Preparing to unpack .../150-libsystemd-dev_237-3ubuntu10.47_amd64.deb ... 2021-06-02 10:42:58.430 | Unpacking libsystemd-dev:amd64 (237-3ubuntu10.47) ... 2021-06-02 10:42:58.577 | Selecting previously unselected package libx86-1:amd64. 2021-06-02 10:42:58.585 | Preparing to unpack .../151-libx86-1_1.1+ds1-10.2_amd64.deb ... 2021-06-02 10:42:58.587 | Unpacking libx86-1:amd64 (1.1+ds1-10.2) ... 2021-06-02 10:42:58.660 | Selecting previously unselected package libxml2-dev:amd64. 2021-06-02 10:42:58.667 | Preparing to unpack .../152-libxml2-dev_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb ... 2021-06-02 10:42:58.669 | Unpacking libxml2-dev:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 2021-06-02 10:42:58.883 | Preparing to unpack .../153-libxslt1.1_1.1.29-5ubuntu0.2_amd64.deb ... 2021-06-02 10:42:58.949 | Unpacking libxslt1.1:amd64 (1.1.29-5ubuntu0.2) over (1.1.29-5ubuntu0.1) ... 2021-06-02 10:42:59.033 | Selecting previously unselected package libxslt1-dev:amd64. 2021-06-02 10:42:59.041 | Preparing to unpack .../154-libxslt1-dev_1.1.29-5ubuntu0.2_amd64.deb ... 2021-06-02 10:42:59.043 | Unpacking libxslt1-dev:amd64 (1.1.29-5ubuntu0.2) ... 2021-06-02 10:42:59.203 | Selecting previously unselected package libzmq5:amd64. 2021-06-02 10:42:59.211 | Preparing to unpack .../155-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 2021-06-02 10:42:59.213 | Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 2021-06-02 10:42:59.366 | Preparing to unpack .../156-lvm2_2.02.176-4.1ubuntu3.18.04.3_amd64.deb ... 2021-06-02 10:42:59.398 | Unpacking lvm2 (2.02.176-4.1ubuntu3.18.04.3) over (2.02.176-4.1ubuntu3.18.04.1) ... 2021-06-02 10:43:00.316 | Selecting previously unselected package memcached. 2021-06-02 10:43:00.324 | Preparing to unpack .../157-memcached_1.5.6-0ubuntu1.2_amd64.deb ... 2021-06-02 10:43:00.326 | Unpacking memcached (1.5.6-0ubuntu1.2) ... 2021-06-02 10:43:00.406 | Selecting previously unselected package pm-utils. 2021-06-02 10:43:00.414 | Preparing to unpack .../158-pm-utils_1.4.1-17_all.deb ... 2021-06-02 10:43:00.425 | Unpacking pm-utils (1.4.1-17) ... 2021-06-02 10:43:00.537 | Selecting previously unselected package postgresql-client-common. 2021-06-02 10:43:00.544 | Preparing to unpack .../159-postgresql-client-common_190ubuntu0.1_all.deb ... 2021-06-02 10:43:00.547 | Unpacking postgresql-client-common (190ubuntu0.1) ... 2021-06-02 10:43:00.641 | Selecting previously unselected package ssl-cert. 2021-06-02 10:43:00.649 | Preparing to unpack .../160-ssl-cert_1.0.39_all.deb ... 2021-06-02 10:43:00.659 | Unpacking ssl-cert (1.0.39) ... 2021-06-02 10:43:00.796 | Selecting previously unselected package postgresql-common. 2021-06-02 10:43:00.804 | Preparing to unpack .../161-postgresql-common_190ubuntu0.1_all.deb ... 2021-06-02 10:43:00.839 | Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common' 2021-06-02 10:43:00.849 | Unpacking postgresql-common (190ubuntu0.1) ... 2021-06-02 10:43:00.933 | Selecting previously unselected package postgresql-server-dev-10. 2021-06-02 10:43:00.942 | Preparing to unpack .../162-postgresql-server-dev-10_10.17-0ubuntu0.18.04.1_amd64.deb ... 2021-06-02 10:43:00.944 | Unpacking postgresql-server-dev-10 (10.17-0ubuntu0.18.04.1) ... 2021-06-02 10:43:01.242 | Selecting previously unselected package postgresql-server-dev-all. 2021-06-02 10:43:01.249 | Preparing to unpack .../163-postgresql-server-dev-all_190ubuntu0.1_all.deb ... 2021-06-02 10:43:01.251 | Unpacking postgresql-server-dev-all (190ubuntu0.1) ... 2021-06-02 10:43:01.302 | Selecting previously unselected package python-dev. 2021-06-02 10:43:01.310 | Preparing to unpack .../164-python-dev_2.7.15~rc1-1_amd64.deb ... 2021-06-02 10:43:01.320 | Unpacking python-dev (2.7.15~rc1-1) ... 2021-06-02 10:43:01.383 | Selecting previously unselected package python-gdbm. 2021-06-02 10:43:01.390 | Preparing to unpack .../165-python-gdbm_2.7.17-1~18.04_amd64.deb ... 2021-06-02 10:43:01.393 | Unpacking python-gdbm (2.7.17-1~18.04) ... 2021-06-02 10:43:01.475 | Selecting previously unselected package python-mysqldb. 2021-06-02 10:43:01.482 | Preparing to unpack .../166-python-mysqldb_1.3.10-1build1_amd64.deb ... 2021-06-02 10:43:01.484 | Unpacking python-mysqldb (1.3.10-1build1) ... 2021-06-02 10:43:01.570 | Selecting previously unselected package python-psutil. 2021-06-02 10:43:01.578 | Preparing to unpack .../167-python-psutil_5.4.2-1ubuntu0.1_amd64.deb ... 2021-06-02 10:43:01.580 | Unpacking python-psutil (5.4.2-1ubuntu0.1) ... 2021-06-02 10:43:01.678 | Selecting previously unselected package qemu-block-extra:amd64. 2021-06-02 10:43:01.685 | Preparing to unpack .../168-qemu-block-extra_1%3a2.11+dfsg-1ubuntu7.36_amd64.deb ... 2021-06-02 10:43:01.696 | Unpacking qemu-block-extra:amd64 (1:2.11+dfsg-1ubuntu7.36) ... 2021-06-02 10:43:01.763 | Selecting previously unselected package qemu-utils. 2021-06-02 10:43:01.771 | Preparing to unpack .../169-qemu-utils_1%3a2.11+dfsg-1ubuntu7.36_amd64.deb ... 2021-06-02 10:43:01.773 | Unpacking qemu-utils (1:2.11+dfsg-1ubuntu7.36) ... 2021-06-02 10:43:01.972 | Selecting previously unselected package sharutils. 2021-06-02 10:43:01.980 | Preparing to unpack .../170-sharutils_1%3a4.15.2-3_amd64.deb ... 2021-06-02 10:43:01.982 | Unpacking sharutils (1:4.15.2-3) ... 2021-06-02 10:43:02.061 | Selecting previously unselected package sqlite3. 2021-06-02 10:43:02.069 | Preparing to unpack .../171-sqlite3_3.22.0-1ubuntu0.4_amd64.deb ... 2021-06-02 10:43:02.071 | Unpacking sqlite3 (3.22.0-1ubuntu0.4) ... 2021-06-02 10:43:02.240 | Selecting previously unselected package thin-provisioning-tools. 2021-06-02 10:43:02.248 | Preparing to unpack .../172-thin-provisioning-tools_0.7.4-2ubuntu3_amd64.deb ... 2021-06-02 10:43:02.250 | Unpacking thin-provisioning-tools (0.7.4-2ubuntu3) ... 2021-06-02 10:43:02.396 | Selecting previously unselected package unzip. 2021-06-02 10:43:02.403 | Preparing to unpack .../173-unzip_6.0-21ubuntu1.1_amd64.deb ... 2021-06-02 10:43:02.405 | Unpacking unzip (6.0-21ubuntu1.1) ... 2021-06-02 10:43:02.493 | Selecting previously unselected package uwsgi-core. 2021-06-02 10:43:02.501 | Preparing to unpack .../174-uwsgi-core_2.0.15-10.2ubuntu2.1_amd64.deb ... 2021-06-02 10:43:02.504 | Unpacking uwsgi-core (2.0.15-10.2ubuntu2.1) ... 2021-06-02 10:43:02.669 | Selecting previously unselected package vbetool. 2021-06-02 10:43:02.677 | Preparing to unpack .../175-vbetool_1.1-4_amd64.deb ... 2021-06-02 10:43:02.688 | Unpacking vbetool (1.1-4) ... 2021-06-02 10:43:02.770 | Selecting previously unselected package libipset3:amd64. 2021-06-02 10:43:02.778 | Preparing to unpack .../176-libipset3_6.34-1_amd64.deb ... 2021-06-02 10:43:02.788 | Unpacking libipset3:amd64 (6.34-1) ... 2021-06-02 10:43:02.858 | Selecting previously unselected package ipset. 2021-06-02 10:43:02.866 | Preparing to unpack .../177-ipset_6.34-1_amd64.deb ... 2021-06-02 10:43:02.876 | Unpacking ipset (6.34-1) ... 2021-06-02 10:43:02.966 | Selecting previously unselected package ipvsadm. 2021-06-02 10:43:02.974 | Preparing to unpack .../178-ipvsadm_1%3a1.28-3ubuntu0.18.04.1_amd64.deb ... 2021-06-02 10:43:02.985 | Unpacking ipvsadm (1:1.28-3ubuntu0.18.04.1) ... 2021-06-02 10:43:03.068 | Selecting previously unselected package kpartx. 2021-06-02 10:43:03.076 | Preparing to unpack .../179-kpartx_0.7.4-2ubuntu3_amd64.deb ... 2021-06-02 10:43:03.078 | Unpacking kpartx (0.7.4-2ubuntu3) ... 2021-06-02 10:43:03.155 | Selecting previously unselected package libapache2-mod-proxy-uwsgi. 2021-06-02 10:43:03.163 | Preparing to unpack .../180-libapache2-mod-proxy-uwsgi_2.0.15-10.2ubuntu2.1_amd64.deb ... 2021-06-02 10:43:03.166 | Unpacking libapache2-mod-proxy-uwsgi (2.0.15-10.2ubuntu2.1) ... 2021-06-02 10:43:03.258 | Selecting previously unselected package liberasurecode1:amd64. 2021-06-02 10:43:03.266 | Preparing to unpack .../181-liberasurecode1_1.5.0-1_amd64.deb ... 2021-06-02 10:43:03.268 | Unpacking liberasurecode1:amd64 (1.5.0-1) ... 2021-06-02 10:43:03.345 | Selecting previously unselected package liberasurecode-dev. 2021-06-02 10:43:03.353 | Preparing to unpack .../182-liberasurecode-dev_1.5.0-1_amd64.deb ... 2021-06-02 10:43:03.355 | Unpacking liberasurecode-dev (1.5.0-1) ... 2021-06-02 10:43:03.415 | Selecting previously unselected package libffi-dev:amd64. 2021-06-02 10:43:03.422 | Preparing to unpack .../183-libffi-dev_3.2.1-8_amd64.deb ... 2021-06-02 10:43:03.425 | Unpacking libffi-dev:amd64 (3.2.1-8) ... 2021-06-02 10:43:03.522 | Selecting previously unselected package libkrb5-dev:amd64. 2021-06-02 10:43:03.529 | Preparing to unpack .../184-libkrb5-dev_1.16-2ubuntu0.2_amd64.deb ... 2021-06-02 10:43:03.531 | Unpacking libkrb5-dev:amd64 (1.16-2ubuntu0.2) ... 2021-06-02 10:43:03.619 | Selecting previously unselected package libyaml-dev:amd64. 2021-06-02 10:43:03.626 | Preparing to unpack .../185-libyaml-dev_0.1.7-2ubuntu3_amd64.deb ... 2021-06-02 10:43:03.629 | Unpacking libyaml-dev:amd64 (0.1.7-2ubuntu3) ... 2021-06-02 10:43:03.691 | Selecting previously unselected package socat. 2021-06-02 10:43:03.698 | Preparing to unpack .../186-socat_1.7.3.2-2ubuntu2_amd64.deb ... 2021-06-02 10:43:03.700 | Unpacking socat (1.7.3.2-2ubuntu2) ... 2021-06-02 10:43:03.826 | Selecting previously unselected package vlan. 2021-06-02 10:43:03.834 | Preparing to unpack .../187-vlan_1.9-3.2ubuntu6_amd64.deb ... 2021-06-02 10:43:03.836 | Unpacking vlan (1.9-3.2ubuntu6) ... 2021-06-02 10:43:03.946 | Setting up libjs-jquery (3.2.1-1) ... 2021-06-02 10:43:03.967 | Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 2021-06-02 10:43:03.995 | Setting up libapr1:amd64 (1.6.3-2) ... 2021-06-02 10:43:04.031 | Setting up libpython-dev:amd64 (2.7.15~rc1-1) ... 2021-06-02 10:43:04.051 | Processing triggers for ufw (0.36-0ubuntu0.18.04.1) ... 2021-06-02 10:43:04.253 | Setting up libpathplan4 (2.40.1-2) ... 2021-06-02 10:43:04.288 | Setting up conntrack (1:1.4.4+snapshot20161117-6ubuntu2) ... 2021-06-02 10:43:04.309 | Setting up libicu60:amd64 (60.2-3ubuntu3.1) ... 2021-06-02 10:43:04.336 | Setting up make (4.1-9.1ubuntu1) ... 2021-06-02 10:43:04.372 | Setting up liblab-gamut1 (2.40.1-2) ... 2021-06-02 10:43:04.399 | Setting up libxcb-render0:amd64 (1.13-2~ubuntu18.04) ... 2021-06-02 10:43:04.435 | Setting up vlan (1.9-3.2ubuntu6) ... 2021-06-02 10:43:04.500 | Setting up libarchive-zip-perl (1.60-1ubuntu0.1) ... 2021-06-02 10:43:04.528 | Setting up comerr-dev:amd64 (2.1-1.44.1-1ubuntu1.3) ... 2021-06-02 10:43:04.556 | Processing triggers for mime-support (3.60ubuntu1) ... 2021-06-02 10:43:04.583 | Setting up libsctp1:amd64 (1.0.17+dfsg-2) ... 2021-06-02 10:43:04.618 | Processing triggers for ureadahead (0.100.0-21) ... 2021-06-02 10:43:04.648 | Setting up sudo (1.8.21p2-3ubuntu1.4) ... 2021-06-02 10:43:04.719 | Setting up libtimedate-perl (2.3000-2) ... 2021-06-02 10:43:04.746 | Setting up libjbig0:amd64 (2.1-3.1build1) ... 2021-06-02 10:43:04.774 | Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 2021-06-02 10:43:04.811 | Setting up fonts-dejavu-core (2.37-1) ... 2021-06-02 10:43:04.983 | Processing triggers for install-info (6.5.0.dfsg.1-2) ... 2021-06-02 10:43:05.222 | Setting up libx86-1:amd64 (1.1+ds1-10.2) ... 2021-06-02 10:43:05.249 | Setting up lvm2 (2.02.176-4.1ubuntu3.18.04.3) ... 2021-06-02 10:43:05.632 | update-initramfs: deferring update (trigger activated) 2021-06-02 10:43:07.725 | Setting up python-dev (2.7.15~rc1-1) ... 2021-06-02 10:43:07.753 | Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 2021-06-02 10:43:07.773 | No schema files found: doing nothing. 2021-06-02 10:43:07.788 | Setting up mysql-common (5.8+1.0.4) ... 2021-06-02 10:43:07.840 | update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2021-06-02 10:43:07.859 | Setting up sharutils (1:4.15.2-3) ... 2021-06-02 10:43:07.894 | Setting up libiscsi7:amd64 (1.17.0-1.1) ... 2021-06-02 10:43:07.922 | Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-06-02 10:43:07.957 | Setting up libjansson4:amd64 (2.11-1) ... 2021-06-02 10:43:07.985 | Setting up unzip (6.0-21ubuntu1.1) ... 2021-06-02 10:43:08.035 | Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-06-02 10:43:08.062 | Setting up libarchive-cpio-perl (0.10-1) ... 2021-06-02 10:43:08.097 | Setting up genisoimage (9:1.1.11-3ubuntu2) ... 2021-06-02 10:43:08.117 | Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 2021-06-02 10:43:08.153 | Setting up uuid-dev:amd64 (2.31.1-0.4ubuntu3.7) ... 2021-06-02 10:43:08.189 | Setting up dctrl-tools (2.24-2build1) ... 2021-06-02 10:43:08.224 | Setting up apache2-data (2.4.29-1ubuntu4.14) ... 2021-06-02 10:43:08.251 | Setting up libffi-dev:amd64 (3.2.1-8) ... 2021-06-02 10:43:08.287 | Setting up libdatrie1:amd64 (0.2.10-7) ... 2021-06-02 10:43:08.315 | Setting up libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2021-06-02 10:43:08.342 | Setting up libyaml-dev:amd64 (0.1.7-2ubuntu3) ... 2021-06-02 10:43:08.378 | Processing triggers for initramfs-tools (0.130ubuntu3.8) ... 2021-06-02 10:43:08.452 | update-initramfs: Generating /boot/initrd.img-4.15.0-55-generic 2021-06-02 10:43:18.324 | Setting up pm-utils (1.4.1-17) ... 2021-06-02 10:43:18.362 | Setting up libnetfilter-queue1 (1.0.2-2) ... 2021-06-02 10:43:18.396 | Setting up m4 (1.4.18-1) ... 2021-06-02 10:43:18.424 | Setting up libipset3:amd64 (6.34-1) ... 2021-06-02 10:43:18.452 | Setting up fonts-liberation (1:1.07.4-7~18.04.1) ... 2021-06-02 10:43:18.480 | Setting up libsasl2-dev (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-06-02 10:43:18.508 | Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 2021-06-02 10:43:18.536 | Setting up open-iscsi (2.0.874-5ubuntu2.10) ... 2021-06-02 10:43:18.610 | Installing new version of config file /etc/iscsi/iscsid.conf ... 2021-06-02 10:43:20.438 | Setting up libnspr4:amd64 (2:4.18-1ubuntu1) ... 2021-06-02 10:43:20.467 | Setting up libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 2021-06-02 10:43:20.495 | Setting up uuid-runtime (2.31.1-0.4ubuntu3.7) ... 2021-06-02 10:43:21.377 | Setting up libgraphite2-3:amd64 (1.3.11-2) ... 2021-06-02 10:43:21.405 | Setting up libcroco3:amd64 (0.6.12-2) ... 2021-06-02 10:43:21.433 | Setting up libxslt1.1:amd64 (1.1.29-5ubuntu0.2) ... 2021-06-02 10:43:21.460 | Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 2021-06-02 10:43:21.488 | Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 2021-06-02 10:43:21.515 | Setting up libsys-hostname-long-perl (1.5-1) ... 2021-06-02 10:43:21.544 | Setting up libfile-fcntllock-perl (0.22-3build2) ... 2021-06-02 10:43:21.572 | Setting up dnsmasq-utils (2.79-1ubuntu0.3) ... 2021-06-02 10:43:21.600 | Setting up libsodium23:amd64 (1.0.16-2) ... 2021-06-02 10:43:21.628 | Setting up libpixman-1-0:amd64 (0.34.0-2) ... 2021-06-02 10:43:21.656 | Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 2021-06-02 10:43:21.702 | Setting up libjpeg-turbo8-dev:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2021-06-02 10:43:21.730 | Setting up libmail-sendmail-perl (0.80-1) ... 2021-06-02 10:43:21.758 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-06-02 10:43:21.792 | Setting up libaio1:amd64 (0.3.110-5ubuntu0.1) ... 2021-06-02 10:43:21.846 | Setting up autotools-dev (20180224.1) ... 2021-06-02 10:43:21.874 | Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 2021-06-02 10:43:21.901 | Setting up kpartx (0.7.4-2ubuntu3) ... 2021-06-02 10:43:21.929 | Setting up python-psutil (5.4.2-1ubuntu0.1) ... 2021-06-02 10:43:22.183 | Setting up postgresql-client-common (190ubuntu0.1) ... 2021-06-02 10:43:22.229 | Setting up dstat (0.7.3-1) ... 2021-06-02 10:43:22.430 | Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 2021-06-02 10:43:22.667 | Setting up libaprutil1:amd64 (1.6.1-2) ... 2021-06-02 10:43:22.695 | Setting up ipset (6.34-1) ... 2021-06-02 10:43:22.723 | Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... 2021-06-02 10:43:22.760 | Setting up thin-provisioning-tools (0.7.4-2ubuntu3) ... 2021-06-02 10:43:22.788 | Setting up systemd (237-3ubuntu10.47) ... 2021-06-02 10:43:22.810 | Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 2021-06-02 10:43:23.947 | [/usr/lib/tmpfiles.d/haproxy.conf:1] Unknown user 'haproxy'. 2021-06-02 10:43:23.948 | [/usr/lib/tmpfiles.d/memcached.conf:1] Unknown user 'memcache'. 2021-06-02 10:43:23.949 | [/usr/lib/tmpfiles.d/postgresql.conf:2] Unknown user 'postgres'. 2021-06-02 10:43:23.950 | [/usr/lib/tmpfiles.d/postgresql.conf:4] Unknown group 'postgres'. 2021-06-02 10:43:24.026 | Setting up libltdl7:amd64 (2.4.6-2) ... 2021-06-02 10:43:24.054 | Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 2021-06-02 10:43:24.091 | Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 2021-06-02 10:43:24.119 | Setting up libann0 (1.1.2+doc-6) ... 2021-06-02 10:43:24.146 | Setting up libalgorithm-diff-perl (1.19.03-1) ... 2021-06-02 10:43:24.174 | Setting up libxcb-shm0:amd64 (1.13-2~ubuntu18.04) ... 2021-06-02 10:43:24.202 | Setting up libxpm4:amd64 (1:3.5.12-1) ... 2021-06-02 10:43:24.230 | Setting up dnsmasq-base (2.79-1ubuntu0.3) ... 2021-06-02 10:43:24.267 | Setting up libxrender1:amd64 (1:0.9.10-1) ... 2021-06-02 10:43:24.296 | Setting up libsensors4:amd64 (1:3.4.0-4) ... 2021-06-02 10:43:24.343 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-06-02 10:43:45.660 | Setting up python-gdbm (2.7.17-1~18.04) ... 2021-06-02 10:43:45.665 | Setting up libsystemd-dev:amd64 (237-3ubuntu10.47) ... 2021-06-02 10:43:45.693 | Setting up libmysqlclient20:amd64 (5.7.34-0ubuntu0.18.04.1) ... 2021-06-02 10:43:45.722 | Setting up icu-devtools (60.2-3ubuntu3.1) ... 2021-06-02 10:43:45.748 | Setting up liblua5.2-0:amd64 (5.2.4-1.1build1) ... 2021-06-02 10:43:45.776 | Setting up libthai-data (0.1.27-2) ... 2021-06-02 10:43:45.804 | Setting up liberasurecode1:amd64 (1.5.0-1) ... 2021-06-02 10:43:45.832 | Setting up javascript-common (11) ... 2021-06-02 10:43:45.899 | Package apache2 is not configured yet. Will defer actions by package javascript-common. 2021-06-02 10:43:45.915 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2021-06-02 10:43:45.951 | Setting up libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-06-02 10:43:45.988 | Setting up libnl-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-06-02 10:43:46.035 | Setting up libjs-jquery-metadata (12-1) ... 2021-06-02 10:43:46.062 | Setting up x11-common (1:7.7+19ubuntu7.1) ... 2021-06-02 10:43:46.449 | update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults 2021-06-02 10:43:46.820 | Setting up iputils-arping (3:20161105-1ubuntu3) ... 2021-06-02 10:43:46.849 | Setting up liblua5.3-0:amd64 (5.3.3-1ubuntu0.18.04.1) ... 2021-06-02 10:43:46.878 | Setting up libglib2.0-bin (2.56.4-0ubuntu0.18.04.8) ... 2021-06-02 10:43:46.906 | Setting up libgraphite2-dev:amd64 (1.3.11-2) ... 2021-06-02 10:43:46.935 | Setting up vbetool (1.1-4) ... 2021-06-02 10:43:46.963 | Setting up libcdt5 (2.40.1-2) ... 2021-06-02 10:43:46.991 | Setting up git (1:2.17.1-1ubuntu0.8) ... 2021-06-02 10:43:47.051 | Setting up libmatheval1:amd64 (1.1.11+dfsg-3build1) ... 2021-06-02 10:43:47.079 | Setting up autopoint (0.19.8.1-6ubuntu0.3) ... 2021-06-02 10:43:47.108 | Processing triggers for rsyslog (8.32.0-1ubuntu4) ... 2021-06-02 10:43:47.367 | Setting up libcgraph6 (2.40.1-2) ... 2021-06-02 10:43:47.395 | Setting up libaprutil1-ldap:amd64 (1.6.1-2) ... 2021-06-02 10:43:47.425 | Setting up libwebp6:amd64 (0.6.1-2ubuntu0.18.04.1) ... 2021-06-02 10:43:47.452 | Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... 2021-06-02 10:43:47.480 | Setting up libsnmp-base (5.7.3+dfsg-1.8ubuntu3.6) ... 2021-06-02 10:43:47.508 | Setting up libfile-stripnondeterminism-perl (0.040-1.1~build1) ... 2021-06-02 10:43:47.536 | Setting up libjpeg8:amd64 (8c-2ubuntu8) ... 2021-06-02 10:43:47.564 | Setting up libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu1) ... 2021-06-02 10:43:47.600 | Setting up libldap2-dev:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 2021-06-02 10:43:47.628 | Setting up libtool (2.4.6-2) ... 2021-06-02 10:43:47.656 | Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2021-06-02 10:43:47.684 | Setting up libsctp-dev:amd64 (1.0.17+dfsg-2) ... 2021-06-02 10:43:47.713 | Setting up libnss-systemd:amd64 (237-3ubuntu10.47) ... 2021-06-02 10:43:47.741 | Setting up libjs-jquery-tablesorter (1:2.29.5+dfsg1-1) ... 2021-06-02 10:43:47.770 | Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 2021-06-02 10:43:47.797 | Setting up haproxy (1.8.8-1ubuntu0.11) ... 2021-06-02 10:43:48.342 | Created symlink /etc/systemd/system/multi-user.target.wants/haproxy.service → /lib/systemd/system/haproxy.service. 2021-06-02 10:43:48.943 | Setting up fontconfig-config (2.12.6-0ubuntu2) ... 2021-06-02 10:43:49.363 | Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 2021-06-02 10:43:49.391 | Setting up libsnmp30:amd64 (5.7.3+dfsg-1.8ubuntu3.6) ... 2021-06-02 10:43:49.419 | Setting up libpam-systemd:amd64 (237-3ubuntu10.47) ... 2021-06-02 10:43:49.776 | Setting up libapr1-dev (1.6.3-2) ... 2021-06-02 10:43:49.804 | Setting up libltdl-dev:amd64 (2.4.6-2) ... 2021-06-02 10:43:49.831 | Setting up libglib2.0-dev-bin (2.56.4-0ubuntu0.18.04.8) ... 2021-06-02 10:43:50.125 | Setting up gettext (0.19.8.1-6ubuntu0.3) ... 2021-06-02 10:43:50.153 | Setting up libaprutil1-dbd-sqlite3:amd64 (1.6.1-2) ... 2021-06-02 10:43:50.181 | Setting up libgvpr2 (2.40.1-2) ... 2021-06-02 10:43:50.208 | Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 2021-06-02 10:43:50.236 | Setting up memcached (1.5.6-0ubuntu1.2) ... 2021-06-02 10:43:50.811 | Created symlink /etc/systemd/system/multi-user.target.wants/memcached.service → /lib/systemd/system/memcached.service. 2021-06-02 10:43:51.377 | Setting up socat (1.7.3.2-2ubuntu2) ... 2021-06-02 10:43:51.403 | Setting up apache2-utils (2.4.29-1ubuntu4.14) ... 2021-06-02 10:43:51.431 | Setting up libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 2021-06-02 10:43:51.459 | Setting up libaprutil1-dev (1.6.1-2) ... 2021-06-02 10:43:51.488 | Setting up liberasurecode-dev (1.5.0-1) ... 2021-06-02 10:43:51.530 | Setting up apache2-bin (2.4.29-1ubuntu4.14) ... 2021-06-02 10:43:51.558 | Setting up libnl-genl-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-06-02 10:43:51.585 | Setting up libnss3:amd64 (2:3.35-2ubuntu2.12) ... 2021-06-02 10:43:51.614 | Setting up libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ... 2021-06-02 10:43:51.642 | Setting up libtiff5:amd64 (4.0.9-5ubuntu0.4) ... 2021-06-02 10:43:51.670 | Setting up libnl-route-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-06-02 10:43:51.698 | Setting up ssl-cert (1.0.39) ... 2021-06-02 10:43:52.130 | Setting up autoconf (2.69-11) ... 2021-06-02 10:43:52.168 | Setting up libthai0:amd64 (0.1.27-2) ... 2021-06-02 10:43:52.195 | Setting up fakeroot (1.22-2ubuntu1) ... 2021-06-02 10:43:52.218 | update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 2021-06-02 10:43:52.241 | Setting up tcpdump (4.9.3-0ubuntu0.18.04.1) ... 2021-06-02 10:43:52.441 | Setting up ipvsadm (1:1.28-3ubuntu0.18.04.1) ... 2021-06-02 10:43:52.903 | Setting up sqlite3 (3.22.0-1ubuntu0.4) ... 2021-06-02 10:43:52.930 | Setting up libalgorithm-merge-perl (0.08-3) ... 2021-06-02 10:43:52.958 | Setting up intltool-debian (0.35.0+20060710.4) ... 2021-06-02 10:43:52.986 | Setting up pkg-config (0.29.1-0ubuntu2) ... 2021-06-02 10:43:53.086 | Setting up libalgorithm-diff-xs-perl (0.04-5) ... 2021-06-02 10:43:53.114 | Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2021-06-02 10:43:53.142 | Setting up gir1.2-harfbuzz-0.0:amd64 (1.7.2-1ubuntu1) ... 2021-06-02 10:43:53.171 | Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ... 2021-06-02 10:43:53.199 | Setting up python-mysqldb (1.3.10-1build1) ... 2021-06-02 10:43:53.324 | Setting up keepalived (1:1.3.9-1ubuntu0.18.04.2) ... 2021-06-02 10:43:53.611 | Created symlink /etc/systemd/system/multi-user.target.wants/keepalived.service → /lib/systemd/system/keepalived.service. 2021-06-02 10:43:54.180 | Setting up postgresql-common (190ubuntu0.1) ... 2021-06-02 10:43:54.763 | Adding user postgres to group ssl-cert 2021-06-02 10:43:54.920 | 2021-06-02 10:43:54.920 | Creating config file /etc/postgresql-common/createcluster.conf with new version 2021-06-02 10:43:55.124 | Building PostgreSQL dictionaries from installed myspell/hunspell packages... 2021-06-02 10:43:55.124 | Removing obsolete dictionary files: 2021-06-02 10:43:55.355 | Created symlink /etc/systemd/system/multi-user.target.wants/postgresql.service → /lib/systemd/system/postgresql.service. 2021-06-02 10:43:55.988 | Setting up automake (1:1.15.1-3ubuntu2) ... 2021-06-02 10:43:56.010 | update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode 2021-06-02 10:43:56.033 | Setting up libapache2-mod-proxy-uwsgi (2.0.15-10.2ubuntu2.1) ... 2021-06-02 10:43:56.070 | Setting up libice6:amd64 (2:1.0.9-2) ... 2021-06-02 10:43:56.098 | Setting up g++ (4:7.4.0-1ubuntu2.3) ... 2021-06-02 10:43:56.169 | update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 2021-06-02 10:43:56.180 | Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 2021-06-02 10:43:56.207 | Setting up libgts-bin (0.7.6+darcs121130-4) ... 2021-06-02 10:43:56.235 | Setting up libharfbuzz-gobject0:amd64 (1.7.2-1ubuntu1) ... 2021-06-02 10:43:56.264 | Setting up uwsgi-core (2.0.15-10.2ubuntu2.1) ... 2021-06-02 10:43:56.300 | Setting up conntrackd (1:1.4.4+snapshot20161117-6ubuntu2) ... 2021-06-02 10:43:56.586 | Created symlink /etc/systemd/system/multi-user.target.wants/conntrackd.service → /lib/systemd/system/conntrackd.service. 2021-06-02 10:43:57.198 | Setting up libibverbs1:amd64 (17.1-1ubuntu0.2) ... 2021-06-02 10:43:57.328 | Setting up libfontconfig1:amd64 (2.12.6-0ubuntu2) ... 2021-06-02 10:43:57.357 | Setting up libsm6:amd64 (2:1.2.2-1) ... 2021-06-02 10:43:57.392 | Setting up libharfbuzz-icu0:amd64 (1.7.2-1ubuntu1) ... 2021-06-02 10:43:57.420 | Setting up apache2 (2.4.29-1ubuntu4.14) ... 2021-06-02 10:43:58.951 | Enabling module mpm_event. 2021-06-02 10:43:59.011 | Enabling module authz_core. 2021-06-02 10:43:59.016 | Enabling module authz_host. 2021-06-02 10:43:59.072 | Enabling module authn_core. 2021-06-02 10:43:59.077 | Enabling module auth_basic. 2021-06-02 10:43:59.132 | Enabling module access_compat. 2021-06-02 10:43:59.188 | Enabling module authn_file. 2021-06-02 10:43:59.245 | Enabling module authz_user. 2021-06-02 10:43:59.301 | Enabling module alias. 2021-06-02 10:43:59.357 | Enabling module dir. 2021-06-02 10:43:59.412 | Enabling module autoindex. 2021-06-02 10:43:59.467 | Enabling module env. 2021-06-02 10:43:59.523 | Enabling module mime. 2021-06-02 10:43:59.580 | Enabling module negotiation. 2021-06-02 10:43:59.637 | Enabling module setenvif. 2021-06-02 10:43:59.692 | Enabling module filter. 2021-06-02 10:43:59.748 | Enabling module deflate. 2021-06-02 10:43:59.803 | Enabling module status. 2021-06-02 10:43:59.859 | Enabling module reqtimeout. 2021-06-02 10:43:59.914 | Enabling conf charset. 2021-06-02 10:43:59.971 | Enabling conf localized-error-pages. 2021-06-02 10:44:00.026 | Enabling conf other-vhosts-access-log. 2021-06-02 10:44:00.080 | Enabling conf security. 2021-06-02 10:44:00.135 | Enabling conf serve-cgi-bin. 2021-06-02 10:44:00.191 | Enabling site 000-default. 2021-06-02 10:44:00.238 | info: Executing deferred 'a2enconf javascript-common' for package javascript-common 2021-06-02 10:44:00.292 | Enabling conf javascript-common. 2021-06-02 10:44:00.532 | Created symlink /etc/systemd/system/multi-user.target.wants/apache2.service → /lib/systemd/system/apache2.service. 2021-06-02 10:44:00.929 | Created symlink /etc/systemd/system/multi-user.target.wants/apache-htcacheclean.service → /lib/systemd/system/apache-htcacheclean.service. 2021-06-02 10:44:02.293 | Setting up libmysqlclient-dev (5.7.34-0ubuntu0.18.04.1) ... 2021-06-02 10:44:02.320 | Setting up po-debconf (1.0.20) ... 2021-06-02 10:44:02.348 | Setting up build-essential (12.4ubuntu1) ... 2021-06-02 10:44:02.376 | Setting up libicu-le-hb0:amd64 (1.0.3+git161113-4) ... 2021-06-02 10:44:02.403 | Setting up libgd3:amd64 (2.2.5-4ubuntu0.4) ... 2021-06-02 10:44:02.432 | Setting up libglib2.0-dev:amd64 (2.56.4-0ubuntu0.18.04.8) ... 2021-06-02 10:44:02.460 | Setting up librados2 (12.2.13-0ubuntu0.18.04.7) ... 2021-06-02 10:44:02.488 | Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 2021-06-02 10:44:02.517 | Setting up libpq5:amd64 (10.17-0ubuntu0.18.04.1) ... 2021-06-02 10:44:02.548 | Setting up ibverbs-providers:amd64 (17.1-1ubuntu0.2) ... 2021-06-02 10:44:02.716 | Setting up libiculx60:amd64 (60.2-3ubuntu3.1) ... 2021-06-02 10:44:02.743 | Setting up libxt6:amd64 (1:1.1.5-1) ... 2021-06-02 10:44:02.771 | Setting up fontconfig (2.12.6-0ubuntu2) ... 2021-06-02 10:44:04.937 | Regenerating fonts cache... done. 2021-06-02 10:44:04.940 | Setting up libcairo2:amd64 (1.15.10-2ubuntu0.1) ... 2021-06-02 10:44:04.968 | Setting up libgssrpc4:amd64 (1.16-2ubuntu0.2) ... 2021-06-02 10:44:04.995 | Setting up libpq-dev (10.17-0ubuntu0.18.04.1) ... 2021-06-02 10:44:05.023 | Setting up libcurl4:amd64 (7.58.0-2ubuntu3.13) ... 2021-06-02 10:44:05.051 | Setting up postgresql-server-dev-10 (10.17-0ubuntu0.18.04.1) ... 2021-06-02 10:44:05.079 | Setting up librbd1 (12.2.13-0ubuntu0.18.04.7) ... 2021-06-02 10:44:05.107 | Setting up libkdb5-9:amd64 (1.16-2ubuntu0.2) ... 2021-06-02 10:44:05.135 | Setting up qemu-block-extra:amd64 (1:2.11+dfsg-1ubuntu7.36) ... 2021-06-02 10:44:05.172 | Setting up qemu-utils (1:2.11+dfsg-1ubuntu7.36) ... 2021-06-02 10:44:05.202 | Setting up libxmu6:amd64 (2:1.1.2-2) ... 2021-06-02 10:44:05.246 | Setting up postgresql-server-dev-all (190ubuntu0.1) ... 2021-06-02 10:44:05.274 | Setting up libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-06-02 10:44:05.303 | Setting up libkadm5srv-mit11:amd64 (1.16-2ubuntu0.2) ... 2021-06-02 10:44:05.330 | Setting up libkadm5clnt-mit11:amd64 (1.16-2ubuntu0.2) ... 2021-06-02 10:44:05.366 | Setting up libxaw7:amd64 (2:1.0.13-1) ... 2021-06-02 10:44:05.393 | Setting up curl (7.58.0-2ubuntu3.13) ... 2021-06-02 10:44:05.422 | Setting up libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-06-02 10:44:05.457 | Setting up krb5-multidev:amd64 (1.16-2ubuntu0.2) ... 2021-06-02 10:44:05.487 | Setting up libkrb5-dev:amd64 (1.16-2ubuntu0.2) ... 2021-06-02 10:44:05.507 | Setting up libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-06-02 10:44:05.544 | Setting up libgvc6 (2.40.1-2) ... 2021-06-02 10:44:05.585 | Setting up graphviz (2.40.1-2) ... 2021-06-02 10:44:05.622 | Setting up libicu-dev (60.2-3ubuntu3.1) ... 2021-06-02 10:44:05.658 | Setting up libxml2-dev:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 2021-06-02 10:44:05.686 | Setting up libharfbuzz-dev:amd64 (1.7.2-1ubuntu1) ... 2021-06-02 10:44:05.722 | Setting up libxslt1-dev:amd64 (1.1.29-5ubuntu0.2) ... 2021-06-02 10:44:05.744 | Setting up debhelper (11.1.6ubuntu2) ... 2021-06-02 10:44:05.772 | Setting up dh-autoreconf (17) ... 2021-06-02 10:44:05.833 | Setting up libicu-le-hb-dev:amd64 (1.0.3+git161113-4) ... 2021-06-02 10:44:05.855 | Setting up dh-strip-nondeterminism (0.040-1.1~build1) ... 2021-06-02 10:44:05.891 | Setting up apache2-dev (2.4.29-1ubuntu4.14) ... 2021-06-02 10:44:05.918 | Processing triggers for initramfs-tools (0.130ubuntu3.8) ... 2021-06-02 10:44:05.978 | update-initramfs: Generating /boot/initrd.img-4.15.0-55-generic 2021-06-02 10:44:14.778 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-06-02 10:44:14.800 | Processing triggers for systemd (237-3ubuntu10.47) ... 2021-06-02 10:44:14.988 | Processing triggers for ureadahead (0.100.0-21) ... 2021-06-02 10:44:15.010 | Processing triggers for rsyslog (8.32.0-1ubuntu4) ... 2021-06-02 10:44:15.243 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2021-06-02 10:44:15.261 | Processing triggers for ufw (0.36-0ubuntu0.18.04.1) ... 2021-06-02 10:44:17.323 | ++ functions-common:apt_get:1114 : result=0 2021-06-02 10:44:17.325 | ++ functions-common:apt_get:1117 : time_stop apt-get 2021-06-02 10:44:17.328 | ++ functions-common:time_stop:2336 : local name 2021-06-02 10:44:17.330 | ++ functions-common:time_stop:2337 : local end_time 2021-06-02 10:44:17.332 | ++ functions-common:time_stop:2338 : local elapsed_time 2021-06-02 10:44:17.334 | ++ functions-common:time_stop:2339 : local total 2021-06-02 10:44:17.337 | ++ functions-common:time_stop:2340 : local start_time 2021-06-02 10:44:17.339 | ++ functions-common:time_stop:2342 : name=apt-get 2021-06-02 10:44:17.341 | ++ functions-common:time_stop:2343 : start_time=1622630528913 2021-06-02 10:44:17.343 | ++ functions-common:time_stop:2345 : [[ -z 1622630528913 ]] 2021-06-02 10:44:17.346 | +++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 10:44:17.349 | ++ functions-common:time_stop:2348 : end_time=1622630657347 2021-06-02 10:44:17.352 | ++ functions-common:time_stop:2349 : elapsed_time=128434 2021-06-02 10:44:17.354 | ++ functions-common:time_stop:2350 : total=0 2021-06-02 10:44:17.356 | ++ functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 10:44:17.358 | ++ functions-common:time_stop:2353 : _TIME_TOTAL[$name]=128434 2021-06-02 10:44:17.360 | ++ functions-common:apt_get:1118 : return 0 2021-06-02 10:44:17.363 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2021-06-02 10:44:17.365 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2021-06-02 10:44:17.367 | ++ tools/install_prereqs.sh:source:84 : python3_enabled 2021-06-02 10:44:17.370 | ++ inc/python:python3_enabled:531 : [[ True == \T\r\u\e ]] 2021-06-02 10:44:17.372 | ++ inc/python:python3_enabled:532 : return 0 2021-06-02 10:44:17.375 | ++ tools/install_prereqs.sh:source:85 : install_python3 2021-06-02 10:44:17.377 | ++ inc/python:install_python3:540 : is_ubuntu 2021-06-02 10:44:17.379 | ++ functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:44:17.381 | ++ functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:44:17.384 | ++ inc/python:install_python3:541 : apt_get install python3.6 python3.6-dev 2021-06-02 10:44:17.404 | ++ functions-common:apt_get:1110 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install python3.6 python3.6-dev 2021-06-02 10:44:17.522 | Reading package lists... 2021-06-02 10:44:17.773 | Building dependency tree... 2021-06-02 10:44:17.774 | Reading state information... 2021-06-02 10:44:17.983 | python3.6 is already the newest version (3.6.9-1~18.04ubuntu1.4). 2021-06-02 10:44:17.983 | python3.6 set to manually installed. 2021-06-02 10:44:17.983 | python3.6-dev is already the newest version (3.6.9-1~18.04ubuntu1.4). 2021-06-02 10:44:17.983 | python3.6-dev set to manually installed. 2021-06-02 10:44:17.983 | The following packages were automatically installed and are no longer required: 2021-06-02 10:44:17.984 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-06-02 10:44:17.984 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-06-02 10:44:17.984 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-06-02 10:44:17.984 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-06-02 10:44:17.985 | python3-twisted-bin python3-zope.interface 2021-06-02 10:44:17.985 | Use 'sudo apt autoremove' to remove them. 2021-06-02 10:44:18.063 | 0 upgraded, 0 newly installed, 0 to remove and 160 not upgraded. 2021-06-02 10:44:18.067 | ++ functions-common:apt_get:1114 : result=0 2021-06-02 10:44:18.070 | ++ functions-common:apt_get:1117 : time_stop apt-get 2021-06-02 10:44:18.072 | ++ functions-common:time_stop:2336 : local name 2021-06-02 10:44:18.074 | ++ functions-common:time_stop:2337 : local end_time 2021-06-02 10:44:18.076 | ++ functions-common:time_stop:2338 : local elapsed_time 2021-06-02 10:44:18.079 | ++ functions-common:time_stop:2339 : local total 2021-06-02 10:44:18.081 | ++ functions-common:time_stop:2340 : local start_time 2021-06-02 10:44:18.083 | ++ functions-common:time_stop:2342 : name=apt-get 2021-06-02 10:44:18.085 | ++ functions-common:time_stop:2343 : start_time=1622630657401 2021-06-02 10:44:18.088 | ++ functions-common:time_stop:2345 : [[ -z 1622630657401 ]] 2021-06-02 10:44:18.091 | +++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 10:44:18.095 | ++ functions-common:time_stop:2348 : end_time=1622630658092 2021-06-02 10:44:18.097 | ++ functions-common:time_stop:2349 : elapsed_time=691 2021-06-02 10:44:18.100 | ++ functions-common:time_stop:2350 : total=128434 2021-06-02 10:44:18.102 | ++ functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 10:44:18.104 | ++ functions-common:time_stop:2353 : _TIME_TOTAL[$name]=129125 2021-06-02 10:44:18.106 | ++ functions-common:apt_get:1118 : return 0 2021-06-02 10:44:18.110 | +++ tools/install_prereqs.sh:source:86 : which python3.6 2021-06-02 10:44:18.114 | ++ tools/install_prereqs.sh:source:86 : export PYTHON=/usr/bin/python3.6 2021-06-02 10:44:18.117 | ++ tools/install_prereqs.sh:source:86 : PYTHON=/usr/bin/python3.6 2021-06-02 10:44:18.119 | ++ tools/install_prereqs.sh:source:94 : date +%s 2021-06-02 10:44:18.123 | ++ tools/install_prereqs.sh:source:95 : date 2021-06-02 10:44:18.127 | + ./stack.sh:main:798 : [[ False != \T\r\u\e ]] 2021-06-02 10:44:18.129 | + ./stack.sh:main:799 : PYPI_ALTERNATIVE_URL= 2021-06-02 10:44:18.132 | + ./stack.sh:main:799 : /home/ubuntu/devstack/tools/install_pip.sh 2021-06-02 10:44:19.571 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2021-06-02 10:44:19.573 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2021-06-02 10:44:19.575 | + tools/install_pip.sh:main:41 : PIP_GET_PIP_PY27_URL=https://bootstrap.pypa.io/pip/2.7/get-pip.py 2021-06-02 10:44:19.577 | ++ tools/install_pip.sh:main:42 : basename https://bootstrap.pypa.io/get-pip.py 2021-06-02 10:44:19.580 | + tools/install_pip.sh:main:42 : LOCAL_PIP=/home/ubuntu/devstack/files/get-pip.py 2021-06-02 10:44:19.582 | + tools/install_pip.sh:main:43 : LOCAL_PIP_PY27=/home/ubuntu/devstack/files/get-pip.py-py27 2021-06-02 10:44:19.584 | + tools/install_pip.sh:main:45 : GetDistro 2021-06-02 10:44:19.585 | + functions-common:GetDistro:373 : GetOSVersion 2021-06-02 10:44:19.587 | + functions-common:GetOSVersion:350 : _ensure_lsb_release 2021-06-02 10:44:19.590 | ++ functions-common:_ensure_lsb_release:324 : command -v lsb_release 2021-06-02 10:44:19.592 | + functions-common:_ensure_lsb_release:324 : [[ -x /usr/bin/lsb_release ]] 2021-06-02 10:44:19.594 | + functions-common:_ensure_lsb_release:325 : return 2021-06-02 10:44:19.596 | ++ functions-common:GetOSVersion:352 : lsb_release -r -s 2021-06-02 10:44:19.669 | + functions-common:GetOSVersion:352 : os_RELEASE=18.04 2021-06-02 10:44:19.672 | ++ functions-common:GetOSVersion:353 : lsb_release -c -s 2021-06-02 10:44:19.745 | + functions-common:GetOSVersion:353 : os_CODENAME=bionic 2021-06-02 10:44:19.747 | ++ functions-common:GetOSVersion:354 : lsb_release -i -s 2021-06-02 10:44:19.819 | + functions-common:GetOSVersion:354 : os_VENDOR=Ubuntu 2021-06-02 10:44:19.821 | + functions-common:GetOSVersion:356 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2021-06-02 10:44:19.823 | + functions-common:GetOSVersion:357 : os_PACKAGE=deb 2021-06-02 10:44:19.825 | + functions-common:GetOSVersion:362 : typeset -xr os_VENDOR 2021-06-02 10:44:19.827 | + functions-common:GetOSVersion:363 : typeset -xr os_RELEASE 2021-06-02 10:44:19.829 | + functions-common:GetOSVersion:364 : typeset -xr os_PACKAGE 2021-06-02 10:44:19.831 | + functions-common:GetOSVersion:365 : typeset -xr os_CODENAME 2021-06-02 10:44:19.833 | + functions-common:GetDistro:375 : [[ Ubuntu =~ (Ubuntu) ]] 2021-06-02 10:44:19.835 | + functions-common:GetDistro:378 : DISTRO=bionic 2021-06-02 10:44:19.837 | + functions-common:GetDistro:424 : typeset -xr DISTRO 2021-06-02 10:44:19.839 | + tools/install_pip.sh:main:46 : echo 'Distro: bionic' 2021-06-02 10:44:19.839 | Distro: bionic 2021-06-02 10:44:19.841 | + tools/install_pip.sh:main:141 : get_versions 2021-06-02 10:44:19.844 | ++ tools/install_pip.sh:get_versions:51 : which pip 2021-06-02 10:44:19.848 | + tools/install_pip.sh:get_versions:51 : PIP=/usr/local/bin/pip 2021-06-02 10:44:19.849 | + tools/install_pip.sh:get_versions:52 : [[ -n /usr/local/bin/pip ]] 2021-06-02 10:44:19.852 | ++ tools/install_pip.sh:get_versions:53 : /usr/local/bin/pip --version 2021-06-02 10:44:19.852 | ++ tools/install_pip.sh:get_versions:53 : awk '{ print $2}' 2021-06-02 10:44:20.255 | + tools/install_pip.sh:get_versions:53 : PIP_VERSION=20.2.2 2021-06-02 10:44:20.257 | + tools/install_pip.sh:get_versions:54 : echo 'pip: 20.2.2' 2021-06-02 10:44:20.257 | pip: 20.2.2 2021-06-02 10:44:20.259 | + tools/install_pip.sh:main:150 : is_fedora 2021-06-02 10:44:20.260 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2021-06-02 10:44:20.262 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2021-06-02 10:44:20.264 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2021-06-02 10:44:20.266 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-06-02 10:44:20.268 | + functions-common:is_fedora:454 : '[' Ubuntu = CentOS ']' 2021-06-02 10:44:20.269 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2021-06-02 10:44:20.271 | + functions-common:is_fedora:455 : '[' Ubuntu = Virtuozzo ']' 2021-06-02 10:44:20.273 | + tools/install_pip.sh:main:150 : is_suse 2021-06-02 10:44:20.275 | + functions-common:is_suse:463 : is_opensuse 2021-06-02 10:44:20.276 | + functions-common:is_opensuse:470 : [[ -z Ubuntu ]] 2021-06-02 10:44:20.278 | + functions-common:is_opensuse:474 : [[ Ubuntu =~ (openSUSE) ]] 2021-06-02 10:44:20.280 | + functions-common:is_suse:463 : is_suse_linux_enterprise 2021-06-02 10:44:20.282 | + functions-common:is_suse_linux_enterprise:482 : [[ -z Ubuntu ]] 2021-06-02 10:44:20.283 | + functions-common:is_suse_linux_enterprise:486 : [[ Ubuntu =~ (^SUSE) ]] 2021-06-02 10:44:20.285 | + tools/install_pip.sh:main:151 : uninstall_package python-pip 2021-06-02 10:44:20.287 | + functions-common:uninstall_package:1363 : is_ubuntu 2021-06-02 10:44:20.289 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:44:20.290 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:44:20.292 | + functions-common:uninstall_package:1364 : apt_get purge python-pip 2021-06-02 10:44:20.306 | + functions-common:apt_get:1110 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes purge python-pip 2021-06-02 10:44:20.427 | Reading package lists... 2021-06-02 10:44:20.676 | Building dependency tree... 2021-06-02 10:44:20.677 | Reading state information... 2021-06-02 10:44:20.889 | Package 'python-pip' is not installed, so not removed 2021-06-02 10:44:20.889 | The following packages were automatically installed and are no longer required: 2021-06-02 10:44:20.890 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-06-02 10:44:20.890 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-06-02 10:44:20.890 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-06-02 10:44:20.890 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-06-02 10:44:20.890 | python3-twisted-bin python3-zope.interface 2021-06-02 10:44:20.890 | Use 'sudo apt autoremove' to remove them. 2021-06-02 10:44:20.963 | 0 upgraded, 0 newly installed, 0 to remove and 160 not upgraded. 2021-06-02 10:44:20.966 | + functions-common:apt_get:1114 : result=0 2021-06-02 10:44:20.969 | + functions-common:apt_get:1117 : time_stop apt-get 2021-06-02 10:44:20.971 | + functions-common:time_stop:2336 : local name 2021-06-02 10:44:20.973 | + functions-common:time_stop:2337 : local end_time 2021-06-02 10:44:20.975 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 10:44:20.976 | + functions-common:time_stop:2339 : local total 2021-06-02 10:44:20.978 | + functions-common:time_stop:2340 : local start_time 2021-06-02 10:44:20.980 | + functions-common:time_stop:2342 : name=apt-get 2021-06-02 10:44:20.981 | + functions-common:time_stop:2343 : start_time=1622630660304 2021-06-02 10:44:20.983 | + functions-common:time_stop:2345 : [[ -z 1622630660304 ]] 2021-06-02 10:44:20.986 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 10:44:20.988 | + functions-common:time_stop:2348 : end_time=1622630660986 2021-06-02 10:44:20.990 | + functions-common:time_stop:2349 : elapsed_time=682 2021-06-02 10:44:20.992 | + functions-common:time_stop:2350 : total=0 2021-06-02 10:44:20.993 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 10:44:20.995 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=682 2021-06-02 10:44:20.997 | + functions-common:apt_get:1118 : return 0 2021-06-02 10:44:20.999 | + tools/install_pip.sh:main:152 : uninstall_package python3-pip 2021-06-02 10:44:21.000 | + functions-common:uninstall_package:1363 : is_ubuntu 2021-06-02 10:44:21.002 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:44:21.004 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:44:21.006 | + functions-common:uninstall_package:1364 : apt_get purge python3-pip 2021-06-02 10:44:21.023 | + functions-common:apt_get:1110 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes purge python3-pip 2021-06-02 10:44:21.143 | Reading package lists... 2021-06-02 10:44:21.394 | Building dependency tree... 2021-06-02 10:44:21.395 | Reading state information... 2021-06-02 10:44:21.603 | Package 'python3-pip' is not installed, so not removed 2021-06-02 10:44:21.603 | The following packages were automatically installed and are no longer required: 2021-06-02 10:44:21.604 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-06-02 10:44:21.604 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-06-02 10:44:21.604 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-06-02 10:44:21.604 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-06-02 10:44:21.604 | python3-twisted-bin python3-zope.interface 2021-06-02 10:44:21.604 | Use 'sudo apt autoremove' to remove them. 2021-06-02 10:44:21.677 | 0 upgraded, 0 newly installed, 0 to remove and 160 not upgraded. 2021-06-02 10:44:21.681 | + functions-common:apt_get:1114 : result=0 2021-06-02 10:44:21.683 | + functions-common:apt_get:1117 : time_stop apt-get 2021-06-02 10:44:21.684 | + functions-common:time_stop:2336 : local name 2021-06-02 10:44:21.686 | + functions-common:time_stop:2337 : local end_time 2021-06-02 10:44:21.688 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 10:44:21.690 | + functions-common:time_stop:2339 : local total 2021-06-02 10:44:21.692 | + functions-common:time_stop:2340 : local start_time 2021-06-02 10:44:21.693 | + functions-common:time_stop:2342 : name=apt-get 2021-06-02 10:44:21.695 | + functions-common:time_stop:2343 : start_time=1622630661021 2021-06-02 10:44:21.697 | + functions-common:time_stop:2345 : [[ -z 1622630661021 ]] 2021-06-02 10:44:21.699 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 10:44:21.702 | + functions-common:time_stop:2348 : end_time=1622630661700 2021-06-02 10:44:21.704 | + functions-common:time_stop:2349 : elapsed_time=679 2021-06-02 10:44:21.706 | + functions-common:time_stop:2350 : total=682 2021-06-02 10:44:21.707 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 10:44:21.709 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=1361 2021-06-02 10:44:21.711 | + functions-common:apt_get:1118 : return 0 2021-06-02 10:44:21.713 | + tools/install_pip.sh:main:155 : install_get_pip 2021-06-02 10:44:21.715 | + tools/install_pip.sh:install_get_pip:103 : _install_get_pip python https://bootstrap.pypa.io/pip/2.7/get-pip.py /home/ubuntu/devstack/files/get-pip.py-py27 2021-06-02 10:44:21.716 | + tools/install_pip.sh:_install_get_pip:62 : local interpreter=python 2021-06-02 10:44:21.718 | + tools/install_pip.sh:_install_get_pip:63 : local pip_get_pip_url=https://bootstrap.pypa.io/pip/2.7/get-pip.py 2021-06-02 10:44:21.720 | + tools/install_pip.sh:_install_get_pip:64 : local local_pip=/home/ubuntu/devstack/files/get-pip.py-py27 2021-06-02 10:44:21.722 | + tools/install_pip.sh:_install_get_pip:68 : [[ -r /home/ubuntu/devstack/files/get-pip.py-py27 ]] 2021-06-02 10:44:21.723 | + tools/install_pip.sh:_install_get_pip:85 : [[ ! -r /home/ubuntu/devstack/files/get-pip.py-py27 ]] 2021-06-02 10:44:21.725 | + tools/install_pip.sh:_install_get_pip:88 : local timecond= 2021-06-02 10:44:21.727 | + tools/install_pip.sh:_install_get_pip:89 : [[ -r /home/ubuntu/devstack/files/get-pip.py-py27 ]] 2021-06-02 10:44:21.729 | + tools/install_pip.sh:_install_get_pip:93 : curl -f --retry 6 --retry-delay 5 -o /home/ubuntu/devstack/files/get-pip.py-py27 https://bootstrap.pypa.io/pip/2.7/get-pip.py 2021-06-02 10:44:21.739 | % Total % Received % Xferd Average Speed Time Time Time Current 2021-06-02 10:44:21.739 | Dload Upload Total Spent Left Speed 2021-06-02 10:44:22.459 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1863k 100 1863k 0 0 2588k 0 --:--:-- --:--:-- --:--:-- 2591k 2021-06-02 10:44:22.464 | + tools/install_pip.sh:_install_get_pip:96 : touch /home/ubuntu/devstack/files/get-pip.py-py27.downloaded 2021-06-02 10:44:22.467 | + tools/install_pip.sh:_install_get_pip:98 : sudo -H -E python /home/ubuntu/devstack/files/get-pip.py-py27 -c /home/ubuntu/devstack/tools/cap-pip.txt 2021-06-02 10:44:24.391 | DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 2021-06-02 10:44:24.519 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-06-02 10:44:24.808 | Collecting pip!=8,<10 2021-06-02 10:44:24.820 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c3e/de34530e0e0b2/pip-9.0.3-py2.py3-none-any.whl (1.4 MB) 2021-06-02 10:44:26.497 | Collecting setuptools<45 2021-06-02 10:44:26.504 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/27a/714c09253134e/setuptools-44.1.1-py2.py3-none-any.whl (583 kB) 2021-06-02 10:44:27.103 | Collecting wheel 2021-06-02 10:44:27.109 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/78b/5b185f0e5763c/wheel-0.36.2-py2.py3-none-any.whl (35 kB) 2021-06-02 10:44:27.153 | Installing collected packages: pip, setuptools, wheel 2021-06-02 10:44:28.448 | Successfully installed pip-9.0.3 setuptools-44.1.1 wheel-0.36.2 2021-06-02 10:44:28.482 | WARNING: You are using pip version 9.0.3; however, version 21.1.2 is available. 2021-06-02 10:44:28.482 | You should consider upgrading via the '/usr/bin/python -m pip install --upgrade pip' command. 2021-06-02 10:44:28.522 | + tools/install_pip.sh:install_get_pip:104 : python3_enabled 2021-06-02 10:44:28.524 | + inc/python:python3_enabled:531 : [[ True == \T\r\u\e ]] 2021-06-02 10:44:28.526 | + inc/python:python3_enabled:532 : return 0 2021-06-02 10:44:28.528 | + tools/install_pip.sh:install_get_pip:105 : [[ 3.6 == \3\.\5 ]] 2021-06-02 10:44:28.530 | + tools/install_pip.sh:install_get_pip:109 : _install_get_pip python3.6 https://bootstrap.pypa.io/get-pip.py /home/ubuntu/devstack/files/get-pip.py 2021-06-02 10:44:28.532 | + tools/install_pip.sh:_install_get_pip:62 : local interpreter=python3.6 2021-06-02 10:44:28.533 | + tools/install_pip.sh:_install_get_pip:63 : local pip_get_pip_url=https://bootstrap.pypa.io/get-pip.py 2021-06-02 10:44:28.535 | + tools/install_pip.sh:_install_get_pip:64 : local local_pip=/home/ubuntu/devstack/files/get-pip.py 2021-06-02 10:44:28.537 | + tools/install_pip.sh:_install_get_pip:68 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2021-06-02 10:44:28.539 | + tools/install_pip.sh:_install_get_pip:85 : [[ ! -r /home/ubuntu/devstack/files/get-pip.py ]] 2021-06-02 10:44:28.541 | + tools/install_pip.sh:_install_get_pip:88 : local timecond= 2021-06-02 10:44:28.542 | + tools/install_pip.sh:_install_get_pip:89 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2021-06-02 10:44:28.544 | + tools/install_pip.sh:_install_get_pip:93 : curl -f --retry 6 --retry-delay 5 -o /home/ubuntu/devstack/files/get-pip.py https://bootstrap.pypa.io/get-pip.py 2021-06-02 10:44:28.554 | % Total % Received % Xferd Average Speed Time Time Time Current 2021-06-02 10:44:28.554 | Dload Upload Total Spent Left Speed 2021-06-02 10:44:29.200 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1892k 100 1892k 0 0 2933k 0 --:--:-- --:--:-- --:--:-- 2933k 2021-06-02 10:44:29.205 | + tools/install_pip.sh:_install_get_pip:96 : touch /home/ubuntu/devstack/files/get-pip.py.downloaded 2021-06-02 10:44:29.208 | + tools/install_pip.sh:_install_get_pip:98 : sudo -H -E python3.6 /home/ubuntu/devstack/files/get-pip.py -c /home/ubuntu/devstack/tools/cap-pip.txt 2021-06-02 10:44:32.134 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-06-02 10:44:32.334 | Collecting pip 2021-06-02 10:44:32.344 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c3e/de34530e0e0b2/pip-9.0.3-py2.py3-none-any.whl (1.4 MB) 2021-06-02 10:44:33.706 | Installing collected packages: pip 2021-06-02 10:44:33.706 | Attempting uninstall: pip 2021-06-02 10:44:33.708 | Found existing installation: pip 20.2.2 2021-06-02 10:44:33.947 | Uninstalling pip-20.2.2: 2021-06-02 10:44:33.962 | Successfully uninstalled pip-20.2.2 2021-06-02 10:44:35.060 | Successfully installed pip-9.0.3 2021-06-02 10:44:35.060 | WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv 2021-06-02 10:44:35.163 | + tools/install_pip.sh:main:157 : [[ -n '' ]] 2021-06-02 10:44:35.165 | + tools/install_pip.sh:main:161 : set -x 2021-06-02 10:44:35.167 | + tools/install_pip.sh:main:165 : pip_install_gr setuptools 2021-06-02 10:44:35.168 | + inc/python:pip_install_gr:68 : local name=setuptools 2021-06-02 10:44:35.170 | + inc/python:pip_install_gr:69 : local clean_name 2021-06-02 10:44:35.173 | ++ inc/python:pip_install_gr:70 : get_from_global_requirements setuptools 2021-06-02 10:44:35.175 | ++ inc/python:get_from_global_requirements:316 : local package=setuptools 2021-06-02 10:44:35.177 | ++ inc/python:get_from_global_requirements:317 : local required_pkg 2021-06-02 10:44:35.180 | +++ inc/python:get_from_global_requirements:318 : grep -i -h '^setuptools' /opt/stack/requirements/global-requirements.txt 2021-06-02 10:44:35.180 | +++ inc/python:get_from_global_requirements:318 : cut -d# -f1 2021-06-02 10:44:35.184 | ++ inc/python:get_from_global_requirements:318 : 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 ' 2021-06-02 10:44:35.185 | ++ inc/python:get_from_global_requirements:319 : [[ 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 == '' ]] 2021-06-02 10:44:35.187 | ++ inc/python:get_from_global_requirements:322 : 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' 2021-06-02 10:44:35.190 | + inc/python:pip_install_gr:70 : 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' 2021-06-02 10:44:35.191 | + inc/python:pip_install_gr:71 : 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' 2021-06-02 10:44:35.208 | Check python version for : 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 2021-06-02 10:44:35.211 | Using 3.6 version 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 based on default behavior 2021-06-02 10:44:35.602 | + inc/python:pip_install:283 : 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' 2021-06-02 10:44:36.324 | Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:36.376 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:36.378 | Ignoring pytest: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:36.380 | Ignoring pytest: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:36.385 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:36.452 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:36.459 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:36.462 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:36.464 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:36.469 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:36.478 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:36.504 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:36.506 | Ignoring networkx: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:36.509 | Ignoring networkx: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:36.513 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:36.542 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:36.544 | Ignoring zeroconf: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:36.547 | Ignoring zeroconf: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:36.552 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:36.554 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:36.556 | Ignoring scipy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:36.558 | Ignoring scipy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:36.565 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:36.567 | Ignoring mypy-extensions: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:36.569 | Ignoring mypy-extensions: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:36.574 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:36.659 | Ignoring ifaddr: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:36.662 | Ignoring ifaddr: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:36.666 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:36.671 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:36.677 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:36.689 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:36.692 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:36.697 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:36.699 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:36.716 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:36.734 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:36.736 | Ignoring gunicorn: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:36.739 | Ignoring gunicorn: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:36.743 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:36.758 | Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:36.760 | Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:36.765 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:36.769 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:36.771 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:36.776 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:36.794 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:36.797 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:36.801 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:36.830 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:36.838 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:36.840 | Ignoring influxdb: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:36.843 | Ignoring influxdb: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:36.848 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:36.861 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:36.866 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:36.872 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:36.874 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:36.879 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:36.885 | Ignoring joblib: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:36.888 | Ignoring joblib: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:36.892 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:36.963 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:36.965 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:36.970 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:36.996 | Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:36.998 | Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:37.003 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:37.007 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:37.037 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:37.039 | Ignoring keyring: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:37.042 | Ignoring keyring: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:37.046 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:37.100 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:37.103 | Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:37.105 | Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:37.110 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:37.126 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:37.174 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:37.176 | Ignoring more-itertools: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:37.179 | Ignoring more-itertools: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:37.183 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:37.187 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:37.190 | Ignoring numpy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:37.192 | Ignoring numpy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:37.197 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:37.201 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:37.204 | Ignoring Sphinx: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:37.206 | Ignoring Sphinx: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:37.210 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:37.266 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:37.268 | Ignoring Django: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:37.271 | Ignoring Django: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:37.275 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:37.295 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:37.298 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:37.302 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:37.334 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:37.340 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:37.342 | Ignoring GitPython: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:37.345 | Ignoring GitPython: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:37.350 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:37.384 | Ignoring ndg-httpsclient: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:37.405 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:37.415 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:37.440 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:37.443 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:37.445 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:37.450 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:37.462 | Ignoring diskimage-builder: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:37.465 | Ignoring diskimage-builder: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:37.467 | Ignoring diskimage-builder: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:37.472 | Ignoring diskimage-builder: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:37.482 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:37.484 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:37.496 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:37.506 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:37.509 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:37.513 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:37.526 | Ignoring dnspython: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:37.528 | Ignoring dnspython: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:37.533 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:37.535 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:37.543 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:37.569 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:37.574 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:37.601 | Ignoring typing-extensions: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:37.603 | Ignoring typing-extensions: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:37.608 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:37.625 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:37.627 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:37.632 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:37.634 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:37.637 | Ignoring scikit-learn: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:37.640 | Ignoring scikit-learn: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:37.645 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:37.648 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:37.651 | Ignoring Pygments: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:37.653 | Ignoring Pygments: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:37.658 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:37.669 | 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 2021-06-02 10:44:38.146 | You are using pip version 9.0.3, however version 21.1.2 is available. 2021-06-02 10:44:38.146 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-06-02 10:44:38.192 | + inc/python:pip_install:290 : result=0 2021-06-02 10:44:38.194 | + inc/python:pip_install:292 : time_stop pip_install 2021-06-02 10:44:38.196 | + functions-common:time_stop:2336 : local name 2021-06-02 10:44:38.198 | + functions-common:time_stop:2337 : local end_time 2021-06-02 10:44:38.200 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 10:44:38.201 | + functions-common:time_stop:2339 : local total 2021-06-02 10:44:38.203 | + functions-common:time_stop:2340 : local start_time 2021-06-02 10:44:38.205 | + functions-common:time_stop:2342 : name=pip_install 2021-06-02 10:44:38.207 | + functions-common:time_stop:2343 : start_time=1622630675202 2021-06-02 10:44:38.209 | + functions-common:time_stop:2345 : [[ -z 1622630675202 ]] 2021-06-02 10:44:38.211 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 10:44:38.214 | + functions-common:time_stop:2348 : end_time=1622630678212 2021-06-02 10:44:38.216 | + functions-common:time_stop:2349 : elapsed_time=3010 2021-06-02 10:44:38.217 | + functions-common:time_stop:2350 : total=0 2021-06-02 10:44:38.220 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 10:44:38.221 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=3010 2021-06-02 10:44:38.223 | + inc/python:pip_install:293 : return 0 2021-06-02 10:44:38.225 | + tools/install_pip.sh:main:167 : get_versions 2021-06-02 10:44:38.227 | ++ tools/install_pip.sh:get_versions:51 : which pip 2021-06-02 10:44:38.231 | + tools/install_pip.sh:get_versions:51 : PIP=/usr/local/bin/pip 2021-06-02 10:44:38.233 | + tools/install_pip.sh:get_versions:52 : [[ -n /usr/local/bin/pip ]] 2021-06-02 10:44:38.236 | ++ tools/install_pip.sh:get_versions:53 : /usr/local/bin/pip --version 2021-06-02 10:44:38.236 | ++ tools/install_pip.sh:get_versions:53 : awk '{ print $2}' 2021-06-02 10:44:38.866 | + tools/install_pip.sh:get_versions:53 : PIP_VERSION=9.0.3 2021-06-02 10:44:38.868 | + tools/install_pip.sh:get_versions:54 : echo 'pip: 9.0.3' 2021-06-02 10:44:38.868 | pip: 9.0.3 2021-06-02 10:44:38.871 | + ./stack.sh:main:802 : TRACK_DEPENDS=False 2021-06-02 10:44:38.873 | + ./stack.sh:main:805 : [[ False = True ]] 2021-06-02 10:44:38.876 | + ./stack.sh:main:816 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2021-06-02 10:44:38.879 | ++ tools/fixup_stuff.sh:source:22 : [[ -z /home/ubuntu/devstack ]] 2021-06-02 10:44:38.883 | + ./stack.sh:main:817 : fixup_all 2021-06-02 10:44:38.885 | + tools/fixup_stuff.sh:fixup_all:297 : fixup_keystone 2021-06-02 10:44:38.887 | + tools/fixup_stuff.sh:fixup_keystone:49 : keystone_ports=35357,35358 2021-06-02 10:44:38.889 | + tools/fixup_stuff.sh:fixup_keystone:54 : sysctl net.ipv4.ip_local_reserved_ports 2021-06-02 10:44:38.903 | ++ tools/fixup_stuff.sh:fixup_keystone:56 : sysctl net.ipv4.ip_local_reserved_ports 2021-06-02 10:44:38.903 | ++ tools/fixup_stuff.sh:fixup_keystone:56 : awk -F= '{print $2;}' 2021-06-02 10:44:38.903 | ++ tools/fixup_stuff.sh:fixup_keystone:56 : sed 's/^ //' 2021-06-02 10:44:38.908 | + tools/fixup_stuff.sh:fixup_keystone:56 : reserved_ports= 2021-06-02 10:44:38.910 | + tools/fixup_stuff.sh:fixup_keystone:58 : [[ -z '' ]] 2021-06-02 10:44:38.912 | + tools/fixup_stuff.sh:fixup_keystone:60 : sudo sysctl -w net.ipv4.ip_local_reserved_ports=35357,35358 2021-06-02 10:44:38.920 | net.ipv4.ip_local_reserved_ports = 35357,35358 2021-06-02 10:44:38.923 | + tools/fixup_stuff.sh:fixup_all:298 : fixup_ubuntu 2021-06-02 10:44:38.925 | + tools/fixup_stuff.sh:fixup_ubuntu:82 : [[ bionic != \x\e\n\i\a\l ]] 2021-06-02 10:44:38.927 | + tools/fixup_stuff.sh:fixup_ubuntu:82 : [[ bionic != \b\i\o\n\i\c ]] 2021-06-02 10:44:38.929 | + tools/fixup_stuff.sh:fixup_ubuntu:87 : install_package software-properties-common 2021-06-02 10:44:38.931 | + functions-common:install_package:1334 : update_package_repo 2021-06-02 10:44:38.933 | + functions-common:update_package_repo:1306 : NO_UPDATE_REPOS=False 2021-06-02 10:44:38.935 | + functions-common:update_package_repo:1307 : REPOS_UPDATED=True 2021-06-02 10:44:38.937 | + functions-common:update_package_repo:1308 : RETRY_UPDATE=False 2021-06-02 10:44:38.939 | + functions-common:update_package_repo:1310 : [[ False = \T\r\u\e ]] 2021-06-02 10:44:38.941 | + functions-common:update_package_repo:1314 : is_ubuntu 2021-06-02 10:44:38.943 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:44:38.945 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:44:38.947 | + functions-common:update_package_repo:1315 : apt_get_update 2021-06-02 10:44:38.949 | + functions-common:apt_get_update:1069 : [[ True == \T\r\u\e ]] 2021-06-02 10:44:38.951 | + functions-common:apt_get_update:1069 : [[ False != \T\r\u\e ]] 2021-06-02 10:44:38.954 | + functions-common:apt_get_update:1070 : return 2021-06-02 10:44:38.956 | + functions-common:install_package:1335 : real_install_package software-properties-common 2021-06-02 10:44:38.958 | + functions-common:real_install_package:1320 : is_ubuntu 2021-06-02 10:44:38.960 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:44:38.962 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:44:38.964 | + functions-common:real_install_package:1321 : apt_get install software-properties-common 2021-06-02 10:44:38.981 | + functions-common:apt_get:1110 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install software-properties-common 2021-06-02 10:44:39.100 | Reading package lists... 2021-06-02 10:44:39.350 | Building dependency tree... 2021-06-02 10:44:39.351 | Reading state information... 2021-06-02 10:44:39.562 | The following packages were automatically installed and are no longer required: 2021-06-02 10:44:39.563 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-06-02 10:44:39.563 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-06-02 10:44:39.563 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-06-02 10:44:39.563 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-06-02 10:44:39.563 | python3-twisted-bin python3-zope.interface 2021-06-02 10:44:39.563 | Use 'sudo apt autoremove' to remove them. 2021-06-02 10:44:39.564 | The following additional packages will be installed: 2021-06-02 10:44:39.564 | python3-software-properties 2021-06-02 10:44:39.612 | The following packages will be upgraded: 2021-06-02 10:44:39.612 | python3-software-properties software-properties-common 2021-06-02 10:44:40.004 | 2 upgraded, 0 newly installed, 0 to remove and 158 not upgraded. 2021-06-02 10:44:40.005 | Need to get 33.9 kB of archives. 2021-06-02 10:44:40.005 | After this operation, 0 B of additional disk space will be used. 2021-06-02 10:44:40.005 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 software-properties-common all 0.96.24.32.14 [10.1 kB] 2021-06-02 10:44:40.127 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-software-properties all 0.96.24.32.14 [23.9 kB] 2021-06-02 10:44:40.713 | Fetched 33.9 kB in 1s (60.4 kB/s) 2021-06-02 10:44:40.785 | (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 ... 74402 files and directories currently installed.) 2021-06-02 10:44:40.788 | Preparing to unpack .../software-properties-common_0.96.24.32.14_all.deb ... 2021-06-02 10:44:40.934 | Unpacking software-properties-common (0.96.24.32.14) over (0.96.24.32.9) ... 2021-06-02 10:44:41.072 | Preparing to unpack .../python3-software-properties_0.96.24.32.14_all.deb ... 2021-06-02 10:44:41.217 | Unpacking python3-software-properties (0.96.24.32.14) over (0.96.24.32.9) ... 2021-06-02 10:44:41.303 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-06-02 10:44:42.009 | Setting up python3-software-properties (0.96.24.32.14) ... 2021-06-02 10:44:42.277 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2021-06-02 10:44:42.296 | Setting up software-properties-common (0.96.24.32.14) ... 2021-06-02 10:44:44.484 | + functions-common:apt_get:1114 : result=0 2021-06-02 10:44:44.486 | + functions-common:apt_get:1117 : time_stop apt-get 2021-06-02 10:44:44.488 | + functions-common:time_stop:2336 : local name 2021-06-02 10:44:44.490 | + functions-common:time_stop:2337 : local end_time 2021-06-02 10:44:44.492 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 10:44:44.494 | + functions-common:time_stop:2339 : local total 2021-06-02 10:44:44.496 | + functions-common:time_stop:2340 : local start_time 2021-06-02 10:44:44.498 | + functions-common:time_stop:2342 : name=apt-get 2021-06-02 10:44:44.501 | + functions-common:time_stop:2343 : start_time=1622630678978 2021-06-02 10:44:44.503 | + functions-common:time_stop:2345 : [[ -z 1622630678978 ]] 2021-06-02 10:44:44.505 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 10:44:44.508 | + functions-common:time_stop:2348 : end_time=1622630684506 2021-06-02 10:44:44.510 | + functions-common:time_stop:2349 : elapsed_time=5528 2021-06-02 10:44:44.512 | + functions-common:time_stop:2350 : total=129125 2021-06-02 10:44:44.514 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 10:44:44.517 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=134653 2021-06-02 10:44:44.519 | + functions-common:apt_get:1118 : return 0 2021-06-02 10:44:44.521 | + tools/fixup_stuff.sh:fixup_ubuntu:90 : sudo add-apt-repository -y universe 2021-06-02 10:44:45.335 | 'universe' distribution component is already enabled for all sources. 2021-06-02 10:44:45.362 | + tools/fixup_stuff.sh:fixup_ubuntu:92 : [[ True == \F\a\l\s\e ]] 2021-06-02 10:44:45.364 | + tools/fixup_stuff.sh:fixup_ubuntu:92 : [[ bionic != \x\e\n\i\a\l ]] 2021-06-02 10:44:45.366 | + tools/fixup_stuff.sh:fixup_ubuntu:93 : return 2021-06-02 10:44:45.369 | + tools/fixup_stuff.sh:fixup_all:299 : fixup_python_packages 2021-06-02 10:44:45.371 | + tools/fixup_stuff.sh:fixup_python_packages:134 : pip_install 'prettytable>=0.7' 2021-06-02 10:44:45.391 | Check python version for : prettytable>=0.7 2021-06-02 10:44:45.394 | Using 3.6 version to install prettytable>=0.7 based on default behavior 2021-06-02 10:44:45.787 | + inc/python:pip_install:283 : 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 'prettytable>=0.7' 2021-06-02 10:44:46.502 | Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:46.553 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:46.556 | Ignoring pytest: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:46.558 | Ignoring pytest: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:46.563 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:46.631 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:46.638 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:46.641 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:46.644 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:46.648 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:46.658 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:46.683 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:46.686 | Ignoring networkx: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:46.689 | Ignoring networkx: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:46.693 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:46.722 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:46.725 | Ignoring zeroconf: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:46.727 | Ignoring zeroconf: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:46.731 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:46.734 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:46.737 | Ignoring scipy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:46.739 | Ignoring scipy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:46.744 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:46.747 | Ignoring mypy-extensions: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:46.750 | Ignoring mypy-extensions: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:46.754 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:46.839 | Ignoring ifaddr: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:46.841 | Ignoring ifaddr: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:46.846 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:46.851 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:46.856 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:46.869 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:46.872 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:46.877 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:46.879 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:46.896 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:46.914 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:46.916 | Ignoring gunicorn: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:46.919 | Ignoring gunicorn: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:46.924 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:46.939 | Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:46.941 | Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:46.946 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:46.950 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:46.952 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:46.957 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:46.975 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:46.977 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:46.982 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:47.013 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:47.021 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:47.023 | Ignoring influxdb: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:47.026 | Ignoring influxdb: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:47.030 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:47.043 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:47.049 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:47.055 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:47.057 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:47.061 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:47.067 | Ignoring joblib: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:47.070 | Ignoring joblib: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:47.074 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:47.145 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:47.147 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:47.152 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:47.178 | Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:47.180 | Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:47.185 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:47.189 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:47.220 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:47.222 | Ignoring keyring: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:47.224 | Ignoring keyring: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:47.229 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:47.283 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:47.285 | Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:47.288 | Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:47.293 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:47.309 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:47.358 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:47.360 | Ignoring more-itertools: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:47.362 | Ignoring more-itertools: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:47.367 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:47.371 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:47.373 | Ignoring numpy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:47.376 | Ignoring numpy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:47.381 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:47.385 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:47.387 | Ignoring Sphinx: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:47.390 | Ignoring Sphinx: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:47.395 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:47.450 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:47.453 | Ignoring Django: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:47.455 | Ignoring Django: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:47.460 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:47.480 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:47.482 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:47.487 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:47.518 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:47.524 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:47.526 | Ignoring GitPython: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:47.529 | Ignoring GitPython: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:47.534 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:47.569 | Ignoring ndg-httpsclient: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:47.590 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:47.600 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:47.625 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:47.628 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:47.630 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:47.635 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:47.650 | Ignoring diskimage-builder: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:47.653 | Ignoring diskimage-builder: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:47.657 | Ignoring diskimage-builder: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:47.661 | Ignoring diskimage-builder: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:47.672 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:47.675 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:47.688 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:47.699 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:47.701 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:47.706 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:47.722 | Ignoring dnspython: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:47.724 | Ignoring dnspython: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:47.728 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:47.731 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:47.740 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:47.767 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:47.772 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:47.800 | Ignoring typing-extensions: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:47.802 | Ignoring typing-extensions: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:47.808 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:47.825 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:47.828 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:47.832 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:47.835 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:47.837 | Ignoring scikit-learn: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:47.840 | Ignoring scikit-learn: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:47.846 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:47.850 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:47.852 | Ignoring Pygments: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:47.854 | Ignoring Pygments: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:47.860 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:47.864 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) 2021-06-02 10:44:47.958 | You are using pip version 9.0.3, however version 21.1.2 is available. 2021-06-02 10:44:47.958 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-06-02 10:44:48.011 | + inc/python:pip_install:290 : result=0 2021-06-02 10:44:48.013 | + inc/python:pip_install:292 : time_stop pip_install 2021-06-02 10:44:48.015 | + functions-common:time_stop:2336 : local name 2021-06-02 10:44:48.018 | + functions-common:time_stop:2337 : local end_time 2021-06-02 10:44:48.020 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 10:44:48.022 | + functions-common:time_stop:2339 : local total 2021-06-02 10:44:48.024 | + functions-common:time_stop:2340 : local start_time 2021-06-02 10:44:48.027 | + functions-common:time_stop:2342 : name=pip_install 2021-06-02 10:44:48.029 | + functions-common:time_stop:2343 : start_time=1622630685384 2021-06-02 10:44:48.032 | + functions-common:time_stop:2345 : [[ -z 1622630685384 ]] 2021-06-02 10:44:48.035 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 10:44:48.039 | + functions-common:time_stop:2348 : end_time=1622630688036 2021-06-02 10:44:48.041 | + functions-common:time_stop:2349 : elapsed_time=2652 2021-06-02 10:44:48.043 | + functions-common:time_stop:2350 : total=0 2021-06-02 10:44:48.045 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 10:44:48.048 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=2652 2021-06-02 10:44:48.050 | + inc/python:pip_install:293 : return 0 2021-06-02 10:44:48.053 | ++ tools/fixup_stuff.sh:fixup_python_packages:135 : get_package_path prettytable 2021-06-02 10:44:48.055 | ++ tools/fixup_stuff.sh:get_package_path:123 : local package=prettytable 2021-06-02 10:44:48.058 | +++ tools/fixup_stuff.sh:get_package_path:124 : python -c 'import os; import prettytable; print(os.path.split(os.path.realpath(prettytable.__file__))[0])' 2021-06-02 10:44:48.072 | Traceback (most recent call last): 2021-06-02 10:44:48.072 | File "", line 1, in 2021-06-02 10:44:48.072 | ImportError: No module named prettytable 2021-06-02 10:44:48.078 | ++ tools/fixup_stuff.sh:get_package_path:124 : echo 2021-06-02 10:44:48.080 | + tools/fixup_stuff.sh:fixup_python_packages:135 : PACKAGE_DIR= 2021-06-02 10:44:48.083 | ++ tools/fixup_stuff.sh:fixup_python_packages:137 : echo '/prettytable-0.7.2*' 2021-06-02 10:44:48.086 | + tools/fixup_stuff.sh:fixup_python_packages:137 : dir='/prettytable-0.7.2*' 2021-06-02 10:44:48.089 | + tools/fixup_stuff.sh:fixup_python_packages:138 : [[ -d /prettytable-0.7.2* ]] 2021-06-02 10:44:48.091 | + tools/fixup_stuff.sh:fixup_python_packages:144 : pip_install httplib2 2021-06-02 10:44:48.122 | Check python version for : httplib2 2021-06-02 10:44:48.125 | Using 3.6 version to install httplib2 based on default behavior 2021-06-02 10:44:48.692 | + inc/python:pip_install:283 : 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 httplib2 2021-06-02 10:44:49.664 | Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:49.716 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:49.718 | Ignoring pytest: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:49.721 | Ignoring pytest: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:49.725 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:49.797 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:49.805 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:49.808 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:49.810 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:49.816 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:49.825 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:49.851 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:49.853 | Ignoring networkx: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:49.855 | Ignoring networkx: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:49.860 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:49.891 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:49.894 | Ignoring zeroconf: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:49.896 | Ignoring zeroconf: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:49.900 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:49.903 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:49.905 | Ignoring scipy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:49.907 | Ignoring scipy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:49.913 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:49.915 | Ignoring mypy-extensions: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:49.917 | Ignoring mypy-extensions: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:49.923 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:50.010 | Ignoring ifaddr: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:50.013 | Ignoring ifaddr: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:50.019 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:50.024 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:50.029 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:50.044 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:50.048 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:50.054 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:50.058 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:50.079 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:50.103 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:50.105 | Ignoring gunicorn: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:50.108 | Ignoring gunicorn: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:50.114 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:50.129 | Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:50.131 | Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:50.136 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:50.140 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:50.142 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:50.147 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:50.165 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:50.167 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:50.173 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:50.201 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:50.209 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:50.211 | Ignoring influxdb: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:50.214 | Ignoring influxdb: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:50.219 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:50.231 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:50.237 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:50.243 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:50.245 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:50.250 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:50.256 | Ignoring joblib: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:50.259 | Ignoring joblib: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:50.263 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:50.332 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:50.335 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:50.340 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:50.366 | Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:50.368 | Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:50.373 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:50.377 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:50.406 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:50.409 | Ignoring keyring: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:50.411 | Ignoring keyring: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:50.416 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:50.478 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:50.480 | Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:50.483 | Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:50.488 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:50.503 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:50.551 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:50.554 | Ignoring more-itertools: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:50.556 | Ignoring more-itertools: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:50.560 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:50.565 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:50.567 | Ignoring numpy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:50.569 | Ignoring numpy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:50.574 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:50.578 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:50.581 | Ignoring Sphinx: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:50.583 | Ignoring Sphinx: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:50.588 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:50.642 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:50.645 | Ignoring Django: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:50.647 | Ignoring Django: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:50.652 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:50.672 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:50.674 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:50.679 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:50.710 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:50.715 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:50.718 | Ignoring GitPython: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:50.721 | Ignoring GitPython: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:50.726 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:50.759 | Ignoring ndg-httpsclient: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:50.781 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:50.790 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:50.814 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:50.817 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:50.819 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:50.824 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:50.837 | Ignoring diskimage-builder: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:50.839 | Ignoring diskimage-builder: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:50.842 | Ignoring diskimage-builder: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:50.846 | Ignoring diskimage-builder: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:50.856 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:50.859 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:50.871 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:50.880 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:50.883 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:50.887 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:50.900 | Ignoring dnspython: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:50.902 | Ignoring dnspython: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:50.907 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:50.909 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:50.917 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:50.943 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:50.948 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:50.975 | Ignoring typing-extensions: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:50.977 | Ignoring typing-extensions: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:50.982 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:50.998 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:51.001 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:51.006 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:51.008 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:51.011 | Ignoring scikit-learn: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:51.013 | Ignoring scikit-learn: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:51.018 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:51.022 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:51.025 | Ignoring Pygments: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:51.027 | Ignoring Pygments: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:51.031 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:51.035 | Requirement already satisfied: httplib2===0.13.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 489)) 2021-06-02 10:44:51.123 | You are using pip version 9.0.3, however version 21.1.2 is available. 2021-06-02 10:44:51.123 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-06-02 10:44:51.167 | + inc/python:pip_install:290 : result=0 2021-06-02 10:44:51.170 | + inc/python:pip_install:292 : time_stop pip_install 2021-06-02 10:44:51.172 | + functions-common:time_stop:2336 : local name 2021-06-02 10:44:51.174 | + functions-common:time_stop:2337 : local end_time 2021-06-02 10:44:51.177 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 10:44:51.179 | + functions-common:time_stop:2339 : local total 2021-06-02 10:44:51.181 | + functions-common:time_stop:2340 : local start_time 2021-06-02 10:44:51.183 | + functions-common:time_stop:2342 : name=pip_install 2021-06-02 10:44:51.185 | + functions-common:time_stop:2343 : start_time=1622630688112 2021-06-02 10:44:51.188 | + functions-common:time_stop:2345 : [[ -z 1622630688112 ]] 2021-06-02 10:44:51.191 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 10:44:51.194 | + functions-common:time_stop:2348 : end_time=1622630691191 2021-06-02 10:44:51.196 | + functions-common:time_stop:2349 : elapsed_time=3079 2021-06-02 10:44:51.198 | + functions-common:time_stop:2350 : total=2652 2021-06-02 10:44:51.200 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 10:44:51.202 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=5731 2021-06-02 10:44:51.205 | + inc/python:pip_install:293 : return 0 2021-06-02 10:44:51.207 | ++ tools/fixup_stuff.sh:fixup_python_packages:145 : get_package_path httplib2 2021-06-02 10:44:51.210 | ++ tools/fixup_stuff.sh:get_package_path:123 : local package=httplib2 2021-06-02 10:44:51.213 | +++ tools/fixup_stuff.sh:get_package_path:124 : python -c 'import os; import httplib2; print(os.path.split(os.path.realpath(httplib2.__file__))[0])' 2021-06-02 10:44:51.225 | Traceback (most recent call last): 2021-06-02 10:44:51.225 | File "", line 1, in 2021-06-02 10:44:51.225 | ImportError: No module named httplib2 2021-06-02 10:44:51.229 | ++ tools/fixup_stuff.sh:get_package_path:124 : echo 2021-06-02 10:44:51.232 | + tools/fixup_stuff.sh:fixup_python_packages:145 : PACKAGE_DIR= 2021-06-02 10:44:51.236 | ++ tools/fixup_stuff.sh:fixup_python_packages:147 : echo '-0.8*' 2021-06-02 10:44:51.238 | + tools/fixup_stuff.sh:fixup_python_packages:147 : dir='-0.8*' 2021-06-02 10:44:51.240 | + tools/fixup_stuff.sh:fixup_python_packages:148 : [[ -d -0.8* ]] 2021-06-02 10:44:51.243 | + tools/fixup_stuff.sh:fixup_all:300 : fixup_fedora 2021-06-02 10:44:51.245 | + tools/fixup_stuff.sh:fixup_fedora:154 : is_fedora 2021-06-02 10:44:51.247 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2021-06-02 10:44:51.250 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2021-06-02 10:44:51.252 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2021-06-02 10:44:51.254 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-06-02 10:44:51.256 | + functions-common:is_fedora:454 : '[' Ubuntu = CentOS ']' 2021-06-02 10:44:51.258 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2021-06-02 10:44:51.260 | + functions-common:is_fedora:455 : '[' Ubuntu = Virtuozzo ']' 2021-06-02 10:44:51.262 | + tools/fixup_stuff.sh:fixup_fedora:155 : return 2021-06-02 10:44:51.264 | + tools/fixup_stuff.sh:fixup_all:301 : fixup_suse 2021-06-02 10:44:51.267 | + tools/fixup_stuff.sh:fixup_suse:229 : is_suse 2021-06-02 10:44:51.269 | + functions-common:is_suse:463 : is_opensuse 2021-06-02 10:44:51.271 | + functions-common:is_opensuse:470 : [[ -z Ubuntu ]] 2021-06-02 10:44:51.273 | + functions-common:is_opensuse:474 : [[ Ubuntu =~ (openSUSE) ]] 2021-06-02 10:44:51.276 | + functions-common:is_suse:463 : is_suse_linux_enterprise 2021-06-02 10:44:51.278 | + functions-common:is_suse_linux_enterprise:482 : [[ -z Ubuntu ]] 2021-06-02 10:44:51.280 | + functions-common:is_suse_linux_enterprise:486 : [[ Ubuntu =~ (^SUSE) ]] 2021-06-02 10:44:51.282 | + tools/fixup_stuff.sh:fixup_suse:230 : return 2021-06-02 10:44:51.284 | + tools/fixup_stuff.sh:fixup_all:302 : fixup_virtualenv 2021-06-02 10:44:51.287 | + tools/fixup_stuff.sh:fixup_virtualenv:290 : [[ ! -f /etc/ci/mirror_info.sh ]] 2021-06-02 10:44:51.289 | + tools/fixup_stuff.sh:fixup_virtualenv:291 : install_package python-virtualenv 2021-06-02 10:44:51.291 | + functions-common:install_package:1334 : update_package_repo 2021-06-02 10:44:51.293 | + functions-common:update_package_repo:1306 : NO_UPDATE_REPOS=False 2021-06-02 10:44:51.295 | + functions-common:update_package_repo:1307 : REPOS_UPDATED=True 2021-06-02 10:44:51.298 | + functions-common:update_package_repo:1308 : RETRY_UPDATE=False 2021-06-02 10:44:51.300 | + functions-common:update_package_repo:1310 : [[ False = \T\r\u\e ]] 2021-06-02 10:44:51.302 | + functions-common:update_package_repo:1314 : is_ubuntu 2021-06-02 10:44:51.304 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:44:51.306 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:44:51.308 | + functions-common:update_package_repo:1315 : apt_get_update 2021-06-02 10:44:51.311 | + functions-common:apt_get_update:1069 : [[ True == \T\r\u\e ]] 2021-06-02 10:44:51.313 | + functions-common:apt_get_update:1069 : [[ False != \T\r\u\e ]] 2021-06-02 10:44:51.315 | + functions-common:apt_get_update:1070 : return 2021-06-02 10:44:51.317 | + functions-common:install_package:1335 : real_install_package python-virtualenv 2021-06-02 10:44:51.320 | + functions-common:real_install_package:1320 : is_ubuntu 2021-06-02 10:44:51.322 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:44:51.324 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:44:51.326 | + functions-common:real_install_package:1321 : apt_get install python-virtualenv 2021-06-02 10:44:51.344 | + functions-common:apt_get:1110 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install python-virtualenv 2021-06-02 10:44:51.463 | Reading package lists... 2021-06-02 10:44:51.714 | Building dependency tree... 2021-06-02 10:44:51.715 | Reading state information... 2021-06-02 10:44:51.928 | The following packages were automatically installed and are no longer required: 2021-06-02 10:44:51.929 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-06-02 10:44:51.929 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-06-02 10:44:51.929 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-06-02 10:44:51.929 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-06-02 10:44:51.929 | python3-twisted-bin python3-zope.interface 2021-06-02 10:44:51.929 | Use 'sudo apt autoremove' to remove them. 2021-06-02 10:44:51.930 | The following additional packages will be installed: 2021-06-02 10:44:51.930 | python-pip-whl python-pkg-resources python3-virtualenv virtualenv 2021-06-02 10:44:51.931 | Suggested packages: 2021-06-02 10:44:51.931 | python-setuptools 2021-06-02 10:44:51.978 | The following NEW packages will be installed: 2021-06-02 10:44:51.978 | python-pip-whl python-pkg-resources python-virtualenv python3-virtualenv 2021-06-02 10:44:51.978 | virtualenv 2021-06-02 10:44:52.273 | 0 upgraded, 5 newly installed, 0 to remove and 158 not upgraded. 2021-06-02 10:44:52.273 | Need to get 1,875 kB of archives. 2021-06-02 10:44:52.273 | After this operation, 2,732 kB of additional disk space will be used. 2021-06-02 10:44:52.273 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python-pip-whl all 9.0.1-2.3~ubuntu1.18.04.4 [1,653 kB] 2021-06-02 10:44:53.384 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python-pkg-resources all 39.0.1-2 [128 kB] 2021-06-02 10:44:53.395 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 python-virtualenv all 15.1.0+ds-1.1 [46.8 kB] 2021-06-02 10:44:53.399 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-virtualenv all 15.1.0+ds-1.1 [43.4 kB] 2021-06-02 10:44:53.403 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 virtualenv all 15.1.0+ds-1.1 [4,476 B] 2021-06-02 10:44:53.934 | Fetched 1,875 kB in 1s (1,329 kB/s) 2021-06-02 10:44:53.966 | Selecting previously unselected package python-pip-whl. 2021-06-02 10:44:54.003 | (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 ... 74402 files and directories currently installed.) 2021-06-02 10:44:54.007 | Preparing to unpack .../python-pip-whl_9.0.1-2.3~ubuntu1.18.04.4_all.deb ... 2021-06-02 10:44:54.009 | Unpacking python-pip-whl (9.0.1-2.3~ubuntu1.18.04.4) ... 2021-06-02 10:44:54.259 | Selecting previously unselected package python-pkg-resources. 2021-06-02 10:44:54.267 | Preparing to unpack .../python-pkg-resources_39.0.1-2_all.deb ... 2021-06-02 10:44:54.269 | Unpacking python-pkg-resources (39.0.1-2) ... 2021-06-02 10:44:54.355 | Selecting previously unselected package python-virtualenv. 2021-06-02 10:44:54.363 | Preparing to unpack .../python-virtualenv_15.1.0+ds-1.1_all.deb ... 2021-06-02 10:44:54.366 | Unpacking python-virtualenv (15.1.0+ds-1.1) ... 2021-06-02 10:44:54.442 | Selecting previously unselected package python3-virtualenv. 2021-06-02 10:44:54.449 | Preparing to unpack .../python3-virtualenv_15.1.0+ds-1.1_all.deb ... 2021-06-02 10:44:54.451 | Unpacking python3-virtualenv (15.1.0+ds-1.1) ... 2021-06-02 10:44:54.510 | Selecting previously unselected package virtualenv. 2021-06-02 10:44:54.517 | Preparing to unpack .../virtualenv_15.1.0+ds-1.1_all.deb ... 2021-06-02 10:44:54.519 | Unpacking virtualenv (15.1.0+ds-1.1) ... 2021-06-02 10:44:54.604 | Setting up python-pip-whl (9.0.1-2.3~ubuntu1.18.04.4) ... 2021-06-02 10:44:54.632 | Setting up python-pkg-resources (39.0.1-2) ... 2021-06-02 10:44:54.814 | Setting up python3-virtualenv (15.1.0+ds-1.1) ... 2021-06-02 10:44:55.082 | Setting up python-virtualenv (15.1.0+ds-1.1) ... 2021-06-02 10:44:55.196 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-06-02 10:44:55.695 | Setting up virtualenv (15.1.0+ds-1.1) ... 2021-06-02 10:44:57.647 | + functions-common:apt_get:1114 : result=0 2021-06-02 10:44:57.649 | + functions-common:apt_get:1117 : time_stop apt-get 2021-06-02 10:44:57.651 | + functions-common:time_stop:2336 : local name 2021-06-02 10:44:57.654 | + functions-common:time_stop:2337 : local end_time 2021-06-02 10:44:57.656 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 10:44:57.659 | + functions-common:time_stop:2339 : local total 2021-06-02 10:44:57.661 | + functions-common:time_stop:2340 : local start_time 2021-06-02 10:44:57.663 | + functions-common:time_stop:2342 : name=apt-get 2021-06-02 10:44:57.665 | + functions-common:time_stop:2343 : start_time=1622630691341 2021-06-02 10:44:57.668 | + functions-common:time_stop:2345 : [[ -z 1622630691341 ]] 2021-06-02 10:44:57.670 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 10:44:57.673 | + functions-common:time_stop:2348 : end_time=1622630697671 2021-06-02 10:44:57.676 | + functions-common:time_stop:2349 : elapsed_time=6330 2021-06-02 10:44:57.678 | + functions-common:time_stop:2350 : total=134653 2021-06-02 10:44:57.680 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 10:44:57.683 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=140983 2021-06-02 10:44:57.685 | + functions-common:apt_get:1118 : return 0 2021-06-02 10:44:57.687 | + tools/fixup_stuff.sh:fixup_virtualenv:292 : pip_install -U --force-reinstall virtualenv 2021-06-02 10:44:57.708 | Check python version for : virtualenv 2021-06-02 10:44:57.711 | Using 3.6 version to install virtualenv based on default behavior 2021-06-02 10:44:58.094 | + inc/python:pip_install:283 : 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 --force-reinstall virtualenv 2021-06-02 10:44:58.813 | Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:58.866 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:58.868 | Ignoring pytest: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:58.871 | Ignoring pytest: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:58.875 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:58.945 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:58.952 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:58.954 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:58.957 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:58.962 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:58.972 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:58.998 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:59.000 | Ignoring networkx: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:59.002 | Ignoring networkx: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:59.007 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:59.037 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:59.039 | Ignoring zeroconf: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:59.041 | Ignoring zeroconf: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:59.046 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:59.048 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:59.052 | Ignoring scipy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:59.054 | Ignoring scipy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:59.059 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:59.062 | Ignoring mypy-extensions: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:59.064 | Ignoring mypy-extensions: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:59.069 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:59.156 | Ignoring ifaddr: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:59.158 | Ignoring ifaddr: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:59.163 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:59.168 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:59.174 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:59.187 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:59.190 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:59.195 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:59.197 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:59.214 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:59.233 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:59.235 | Ignoring gunicorn: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:59.238 | Ignoring gunicorn: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:59.243 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:59.258 | Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:59.260 | Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:59.265 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:59.269 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:59.271 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:59.276 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:59.294 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:59.297 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:59.302 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:59.332 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:59.340 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:59.342 | Ignoring influxdb: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:59.345 | Ignoring influxdb: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:59.350 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:59.363 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:59.369 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:59.374 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:59.377 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:59.381 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:59.387 | Ignoring joblib: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:59.390 | Ignoring joblib: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:59.397 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:59.469 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:59.472 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:59.477 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:59.503 | Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:59.505 | Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:59.510 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:59.514 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:59.545 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:59.547 | Ignoring keyring: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:59.550 | Ignoring keyring: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:59.554 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:59.609 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:59.612 | Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:59.614 | Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:59.619 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:59.635 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:59.685 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:59.687 | Ignoring more-itertools: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:59.690 | Ignoring more-itertools: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:59.694 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:59.698 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:59.701 | Ignoring numpy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:59.703 | Ignoring numpy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:59.709 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:59.713 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:59.715 | Ignoring Sphinx: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:59.718 | Ignoring Sphinx: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:59.723 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:59.779 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:59.781 | Ignoring Django: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:59.784 | Ignoring Django: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:59.789 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:59.810 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:59.812 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:59.817 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:59.849 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:59.856 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:59.858 | Ignoring GitPython: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:59.862 | Ignoring GitPython: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:59.867 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:59.901 | Ignoring ndg-httpsclient: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:59.922 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:59.933 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:59.957 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:59.960 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:59.963 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:59.967 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:44:59.981 | Ignoring diskimage-builder: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:44:59.983 | Ignoring diskimage-builder: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:44:59.985 | Ignoring diskimage-builder: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:44:59.991 | Ignoring diskimage-builder: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:00.001 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:00.003 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:00.016 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:00.025 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:00.027 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:00.032 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:00.045 | Ignoring dnspython: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:00.048 | Ignoring dnspython: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:00.053 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:00.055 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:00.063 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:00.089 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:00.095 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:00.122 | Ignoring typing-extensions: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:00.125 | Ignoring typing-extensions: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:00.130 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:00.147 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:00.149 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:00.154 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:00.156 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:00.159 | Ignoring scikit-learn: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:00.162 | Ignoring scikit-learn: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:00.166 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:00.170 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:00.173 | Ignoring Pygments: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:00.176 | Ignoring Pygments: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:00.180 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:00.185 | Collecting virtualenv===16.7.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 683)) 2021-06-02 10:45:00.356 | Downloading http://10.100.0.9:8080/root/pypi/+f/680/af46846662bb3/virtualenv-16.7.5-py2.py3-none-any.whl (3.3MB) 2021-06-02 10:45:00.501 | Installing collected packages: virtualenv 2021-06-02 10:45:00.501 | Found existing installation: virtualenv 20.4.7 2021-06-02 10:45:00.561 | Uninstalling virtualenv-20.4.7: 2021-06-02 10:45:00.600 | Successfully uninstalled virtualenv-20.4.7 2021-06-02 10:45:00.738 | Successfully installed virtualenv-16.7.5 2021-06-02 10:45:00.827 | You are using pip version 9.0.3, however version 21.1.2 is available. 2021-06-02 10:45:00.827 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-06-02 10:45:00.877 | + inc/python:pip_install:290 : result=0 2021-06-02 10:45:00.880 | + inc/python:pip_install:292 : time_stop pip_install 2021-06-02 10:45:00.882 | + functions-common:time_stop:2336 : local name 2021-06-02 10:45:00.884 | + functions-common:time_stop:2337 : local end_time 2021-06-02 10:45:00.886 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 10:45:00.889 | + functions-common:time_stop:2339 : local total 2021-06-02 10:45:00.891 | + functions-common:time_stop:2340 : local start_time 2021-06-02 10:45:00.894 | + functions-common:time_stop:2342 : name=pip_install 2021-06-02 10:45:00.896 | + functions-common:time_stop:2343 : start_time=1622630697701 2021-06-02 10:45:00.898 | + functions-common:time_stop:2345 : [[ -z 1622630697701 ]] 2021-06-02 10:45:00.901 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 10:45:00.904 | + functions-common:time_stop:2348 : end_time=1622630700902 2021-06-02 10:45:00.906 | + functions-common:time_stop:2349 : elapsed_time=3201 2021-06-02 10:45:00.908 | + functions-common:time_stop:2350 : total=5731 2021-06-02 10:45:00.910 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 10:45:00.913 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=8932 2021-06-02 10:45:00.915 | + inc/python:pip_install:293 : return 0 2021-06-02 10:45:00.917 | + ./stack.sh:main:820 : pip_install -U os-testr 2021-06-02 10:45:00.938 | Check python version for : os-testr 2021-06-02 10:45:00.941 | Using 3.6 version to install os-testr based on default behavior 2021-06-02 10:45:01.326 | + inc/python:pip_install:283 : 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-06-02 10:45:02.051 | Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:02.102 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:02.104 | Ignoring pytest: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:02.107 | Ignoring pytest: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:02.112 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:02.183 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:02.191 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:02.194 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:02.196 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:02.201 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:02.210 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:02.235 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:02.238 | Ignoring networkx: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:02.240 | Ignoring networkx: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:02.245 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:02.274 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:02.276 | Ignoring zeroconf: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:02.279 | Ignoring zeroconf: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:02.284 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:02.286 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:02.288 | Ignoring scipy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:02.291 | Ignoring scipy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:02.296 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:02.299 | Ignoring mypy-extensions: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:02.302 | Ignoring mypy-extensions: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:02.306 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:02.392 | Ignoring ifaddr: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:02.394 | Ignoring ifaddr: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:02.399 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:02.403 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:02.409 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:02.421 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:02.425 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:02.430 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:02.432 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:02.450 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:02.469 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:02.471 | Ignoring gunicorn: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:02.474 | Ignoring gunicorn: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:02.478 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:02.494 | Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:02.496 | Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:02.501 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:02.505 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:02.507 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:02.512 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:02.529 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:02.532 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:02.537 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:02.566 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:02.574 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:02.576 | Ignoring influxdb: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:02.579 | Ignoring influxdb: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:02.583 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:02.597 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:02.602 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:02.608 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:02.610 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:02.616 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:02.621 | Ignoring joblib: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:02.625 | Ignoring joblib: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:02.629 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:02.699 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:02.701 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:02.706 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:02.732 | Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:02.734 | Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:02.740 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:02.744 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:02.774 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:02.776 | Ignoring keyring: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:02.779 | Ignoring keyring: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:02.784 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:02.838 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:02.840 | Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:02.842 | Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:02.848 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:02.863 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:02.913 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:02.915 | Ignoring more-itertools: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:02.918 | Ignoring more-itertools: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:02.922 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:02.927 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:02.929 | Ignoring numpy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:02.931 | Ignoring numpy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:02.936 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:02.940 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:02.942 | Ignoring Sphinx: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:02.945 | Ignoring Sphinx: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:02.949 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:03.005 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:03.008 | Ignoring Django: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:03.010 | Ignoring Django: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:03.014 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:03.035 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:03.038 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:03.042 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:03.073 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:03.078 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:03.081 | Ignoring GitPython: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:03.085 | Ignoring GitPython: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:03.090 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:03.124 | Ignoring ndg-httpsclient: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:03.146 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:03.156 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:03.180 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:03.183 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:03.185 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:03.190 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:03.202 | Ignoring diskimage-builder: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:03.206 | Ignoring diskimage-builder: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:03.208 | Ignoring diskimage-builder: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:03.213 | Ignoring diskimage-builder: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:03.224 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:03.226 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:03.238 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:03.247 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:03.250 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:03.255 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:03.268 | Ignoring dnspython: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:03.270 | Ignoring dnspython: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:03.275 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:03.277 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:03.286 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:03.310 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:03.316 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:03.343 | Ignoring typing-extensions: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:03.345 | Ignoring typing-extensions: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:03.350 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:03.366 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:03.369 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:03.373 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:03.376 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:03.379 | Ignoring scikit-learn: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:03.382 | Ignoring scikit-learn: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:03.386 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:03.390 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:03.393 | Ignoring Pygments: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:03.396 | Ignoring Pygments: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:03.400 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:03.498 | Collecting os-testr===1.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 527)) 2021-06-02 10:45:03.548 | Downloading http://10.100.0.9:8080/root/pypi/+f/446/66cd417cdcc59/os_testr-1.1.0-py2.py3-none-any.whl (45kB) 2021-06-02 10:45:03.753 | Collecting stestr===2.5.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 366)) 2021-06-02 10:45:03.784 | Downloading http://10.100.0.9:8080/root/pypi/+f/a99/f734775363291/stestr-2.5.1-py2.py3-none-any.whl (116kB) 2021-06-02 10:45:03.979 | Requirement already up-to-date: testtools===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 407)) 2021-06-02 10:45:04.087 | Collecting python-subunit===1.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 198)) 2021-06-02 10:45:04.112 | Downloading http://10.100.0.9:8080/root/pypi/+f/40f/34660c3da3e51/python_subunit-1.4.0-py2.py3-none-any.whl (106kB) 2021-06-02 10:45:04.309 | Requirement already up-to-date: pbr===5.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 49)) 2021-06-02 10:45:04.339 | Requirement already up-to-date: six===1.12.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 534)) 2021-06-02 10:45:04.433 | Collecting voluptuous===0.11.7 (from -c /opt/stack/requirements/upper-constraints.txt (line 2)) 2021-06-02 10:45:04.474 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/672/8f66f19cafcab/voluptuous-0.11.7-py3-none-any.whl 2021-06-02 10:45:04.683 | Requirement already up-to-date: PyYAML===5.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 206)) 2021-06-02 10:45:04.712 | Requirement already up-to-date: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 65)) 2021-06-02 10:45:04.784 | Requirement already up-to-date: cliff===2.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 285)) 2021-06-02 10:45:04.889 | Collecting future===0.17.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 578)) 2021-06-02 10:45:04.925 | Downloading http://10.100.0.9:8080/root/pypi/+f/670/45236dcfd6816/future-0.17.1.tar.gz (829kB) 2021-06-02 10:45:06.194 | Requirement already up-to-date: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 231)) 2021-06-02 10:45:06.213 | Requirement already up-to-date: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 180)) 2021-06-02 10:45:06.232 | Requirement already up-to-date: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 109)) 2021-06-02 10:45:06.248 | Requirement already up-to-date: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) 2021-06-02 10:45:06.274 | Requirement already up-to-date: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) 2021-06-02 10:45:06.374 | Requirement already up-to-date: pyparsing===2.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 493)) 2021-06-02 10:45:06.435 | Requirement already up-to-date: stevedore===1.31.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 503)) 2021-06-02 10:45:06.552 | Requirement already up-to-date: cmd2===0.8.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 514)) 2021-06-02 10:45:06.588 | Requirement already up-to-date: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 231)) 2021-06-02 10:45:06.600 | Requirement already up-to-date: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 428)) 2021-06-02 10:45:06.622 | Requirement already up-to-date: wcwidth===0.1.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 158)) 2021-06-02 10:45:06.652 | Requirement already up-to-date: pyperclip===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) 2021-06-02 10:45:06.654 | Building wheels for collected packages: future 2021-06-02 10:45:06.655 | Running setup.py bdist_wheel for future: started 2021-06-02 10:45:07.734 | Running setup.py bdist_wheel for future: finished with status 'done' 2021-06-02 10:45:07.735 | Stored in directory: /root/.cache/pip/wheels/e7/89/93/dcfa8ed07ff41dece071acff15aa3f0388b63c680968da342e 2021-06-02 10:45:07.831 | Successfully built future 2021-06-02 10:45:07.832 | Installing collected packages: voluptuous, python-subunit, future, stestr, os-testr 2021-06-02 10:45:09.085 | Successfully installed future-0.17.1 os-testr-1.1.0 python-subunit-1.4.0 stestr-2.5.1 voluptuous-0.11.7 2021-06-02 10:45:09.201 | You are using pip version 9.0.3, however version 21.1.2 is available. 2021-06-02 10:45:09.202 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-06-02 10:45:09.274 | + inc/python:pip_install:290 : result=0 2021-06-02 10:45:09.277 | + inc/python:pip_install:292 : time_stop pip_install 2021-06-02 10:45:09.279 | + functions-common:time_stop:2336 : local name 2021-06-02 10:45:09.281 | + functions-common:time_stop:2337 : local end_time 2021-06-02 10:45:09.284 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 10:45:09.286 | + functions-common:time_stop:2339 : local total 2021-06-02 10:45:09.288 | + functions-common:time_stop:2340 : local start_time 2021-06-02 10:45:09.290 | + functions-common:time_stop:2342 : name=pip_install 2021-06-02 10:45:09.292 | + functions-common:time_stop:2343 : start_time=1622630700930 2021-06-02 10:45:09.294 | + functions-common:time_stop:2345 : [[ -z 1622630700930 ]] 2021-06-02 10:45:09.297 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 10:45:09.301 | + functions-common:time_stop:2348 : end_time=1622630709298 2021-06-02 10:45:09.303 | + functions-common:time_stop:2349 : elapsed_time=8368 2021-06-02 10:45:09.305 | + functions-common:time_stop:2350 : total=8932 2021-06-02 10:45:09.307 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 10:45:09.309 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=17300 2021-06-02 10:45:09.312 | + inc/python:pip_install:293 : return 0 2021-06-02 10:45:09.314 | + ./stack.sh:main:822 : [[ True == \T\r\u\e ]] 2021-06-02 10:45:09.316 | + ./stack.sh:main:823 : pip_install_gr systemd-python 2021-06-02 10:45:09.318 | + inc/python:pip_install_gr:68 : local name=systemd-python 2021-06-02 10:45:09.321 | + inc/python:pip_install_gr:69 : local clean_name 2021-06-02 10:45:09.323 | ++ inc/python:pip_install_gr:70 : get_from_global_requirements systemd-python 2021-06-02 10:45:09.326 | ++ inc/python:get_from_global_requirements:316 : local package=systemd-python 2021-06-02 10:45:09.328 | ++ inc/python:get_from_global_requirements:317 : local required_pkg 2021-06-02 10:45:09.332 | +++ inc/python:get_from_global_requirements:318 : grep -i -h '^systemd-python' /opt/stack/requirements/global-requirements.txt 2021-06-02 10:45:09.332 | +++ inc/python:get_from_global_requirements:318 : cut -d# -f1 2021-06-02 10:45:09.336 | ++ inc/python:get_from_global_requirements:318 : required_pkg='systemd-python ' 2021-06-02 10:45:09.338 | ++ inc/python:get_from_global_requirements:319 : [[ systemd-python == '' ]] 2021-06-02 10:45:09.341 | ++ inc/python:get_from_global_requirements:322 : echo systemd-python 2021-06-02 10:45:09.343 | + inc/python:pip_install_gr:70 : clean_name=systemd-python 2021-06-02 10:45:09.346 | + inc/python:pip_install_gr:71 : pip_install systemd-python 2021-06-02 10:45:09.367 | Check python version for : systemd-python 2021-06-02 10:45:09.370 | Using 3.6 version to install systemd-python based on default behavior 2021-06-02 10:45:09.756 | + inc/python:pip_install:283 : 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-06-02 10:45:10.478 | Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:10.529 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:10.532 | Ignoring pytest: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:10.534 | Ignoring pytest: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:10.539 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:10.606 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:10.613 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:10.616 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:10.618 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:10.623 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:10.643 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:10.657 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:10.659 | Ignoring networkx: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:10.662 | Ignoring networkx: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:10.666 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:10.695 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:10.698 | Ignoring zeroconf: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:10.700 | Ignoring zeroconf: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:10.705 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:10.707 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:10.709 | Ignoring scipy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:10.712 | Ignoring scipy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:10.716 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:10.718 | Ignoring mypy-extensions: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:10.722 | Ignoring mypy-extensions: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:10.726 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:10.810 | Ignoring ifaddr: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:10.812 | Ignoring ifaddr: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:10.817 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:10.821 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:10.827 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:10.839 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:10.842 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:10.847 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:10.849 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:10.867 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:10.884 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:10.886 | Ignoring gunicorn: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:10.889 | Ignoring gunicorn: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:10.894 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:10.907 | Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:10.910 | Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:10.914 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:10.918 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:10.921 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:10.926 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:10.943 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:10.946 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:10.950 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:10.980 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:10.988 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:10.990 | Ignoring influxdb: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:10.993 | Ignoring influxdb: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:10.997 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:11.009 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:11.014 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:11.021 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:11.023 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:11.028 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:11.034 | Ignoring joblib: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:11.036 | Ignoring joblib: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:11.041 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:11.110 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:11.112 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:11.117 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:11.142 | Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:11.145 | Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:11.150 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:11.154 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:11.183 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:11.185 | Ignoring keyring: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:11.188 | Ignoring keyring: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:11.192 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:11.245 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:11.248 | Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:11.250 | Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:11.255 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:11.271 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:11.318 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:11.320 | Ignoring more-itertools: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:11.323 | Ignoring more-itertools: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:11.327 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:11.332 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:11.334 | Ignoring numpy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:11.337 | Ignoring numpy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:11.342 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:11.347 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:11.349 | Ignoring Sphinx: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:11.351 | Ignoring Sphinx: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:11.356 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:11.410 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:11.413 | Ignoring Django: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:11.415 | Ignoring Django: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:11.420 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:11.439 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:11.441 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:11.446 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:11.478 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:11.483 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:11.485 | Ignoring GitPython: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:11.489 | Ignoring GitPython: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:11.493 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:11.526 | Ignoring ndg-httpsclient: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:11.548 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:11.557 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:11.581 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:11.584 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:11.586 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:11.591 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:11.604 | Ignoring diskimage-builder: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:11.618 | Ignoring diskimage-builder: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:11.620 | Ignoring diskimage-builder: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:11.625 | Ignoring diskimage-builder: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:11.634 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:11.636 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:11.648 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:11.657 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:11.660 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:11.665 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:11.677 | Ignoring dnspython: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:11.680 | Ignoring dnspython: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:11.685 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:11.687 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:11.694 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:11.708 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:11.714 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:11.741 | Ignoring typing-extensions: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:11.743 | Ignoring typing-extensions: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:11.749 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:11.764 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:11.766 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:11.772 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:11.775 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:11.777 | Ignoring scikit-learn: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:11.780 | Ignoring scikit-learn: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:11.785 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:11.789 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:11.791 | Ignoring Pygments: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:11.794 | Ignoring Pygments: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:11.798 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:11.802 | Requirement already satisfied: systemd-python===234 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 531)) 2021-06-02 10:45:11.891 | You are using pip version 9.0.3, however version 21.1.2 is available. 2021-06-02 10:45:11.891 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-06-02 10:45:11.935 | + inc/python:pip_install:290 : result=0 2021-06-02 10:45:11.937 | + inc/python:pip_install:292 : time_stop pip_install 2021-06-02 10:45:11.940 | + functions-common:time_stop:2336 : local name 2021-06-02 10:45:11.942 | + functions-common:time_stop:2337 : local end_time 2021-06-02 10:45:11.944 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 10:45:11.947 | + functions-common:time_stop:2339 : local total 2021-06-02 10:45:11.949 | + functions-common:time_stop:2340 : local start_time 2021-06-02 10:45:11.951 | + functions-common:time_stop:2342 : name=pip_install 2021-06-02 10:45:11.953 | + functions-common:time_stop:2343 : start_time=1622630709359 2021-06-02 10:45:11.956 | + functions-common:time_stop:2345 : [[ -z 1622630709359 ]] 2021-06-02 10:45:11.959 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 10:45:11.962 | + functions-common:time_stop:2348 : end_time=1622630711960 2021-06-02 10:45:11.964 | + functions-common:time_stop:2349 : elapsed_time=2601 2021-06-02 10:45:11.967 | + functions-common:time_stop:2350 : total=17300 2021-06-02 10:45:11.969 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 10:45:11.971 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=19901 2021-06-02 10:45:11.974 | + inc/python:pip_install:293 : return 0 2021-06-02 10:45:11.976 | + ./stack.sh:main:826 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2021-06-02 10:45:12.020 | + ./stack.sh:main:827 : sudo systemctl restart systemd-journald 2021-06-02 10:45:12.088 | + ./stack.sh:main:834 : install_infra 2021-06-02 10:45:12.090 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-06-02 10:45:12.093 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2021-06-02 10:45:12.096 | + lib/infra:install_infra:32 : virtualenv /opt/stack/requirements/.venv 2021-06-02 10:45:13.942 | Using base prefix '/usr' 2021-06-02 10:45:13.942 | New python executable in /opt/stack/requirements/.venv/bin/python3.6 2021-06-02 10:45:13.942 | Also creating executable in /opt/stack/requirements/.venv/bin/python 2021-06-02 10:45:13.942 | Installing setuptools, pip, wheel... 2021-06-02 10:45:19.077 | done. 2021-06-02 10:45:19.097 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-06-02 10:45:19.100 | + lib/infra:install_infra:34 : pip_install -U pbr 2021-06-02 10:45:19.500 | + inc/python:pip_install:283 : 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-06-02 10:45:21.412 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-06-02 10:45:21.596 | Collecting pbr 2021-06-02 10:45:21.605 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b32/c8ccaac7b1a20/pbr-5.4.3-py2.py3-none-any.whl (110 kB) 2021-06-02 10:45:21.678 | Installing collected packages: pbr 2021-06-02 10:45:21.787 | Successfully installed pbr-5.4.3 2021-06-02 10:45:22.000 | + inc/python:pip_install:290 : result=0 2021-06-02 10:45:22.003 | + inc/python:pip_install:292 : time_stop pip_install 2021-06-02 10:45:22.005 | + functions-common:time_stop:2336 : local name 2021-06-02 10:45:22.007 | + functions-common:time_stop:2337 : local end_time 2021-06-02 10:45:22.009 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 10:45:22.011 | + functions-common:time_stop:2339 : local total 2021-06-02 10:45:22.014 | + functions-common:time_stop:2340 : local start_time 2021-06-02 10:45:22.016 | + functions-common:time_stop:2342 : name=pip_install 2021-06-02 10:45:22.018 | + functions-common:time_stop:2343 : start_time=1622630719113 2021-06-02 10:45:22.020 | + functions-common:time_stop:2345 : [[ -z 1622630719113 ]] 2021-06-02 10:45:22.022 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 10:45:22.025 | + functions-common:time_stop:2348 : end_time=1622630722023 2021-06-02 10:45:22.028 | + functions-common:time_stop:2349 : elapsed_time=2910 2021-06-02 10:45:22.031 | + functions-common:time_stop:2350 : total=19901 2021-06-02 10:45:22.033 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 10:45:22.035 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=22811 2021-06-02 10:45:22.037 | + inc/python:pip_install:293 : return 0 2021-06-02 10:45:22.040 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-06-02 10:45:22.042 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2021-06-02 10:45:22.448 | + inc/python:pip_install:283 : 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-06-02 10:45:24.356 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-06-02 10:45:24.411 | Processing /opt/stack/requirements 2021-06-02 10:45:24.412 | DEPRECATION: A future pip version will change local packages to be built in-place without first copying to a temporary directory. We recommend you use --use-feature=in-tree-build to test your packages with this new behavior before it becomes the default. 2021-06-02 10:45:24.412 | pip 21.3 will remove support for this functionality. You can find discussion regarding this at https://github.com/pypa/pip/issues/7555. 2021-06-02 10:45:25.998 | Collecting fixtures>=3.0.0 2021-06-02 10:45:26.006 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/2a5/51b0421101de1/fixtures-3.0.0-py2.py3-none-any.whl (67 kB) 2021-06-02 10:45:26.038 | Collecting Parsley>=1.2 2021-06-02 10:45:26.045 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88 kB) 2021-06-02 10:45:26.099 | Collecting six>=1.10.0 2021-06-02 10:45:26.105 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/335/0809f0555b11f/six-1.12.0-py2.py3-none-any.whl (10 kB) 2021-06-02 10:45:26.170 | Collecting packaging>=16.5 2021-06-02 10:45:26.177 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a7a/c867b97fdc07e/packaging-19.1-py2.py3-none-any.whl (30 kB) 2021-06-02 10:45:26.314 | Collecting requests>=2.14.2 2021-06-02 10:45:26.321 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9cf/5292fcd0f598c/requests-2.22.0-py2.py3-none-any.whl (57 kB) 2021-06-02 10:45:26.500 | Collecting PyYAML>=3.12 2021-06-02 10:45:26.506 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/01a/df0b6c6f61bd1/PyYAML-5.1.2.tar.gz (265 kB) 2021-06-02 10:45:27.239 | Requirement already satisfied: pbr>=0.11 in /opt/stack/requirements/.venv/lib/python3.6/site-packages (from fixtures>=3.0.0->openstack-requirements==1.2.1.dev2800) (5.4.3) 2021-06-02 10:45:27.303 | Collecting testtools>=0.9.22 2021-06-02 10:45:27.310 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/a2b/e448869171b6e/testtools-2.3.0-py2.py3-none-any.whl (184 kB) 2021-06-02 10:45:27.373 | Collecting attrs 2021-06-02 10:45:27.380 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/69c/0dbf2ed392de1/attrs-19.1.0-py2.py3-none-any.whl (35 kB) 2021-06-02 10:45:27.524 | Collecting pyparsing>=2.0.2 2021-06-02 10:45:27.531 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d93/38df12903bbf5/pyparsing-2.4.2-py2.py3-none-any.whl (65 kB) 2021-06-02 10:45:27.610 | Collecting chardet<3.1.0,>=3.0.2 2021-06-02 10:45:27.616 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/fc3/23ffcaeaed0e0/chardet-3.0.4-py2.py3-none-any.whl (133 kB) 2021-06-02 10:45:27.692 | Collecting certifi>=2017.4.17 2021-06-02 10:45:27.698 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/046/832c04d4e752f/certifi-2019.6.16-py2.py3-none-any.whl (157 kB) 2021-06-02 10:45:27.801 | Collecting urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 2021-06-02 10:45:27.808 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b24/6607a25ac80be/urllib3-1.25.3-py2.py3-none-any.whl (150 kB) 2021-06-02 10:45:27.860 | Collecting idna<2.9,>=2.5 2021-06-02 10:45:27.867 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ea8/b7f6188e6fa11/idna-2.8-py2.py3-none-any.whl (58 kB) 2021-06-02 10:45:27.947 | Collecting extras>=1.0.0 2021-06-02 10:45:27.953 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/f68/9f08df47e2dec/extras-1.0.0-py2.py3-none-any.whl (7.3 kB) 2021-06-02 10:45:27.985 | Collecting traceback2 2021-06-02 10:45:27.992 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/825/3cebec4b19094/traceback2-1.4.0-py2.py3-none-any.whl (16 kB) 2021-06-02 10:45:28.024 | Collecting python-mimeparse 2021-06-02 10:45:28.030 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/a29/5f03ff2034149/python_mimeparse-1.6.0-py2.py3-none-any.whl (6.1 kB) 2021-06-02 10:45:28.071 | Collecting unittest2>=1.0.0 2021-06-02 10:45:28.078 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/13f/77d0875db6d9b/unittest2-1.1.0-py2.py3-none-any.whl (96 kB) 2021-06-02 10:45:28.146 | Collecting argparse 2021-06-02 10:45:28.153 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/c31/647edb69fd3d4/argparse-1.4.0-py2.py3-none-any.whl (23 kB) 2021-06-02 10:45:28.267 | Collecting linecache2 2021-06-02 10:45:28.273 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/e78/be9c0a0dfcbac/linecache2-1.0.0-py2.py3-none-any.whl (12 kB) 2021-06-02 10:45:28.288 | Building wheels for collected packages: openstack-requirements, PyYAML 2021-06-02 10:45:28.289 | Building wheel for openstack-requirements (setup.py): started 2021-06-02 10:45:30.453 | Building wheel for openstack-requirements (setup.py): finished with status 'done' 2021-06-02 10:45:30.454 | Created wheel for openstack-requirements: filename=openstack_requirements-1.2.1.dev2800-py3-none-any.whl size=76704 sha256=5f9d0b05c21c9944c6f1b295ea72881c0f371d6dc9dce7d7e82a8a973e0558e7 2021-06-02 10:45:30.455 | Stored in directory: /tmp/pip-ephem-wheel-cache-ztnt8oe5/wheels/1a/7e/60/0ed2d2429d1552c401a2db3645e6559a85e8b65b0e9a0a60f5 2021-06-02 10:45:30.460 | Building wheel for PyYAML (setup.py): started 2021-06-02 10:45:40.249 | Building wheel for PyYAML (setup.py): finished with status 'done' 2021-06-02 10:45:40.252 | Created wheel for PyYAML: filename=PyYAML-5.1.2-cp36-cp36m-linux_x86_64.whl size=402364 sha256=d3cec27fe9b27cc68f1ff9ee90f837e854028123834c2e446ebc356c92d21b04 2021-06-02 10:45:40.252 | Stored in directory: /home/ubuntu/.cache/pip/wheels/35/db/cf/fe4b3011508798daa1838d1b46d18bd9bddaddd43a3bd9b8f7 2021-06-02 10:45:40.256 | Successfully built openstack-requirements PyYAML 2021-06-02 10:45:40.481 | Installing collected packages: linecache2, traceback2, six, argparse, unittest2, python-mimeparse, extras, urllib3, testtools, pyparsing, idna, chardet, certifi, attrs, requests, PyYAML, Parsley, packaging, fixtures, openstack-requirements 2021-06-02 10:45:42.049 | Successfully installed Parsley-1.3 PyYAML-5.1.2 argparse-1.4.0 attrs-19.1.0 certifi-2019.6.16 chardet-3.0.4 extras-1.0.0 fixtures-3.0.0 idna-2.8 linecache2-1.0.0 openstack-requirements-1.2.1.dev2800 packaging-19.1 pyparsing-2.4.2 python-mimeparse-1.6.0 requests-2.22.0 six-1.12.0 testtools-2.3.0 traceback2-1.4.0 unittest2-1.1.0 urllib3-1.25.3 2021-06-02 10:45:42.239 | + inc/python:pip_install:290 : result=0 2021-06-02 10:45:42.241 | + inc/python:pip_install:292 : time_stop pip_install 2021-06-02 10:45:42.244 | + functions-common:time_stop:2336 : local name 2021-06-02 10:45:42.246 | + functions-common:time_stop:2337 : local end_time 2021-06-02 10:45:42.248 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 10:45:42.250 | + functions-common:time_stop:2339 : local total 2021-06-02 10:45:42.252 | + functions-common:time_stop:2340 : local start_time 2021-06-02 10:45:42.254 | + functions-common:time_stop:2342 : name=pip_install 2021-06-02 10:45:42.256 | + functions-common:time_stop:2343 : start_time=1622630722056 2021-06-02 10:45:42.258 | + functions-common:time_stop:2345 : [[ -z 1622630722056 ]] 2021-06-02 10:45:42.261 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 10:45:42.264 | + functions-common:time_stop:2348 : end_time=1622630742262 2021-06-02 10:45:42.266 | + functions-common:time_stop:2349 : elapsed_time=20206 2021-06-02 10:45:42.269 | + functions-common:time_stop:2350 : total=22811 2021-06-02 10:45:42.271 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 10:45:42.273 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=43017 2021-06-02 10:45:42.275 | + inc/python:pip_install:293 : return 0 2021-06-02 10:45:42.277 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2021-06-02 10:45:42.280 | + lib/infra:install_infra:42 : use_library_from_git pbr 2021-06-02 10:45:42.283 | + inc/python:use_library_from_git:328 : local name=pbr 2021-06-02 10:45:42.285 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:45:42.287 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:45:42.290 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,pbr, ]] 2021-06-02 10:45:42.292 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:45:42.294 | + lib/infra:install_infra:48 : pip_install -U pbr 2021-06-02 10:45:42.314 | Check python version for : pbr 2021-06-02 10:45:42.317 | Using 3.6 version to install pbr based on default behavior 2021-06-02 10:45:42.708 | + inc/python:pip_install:283 : 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-06-02 10:45:43.423 | Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:43.474 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:43.476 | Ignoring pytest: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:43.478 | Ignoring pytest: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:43.483 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:43.550 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:43.557 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:43.560 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:43.562 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:43.568 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:43.587 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:43.601 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:43.604 | Ignoring networkx: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:43.606 | Ignoring networkx: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:43.611 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:43.639 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:43.642 | Ignoring zeroconf: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:43.644 | Ignoring zeroconf: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:43.649 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:43.651 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:43.654 | Ignoring scipy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:43.656 | Ignoring scipy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:43.661 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:43.663 | Ignoring mypy-extensions: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:43.666 | Ignoring mypy-extensions: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:43.670 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:43.755 | Ignoring ifaddr: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:43.757 | Ignoring ifaddr: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:43.761 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:43.766 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:43.772 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:43.784 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:43.787 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:43.791 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:43.794 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:43.810 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:43.828 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:43.830 | Ignoring gunicorn: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:43.833 | Ignoring gunicorn: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:43.838 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:43.852 | Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:43.854 | Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:43.859 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:43.863 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:43.865 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:43.870 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:43.887 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:43.889 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:43.894 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:43.923 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:43.930 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:43.933 | Ignoring influxdb: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:43.935 | Ignoring influxdb: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:43.940 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:43.952 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:43.958 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:43.964 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:43.966 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:43.971 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:43.977 | Ignoring joblib: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:43.979 | Ignoring joblib: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:43.983 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:44.052 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:44.055 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:44.059 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:44.085 | Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:44.087 | Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:44.092 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:44.097 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:44.126 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:44.128 | Ignoring keyring: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:44.130 | Ignoring keyring: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:44.135 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:44.187 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:44.190 | Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:44.192 | Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:44.197 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:44.213 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:44.260 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:44.262 | Ignoring more-itertools: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:44.265 | Ignoring more-itertools: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:44.270 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:44.274 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:44.276 | Ignoring numpy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:44.279 | Ignoring numpy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:44.284 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:44.288 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:44.290 | Ignoring Sphinx: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:44.292 | Ignoring Sphinx: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:44.297 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:44.351 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:44.354 | Ignoring Django: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:44.356 | Ignoring Django: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:44.360 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:44.380 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:44.382 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:44.387 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:44.418 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:44.423 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:44.426 | Ignoring GitPython: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:44.428 | Ignoring GitPython: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:44.433 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:44.467 | Ignoring ndg-httpsclient: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:44.488 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:44.497 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:44.521 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:44.524 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:44.526 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:44.532 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:44.545 | Ignoring diskimage-builder: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:44.558 | Ignoring diskimage-builder: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:44.560 | Ignoring diskimage-builder: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:44.566 | Ignoring diskimage-builder: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:44.575 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:44.577 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:44.589 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:44.598 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:44.601 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:44.605 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:44.618 | Ignoring dnspython: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:44.621 | Ignoring dnspython: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:44.626 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:44.628 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:44.635 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:44.649 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:44.655 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:44.681 | Ignoring typing-extensions: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:44.683 | Ignoring typing-extensions: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:44.689 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:44.705 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:44.707 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:44.712 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:44.714 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:44.717 | Ignoring scikit-learn: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:44.719 | Ignoring scikit-learn: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:44.724 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:44.728 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:45:44.730 | Ignoring Pygments: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:45:44.733 | Ignoring Pygments: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:45:44.738 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:45:44.833 | Requirement already up-to-date: pbr===5.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 49)) 2021-06-02 10:45:44.923 | You are using pip version 9.0.3, however version 21.1.2 is available. 2021-06-02 10:45:44.923 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-06-02 10:45:44.967 | + inc/python:pip_install:290 : result=0 2021-06-02 10:45:44.970 | + inc/python:pip_install:292 : time_stop pip_install 2021-06-02 10:45:44.972 | + functions-common:time_stop:2336 : local name 2021-06-02 10:45:44.974 | + functions-common:time_stop:2337 : local end_time 2021-06-02 10:45:44.976 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 10:45:44.978 | + functions-common:time_stop:2339 : local total 2021-06-02 10:45:44.980 | + functions-common:time_stop:2340 : local start_time 2021-06-02 10:45:44.983 | + functions-common:time_stop:2342 : name=pip_install 2021-06-02 10:45:44.985 | + functions-common:time_stop:2343 : start_time=1622630742307 2021-06-02 10:45:44.988 | + functions-common:time_stop:2345 : [[ -z 1622630742307 ]] 2021-06-02 10:45:44.990 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 10:45:44.994 | + functions-common:time_stop:2348 : end_time=1622630744991 2021-06-02 10:45:44.996 | + functions-common:time_stop:2349 : elapsed_time=2684 2021-06-02 10:45:44.998 | + functions-common:time_stop:2350 : total=43017 2021-06-02 10:45:45.000 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 10:45:45.002 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=45701 2021-06-02 10:45:45.004 | + inc/python:pip_install:293 : return 0 2021-06-02 10:45:45.007 | + ./stack.sh:main:837 : virtualenv /opt/stack/bindep-venv 2021-06-02 10:45:46.846 | Using base prefix '/usr' 2021-06-02 10:45:46.846 | New python executable in /opt/stack/bindep-venv/bin/python3.6 2021-06-02 10:45:46.846 | Also creating executable in /opt/stack/bindep-venv/bin/python 2021-06-02 10:45:46.846 | Installing setuptools, pip, wheel... 2021-06-02 10:45:52.141 | done. 2021-06-02 10:45:52.160 | + ./stack.sh:main:839 : /opt/stack/bindep-venv/bin/pip install bindep 2021-06-02 10:45:52.833 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-06-02 10:45:52.913 | Collecting bindep 2021-06-02 10:45:52.920 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/0e7/df0a527c159ff/bindep-2.9.0-py2.py3-none-any.whl (32 kB) 2021-06-02 10:45:52.982 | Collecting distro 2021-06-02 10:45:52.988 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/df7/4eed763e18d10/distro-1.5.0-py2.py3-none-any.whl (18 kB) 2021-06-02 10:45:53.111 | Collecting pbr>=2.0.0 2021-06-02 10:45:53.118 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c68/c661ac5cc8105/pbr-5.6.0-py2.py3-none-any.whl (111 kB) 2021-06-02 10:45:53.149 | Collecting Parsley 2021-06-02 10:45:53.156 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88 kB) 2021-06-02 10:45:53.242 | Installing collected packages: pbr, Parsley, distro, bindep 2021-06-02 10:45:53.575 | Successfully installed Parsley-1.3 bindep-2.9.0 distro-1.5.0 pbr-5.6.0 2021-06-02 10:45:53.783 | + ./stack.sh:main:840 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2021-06-02 10:45:53.785 | + ./stack.sh:main:840 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2021-06-02 10:45:53.788 | ++ ./stack.sh:main:843 : _get_plugin_bindep_packages 2021-06-02 10:45:53.805 | + ./stack.sh:main:843 : pkgs= 2021-06-02 10:45:53.807 | + ./stack.sh:main:844 : [[ -n '' ]] 2021-06-02 10:45:53.810 | + ./stack.sh:main:851 : run_phase stack pre-install 2021-06-02 10:45:53.813 | + functions-common:run_phase:1760 : local mode=stack 2021-06-02 10:45:53.815 | + functions-common:run_phase:1761 : local phase=pre-install 2021-06-02 10:45:53.817 | + functions-common:run_phase:1762 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-06-02 10:45:53.819 | + functions-common:run_phase:1763 : local extra_plugin_file_name 2021-06-02 10:45:53.822 | + functions-common:run_phase:1764 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-06-02 10:45:53.824 | + functions-common:run_phase:1769 : local exceptions=80-tempest.sh 2021-06-02 10:45:53.826 | + functions-common:run_phase:1770 : local extra 2021-06-02 10:45:53.829 | ++ functions-common:run_phase:1771 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-06-02 10:45:53.833 | + functions-common:run_phase:1771 : extra=80-tempest.sh 2021-06-02 10:45:53.835 | + functions-common:run_phase:1772 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-06-02 10:45:53.837 | + functions-common:run_phase:1776 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-06-02 10:45:53.840 | + functions-common:run_phase:1776 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2021-06-02 10:45:53.842 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-06-02 10:45:53.856 | ++ functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:45:53.858 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2021-06-02 10:45:53.860 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2021-06-02 10:45:53.862 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2021-06-02 10:45:53.865 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2021-06-02 10:45:53.867 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2021-06-02 10:45:53.869 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2021-06-02 10:45:53.871 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2021-06-02 10:45:53.873 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2021-06-02 10:45:53.875 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2021-06-02 10:45:53.878 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2021-06-02 10:45:53.880 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2021-06-02 10:45:53.882 | ++ extras.d/80-tempest.sh:source:26 : [[ stack == \u\n\s\t\a\c\k ]] 2021-06-02 10:45:53.884 | ++ extras.d/80-tempest.sh:source:31 : [[ stack == \c\l\e\a\n ]] 2021-06-02 10:45:53.886 | + functions-common:run_phase:1781 : [[ stack == \s\o\u\r\c\e ]] 2021-06-02 10:45:53.888 | + functions-common:run_phase:1784 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-06-02 10:45:53.891 | + functions-common:run_phase:1787 : run_plugins stack pre-install 2021-06-02 10:45:53.893 | + functions-common:run_plugins:1746 : local mode=stack 2021-06-02 10:45:53.895 | + functions-common:run_plugins:1747 : local phase=pre-install 2021-06-02 10:45:53.897 | + functions-common:run_plugins:1749 : local plugins= 2021-06-02 10:45:53.900 | + functions-common:run_plugins:1750 : local plugin 2021-06-02 10:45:53.902 | + ./stack.sh:main:854 : set_systemd_override DefaultLimitNOFILE 2048 2021-06-02 10:45:53.904 | + functions:set_systemd_override:783 : local key=DefaultLimitNOFILE 2021-06-02 10:45:53.907 | + functions:set_systemd_override:784 : local value=2048 2021-06-02 10:45:53.909 | + functions:set_systemd_override:786 : local sysconf=/etc/systemd/system.conf 2021-06-02 10:45:53.911 | + functions:set_systemd_override:787 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2021-06-02 10:45:53.957 | + functions:set_systemd_override:788 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2021-06-02 10:45:53.957 | Set systemd system override for DefaultLimitNOFILE=2048 2021-06-02 10:45:53.959 | + functions:set_systemd_override:790 : sudo systemctl daemon-reload 2021-06-02 10:45:54.126 | + ./stack.sh:main:856 : install_rpc_backend 2021-06-02 10:45:54.129 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2021-06-02 10:45:54.145 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:45:54.147 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2021-06-02 10:45:54.150 | + functions-common:install_package:1334 : update_package_repo 2021-06-02 10:45:54.152 | + functions-common:update_package_repo:1306 : NO_UPDATE_REPOS=False 2021-06-02 10:45:54.154 | + functions-common:update_package_repo:1307 : REPOS_UPDATED=True 2021-06-02 10:45:54.157 | + functions-common:update_package_repo:1308 : RETRY_UPDATE=False 2021-06-02 10:45:54.160 | + functions-common:update_package_repo:1310 : [[ False = \T\r\u\e ]] 2021-06-02 10:45:54.162 | + functions-common:update_package_repo:1314 : is_ubuntu 2021-06-02 10:45:54.164 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:45:54.166 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:45:54.169 | + functions-common:update_package_repo:1315 : apt_get_update 2021-06-02 10:45:54.171 | + functions-common:apt_get_update:1069 : [[ True == \T\r\u\e ]] 2021-06-02 10:45:54.173 | + functions-common:apt_get_update:1069 : [[ False != \T\r\u\e ]] 2021-06-02 10:45:54.176 | + functions-common:apt_get_update:1070 : return 2021-06-02 10:45:54.178 | + functions-common:install_package:1335 : real_install_package rabbitmq-server 2021-06-02 10:45:54.180 | + functions-common:real_install_package:1320 : is_ubuntu 2021-06-02 10:45:54.182 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:45:54.185 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:45:54.188 | + functions-common:real_install_package:1321 : apt_get install rabbitmq-server 2021-06-02 10:45:54.207 | + functions-common:apt_get:1110 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2021-06-02 10:45:54.325 | Reading package lists... 2021-06-02 10:45:54.573 | Building dependency tree... 2021-06-02 10:45:54.574 | Reading state information... 2021-06-02 10:45:54.783 | The following packages were automatically installed and are no longer required: 2021-06-02 10:45:54.784 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-06-02 10:45:54.784 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-06-02 10:45:54.784 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-06-02 10:45:54.784 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-06-02 10:45:54.784 | python3-twisted-bin python3-zope.interface 2021-06-02 10:45:54.784 | Use 'sudo apt autoremove' to remove them. 2021-06-02 10:45:54.785 | The following additional packages will be installed: 2021-06-02 10:45:54.785 | erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter 2021-06-02 10:45:54.785 | erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic 2021-06-02 10:45:54.785 | erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon 2021-06-02 10:45:54.785 | erlang-parsetools erlang-public-key erlang-runtime-tools erlang-snmp 2021-06-02 10:45:54.785 | erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools erlang-xmerl libodbc1 2021-06-02 10:45:54.786 | Suggested packages: 2021-06-02 10:45:54.786 | erlang erlang-manpages erlang-doc xsltproc fop erlang-ic-java libmyodbc 2021-06-02 10:45:54.787 | odbc-postgresql tdsodbc unixodbc-bin 2021-06-02 10:45:54.832 | The following NEW packages will be installed: 2021-06-02 10:45:54.832 | erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter 2021-06-02 10:45:54.832 | erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic 2021-06-02 10:45:54.832 | erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon 2021-06-02 10:45:54.832 | erlang-parsetools erlang-public-key erlang-runtime-tools erlang-snmp 2021-06-02 10:45:54.833 | erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools erlang-xmerl libodbc1 2021-06-02 10:45:54.833 | rabbitmq-server 2021-06-02 10:45:55.071 | 0 upgraded, 26 newly installed, 0 to remove and 158 not upgraded. 2021-06-02 10:45:55.071 | Need to get 24.5 MB of archives. 2021-06-02 10:45:55.071 | After this operation, 40.4 MB of additional disk space will be used. 2021-06-02 10:45:55.071 | 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-06-02 10:45:55.967 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-asn1 amd64 1:20.2.2+dfsg-1ubuntu2 [724 kB] 2021-06-02 10:45:56.081 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-mnesia amd64 1:20.2.2+dfsg-1ubuntu2 [724 kB] 2021-06-02 10:45:56.120 | 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-06-02 10:45:56.150 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-crypto amd64 1:20.2.2+dfsg-1ubuntu2 [104 kB] 2021-06-02 10:45:56.153 | 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-06-02 10:45:56.489 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-ssl amd64 1:20.2.2+dfsg-1ubuntu2 [814 kB] 2021-06-02 10:45:56.509 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-inets amd64 1:20.2.2+dfsg-1ubuntu2 [711 kB] 2021-06-02 10:45:56.644 | 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-06-02 10:45:56.850 | 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-06-02 10:45:56.940 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-diameter amd64 1:20.2.2+dfsg-1ubuntu2 [647 kB] 2021-06-02 10:45:57.052 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-xmerl amd64 1:20.2.2+dfsg-1ubuntu2 [964 kB] 2021-06-02 10:45:57.159 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-edoc amd64 1:20.2.2+dfsg-1ubuntu2 [283 kB] 2021-06-02 10:45:57.210 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-eldap amd64 1:20.2.2+dfsg-1ubuntu2 [101 kB] 2021-06-02 10:45:57.226 | 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-06-02 10:45:57.288 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-eunit amd64 1:20.2.2+dfsg-1ubuntu2 [136 kB] 2021-06-02 10:45:57.307 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-ic amd64 1:20.2.2+dfsg-1ubuntu2 [817 kB] 2021-06-02 10:45:57.410 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libodbc1 amd64 2.3.4-1.1ubuntu3 [183 kB] 2021-06-02 10:45:57.415 | 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-06-02 10:45:57.416 | 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-06-02 10:45:57.685 | 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-06-02 10:45:57.697 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-parsetools amd64 1:20.2.2+dfsg-1ubuntu2 [153 kB] 2021-06-02 10:45:57.726 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-ssh amd64 1:20.2.2+dfsg-1ubuntu2 [508 kB] 2021-06-02 10:45:57.804 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-tools amd64 1:20.2.2+dfsg-1ubuntu2 [503 kB] 2021-06-02 10:45:57.886 | 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-06-02 10:45:57.893 | Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 rabbitmq-server all 3.6.10-1ubuntu0.4 [4,651 kB] 2021-06-02 10:45:59.227 | Fetched 24.5 MB in 4s (6,386 kB/s) 2021-06-02 10:45:59.261 | Selecting previously unselected package erlang-base. 2021-06-02 10:45:59.299 | (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 ... 74480 files and directories currently installed.) 2021-06-02 10:45:59.302 | Preparing to unpack .../00-erlang-base_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-06-02 10:45:59.305 | Unpacking erlang-base (1:20.2.2+dfsg-1ubuntu2) ... 2021-06-02 10:46:00.384 | Selecting previously unselected package erlang-asn1. 2021-06-02 10:46:00.392 | Preparing to unpack .../01-erlang-asn1_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-06-02 10:46:00.394 | Unpacking erlang-asn1 (1:20.2.2+dfsg-1ubuntu2) ... 2021-06-02 10:46:00.530 | Selecting previously unselected package erlang-mnesia. 2021-06-02 10:46:00.538 | Preparing to unpack .../02-erlang-mnesia_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-06-02 10:46:00.540 | Unpacking erlang-mnesia (1:20.2.2+dfsg-1ubuntu2) ... 2021-06-02 10:46:00.680 | Selecting previously unselected package erlang-runtime-tools. 2021-06-02 10:46:00.688 | Preparing to unpack .../03-erlang-runtime-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-06-02 10:46:00.692 | Unpacking erlang-runtime-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-06-02 10:46:00.772 | Selecting previously unselected package erlang-crypto. 2021-06-02 10:46:00.779 | Preparing to unpack .../04-erlang-crypto_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-06-02 10:46:00.781 | Unpacking erlang-crypto (1:20.2.2+dfsg-1ubuntu2) ... 2021-06-02 10:46:00.848 | Selecting previously unselected package erlang-public-key. 2021-06-02 10:46:00.855 | Preparing to unpack .../05-erlang-public-key_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-06-02 10:46:00.857 | Unpacking erlang-public-key (1:20.2.2+dfsg-1ubuntu2) ... 2021-06-02 10:46:00.984 | Selecting previously unselected package erlang-ssl. 2021-06-02 10:46:00.992 | Preparing to unpack .../06-erlang-ssl_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-06-02 10:46:00.994 | Unpacking erlang-ssl (1:20.2.2+dfsg-1ubuntu2) ... 2021-06-02 10:46:01.150 | Selecting previously unselected package erlang-inets. 2021-06-02 10:46:01.158 | Preparing to unpack .../07-erlang-inets_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-06-02 10:46:01.160 | Unpacking erlang-inets (1:20.2.2+dfsg-1ubuntu2) ... 2021-06-02 10:46:01.309 | Selecting previously unselected package erlang-corba. 2021-06-02 10:46:01.317 | Preparing to unpack .../08-erlang-corba_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-06-02 10:46:01.319 | Unpacking erlang-corba (1:20.2.2+dfsg-1ubuntu2) ... 2021-06-02 10:46:01.708 | Selecting previously unselected package erlang-syntax-tools. 2021-06-02 10:46:01.716 | Preparing to unpack .../09-erlang-syntax-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-06-02 10:46:01.718 | Unpacking erlang-syntax-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-06-02 10:46:01.816 | Selecting previously unselected package erlang-diameter. 2021-06-02 10:46:01.823 | Preparing to unpack .../10-erlang-diameter_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-06-02 10:46:01.825 | Unpacking erlang-diameter (1:20.2.2+dfsg-1ubuntu2) ... 2021-06-02 10:46:01.962 | Selecting previously unselected package erlang-xmerl. 2021-06-02 10:46:01.970 | Preparing to unpack .../11-erlang-xmerl_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-06-02 10:46:01.972 | Unpacking erlang-xmerl (1:20.2.2+dfsg-1ubuntu2) ... 2021-06-02 10:46:02.152 | Selecting previously unselected package erlang-edoc. 2021-06-02 10:46:02.160 | Preparing to unpack .../12-erlang-edoc_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-06-02 10:46:02.162 | Unpacking erlang-edoc (1:20.2.2+dfsg-1ubuntu2) ... 2021-06-02 10:46:02.253 | Selecting previously unselected package erlang-eldap. 2021-06-02 10:46:02.260 | Preparing to unpack .../13-erlang-eldap_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-06-02 10:46:02.262 | Unpacking erlang-eldap (1:20.2.2+dfsg-1ubuntu2) ... 2021-06-02 10:46:02.327 | Selecting previously unselected package erlang-erl-docgen. 2021-06-02 10:46:02.334 | Preparing to unpack .../14-erlang-erl-docgen_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-06-02 10:46:02.336 | Unpacking erlang-erl-docgen (1:20.2.2+dfsg-1ubuntu2) ... 2021-06-02 10:46:02.410 | Selecting previously unselected package erlang-eunit. 2021-06-02 10:46:02.417 | Preparing to unpack .../15-erlang-eunit_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-06-02 10:46:02.419 | Unpacking erlang-eunit (1:20.2.2+dfsg-1ubuntu2) ... 2021-06-02 10:46:02.490 | Selecting previously unselected package erlang-ic. 2021-06-02 10:46:02.498 | Preparing to unpack .../16-erlang-ic_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-06-02 10:46:02.500 | Unpacking erlang-ic (1:20.2.2+dfsg-1ubuntu2) ... 2021-06-02 10:46:02.683 | Selecting previously unselected package libodbc1:amd64. 2021-06-02 10:46:02.691 | Preparing to unpack .../17-libodbc1_2.3.4-1.1ubuntu3_amd64.deb ... 2021-06-02 10:46:02.703 | Unpacking libodbc1:amd64 (2.3.4-1.1ubuntu3) ... 2021-06-02 10:46:02.782 | Selecting previously unselected package erlang-odbc. 2021-06-02 10:46:02.790 | Preparing to unpack .../18-erlang-odbc_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-06-02 10:46:02.792 | Unpacking erlang-odbc (1:20.2.2+dfsg-1ubuntu2) ... 2021-06-02 10:46:02.850 | Selecting previously unselected package erlang-snmp. 2021-06-02 10:46:02.858 | Preparing to unpack .../19-erlang-snmp_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-06-02 10:46:02.860 | Unpacking erlang-snmp (1:20.2.2+dfsg-1ubuntu2) ... 2021-06-02 10:46:03.132 | Selecting previously unselected package erlang-os-mon. 2021-06-02 10:46:03.140 | Preparing to unpack .../20-erlang-os-mon_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-06-02 10:46:03.142 | Unpacking erlang-os-mon (1:20.2.2+dfsg-1ubuntu2) ... 2021-06-02 10:46:03.206 | Selecting previously unselected package erlang-parsetools. 2021-06-02 10:46:03.214 | Preparing to unpack .../21-erlang-parsetools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-06-02 10:46:03.216 | Unpacking erlang-parsetools (1:20.2.2+dfsg-1ubuntu2) ... 2021-06-02 10:46:03.294 | Selecting previously unselected package erlang-ssh. 2021-06-02 10:46:03.302 | Preparing to unpack .../22-erlang-ssh_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-06-02 10:46:03.304 | Unpacking erlang-ssh (1:20.2.2+dfsg-1ubuntu2) ... 2021-06-02 10:46:03.426 | Selecting previously unselected package erlang-tools. 2021-06-02 10:46:03.434 | Preparing to unpack .../23-erlang-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-06-02 10:46:03.436 | Unpacking erlang-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-06-02 10:46:03.558 | Selecting previously unselected package erlang-nox. 2021-06-02 10:46:03.566 | Preparing to unpack .../24-erlang-nox_1%3a20.2.2+dfsg-1ubuntu2_all.deb ... 2021-06-02 10:46:03.568 | Unpacking erlang-nox (1:20.2.2+dfsg-1ubuntu2) ... 2021-06-02 10:46:03.660 | Selecting previously unselected package rabbitmq-server. 2021-06-02 10:46:03.668 | Preparing to unpack .../25-rabbitmq-server_3.6.10-1ubuntu0.4_all.deb ... 2021-06-02 10:46:03.671 | Unpacking rabbitmq-server (3.6.10-1ubuntu0.4) ... 2021-06-02 10:46:04.214 | Setting up libodbc1:amd64 (2.3.4-1.1ubuntu3) ... 2021-06-02 10:46:04.234 | Setting up erlang-base (1:20.2.2+dfsg-1ubuntu2) ... 2021-06-02 10:46:05.049 | Searching for services which depend on erlang and should be started...none found. 2021-06-02 10:46:05.051 | Processing triggers for ureadahead (0.100.0-21) ... 2021-06-02 10:46:05.073 | Setting up erlang-ic (1:20.2.2+dfsg-1ubuntu2) ... 2021-06-02 10:46:05.100 | Setting up erlang-xmerl (1:20.2.2+dfsg-1ubuntu2) ... 2021-06-02 10:46:05.128 | Setting up erlang-crypto (1:20.2.2+dfsg-1ubuntu2) ... 2021-06-02 10:46:05.156 | Setting up erlang-asn1 (1:20.2.2+dfsg-1ubuntu2) ... 2021-06-02 10:46:05.183 | Setting up erlang-mnesia (1:20.2.2+dfsg-1ubuntu2) ... 2021-06-02 10:46:05.211 | Setting up erlang-eunit (1:20.2.2+dfsg-1ubuntu2) ... 2021-06-02 10:46:05.238 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-06-02 10:46:05.266 | Processing triggers for systemd (237-3ubuntu10.47) ... 2021-06-02 10:46:05.458 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-06-02 10:46:06.103 | Setting up erlang-runtime-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-06-02 10:46:06.131 | Setting up erlang-syntax-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-06-02 10:46:06.159 | Setting up erlang-odbc (1:20.2.2+dfsg-1ubuntu2) ... 2021-06-02 10:46:06.187 | Setting up erlang-parsetools (1:20.2.2+dfsg-1ubuntu2) ... 2021-06-02 10:46:06.214 | Setting up erlang-public-key (1:20.2.2+dfsg-1ubuntu2) ... 2021-06-02 10:46:06.241 | Setting up erlang-snmp (1:20.2.2+dfsg-1ubuntu2) ... 2021-06-02 10:46:06.269 | Setting up erlang-ssl (1:20.2.2+dfsg-1ubuntu2) ... 2021-06-02 10:46:06.296 | Setting up erlang-inets (1:20.2.2+dfsg-1ubuntu2) ... 2021-06-02 10:46:06.323 | Setting up erlang-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-06-02 10:46:06.351 | Setting up erlang-diameter (1:20.2.2+dfsg-1ubuntu2) ... 2021-06-02 10:46:06.378 | Setting up erlang-ssh (1:20.2.2+dfsg-1ubuntu2) ... 2021-06-02 10:46:06.406 | Setting up erlang-os-mon (1:20.2.2+dfsg-1ubuntu2) ... 2021-06-02 10:46:06.433 | Setting up erlang-eldap (1:20.2.2+dfsg-1ubuntu2) ... 2021-06-02 10:46:06.460 | Setting up erlang-edoc (1:20.2.2+dfsg-1ubuntu2) ... 2021-06-02 10:46:06.488 | Setting up erlang-corba (1:20.2.2+dfsg-1ubuntu2) ... 2021-06-02 10:46:06.515 | Setting up erlang-erl-docgen (1:20.2.2+dfsg-1ubuntu2) ... 2021-06-02 10:46:06.542 | Setting up erlang-nox (1:20.2.2+dfsg-1ubuntu2) ... 2021-06-02 10:46:06.570 | Setting up rabbitmq-server (3.6.10-1ubuntu0.4) ... 2021-06-02 10:46:06.706 | Adding group `rabbitmq' (GID 121) ... 2021-06-02 10:46:06.738 | Done. 2021-06-02 10:46:06.815 | Adding system user `rabbitmq' (UID 115) ... 2021-06-02 10:46:06.815 | Adding new user `rabbitmq' (UID 115) with group `rabbitmq' ... 2021-06-02 10:46:06.891 | Not creating home directory `/var/lib/rabbitmq'. 2021-06-02 10:46:07.131 | Created symlink /etc/systemd/system/multi-user.target.wants/rabbitmq-server.service → /lib/systemd/system/rabbitmq-server.service. 2021-06-02 10:46:12.030 | Processing triggers for systemd (237-3ubuntu10.47) ... 2021-06-02 10:46:12.212 | Processing triggers for ureadahead (0.100.0-21) ... 2021-06-02 10:46:14.165 | + functions-common:apt_get:1114 : result=0 2021-06-02 10:46:14.167 | + functions-common:apt_get:1117 : time_stop apt-get 2021-06-02 10:46:14.170 | + functions-common:time_stop:2336 : local name 2021-06-02 10:46:14.173 | + functions-common:time_stop:2337 : local end_time 2021-06-02 10:46:14.175 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 10:46:14.177 | + functions-common:time_stop:2339 : local total 2021-06-02 10:46:14.179 | + functions-common:time_stop:2340 : local start_time 2021-06-02 10:46:14.181 | + functions-common:time_stop:2342 : name=apt-get 2021-06-02 10:46:14.183 | + functions-common:time_stop:2343 : start_time=1622630754204 2021-06-02 10:46:14.187 | + functions-common:time_stop:2345 : [[ -z 1622630754204 ]] 2021-06-02 10:46:14.189 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 10:46:14.193 | + functions-common:time_stop:2348 : end_time=1622630774190 2021-06-02 10:46:14.195 | + functions-common:time_stop:2349 : elapsed_time=19986 2021-06-02 10:46:14.197 | + functions-common:time_stop:2350 : total=140983 2021-06-02 10:46:14.199 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 10:46:14.202 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=160969 2021-06-02 10:46:14.204 | + functions-common:apt_get:1118 : return 0 2021-06-02 10:46:14.206 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2021-06-02 10:46:14.209 | + functions-common:is_suse:463 : is_opensuse 2021-06-02 10:46:14.211 | + functions-common:is_opensuse:470 : [[ -z Ubuntu ]] 2021-06-02 10:46:14.213 | + functions-common:is_opensuse:474 : [[ Ubuntu =~ (openSUSE) ]] 2021-06-02 10:46:14.215 | + functions-common:is_suse:463 : is_suse_linux_enterprise 2021-06-02 10:46:14.218 | + functions-common:is_suse_linux_enterprise:482 : [[ -z Ubuntu ]] 2021-06-02 10:46:14.220 | + functions-common:is_suse_linux_enterprise:486 : [[ Ubuntu =~ (^SUSE) ]] 2021-06-02 10:46:14.223 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2021-06-02 10:46:14.225 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2021-06-02 10:46:14.227 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2021-06-02 10:46:14.229 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2021-06-02 10:46:14.232 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-06-02 10:46:14.234 | + functions-common:is_fedora:454 : '[' Ubuntu = CentOS ']' 2021-06-02 10:46:14.237 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2021-06-02 10:46:14.239 | + functions-common:is_fedora:455 : '[' Ubuntu = Virtuozzo ']' 2021-06-02 10:46:14.241 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2021-06-02 10:46:14.244 | + functions-common:is_suse:463 : is_opensuse 2021-06-02 10:46:14.246 | + functions-common:is_opensuse:470 : [[ -z Ubuntu ]] 2021-06-02 10:46:14.248 | + functions-common:is_opensuse:474 : [[ Ubuntu =~ (openSUSE) ]] 2021-06-02 10:46:14.250 | + functions-common:is_suse:463 : is_suse_linux_enterprise 2021-06-02 10:46:14.253 | + functions-common:is_suse_linux_enterprise:482 : [[ -z Ubuntu ]] 2021-06-02 10:46:14.255 | + functions-common:is_suse_linux_enterprise:486 : [[ Ubuntu =~ (^SUSE) ]] 2021-06-02 10:46:14.257 | + ./stack.sh:main:857 : restart_rpc_backend 2021-06-02 10:46:14.259 | + lib/rpc_backend:restart_rpc_backend:76 : is_service_enabled rabbit 2021-06-02 10:46:14.274 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:46:14.277 | + lib/rpc_backend:restart_rpc_backend:78 : echo_summary 'Starting RabbitMQ' 2021-06-02 10:46:14.279 | + ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-06-02 10:46:14.282 | + ./stack.sh:echo_summary:461 : echo -e Starting RabbitMQ 2021-06-02 10:46:14.284 | + lib/rpc_backend:restart_rpc_backend:89 : local i 2021-06-02 10:46:14.287 | ++ lib/rpc_backend:restart_rpc_backend:90 : seq 20 2021-06-02 10:46:14.290 | + lib/rpc_backend:restart_rpc_backend:90 : for i in `seq 20` 2021-06-02 10:46:14.292 | + lib/rpc_backend:restart_rpc_backend:91 : local rc=0 2021-06-02 10:46:14.294 | + lib/rpc_backend:restart_rpc_backend:93 : [[ 1 -eq 20 ]] 2021-06-02 10:46:14.297 | + lib/rpc_backend:restart_rpc_backend:95 : [[ 1 == \0 ]] 2021-06-02 10:46:14.299 | + lib/rpc_backend:restart_rpc_backend:99 : rabbit_setuser stackrabbit Passw0rd 2021-06-02 10:46:14.302 | + lib/rpc_backend:rabbit_setuser:168 : local user=stackrabbit pass=Passw0rd found= out= 2021-06-02 10:46:14.304 | ++ lib/rpc_backend:rabbit_setuser:169 : sudo rabbitmqctl list_users 2021-06-02 10:46:15.327 | + lib/rpc_backend:rabbit_setuser:169 : out='Listing users 2021-06-02 10:46:15.327 | guest [administrator]' 2021-06-02 10:46:15.331 | ++ lib/rpc_backend:rabbit_setuser:171 : echo 'Listing users 2021-06-02 10:46:15.331 | guest [administrator]' 2021-06-02 10:46:15.331 | ++ lib/rpc_backend:rabbit_setuser:171 : awk '$1 == user { print $1 }' user=stackrabbit 2021-06-02 10:46:15.336 | + lib/rpc_backend:rabbit_setuser:171 : found= 2021-06-02 10:46:15.339 | + lib/rpc_backend:rabbit_setuser:172 : '[' '' = stackrabbit ']' 2021-06-02 10:46:15.341 | + lib/rpc_backend:rabbit_setuser:176 : sudo rabbitmqctl add_user stackrabbit Passw0rd 2021-06-02 10:46:16.379 | Creating user "stackrabbit" 2021-06-02 10:46:16.403 | + lib/rpc_backend:rabbit_setuser:179 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2021-06-02 10:46:17.417 | Setting permissions for user "stackrabbit" in vhost "/" 2021-06-02 10:46:17.441 | + lib/rpc_backend:restart_rpc_backend:100 : '[' 0 -ne 0 ']' 2021-06-02 10:46:17.443 | + lib/rpc_backend:restart_rpc_backend:105 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2021-06-02 10:46:18.459 | Changing password for user "stackrabbit" 2021-06-02 10:46:18.483 | + lib/rpc_backend:restart_rpc_backend:107 : '[' 0 -ne 0 ']' 2021-06-02 10:46:18.485 | + lib/rpc_backend:restart_rpc_backend:111 : break 2021-06-02 10:46:18.487 | + lib/rpc_backend:restart_rpc_backend:114 : sudo rabbitmqctl delete_user guest 2021-06-02 10:46:19.534 | Deleting user "guest" 2021-06-02 10:46:19.556 | + ./stack.sh:main:859 : is_service_enabled mysql postgresql 2021-06-02 10:46:19.574 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:46:19.576 | + ./stack.sh:main:860 : install_database 2021-06-02 10:46:19.579 | + lib/database:install_database:116 : install_database_mysql 2021-06-02 10:46:19.581 | + lib/databases/mysql:install_database_mysql:133 : is_ubuntu 2021-06-02 10:46:19.584 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:46:19.586 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:46:19.588 | + lib/databases/mysql:install_database_mysql:136 : sudo debconf-set-selections 2021-06-02 10:46:19.790 | + lib/databases/mysql:install_database_mysql:146 : [[ ! -e /home/ubuntu/.my.cnf ]] 2021-06-02 10:46:19.792 | + lib/databases/mysql:install_database_mysql:147 : cat 2021-06-02 10:46:19.796 | + lib/databases/mysql:install_database_mysql:153 : chmod 0600 /home/ubuntu/.my.cnf 2021-06-02 10:46:19.800 | + lib/databases/mysql:install_database_mysql:156 : is_oraclelinux 2021-06-02 10:46:19.802 | + functions-common:is_oraclelinux:436 : [[ -z Ubuntu ]] 2021-06-02 10:46:19.804 | + functions-common:is_oraclelinux:440 : '[' Ubuntu = OracleServer ']' 2021-06-02 10:46:19.807 | + lib/databases/mysql:install_database_mysql:158 : is_fedora 2021-06-02 10:46:19.809 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2021-06-02 10:46:19.813 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2021-06-02 10:46:19.815 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2021-06-02 10:46:19.817 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-06-02 10:46:19.820 | + functions-common:is_fedora:454 : '[' Ubuntu = CentOS ']' 2021-06-02 10:46:19.822 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2021-06-02 10:46:19.824 | + functions-common:is_fedora:455 : '[' Ubuntu = Virtuozzo ']' 2021-06-02 10:46:19.828 | + lib/databases/mysql:install_database_mysql:158 : is_suse 2021-06-02 10:46:19.830 | + functions-common:is_suse:463 : is_opensuse 2021-06-02 10:46:19.832 | + functions-common:is_opensuse:470 : [[ -z Ubuntu ]] 2021-06-02 10:46:19.835 | + functions-common:is_opensuse:474 : [[ Ubuntu =~ (openSUSE) ]] 2021-06-02 10:46:19.837 | + functions-common:is_suse:463 : is_suse_linux_enterprise 2021-06-02 10:46:19.839 | + functions-common:is_suse_linux_enterprise:482 : [[ -z Ubuntu ]] 2021-06-02 10:46:19.841 | + functions-common:is_suse_linux_enterprise:486 : [[ Ubuntu =~ (^SUSE) ]] 2021-06-02 10:46:19.844 | + lib/databases/mysql:install_database_mysql:161 : is_ubuntu 2021-06-02 10:46:19.846 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:46:19.848 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:46:19.851 | + lib/databases/mysql:install_database_mysql:162 : install_package mysql-server 2021-06-02 10:46:19.853 | + functions-common:install_package:1334 : update_package_repo 2021-06-02 10:46:19.855 | + functions-common:update_package_repo:1306 : NO_UPDATE_REPOS=False 2021-06-02 10:46:19.858 | + functions-common:update_package_repo:1307 : REPOS_UPDATED=True 2021-06-02 10:46:19.861 | + functions-common:update_package_repo:1308 : RETRY_UPDATE=False 2021-06-02 10:46:19.863 | + functions-common:update_package_repo:1310 : [[ False = \T\r\u\e ]] 2021-06-02 10:46:19.865 | + functions-common:update_package_repo:1314 : is_ubuntu 2021-06-02 10:46:19.868 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:46:19.870 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:46:19.872 | + functions-common:update_package_repo:1315 : apt_get_update 2021-06-02 10:46:19.875 | + functions-common:apt_get_update:1069 : [[ True == \T\r\u\e ]] 2021-06-02 10:46:19.877 | + functions-common:apt_get_update:1069 : [[ False != \T\r\u\e ]] 2021-06-02 10:46:19.879 | + functions-common:apt_get_update:1070 : return 2021-06-02 10:46:19.881 | + functions-common:install_package:1335 : real_install_package mysql-server 2021-06-02 10:46:19.884 | + functions-common:real_install_package:1320 : is_ubuntu 2021-06-02 10:46:19.886 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:46:19.888 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:46:19.891 | + functions-common:real_install_package:1321 : apt_get install mysql-server 2021-06-02 10:46:19.909 | + functions-common:apt_get:1110 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install mysql-server 2021-06-02 10:46:20.028 | Reading package lists... 2021-06-02 10:46:20.278 | Building dependency tree... 2021-06-02 10:46:20.280 | Reading state information... 2021-06-02 10:46:20.499 | The following packages were automatically installed and are no longer required: 2021-06-02 10:46:20.500 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-06-02 10:46:20.500 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-06-02 10:46:20.500 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-06-02 10:46:20.500 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-06-02 10:46:20.500 | python3-twisted-bin python3-zope.interface 2021-06-02 10:46:20.500 | Use 'sudo apt autoremove' to remove them. 2021-06-02 10:46:20.500 | The following additional packages will be installed: 2021-06-02 10:46:20.501 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-6 2021-06-02 10:46:20.501 | libfcgi-perl libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl 2021-06-02 10:46:20.501 | libhttp-date-perl libhttp-message-perl libio-html-perl 2021-06-02 10:46:20.501 | liblwp-mediatypes-perl liburi-perl mysql-client-5.7 mysql-client-core-5.7 2021-06-02 10:46:20.501 | mysql-server-5.7 mysql-server-core-5.7 2021-06-02 10:46:20.502 | Suggested packages: 2021-06-02 10:46:20.502 | libdata-dump-perl libipc-sharedcache-perl libwww-perl mailx tinyca 2021-06-02 10:46:20.555 | The following NEW packages will be installed: 2021-06-02 10:46:20.555 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-6 2021-06-02 10:46:20.555 | libfcgi-perl libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl 2021-06-02 10:46:20.555 | libhttp-date-perl libhttp-message-perl libio-html-perl 2021-06-02 10:46:20.555 | liblwp-mediatypes-perl liburi-perl mysql-client-5.7 mysql-client-core-5.7 2021-06-02 10:46:20.556 | mysql-server mysql-server-5.7 mysql-server-core-5.7 2021-06-02 10:46:20.852 | 0 upgraded, 18 newly installed, 0 to remove and 158 not upgraded. 2021-06-02 10:46:20.853 | Need to get 19.6 MB of archives. 2021-06-02 10:46:20.853 | After this operation, 155 MB of additional disk space will be used. 2021-06-02 10:46:20.853 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-client-core-5.7 amd64 5.7.34-0ubuntu0.18.04.1 [6,623 kB] 2021-06-02 10:46:22.579 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-client-5.7 amd64 5.7.34-0ubuntu0.18.04.1 [1,943 kB] 2021-06-02 10:46:22.929 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-server-core-5.7 amd64 5.7.34-0ubuntu0.18.04.1 [7,418 kB] 2021-06-02 10:46:23.844 | 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-06-02 10:46:23.846 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-server-5.7 amd64 5.7.34-0ubuntu0.18.04.1 [2,905 kB] 2021-06-02 10:46:24.266 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-tagset-perl all 3.20-3 [12.1 kB] 2021-06-02 10:46:24.267 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liburi-perl all 1.73-1 [77.2 kB] 2021-06-02 10:46:24.272 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-parser-perl amd64 3.72-3build1 [85.9 kB] 2021-06-02 10:46:24.275 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-pm-perl all 4.38-1 [185 kB] 2021-06-02 10:46:24.288 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfcgi-perl amd64 0.78-2build1 [32.8 kB] 2021-06-02 10:46:24.290 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-fast-perl all 1:2.13-1 [9,940 B] 2021-06-02 10:46:24.291 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB] 2021-06-02 10:46:24.291 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-template-perl all 2.97-1 [59.0 kB] 2021-06-02 10:46:24.294 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-date-perl all 6.02-1 [10.4 kB] 2021-06-02 10:46:24.406 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libio-html-perl all 1.001-1 [14.9 kB] 2021-06-02 10:46:24.545 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liblwp-mediatypes-perl all 6.02-1 [21.7 kB] 2021-06-02 10:46:24.547 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-message-perl all 6.14-1 [72.1 kB] 2021-06-02 10:46:24.553 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-server all 5.7.34-0ubuntu0.18.04.1 [9,948 B] 2021-06-02 10:46:25.054 | Preconfiguring packages ... 2021-06-02 10:46:25.164 | Fetched 19.6 MB in 4s (4,916 kB/s) 2021-06-02 10:46:25.196 | Selecting previously unselected package mysql-client-core-5.7. 2021-06-02 10:46:25.235 | (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 ... 76481 files and directories currently installed.) 2021-06-02 10:46:25.239 | Preparing to unpack .../00-mysql-client-core-5.7_5.7.34-0ubuntu0.18.04.1_amd64.deb ... 2021-06-02 10:46:25.241 | Unpacking mysql-client-core-5.7 (5.7.34-0ubuntu0.18.04.1) ... 2021-06-02 10:46:26.257 | Selecting previously unselected package mysql-client-5.7. 2021-06-02 10:46:26.265 | Preparing to unpack .../01-mysql-client-5.7_5.7.34-0ubuntu0.18.04.1_amd64.deb ... 2021-06-02 10:46:26.267 | Unpacking mysql-client-5.7 (5.7.34-0ubuntu0.18.04.1) ... 2021-06-02 10:46:26.728 | Selecting previously unselected package mysql-server-core-5.7. 2021-06-02 10:46:26.736 | Preparing to unpack .../02-mysql-server-core-5.7_5.7.34-0ubuntu0.18.04.1_amd64.deb ... 2021-06-02 10:46:26.739 | Unpacking mysql-server-core-5.7 (5.7.34-0ubuntu0.18.04.1) ... 2021-06-02 10:46:27.950 | Selecting previously unselected package libevent-core-2.1-6:amd64. 2021-06-02 10:46:27.958 | Preparing to unpack .../03-libevent-core-2.1-6_2.1.8-stable-4build1_amd64.deb ... 2021-06-02 10:46:27.969 | Unpacking libevent-core-2.1-6:amd64 (2.1.8-stable-4build1) ... 2021-06-02 10:46:28.093 | Selecting previously unselected package mysql-server-5.7. 2021-06-02 10:46:28.101 | Preparing to unpack .../04-mysql-server-5.7_5.7.34-0ubuntu0.18.04.1_amd64.deb ... 2021-06-02 10:46:28.579 | Unpacking mysql-server-5.7 (5.7.34-0ubuntu0.18.04.1) ... 2021-06-02 10:46:29.200 | Selecting previously unselected package libhtml-tagset-perl. 2021-06-02 10:46:29.208 | Preparing to unpack .../05-libhtml-tagset-perl_3.20-3_all.deb ... 2021-06-02 10:46:29.210 | Unpacking libhtml-tagset-perl (3.20-3) ... 2021-06-02 10:46:29.266 | Selecting previously unselected package liburi-perl. 2021-06-02 10:46:29.274 | Preparing to unpack .../06-liburi-perl_1.73-1_all.deb ... 2021-06-02 10:46:29.276 | Unpacking liburi-perl (1.73-1) ... 2021-06-02 10:46:29.345 | Selecting previously unselected package libhtml-parser-perl. 2021-06-02 10:46:29.352 | Preparing to unpack .../07-libhtml-parser-perl_3.72-3build1_amd64.deb ... 2021-06-02 10:46:29.354 | Unpacking libhtml-parser-perl (3.72-3build1) ... 2021-06-02 10:46:29.419 | Selecting previously unselected package libcgi-pm-perl. 2021-06-02 10:46:29.427 | Preparing to unpack .../08-libcgi-pm-perl_4.38-1_all.deb ... 2021-06-02 10:46:29.429 | Unpacking libcgi-pm-perl (4.38-1) ... 2021-06-02 10:46:29.505 | Selecting previously unselected package libfcgi-perl. 2021-06-02 10:46:29.513 | Preparing to unpack .../09-libfcgi-perl_0.78-2build1_amd64.deb ... 2021-06-02 10:46:29.515 | Unpacking libfcgi-perl (0.78-2build1) ... 2021-06-02 10:46:29.573 | Selecting previously unselected package libcgi-fast-perl. 2021-06-02 10:46:29.581 | Preparing to unpack .../10-libcgi-fast-perl_1%3a2.13-1_all.deb ... 2021-06-02 10:46:29.584 | Unpacking libcgi-fast-perl (1:2.13-1) ... 2021-06-02 10:46:29.641 | Selecting previously unselected package libencode-locale-perl. 2021-06-02 10:46:29.649 | Preparing to unpack .../11-libencode-locale-perl_1.05-1_all.deb ... 2021-06-02 10:46:29.651 | Unpacking libencode-locale-perl (1.05-1) ... 2021-06-02 10:46:29.708 | Selecting previously unselected package libhtml-template-perl. 2021-06-02 10:46:29.717 | Preparing to unpack .../12-libhtml-template-perl_2.97-1_all.deb ... 2021-06-02 10:46:29.719 | Unpacking libhtml-template-perl (2.97-1) ... 2021-06-02 10:46:29.779 | Selecting previously unselected package libhttp-date-perl. 2021-06-02 10:46:29.787 | Preparing to unpack .../13-libhttp-date-perl_6.02-1_all.deb ... 2021-06-02 10:46:29.789 | Unpacking libhttp-date-perl (6.02-1) ... 2021-06-02 10:46:29.847 | Selecting previously unselected package libio-html-perl. 2021-06-02 10:46:29.854 | Preparing to unpack .../14-libio-html-perl_1.001-1_all.deb ... 2021-06-02 10:46:29.857 | Unpacking libio-html-perl (1.001-1) ... 2021-06-02 10:46:29.915 | Selecting previously unselected package liblwp-mediatypes-perl. 2021-06-02 10:46:29.922 | Preparing to unpack .../15-liblwp-mediatypes-perl_6.02-1_all.deb ... 2021-06-02 10:46:29.925 | Unpacking liblwp-mediatypes-perl (6.02-1) ... 2021-06-02 10:46:29.982 | Selecting previously unselected package libhttp-message-perl. 2021-06-02 10:46:29.990 | Preparing to unpack .../16-libhttp-message-perl_6.14-1_all.deb ... 2021-06-02 10:46:29.992 | Unpacking libhttp-message-perl (6.14-1) ... 2021-06-02 10:46:30.055 | Selecting previously unselected package mysql-server. 2021-06-02 10:46:30.063 | Preparing to unpack .../17-mysql-server_5.7.34-0ubuntu0.18.04.1_all.deb ... 2021-06-02 10:46:30.065 | Unpacking mysql-server (5.7.34-0ubuntu0.18.04.1) ... 2021-06-02 10:46:30.145 | Setting up libhtml-tagset-perl (3.20-3) ... 2021-06-02 10:46:30.165 | Setting up libhttp-date-perl (6.02-1) ... 2021-06-02 10:46:30.193 | Setting up libevent-core-2.1-6:amd64 (2.1.8-stable-4build1) ... 2021-06-02 10:46:30.221 | Processing triggers for ureadahead (0.100.0-21) ... 2021-06-02 10:46:30.243 | Setting up libencode-locale-perl (1.05-1) ... 2021-06-02 10:46:30.271 | Setting up mysql-server-core-5.7 (5.7.34-0ubuntu0.18.04.1) ... 2021-06-02 10:46:30.299 | Setting up libio-html-perl (1.001-1) ... 2021-06-02 10:46:30.327 | Setting up liblwp-mediatypes-perl (6.02-1) ... 2021-06-02 10:46:30.355 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-06-02 10:46:30.384 | Setting up liburi-perl (1.73-1) ... 2021-06-02 10:46:30.412 | Processing triggers for systemd (237-3ubuntu10.47) ... 2021-06-02 10:46:30.599 | Setting up libhtml-parser-perl (3.72-3build1) ... 2021-06-02 10:46:30.627 | Setting up libcgi-pm-perl (4.38-1) ... 2021-06-02 10:46:30.655 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-06-02 10:46:32.390 | Setting up libhttp-message-perl (6.14-1) ... 2021-06-02 10:46:32.417 | Setting up mysql-client-core-5.7 (5.7.34-0ubuntu0.18.04.1) ... 2021-06-02 10:46:32.445 | Setting up libfcgi-perl (0.78-2build1) ... 2021-06-02 10:46:32.473 | Setting up libhtml-template-perl (2.97-1) ... 2021-06-02 10:46:32.502 | Setting up libcgi-fast-perl (1:2.13-1) ... 2021-06-02 10:46:32.530 | Setting up mysql-client-5.7 (5.7.34-0ubuntu0.18.04.1) ... 2021-06-02 10:46:32.557 | Setting up mysql-server-5.7 (5.7.34-0ubuntu0.18.04.1) ... 2021-06-02 10:46:33.166 | update-alternatives: using /etc/mysql/mysql.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2021-06-02 10:46:33.193 | Renaming removed key_buffer and myisam-recover options (if present) 2021-06-02 10:46:44.225 | Created symlink /etc/systemd/system/multi-user.target.wants/mysql.service → /lib/systemd/system/mysql.service. 2021-06-02 10:46:45.210 | Setting up mysql-server (5.7.34-0ubuntu0.18.04.1) ... 2021-06-02 10:46:45.224 | Processing triggers for systemd (237-3ubuntu10.47) ... 2021-06-02 10:46:45.419 | Processing triggers for ureadahead (0.100.0-21) ... 2021-06-02 10:46:47.392 | + functions-common:apt_get:1114 : result=0 2021-06-02 10:46:47.394 | + functions-common:apt_get:1117 : time_stop apt-get 2021-06-02 10:46:47.397 | + functions-common:time_stop:2336 : local name 2021-06-02 10:46:47.399 | + functions-common:time_stop:2337 : local end_time 2021-06-02 10:46:47.401 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 10:46:47.404 | + functions-common:time_stop:2339 : local total 2021-06-02 10:46:47.406 | + functions-common:time_stop:2340 : local start_time 2021-06-02 10:46:47.408 | + functions-common:time_stop:2342 : name=apt-get 2021-06-02 10:46:47.410 | + functions-common:time_stop:2343 : start_time=1622630779906 2021-06-02 10:46:47.413 | + functions-common:time_stop:2345 : [[ -z 1622630779906 ]] 2021-06-02 10:46:47.415 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 10:46:47.419 | + functions-common:time_stop:2348 : end_time=1622630807416 2021-06-02 10:46:47.421 | + functions-common:time_stop:2349 : elapsed_time=27510 2021-06-02 10:46:47.424 | + functions-common:time_stop:2350 : total=160969 2021-06-02 10:46:47.426 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 10:46:47.428 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=188479 2021-06-02 10:46:47.430 | + functions-common:apt_get:1118 : return 0 2021-06-02 10:46:47.433 | + ./stack.sh:main:862 : '[' -n mysql ']' 2021-06-02 10:46:47.435 | + ./stack.sh:main:863 : install_database_python 2021-06-02 10:46:47.437 | + lib/database:install_database_python:121 : install_database_python_mysql 2021-06-02 10:46:47.439 | + lib/databases/mysql:install_database_python_mysql:170 : pip_install_gr PyMySQL 2021-06-02 10:46:47.441 | + inc/python:pip_install_gr:68 : local name=PyMySQL 2021-06-02 10:46:47.444 | + inc/python:pip_install_gr:69 : local clean_name 2021-06-02 10:46:47.447 | ++ inc/python:pip_install_gr:70 : get_from_global_requirements PyMySQL 2021-06-02 10:46:47.449 | ++ inc/python:get_from_global_requirements:316 : local package=PyMySQL 2021-06-02 10:46:47.452 | ++ inc/python:get_from_global_requirements:317 : local required_pkg 2021-06-02 10:46:47.455 | +++ inc/python:get_from_global_requirements:318 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2021-06-02 10:46:47.455 | +++ inc/python:get_from_global_requirements:318 : cut -d# -f1 2021-06-02 10:46:47.460 | ++ inc/python:get_from_global_requirements:318 : required_pkg='PyMySQL ' 2021-06-02 10:46:47.462 | ++ inc/python:get_from_global_requirements:319 : [[ PyMySQL == '' ]] 2021-06-02 10:46:47.464 | ++ inc/python:get_from_global_requirements:322 : echo PyMySQL 2021-06-02 10:46:47.468 | + inc/python:pip_install_gr:70 : clean_name=PyMySQL 2021-06-02 10:46:47.470 | + inc/python:pip_install_gr:71 : pip_install PyMySQL 2021-06-02 10:46:47.491 | Check python version for : PyMySQL 2021-06-02 10:46:47.494 | Using 3.6 version to install PyMySQL based on default behavior 2021-06-02 10:46:47.885 | + inc/python:pip_install:283 : 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-06-02 10:46:48.613 | Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:46:48.663 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:46:48.666 | Ignoring pytest: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:46:48.668 | Ignoring pytest: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:46:48.673 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:46:48.740 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:46:48.747 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:46:48.750 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:46:48.752 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:46:48.758 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:46:48.777 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:46:48.791 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:46:48.793 | Ignoring networkx: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:46:48.796 | Ignoring networkx: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:46:48.801 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:46:48.829 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:46:48.832 | Ignoring zeroconf: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:46:48.834 | Ignoring zeroconf: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:46:48.839 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:46:48.842 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:46:48.844 | Ignoring scipy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:46:48.846 | Ignoring scipy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:46:48.851 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:46:48.853 | Ignoring mypy-extensions: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:46:48.856 | Ignoring mypy-extensions: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:46:48.861 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:46:48.944 | Ignoring ifaddr: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:46:48.947 | Ignoring ifaddr: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:46:48.951 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:46:48.955 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:46:48.962 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:46:48.974 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:46:48.976 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:46:48.981 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:46:48.984 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:46:49.000 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:46:49.018 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:46:49.020 | Ignoring gunicorn: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:46:49.023 | Ignoring gunicorn: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:46:49.027 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:46:49.042 | Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:46:49.044 | Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:46:49.049 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:46:49.053 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:46:49.055 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:46:49.060 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:46:49.078 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:46:49.080 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:46:49.085 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:46:49.114 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:46:49.122 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:46:49.124 | Ignoring influxdb: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:46:49.127 | Ignoring influxdb: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:46:49.131 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:46:49.144 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:46:49.149 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:46:49.155 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:46:49.158 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:46:49.162 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:46:49.168 | Ignoring joblib: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:46:49.171 | Ignoring joblib: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:46:49.175 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:46:49.244 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:46:49.247 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:46:49.251 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:46:49.277 | Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:46:49.279 | Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:46:49.285 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:46:49.289 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:46:49.318 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:46:49.320 | Ignoring keyring: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:46:49.322 | Ignoring keyring: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:46:49.327 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:46:49.380 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:46:49.383 | Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:46:49.385 | Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:46:49.395 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:46:49.411 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:46:49.459 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:46:49.461 | Ignoring more-itertools: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:46:49.464 | Ignoring more-itertools: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:46:49.469 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:46:49.473 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:46:49.475 | Ignoring numpy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:46:49.477 | Ignoring numpy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:46:49.483 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:46:49.487 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:46:49.489 | Ignoring Sphinx: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:46:49.491 | Ignoring Sphinx: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:46:49.496 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:46:49.551 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:46:49.553 | Ignoring Django: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:46:49.556 | Ignoring Django: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:46:49.560 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:46:49.580 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:46:49.582 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:46:49.587 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:46:49.618 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:46:49.624 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:46:49.626 | Ignoring GitPython: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:46:49.629 | Ignoring GitPython: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:46:49.634 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:46:49.667 | Ignoring ndg-httpsclient: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:46:49.689 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:46:49.698 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:46:49.723 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:46:49.725 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:46:49.728 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:46:49.732 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:46:49.745 | Ignoring diskimage-builder: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:46:49.759 | Ignoring diskimage-builder: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:46:49.761 | Ignoring diskimage-builder: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:46:49.767 | Ignoring diskimage-builder: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:46:49.776 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:46:49.778 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:46:49.790 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:46:49.799 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:46:49.802 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:46:49.807 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:46:49.819 | Ignoring dnspython: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:46:49.822 | Ignoring dnspython: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:46:49.827 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:46:49.829 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:46:49.837 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:46:49.850 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:46:49.856 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:46:49.883 | Ignoring typing-extensions: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:46:49.885 | Ignoring typing-extensions: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:46:49.891 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:46:49.906 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:46:49.909 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:46:49.913 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:46:49.916 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:46:49.918 | Ignoring scikit-learn: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:46:49.921 | Ignoring scikit-learn: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:46:49.926 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:46:49.930 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:46:49.932 | Ignoring Pygments: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:46:49.935 | Ignoring Pygments: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:46:49.940 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:46:50.039 | Collecting PyMySQL===0.9.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 487)) 2021-06-02 10:46:50.108 | Downloading http://10.100.0.9:8080/root/pypi/+f/394/3fbbbc1e902f4/PyMySQL-0.9.3-py2.py3-none-any.whl (47kB) 2021-06-02 10:46:50.222 | Installing collected packages: PyMySQL 2021-06-02 10:46:50.370 | Successfully installed PyMySQL-0.9.3 2021-06-02 10:46:50.461 | You are using pip version 9.0.3, however version 21.1.2 is available. 2021-06-02 10:46:50.461 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-06-02 10:46:50.507 | + inc/python:pip_install:290 : result=0 2021-06-02 10:46:50.510 | + inc/python:pip_install:292 : time_stop pip_install 2021-06-02 10:46:50.512 | + functions-common:time_stop:2336 : local name 2021-06-02 10:46:50.514 | + functions-common:time_stop:2337 : local end_time 2021-06-02 10:46:50.516 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 10:46:50.519 | + functions-common:time_stop:2339 : local total 2021-06-02 10:46:50.521 | + functions-common:time_stop:2340 : local start_time 2021-06-02 10:46:50.523 | + functions-common:time_stop:2342 : name=pip_install 2021-06-02 10:46:50.525 | + functions-common:time_stop:2343 : start_time=1622630807484 2021-06-02 10:46:50.527 | + functions-common:time_stop:2345 : [[ -z 1622630807484 ]] 2021-06-02 10:46:50.531 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 10:46:50.534 | + functions-common:time_stop:2348 : end_time=1622630810531 2021-06-02 10:46:50.536 | + functions-common:time_stop:2349 : elapsed_time=3047 2021-06-02 10:46:50.538 | + functions-common:time_stop:2350 : total=45701 2021-06-02 10:46:50.540 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 10:46:50.543 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=48748 2021-06-02 10:46:50.546 | + inc/python:pip_install:293 : return 0 2021-06-02 10:46:50.548 | + lib/databases/mysql:install_database_python_mysql:171 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2021-06-02 10:46:50.550 | + lib/databases/mysql:install_database_python_mysql:173 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2021-06-02 10:46:50.553 | + lib/databases/mysql:install_database_python_mysql:174 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2021-06-02 10:46:50.555 | + ./stack.sh:main:866 : is_service_enabled neutron 2021-06-02 10:46:50.571 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:46:50.573 | + ./stack.sh:main:867 : install_neutron_agent_packages 2021-06-02 10:46:50.576 | + lib/neutron:install_neutron_agent_packages:687 : is_neutron_legacy_enabled 2021-06-02 10:46:50.580 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-06-02 10:46:50.580 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-06-02 10:46:50.584 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-06-02 10:46:50.587 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2021-06-02 10:46:50.589 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,g-reg,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,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-06-02 10:46:50.592 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-06-02 10:46:50.594 | + lib/neutron:install_neutron_agent_packages:689 : install_neutron_agent_packages_mutnauq 2021-06-02 10:46:50.597 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:454 : is_service_enabled q-l3 2021-06-02 10:46:50.612 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:46:50.614 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:455 : install_package radvd 2021-06-02 10:46:50.617 | + functions-common:install_package:1334 : update_package_repo 2021-06-02 10:46:50.619 | + functions-common:update_package_repo:1306 : NO_UPDATE_REPOS=False 2021-06-02 10:46:50.621 | + functions-common:update_package_repo:1307 : REPOS_UPDATED=True 2021-06-02 10:46:50.624 | + functions-common:update_package_repo:1308 : RETRY_UPDATE=False 2021-06-02 10:46:50.627 | + functions-common:update_package_repo:1310 : [[ False = \T\r\u\e ]] 2021-06-02 10:46:50.629 | + functions-common:update_package_repo:1314 : is_ubuntu 2021-06-02 10:46:50.631 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:46:50.634 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:46:50.636 | + functions-common:update_package_repo:1315 : apt_get_update 2021-06-02 10:46:50.639 | + functions-common:apt_get_update:1069 : [[ True == \T\r\u\e ]] 2021-06-02 10:46:50.641 | + functions-common:apt_get_update:1069 : [[ False != \T\r\u\e ]] 2021-06-02 10:46:50.643 | + functions-common:apt_get_update:1070 : return 2021-06-02 10:46:50.645 | + functions-common:install_package:1335 : real_install_package radvd 2021-06-02 10:46:50.648 | + functions-common:real_install_package:1320 : is_ubuntu 2021-06-02 10:46:50.650 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:46:50.652 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:46:50.655 | + functions-common:real_install_package:1321 : apt_get install radvd 2021-06-02 10:46:50.673 | + functions-common:apt_get:1110 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2021-06-02 10:46:50.791 | Reading package lists... 2021-06-02 10:46:51.041 | Building dependency tree... 2021-06-02 10:46:51.042 | Reading state information... 2021-06-02 10:46:51.254 | The following packages were automatically installed and are no longer required: 2021-06-02 10:46:51.255 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-06-02 10:46:51.255 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-06-02 10:46:51.255 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-06-02 10:46:51.255 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-06-02 10:46:51.255 | python3-twisted-bin python3-zope.interface 2021-06-02 10:46:51.255 | Use 'sudo apt autoremove' to remove them. 2021-06-02 10:46:51.298 | The following NEW packages will be installed: 2021-06-02 10:46:51.298 | radvd 2021-06-02 10:46:51.594 | 0 upgraded, 1 newly installed, 0 to remove and 158 not upgraded. 2021-06-02 10:46:51.594 | Need to get 59.0 kB of archives. 2021-06-02 10:46:51.594 | After this operation, 164 kB of additional disk space will be used. 2021-06-02 10:46:51.594 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 radvd amd64 1:2.16-3 [59.0 kB] 2021-06-02 10:46:52.493 | Fetched 59.0 kB in 1s (101 kB/s) 2021-06-02 10:46:52.545 | Selecting previously unselected package radvd. 2021-06-02 10:46:52.585 | (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 ... 76938 files and directories currently installed.) 2021-06-02 10:46:52.589 | Preparing to unpack .../radvd_1%3a2.16-3_amd64.deb ... 2021-06-02 10:46:52.592 | Unpacking radvd (1:2.16-3) ... 2021-06-02 10:46:52.697 | Processing triggers for ureadahead (0.100.0-21) ... 2021-06-02 10:46:52.712 | Setting up radvd (1:2.16-3) ... 2021-06-02 10:46:53.511 | Job for radvd.service failed because the control process exited with error code. 2021-06-02 10:46:53.511 | See "systemctl status radvd.service" and "journalctl -xe" for details. 2021-06-02 10:46:53.512 | invoke-rc.d: initscript radvd, action "start" failed. 2021-06-02 10:46:53.523 | ● radvd.service - Router advertisement daemon for IPv6 2021-06-02 10:46:53.523 | Loaded: loaded (/lib/systemd/system/radvd.service; disabled; vendor preset: enabled) 2021-06-02 10:46:53.523 | Active: failed (Result: exit-code) since Wed 2021-06-02 10:46:53 UTC; 13ms ago 2021-06-02 10:46:53.523 | Docs: man:radvd(8) 2021-06-02 10:46:53.523 | Process: 41689 ExecStartPre=/usr/sbin/radvd --logmethod stderr_clean --configtest (code=exited, status=1/FAILURE) 2021-06-02 10:46:53.523 | 2021-06-02 10:46:53.523 | Jun 02 10:46:53 dv-osbrick-794198-1-iscsi systemd[1]: Starting Router advertisement daemon for IPv6... 2021-06-02 10:46:53.523 | Jun 02 10:46:53 dv-osbrick-794198-1-iscsi radvd[41689]: can't open /etc/radvd.conf: No such file or directory 2021-06-02 10:46:53.523 | Jun 02 10:46:53 dv-osbrick-794198-1-iscsi radvd[41689]: Insecure file permissions, but continuing anyway 2021-06-02 10:46:53.523 | Jun 02 10:46:53 dv-osbrick-794198-1-iscsi radvd[41689]: exiting, failed to read config file 2021-06-02 10:46:53.523 | Jun 02 10:46:53 dv-osbrick-794198-1-iscsi systemd[1]: radvd.service: Control process exited, code=exited status=1 2021-06-02 10:46:53.523 | Jun 02 10:46:53 dv-osbrick-794198-1-iscsi systemd[1]: radvd.service: Failed with result 'exit-code'. 2021-06-02 10:46:53.523 | Jun 02 10:46:53 dv-osbrick-794198-1-iscsi systemd[1]: Failed to start Router advertisement daemon for IPv6. 2021-06-02 10:46:53.527 | Processing triggers for systemd (237-3ubuntu10.47) ... 2021-06-02 10:46:53.709 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-06-02 10:46:53.934 | Processing triggers for ureadahead (0.100.0-21) ... 2021-06-02 10:46:55.882 | + functions-common:apt_get:1114 : result=0 2021-06-02 10:46:55.884 | + functions-common:apt_get:1117 : time_stop apt-get 2021-06-02 10:46:55.886 | + functions-common:time_stop:2336 : local name 2021-06-02 10:46:55.889 | + functions-common:time_stop:2337 : local end_time 2021-06-02 10:46:55.891 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 10:46:55.893 | + functions-common:time_stop:2339 : local total 2021-06-02 10:46:55.895 | + functions-common:time_stop:2340 : local start_time 2021-06-02 10:46:55.898 | + functions-common:time_stop:2342 : name=apt-get 2021-06-02 10:46:55.900 | + functions-common:time_stop:2343 : start_time=1622630810670 2021-06-02 10:46:55.902 | + functions-common:time_stop:2345 : [[ -z 1622630810670 ]] 2021-06-02 10:46:55.905 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 10:46:55.909 | + functions-common:time_stop:2348 : end_time=1622630815906 2021-06-02 10:46:55.911 | + functions-common:time_stop:2349 : elapsed_time=5236 2021-06-02 10:46:55.913 | + functions-common:time_stop:2350 : total=188479 2021-06-02 10:46:55.915 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 10:46:55.917 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=193715 2021-06-02 10:46:55.920 | + functions-common:apt_get:1118 : return 0 2021-06-02 10:46:55.922 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:458 : is_service_enabled q-agt q-dhcp q-l3 2021-06-02 10:46:55.937 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:46:55.939 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:459 : neutron_plugin_install_agent_packages 2021-06-02 10:46:55.942 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2021-06-02 10:46:55.945 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : get_packages openvswitch 2021-06-02 10:46:55.964 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : install_package fakeroot make openvswitch-switch 2021-06-02 10:46:55.967 | + functions-common:install_package:1334 : update_package_repo 2021-06-02 10:46:55.969 | + functions-common:update_package_repo:1306 : NO_UPDATE_REPOS=False 2021-06-02 10:46:55.971 | + functions-common:update_package_repo:1307 : REPOS_UPDATED=True 2021-06-02 10:46:55.973 | + functions-common:update_package_repo:1308 : RETRY_UPDATE=False 2021-06-02 10:46:55.976 | + functions-common:update_package_repo:1310 : [[ False = \T\r\u\e ]] 2021-06-02 10:46:55.978 | + functions-common:update_package_repo:1314 : is_ubuntu 2021-06-02 10:46:55.980 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:46:55.982 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:46:55.985 | + functions-common:update_package_repo:1315 : apt_get_update 2021-06-02 10:46:55.987 | + functions-common:apt_get_update:1069 : [[ True == \T\r\u\e ]] 2021-06-02 10:46:55.989 | + functions-common:apt_get_update:1069 : [[ False != \T\r\u\e ]] 2021-06-02 10:46:55.991 | + functions-common:apt_get_update:1070 : return 2021-06-02 10:46:55.993 | + functions-common:install_package:1335 : real_install_package fakeroot make openvswitch-switch 2021-06-02 10:46:55.996 | + functions-common:real_install_package:1320 : is_ubuntu 2021-06-02 10:46:55.998 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:46:56.000 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:46:56.002 | + functions-common:real_install_package:1321 : apt_get install fakeroot make openvswitch-switch 2021-06-02 10:46:56.020 | + functions-common:apt_get:1110 : 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-06-02 10:46:56.139 | Reading package lists... 2021-06-02 10:46:56.390 | Building dependency tree... 2021-06-02 10:46:56.391 | Reading state information... 2021-06-02 10:46:56.607 | fakeroot is already the newest version (1.22-2ubuntu1). 2021-06-02 10:46:56.607 | fakeroot set to manually installed. 2021-06-02 10:46:56.607 | make is already the newest version (4.1-9.1ubuntu1). 2021-06-02 10:46:56.607 | openvswitch-switch is already the newest version (2.9.8-0ubuntu0.18.04.2). 2021-06-02 10:46:56.607 | The following packages were automatically installed and are no longer required: 2021-06-02 10:46:56.608 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-06-02 10:46:56.608 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-06-02 10:46:56.608 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-06-02 10:46:56.608 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-06-02 10:46:56.608 | python3-twisted-bin python3-zope.interface 2021-06-02 10:46:56.608 | Use 'sudo apt autoremove' to remove them. 2021-06-02 10:46:56.688 | 0 upgraded, 0 newly installed, 0 to remove and 158 not upgraded. 2021-06-02 10:46:56.692 | + functions-common:apt_get:1114 : result=0 2021-06-02 10:46:56.694 | + functions-common:apt_get:1117 : time_stop apt-get 2021-06-02 10:46:56.697 | + functions-common:time_stop:2336 : local name 2021-06-02 10:46:56.699 | + functions-common:time_stop:2337 : local end_time 2021-06-02 10:46:56.701 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 10:46:56.703 | + functions-common:time_stop:2339 : local total 2021-06-02 10:46:56.706 | + functions-common:time_stop:2340 : local start_time 2021-06-02 10:46:56.708 | + functions-common:time_stop:2342 : name=apt-get 2021-06-02 10:46:56.710 | + functions-common:time_stop:2343 : start_time=1622630816017 2021-06-02 10:46:56.712 | + functions-common:time_stop:2345 : [[ -z 1622630816017 ]] 2021-06-02 10:46:56.715 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 10:46:56.718 | + functions-common:time_stop:2348 : end_time=1622630816715 2021-06-02 10:46:56.720 | + functions-common:time_stop:2349 : elapsed_time=698 2021-06-02 10:46:56.722 | + functions-common:time_stop:2350 : total=193715 2021-06-02 10:46:56.725 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 10:46:56.727 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=194413 2021-06-02 10:46:56.729 | + functions-common:apt_get:1118 : return 0 2021-06-02 10:46:56.731 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:65 : is_ubuntu 2021-06-02 10:46:56.733 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:46:56.736 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:46:56.738 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:66 : _neutron_ovs_base_install_ubuntu_dkms 2021-06-02 10:46:56.740 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:52 : local kernel_version 2021-06-02 10:46:56.743 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : uname -r 2021-06-02 10:46:56.746 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : kernel_version=4.15.0-55-generic 2021-06-02 10:46:56.749 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:54 : local kernel_major_minor 2021-06-02 10:46:56.752 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : echo 4.15.0-55-generic 2021-06-02 10:46:56.752 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : cut -d. -f1-2 2021-06-02 10:46:56.756 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : kernel_major_minor=4.15 2021-06-02 10:46:56.758 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:57 : vercmp 4.15 '<' 3.13 2021-06-02 10:46:56.761 | + functions:vercmp:599 : local v1=4.15 2021-06-02 10:46:56.763 | + functions:vercmp:600 : local 'op=<' 2021-06-02 10:46:56.766 | + functions:vercmp:601 : local v2=3.13 2021-06-02 10:46:56.768 | + functions:vercmp:602 : local result 2021-06-02 10:46:56.771 | ++ functions:vercmp:606 : echo -e '4.15\n3.13' 2021-06-02 10:46:56.771 | ++ functions:vercmp:606 : sort -V 2021-06-02 10:46:56.772 | ++ functions:vercmp:606 : head -1 2021-06-02 10:46:56.776 | + functions:vercmp:606 : result=3.13 2021-06-02 10:46:56.780 | + functions:vercmp:608 : case $op in 2021-06-02 10:46:56.782 | + functions:vercmp:618 : '[' 4.15 '!=' 3.13 ']' 2021-06-02 10:46:56.785 | + functions:vercmp:618 : '[' 3.13 = 4.15 ']' 2021-06-02 10:46:56.787 | + functions:vercmp:619 : return 2021-06-02 10:46:56.789 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:67 : restart_service openvswitch-switch 2021-06-02 10:46:56.791 | + functions-common:restart_service:2220 : '[' -x /bin/systemctl ']' 2021-06-02 10:46:56.794 | + functions-common:restart_service:2221 : sudo /bin/systemctl restart openvswitch-switch 2021-06-02 10:46:57.207 | + ./stack.sh:main:870 : is_service_enabled etcd3 2021-06-02 10:46:57.223 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:46:57.226 | + ./stack.sh:main:871 : install_etcd3 2021-06-02 10:46:57.228 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2021-06-02 10:46:57.228 | Installing etcd 2021-06-02 10:46:57.230 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2021-06-02 10:46:57.241 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2021-06-02 10:46:57.252 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2021-06-02 10:46:57.254 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2021-06-02 10:46:57.267 | + lib/etcd3:install_etcd3:113 : local etcd_file 2021-06-02 10:46:57.270 | ++ 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-06-02 10:46:57.272 | ++ 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-06-02 10:46:57.275 | +++ 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-06-02 10:46:57.280 | ++ functions:get_extra_file:63 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2021-06-02 10:46:57.282 | ++ 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-06-02 10:46:57.285 | ++ functions:get_extra_file:66 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2021-06-02 10:46:57.287 | ++ 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-06-02 10:46:57.321 | --2021-06-02 10:46:57-- https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2021-06-02 10:46:57.364 | Resolving github.com (github.com)... 140.82.121.4 2021-06-02 10:46:57.408 | Connecting to github.com (github.com)|140.82.121.4|:443... connected. 2021-06-02 10:46:57.545 | HTTP request sent, awaiting response... 302 Found 2021-06-02 10:46:57.545 | Location: https://github-releases.githubusercontent.com/11225014/686bc180-2acf-11e9-9edb-e79e93487a0e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20210602%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210602T104500Z&X-Amz-Expires=300&X-Amz-Signature=638b91f21c8ff904eb2b9247ab5c4a10dc05bc1e772169f1931042639f17c1ec&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-06-02 10:46:57.545 | --2021-06-02 10:46:57-- https://github-releases.githubusercontent.com/11225014/686bc180-2acf-11e9-9edb-e79e93487a0e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20210602%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210602T104500Z&X-Amz-Expires=300&X-Amz-Signature=638b91f21c8ff904eb2b9247ab5c4a10dc05bc1e772169f1931042639f17c1ec&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-06-02 10:46:57.546 | Resolving github-releases.githubusercontent.com (github-releases.githubusercontent.com)... 185.199.108.154, 185.199.110.154, 185.199.109.154, ... 2021-06-02 10:46:57.593 | Connecting to github-releases.githubusercontent.com (github-releases.githubusercontent.com)|185.199.108.154|:443... connected. 2021-06-02 10:46:57.826 | HTTP request sent, awaiting response... 200 OK 2021-06-02 10:46:57.826 | Length: 11350736 (11M) [application/octet-stream] 2021-06-02 10:46:57.826 | Saving to: ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ 2021-06-02 10:46:58.094 | 2021-06-02 10:46:59.431 | 0K ........ .. 100% 6.75M=1.6s 2021-06-02 10:46:59.431 | 2021-06-02 10:46:59.431 | 2021-06-02 10:46:59 (6.75 MB/s) - ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736] 2021-06-02 10:46:59.431 | 2021-06-02 10:46:59.435 | ++ functions:get_extra_file:68 : [[ 0 -ne 0 ]] 2021-06-02 10:46:59.437 | ++ functions:get_extra_file:72 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2021-06-02 10:46:59.440 | ++ functions:get_extra_file:73 : return 2021-06-02 10:46:59.442 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2021-06-02 10:46:59.445 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2021-06-02 10:46:59.447 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2021-06-02 10:46:59.450 | + lib/etcd3:install_etcd3:118 : sha256sum -c /home/ubuntu/devstack/files/etcd.sha256sum 2021-06-02 10:46:59.582 | /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK 2021-06-02 10:46:59.585 | + 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-06-02 10:46:59.589 | etcd-v3.3.12-linux-amd64/ 2021-06-02 10:46:59.589 | etcd-v3.3.12-linux-amd64/README.md 2021-06-02 10:46:59.589 | etcd-v3.3.12-linux-amd64/Documentation/ 2021-06-02 10:46:59.589 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/ 2021-06-02 10:46:59.589 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md 2021-06-02 10:46:59.589 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2021-06-02 10:46:59.589 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md 2021-06-02 10:46:59.589 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md 2021-06-02 10:46:59.589 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2021-06-02 10:46:59.589 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md 2021-06-02 10:46:59.590 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/ 2021-06-02 10:46:59.590 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2021-06-02 10:46:59.590 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2021-06-02 10:46:59.590 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2021-06-02 10:46:59.590 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2021-06-02 10:46:59.590 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md 2021-06-02 10:46:59.590 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2021-06-02 10:46:59.590 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md 2021-06-02 10:46:59.591 | etcd-v3.3.12-linux-amd64/Documentation/README.md 2021-06-02 10:46:59.591 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/ 2021-06-02 10:46:59.591 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2021-06-02 10:46:59.591 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2021-06-02 10:46:59.591 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md 2021-06-02 10:46:59.591 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2021-06-02 10:46:59.591 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2021-06-02 10:46:59.591 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2021-06-02 10:46:59.591 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2021-06-02 10:46:59.591 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2021-06-02 10:46:59.591 | etcd-v3.3.12-linux-amd64/Documentation/rfc/ 2021-06-02 10:46:59.592 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md 2021-06-02 10:46:59.592 | etcd-v3.3.12-linux-amd64/Documentation/docs.md 2021-06-02 10:46:59.592 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md 2021-06-02 10:46:59.592 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md 2021-06-02 10:46:59.592 | etcd-v3.3.12-linux-amd64/Documentation/v2/ 2021-06-02 10:46:59.592 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md 2021-06-02 10:46:59.592 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md 2021-06-02 10:46:59.592 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md 2021-06-02 10:46:59.592 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md 2021-06-02 10:46:59.592 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md 2021-06-02 10:46:59.592 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md 2021-06-02 10:46:59.592 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/ 2021-06-02 10:46:59.592 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2021-06-02 10:46:59.592 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2021-06-02 10:46:59.592 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md 2021-06-02 10:46:59.592 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2021-06-02 10:46:59.592 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2021-06-02 10:46:59.592 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2021-06-02 10:46:59.592 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2021-06-02 10:46:59.592 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2021-06-02 10:46:59.592 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/ 2021-06-02 10:46:59.592 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md 2021-06-02 10:46:59.593 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md 2021-06-02 10:46:59.593 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md 2021-06-02 10:46:59.593 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md 2021-06-02 10:46:59.593 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md 2021-06-02 10:46:59.593 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md 2021-06-02 10:46:59.593 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md 2021-06-02 10:46:59.593 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md 2021-06-02 10:46:59.593 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md 2021-06-02 10:46:59.593 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md 2021-06-02 10:46:59.593 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md 2021-06-02 10:46:59.593 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md 2021-06-02 10:46:59.593 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md 2021-06-02 10:46:59.593 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md 2021-06-02 10:46:59.594 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md 2021-06-02 10:46:59.594 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2021-06-02 10:46:59.594 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md 2021-06-02 10:46:59.594 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md 2021-06-02 10:46:59.594 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2021-06-02 10:46:59.594 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md 2021-06-02 10:46:59.594 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/ 2021-06-02 10:46:59.594 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md 2021-06-02 10:46:59.594 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md 2021-06-02 10:46:59.594 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md 2021-06-02 10:46:59.594 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2021-06-02 10:46:59.594 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules 2021-06-02 10:46:59.594 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md 2021-06-02 10:46:59.594 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md 2021-06-02 10:46:59.594 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md 2021-06-02 10:46:59.594 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md 2021-06-02 10:46:59.595 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/ 2021-06-02 10:46:59.595 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md 2021-06-02 10:46:59.595 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md 2021-06-02 10:46:59.595 | etcd-v3.3.12-linux-amd64/Documentation/platforms/ 2021-06-02 10:46:59.595 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md 2021-06-02 10:46:59.595 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md 2021-06-02 10:46:59.595 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md 2021-06-02 10:46:59.596 | etcd-v3.3.12-linux-amd64/Documentation/faq.md 2021-06-02 10:46:59.596 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md 2021-06-02 10:46:59.596 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md 2021-06-02 10:46:59.596 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md 2021-06-02 10:46:59.596 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/ 2021-06-02 10:46:59.596 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2021-06-02 10:46:59.596 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2021-06-02 10:46:59.596 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2021-06-02 10:46:59.596 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2021-06-02 10:46:59.596 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2021-06-02 10:46:59.596 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2021-06-02 10:46:59.596 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/ 2021-06-02 10:46:59.596 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md 2021-06-02 10:46:59.597 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2021-06-02 10:46:59.597 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md 2021-06-02 10:46:59.597 | etcd-v3.3.12-linux-amd64/Documentation/learning/ 2021-06-02 10:46:59.597 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md 2021-06-02 10:46:59.597 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md 2021-06-02 10:46:59.597 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md 2021-06-02 10:46:59.597 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md 2021-06-02 10:46:59.597 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md 2021-06-02 10:46:59.597 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md 2021-06-02 10:46:59.597 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/ 2021-06-02 10:46:59.597 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md 2021-06-02 10:46:59.597 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md 2021-06-02 10:46:59.597 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md 2021-06-02 10:46:59.598 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json 2021-06-02 10:46:59.598 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md 2021-06-02 10:46:59.598 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md 2021-06-02 10:46:59.598 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md 2021-06-02 10:46:59.598 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md 2021-06-02 10:46:59.598 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md 2021-06-02 10:46:59.598 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md 2021-06-02 10:46:59.598 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md 2021-06-02 10:46:59.599 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2021-06-02 10:46:59.599 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2021-06-02 10:46:59.599 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2021-06-02 10:46:59.599 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md 2021-06-02 10:46:59.599 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md 2021-06-02 10:46:59.599 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2021-06-02 10:46:59.601 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md 2021-06-02 10:46:59.601 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md 2021-06-02 10:46:59.601 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md 2021-06-02 10:46:59.601 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md 2021-06-02 10:46:59.601 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md 2021-06-02 10:46:59.601 | etcd-v3.3.12-linux-amd64/Documentation/demo.md 2021-06-02 10:46:59.601 | etcd-v3.3.12-linux-amd64/README-etcdctl.md 2021-06-02 10:46:59.602 | etcd-v3.3.12-linux-amd64/etcdctl 2021-06-02 10:46:59.810 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md 2021-06-02 10:46:59.810 | etcd-v3.3.12-linux-amd64/etcd 2021-06-02 10:47:00.067 | + lib/etcd3:install_etcd3:121 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack/bin/etcd 2021-06-02 10:47:00.101 | + lib/etcd3:install_etcd3:122 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack/bin/etcdctl 2021-06-02 10:47:00.131 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2021-06-02 10:47:00.134 | + ./stack.sh:main:880 : is_service_enabled tls-proxy 2021-06-02 10:47:00.150 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:47:00.152 | + ./stack.sh:main:889 : echo_summary 'Installing OpenStack project source' 2021-06-02 10:47:00.155 | + ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-06-02 10:47:00.157 | + ./stack.sh:echo_summary:461 : echo -e Installing OpenStack project source 2021-06-02 10:47:00.159 | + ./stack.sh:main:892 : install_libs 2021-06-02 10:47:00.162 | + lib/libraries:install_libs:88 : _install_lib_from_source automaton 2021-06-02 10:47:00.164 | + lib/libraries:_install_lib_from_source:72 : local name=automaton 2021-06-02 10:47:00.166 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git automaton 2021-06-02 10:47:00.168 | + inc/python:use_library_from_git:328 : local name=automaton 2021-06-02 10:47:00.171 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:47:00.173 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:47:00.175 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,automaton, ]] 2021-06-02 10:47:00.177 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:47:00.180 | + lib/libraries:install_libs:89 : _install_lib_from_source castellan 2021-06-02 10:47:00.182 | + lib/libraries:_install_lib_from_source:72 : local name=castellan 2021-06-02 10:47:00.184 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git castellan 2021-06-02 10:47:00.187 | + inc/python:use_library_from_git:328 : local name=castellan 2021-06-02 10:47:00.189 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:47:00.191 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:47:00.194 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,castellan, ]] 2021-06-02 10:47:00.196 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:47:00.198 | + lib/libraries:install_libs:90 : _install_lib_from_source cliff 2021-06-02 10:47:00.201 | + lib/libraries:_install_lib_from_source:72 : local name=cliff 2021-06-02 10:47:00.204 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git cliff 2021-06-02 10:47:00.206 | + inc/python:use_library_from_git:328 : local name=cliff 2021-06-02 10:47:00.209 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:47:00.211 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:47:00.213 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,cliff, ]] 2021-06-02 10:47:00.215 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:47:00.218 | + lib/libraries:install_libs:91 : _install_lib_from_source cursive 2021-06-02 10:47:00.220 | + lib/libraries:_install_lib_from_source:72 : local name=cursive 2021-06-02 10:47:00.222 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git cursive 2021-06-02 10:47:00.225 | + inc/python:use_library_from_git:328 : local name=cursive 2021-06-02 10:47:00.227 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:47:00.229 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:47:00.231 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,cursive, ]] 2021-06-02 10:47:00.233 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:47:00.236 | + lib/libraries:install_libs:92 : _install_lib_from_source debtcollector 2021-06-02 10:47:00.238 | + lib/libraries:_install_lib_from_source:72 : local name=debtcollector 2021-06-02 10:47:00.240 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git debtcollector 2021-06-02 10:47:00.242 | + inc/python:use_library_from_git:328 : local name=debtcollector 2021-06-02 10:47:00.245 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:47:00.247 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:47:00.250 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,debtcollector, ]] 2021-06-02 10:47:00.252 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:47:00.254 | + lib/libraries:install_libs:93 : _install_lib_from_source futurist 2021-06-02 10:47:00.257 | + lib/libraries:_install_lib_from_source:72 : local name=futurist 2021-06-02 10:47:00.259 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git futurist 2021-06-02 10:47:00.261 | + inc/python:use_library_from_git:328 : local name=futurist 2021-06-02 10:47:00.265 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:47:00.267 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:47:00.269 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,futurist, ]] 2021-06-02 10:47:00.271 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:47:00.274 | + lib/libraries:install_libs:94 : _install_lib_from_source openstacksdk 2021-06-02 10:47:00.276 | + lib/libraries:_install_lib_from_source:72 : local name=openstacksdk 2021-06-02 10:47:00.278 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git openstacksdk 2021-06-02 10:47:00.280 | + inc/python:use_library_from_git:328 : local name=openstacksdk 2021-06-02 10:47:00.283 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:47:00.285 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:47:00.287 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,openstacksdk, ]] 2021-06-02 10:47:00.289 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:47:00.292 | + lib/libraries:install_libs:95 : _install_lib_from_source osc-lib 2021-06-02 10:47:00.294 | + lib/libraries:_install_lib_from_source:72 : local name=osc-lib 2021-06-02 10:47:00.297 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osc-lib 2021-06-02 10:47:00.299 | + inc/python:use_library_from_git:328 : local name=osc-lib 2021-06-02 10:47:00.301 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:47:00.303 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:47:00.306 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,osc-lib, ]] 2021-06-02 10:47:00.308 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:47:00.311 | + lib/libraries:install_libs:96 : _install_lib_from_source osc-placement 2021-06-02 10:47:00.313 | + lib/libraries:_install_lib_from_source:72 : local name=osc-placement 2021-06-02 10:47:00.316 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osc-placement 2021-06-02 10:47:00.318 | + inc/python:use_library_from_git:328 : local name=osc-placement 2021-06-02 10:47:00.320 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:47:00.322 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:47:00.325 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,osc-placement, ]] 2021-06-02 10:47:00.327 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:47:00.329 | + lib/libraries:install_libs:97 : _install_lib_from_source os-client-config 2021-06-02 10:47:00.331 | + lib/libraries:_install_lib_from_source:72 : local name=os-client-config 2021-06-02 10:47:00.334 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-client-config 2021-06-02 10:47:00.336 | + inc/python:use_library_from_git:328 : local name=os-client-config 2021-06-02 10:47:00.339 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:47:00.341 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:47:00.343 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,os-client-config, ]] 2021-06-02 10:47:00.345 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:47:00.348 | + lib/libraries:install_libs:98 : _install_lib_from_source oslo.cache 2021-06-02 10:47:00.350 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.cache 2021-06-02 10:47:00.352 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.cache 2021-06-02 10:47:00.354 | + inc/python:use_library_from_git:328 : local name=oslo.cache 2021-06-02 10:47:00.357 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:47:00.360 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:47:00.362 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,oslo.cache, ]] 2021-06-02 10:47:00.364 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:47:00.366 | + lib/libraries:install_libs:99 : _install_lib_from_source oslo.concurrency 2021-06-02 10:47:00.369 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.concurrency 2021-06-02 10:47:00.371 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.concurrency 2021-06-02 10:47:00.374 | + inc/python:use_library_from_git:328 : local name=oslo.concurrency 2021-06-02 10:47:00.376 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:47:00.378 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:47:00.381 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,oslo.concurrency, ]] 2021-06-02 10:47:00.383 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:47:00.385 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.config 2021-06-02 10:47:00.388 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.config 2021-06-02 10:47:00.390 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.config 2021-06-02 10:47:00.392 | + inc/python:use_library_from_git:328 : local name=oslo.config 2021-06-02 10:47:00.394 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:47:00.397 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:47:00.399 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,oslo.config, ]] 2021-06-02 10:47:00.401 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:47:00.404 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.context 2021-06-02 10:47:00.406 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.context 2021-06-02 10:47:00.408 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.context 2021-06-02 10:47:00.410 | + inc/python:use_library_from_git:328 : local name=oslo.context 2021-06-02 10:47:00.413 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:47:00.415 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:47:00.417 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,oslo.context, ]] 2021-06-02 10:47:00.420 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:47:00.422 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.db 2021-06-02 10:47:00.425 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.db 2021-06-02 10:47:00.427 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.db 2021-06-02 10:47:00.429 | + inc/python:use_library_from_git:328 : local name=oslo.db 2021-06-02 10:47:00.431 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:47:00.434 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:47:00.437 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,oslo.db, ]] 2021-06-02 10:47:00.439 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:47:00.441 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.i18n 2021-06-02 10:47:00.443 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.i18n 2021-06-02 10:47:00.446 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.i18n 2021-06-02 10:47:00.448 | + inc/python:use_library_from_git:328 : local name=oslo.i18n 2021-06-02 10:47:00.451 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:47:00.453 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:47:00.455 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,oslo.i18n, ]] 2021-06-02 10:47:00.458 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:47:00.460 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.log 2021-06-02 10:47:00.462 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.log 2021-06-02 10:47:00.465 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.log 2021-06-02 10:47:00.467 | + inc/python:use_library_from_git:328 : local name=oslo.log 2021-06-02 10:47:00.470 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:47:00.472 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:47:00.474 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,oslo.log, ]] 2021-06-02 10:47:00.476 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:47:00.478 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.messaging 2021-06-02 10:47:00.481 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.messaging 2021-06-02 10:47:00.483 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.messaging 2021-06-02 10:47:00.485 | + inc/python:use_library_from_git:328 : local name=oslo.messaging 2021-06-02 10:47:00.487 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:47:00.490 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:47:00.492 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,oslo.messaging, ]] 2021-06-02 10:47:00.494 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:47:00.497 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.middleware 2021-06-02 10:47:00.499 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.middleware 2021-06-02 10:47:00.501 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.middleware 2021-06-02 10:47:00.503 | + inc/python:use_library_from_git:328 : local name=oslo.middleware 2021-06-02 10:47:00.506 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:47:00.508 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:47:00.510 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,oslo.middleware, ]] 2021-06-02 10:47:00.512 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:47:00.515 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.policy 2021-06-02 10:47:00.517 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.policy 2021-06-02 10:47:00.520 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.policy 2021-06-02 10:47:00.522 | + inc/python:use_library_from_git:328 : local name=oslo.policy 2021-06-02 10:47:00.524 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:47:00.526 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:47:00.529 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,oslo.policy, ]] 2021-06-02 10:47:00.532 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:47:00.534 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.privsep 2021-06-02 10:47:00.536 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.privsep 2021-06-02 10:47:00.538 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.privsep 2021-06-02 10:47:00.541 | + inc/python:use_library_from_git:328 : local name=oslo.privsep 2021-06-02 10:47:00.543 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:47:00.545 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:47:00.547 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,oslo.privsep, ]] 2021-06-02 10:47:00.550 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:47:00.552 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.reports 2021-06-02 10:47:00.554 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.reports 2021-06-02 10:47:00.556 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.reports 2021-06-02 10:47:00.559 | + inc/python:use_library_from_git:328 : local name=oslo.reports 2021-06-02 10:47:00.561 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:47:00.563 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:47:00.565 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,oslo.reports, ]] 2021-06-02 10:47:00.568 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:47:00.570 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.rootwrap 2021-06-02 10:47:00.573 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.rootwrap 2021-06-02 10:47:00.575 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.rootwrap 2021-06-02 10:47:00.578 | + inc/python:use_library_from_git:328 : local name=oslo.rootwrap 2021-06-02 10:47:00.580 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:47:00.582 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:47:00.585 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,oslo.rootwrap, ]] 2021-06-02 10:47:00.587 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:47:00.589 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.serialization 2021-06-02 10:47:00.592 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.serialization 2021-06-02 10:47:00.595 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.serialization 2021-06-02 10:47:00.597 | + inc/python:use_library_from_git:328 : local name=oslo.serialization 2021-06-02 10:47:00.599 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:47:00.601 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:47:00.604 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,oslo.serialization, ]] 2021-06-02 10:47:00.606 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:47:00.608 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.service 2021-06-02 10:47:00.610 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.service 2021-06-02 10:47:00.613 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.service 2021-06-02 10:47:00.615 | + inc/python:use_library_from_git:328 : local name=oslo.service 2021-06-02 10:47:00.617 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:47:00.619 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:47:00.622 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,oslo.service, ]] 2021-06-02 10:47:00.624 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:47:00.626 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.utils 2021-06-02 10:47:00.629 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.utils 2021-06-02 10:47:00.631 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.utils 2021-06-02 10:47:00.633 | + inc/python:use_library_from_git:328 : local name=oslo.utils 2021-06-02 10:47:00.635 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:47:00.637 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:47:00.640 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,oslo.utils, ]] 2021-06-02 10:47:00.642 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:47:00.645 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.versionedobjects 2021-06-02 10:47:00.647 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.versionedobjects 2021-06-02 10:47:00.649 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.versionedobjects 2021-06-02 10:47:00.651 | + inc/python:use_library_from_git:328 : local name=oslo.versionedobjects 2021-06-02 10:47:00.654 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:47:00.656 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:47:00.659 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,oslo.versionedobjects, ]] 2021-06-02 10:47:00.661 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:47:00.663 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.vmware 2021-06-02 10:47:00.666 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.vmware 2021-06-02 10:47:00.668 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.vmware 2021-06-02 10:47:00.670 | + inc/python:use_library_from_git:328 : local name=oslo.vmware 2021-06-02 10:47:00.672 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:47:00.675 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:47:00.677 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,oslo.vmware, ]] 2021-06-02 10:47:00.679 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:47:00.682 | + lib/libraries:install_libs:116 : _install_lib_from_source osprofiler 2021-06-02 10:47:00.684 | + lib/libraries:_install_lib_from_source:72 : local name=osprofiler 2021-06-02 10:47:00.687 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osprofiler 2021-06-02 10:47:00.689 | + inc/python:use_library_from_git:328 : local name=osprofiler 2021-06-02 10:47:00.691 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:47:00.693 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:47:00.696 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,osprofiler, ]] 2021-06-02 10:47:00.698 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:47:00.700 | + lib/libraries:install_libs:117 : _install_lib_from_source pycadf 2021-06-02 10:47:00.703 | + lib/libraries:_install_lib_from_source:72 : local name=pycadf 2021-06-02 10:47:00.705 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git pycadf 2021-06-02 10:47:00.708 | + inc/python:use_library_from_git:328 : local name=pycadf 2021-06-02 10:47:00.710 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:47:00.712 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:47:00.715 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,pycadf, ]] 2021-06-02 10:47:00.718 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:47:00.720 | + lib/libraries:install_libs:118 : _install_lib_from_source stevedore 2021-06-02 10:47:00.722 | + lib/libraries:_install_lib_from_source:72 : local name=stevedore 2021-06-02 10:47:00.724 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git stevedore 2021-06-02 10:47:00.727 | + inc/python:use_library_from_git:328 : local name=stevedore 2021-06-02 10:47:00.729 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:47:00.731 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:47:00.734 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,stevedore, ]] 2021-06-02 10:47:00.736 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:47:00.739 | + lib/libraries:install_libs:119 : _install_lib_from_source taskflow 2021-06-02 10:47:00.741 | + lib/libraries:_install_lib_from_source:72 : local name=taskflow 2021-06-02 10:47:00.743 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git taskflow 2021-06-02 10:47:00.745 | + inc/python:use_library_from_git:328 : local name=taskflow 2021-06-02 10:47:00.748 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:47:00.750 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:47:00.752 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,taskflow, ]] 2021-06-02 10:47:00.754 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:47:00.757 | + lib/libraries:install_libs:120 : _install_lib_from_source tooz 2021-06-02 10:47:00.759 | + lib/libraries:_install_lib_from_source:72 : local name=tooz 2021-06-02 10:47:00.761 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git tooz 2021-06-02 10:47:00.764 | + inc/python:use_library_from_git:328 : local name=tooz 2021-06-02 10:47:00.766 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:47:00.768 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:47:00.770 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,tooz, ]] 2021-06-02 10:47:00.773 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:47:00.775 | + lib/libraries:install_libs:124 : _install_lib_from_source os-brick 2021-06-02 10:47:00.777 | + lib/libraries:_install_lib_from_source:72 : local name=os-brick 2021-06-02 10:47:00.780 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-brick 2021-06-02 10:47:00.782 | + inc/python:use_library_from_git:328 : local name=os-brick 2021-06-02 10:47:00.785 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:47:00.787 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:47:00.789 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,os-brick, ]] 2021-06-02 10:47:00.791 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:47:00.794 | + lib/libraries:install_libs:125 : _install_lib_from_source os-traits 2021-06-02 10:47:00.797 | + lib/libraries:_install_lib_from_source:72 : local name=os-traits 2021-06-02 10:47:00.799 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-traits 2021-06-02 10:47:00.801 | + inc/python:use_library_from_git:328 : local name=os-traits 2021-06-02 10:47:00.803 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:47:00.806 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:47:00.808 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,os-traits, ]] 2021-06-02 10:47:00.810 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:47:00.813 | + lib/libraries:install_libs:128 : _install_lib_from_source python-barbicanclient 2021-06-02 10:47:00.816 | + lib/libraries:_install_lib_from_source:72 : local name=python-barbicanclient 2021-06-02 10:47:00.819 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git python-barbicanclient 2021-06-02 10:47:00.821 | + inc/python:use_library_from_git:328 : local name=python-barbicanclient 2021-06-02 10:47:00.823 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:47:00.826 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:47:00.828 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,python-barbicanclient, ]] 2021-06-02 10:47:00.831 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:47:00.833 | + lib/libraries:install_libs:135 : pip_install etcd3 2021-06-02 10:47:00.855 | Check python version for : etcd3 2021-06-02 10:47:00.858 | Using 3.6 version to install etcd3 based on default behavior 2021-06-02 10:47:01.240 | + inc/python:pip_install:283 : 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-06-02 10:47:01.959 | Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:02.011 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:02.013 | Ignoring pytest: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:02.015 | Ignoring pytest: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:02.020 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:02.087 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:02.094 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:02.097 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:02.099 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:02.104 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:02.124 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:02.138 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:02.140 | Ignoring networkx: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:02.143 | Ignoring networkx: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:02.147 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:02.175 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:02.179 | Ignoring zeroconf: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:02.181 | Ignoring zeroconf: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:02.185 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:02.188 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:02.190 | Ignoring scipy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:02.192 | Ignoring scipy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:02.197 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:02.199 | Ignoring mypy-extensions: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:02.202 | Ignoring mypy-extensions: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:02.207 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:02.291 | Ignoring ifaddr: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:02.293 | Ignoring ifaddr: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:02.299 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:02.303 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:02.309 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:02.321 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:02.323 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:02.328 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:02.330 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:02.348 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:02.365 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:02.367 | Ignoring gunicorn: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:02.370 | Ignoring gunicorn: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:02.375 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:02.390 | Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:02.392 | Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:02.397 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:02.401 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:02.403 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:02.408 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:02.425 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:02.427 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:02.432 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:02.462 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:02.470 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:02.472 | Ignoring influxdb: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:02.474 | Ignoring influxdb: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:02.479 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:02.491 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:02.496 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:02.503 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:02.505 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:02.509 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:02.515 | Ignoring joblib: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:02.518 | Ignoring joblib: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:02.522 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:02.592 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:02.594 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:02.599 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:02.625 | Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:02.627 | Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:02.632 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:02.636 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:02.666 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:02.668 | Ignoring keyring: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:02.671 | Ignoring keyring: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:02.675 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:02.729 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:02.731 | Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:02.734 | Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:02.738 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:02.753 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:02.801 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:02.804 | Ignoring more-itertools: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:02.806 | Ignoring more-itertools: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:02.811 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:02.815 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:02.817 | Ignoring numpy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:02.819 | Ignoring numpy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:02.825 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:02.830 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:02.832 | Ignoring Sphinx: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:02.835 | Ignoring Sphinx: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:02.839 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:02.894 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:02.896 | Ignoring Django: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:02.898 | Ignoring Django: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:02.903 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:02.922 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:02.925 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:02.929 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:02.961 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:02.967 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:02.969 | Ignoring GitPython: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:02.972 | Ignoring GitPython: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:02.976 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:03.011 | Ignoring ndg-httpsclient: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:03.032 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:03.041 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:03.065 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:03.068 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:03.070 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:03.075 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:03.088 | Ignoring diskimage-builder: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:03.101 | Ignoring diskimage-builder: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:03.104 | Ignoring diskimage-builder: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:03.109 | Ignoring diskimage-builder: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:03.118 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:03.120 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:03.132 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:03.141 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:03.143 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:03.148 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:03.161 | Ignoring dnspython: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:03.164 | Ignoring dnspython: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:03.168 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:03.171 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:03.178 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:03.192 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:03.198 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:03.224 | Ignoring typing-extensions: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:03.226 | Ignoring typing-extensions: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:03.232 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:03.248 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:03.250 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:03.255 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:03.257 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:03.260 | Ignoring scikit-learn: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:03.262 | Ignoring scikit-learn: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:03.267 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:03.271 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:03.274 | Ignoring Pygments: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:03.276 | Ignoring Pygments: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:03.281 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:03.379 | Collecting etcd3===0.10.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 595)) 2021-06-02 10:47:03.426 | Downloading http://10.100.0.9:8080/root/pypi/+f/25a/524b9f032c663/etcd3-0.10.0.tar.gz (60kB) 2021-06-02 10:47:04.508 | Collecting grpcio===1.23.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 62)) 2021-06-02 10:47:06.175 | Downloading http://10.100.0.9:8080/root/pypi/+f/c5e/6380b90b38945/grpcio-1.23.0-cp36-cp36m-manylinux1_x86_64.whl (2.2MB) 2021-06-02 10:47:06.414 | Requirement already satisfied: tenacity===5.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 576)) 2021-06-02 10:47:06.523 | Collecting protobuf===3.9.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) 2021-06-02 10:47:06.955 | Downloading http://10.100.0.9:8080/root/pypi/+f/de2/760583ed28749/protobuf-3.9.1-cp36-cp36m-manylinux1_x86_64.whl (1.2MB) 2021-06-02 10:47:07.148 | Requirement already satisfied: six===1.12.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 534)) 2021-06-02 10:47:07.150 | Requirement already satisfied: setuptools in /usr/local/lib/python3.6/dist-packages (from protobuf===3.9.1->-c /opt/stack/requirements/upper-constraints.txt (line 435)) 2021-06-02 10:47:07.193 | Building wheels for collected packages: etcd3 2021-06-02 10:47:07.194 | Running setup.py bdist_wheel for etcd3: started 2021-06-02 10:47:07.931 | Running setup.py bdist_wheel for etcd3: finished with status 'done' 2021-06-02 10:47:07.932 | Stored in directory: /root/.cache/pip/wheels/1d/38/82/2fe993aad57ff21f622dc77097d2941356131fb9f7d1e021ad 2021-06-02 10:47:07.948 | Successfully built etcd3 2021-06-02 10:47:07.949 | Installing collected packages: grpcio, protobuf, etcd3 2021-06-02 10:47:09.116 | Successfully installed etcd3-0.10.0 grpcio-1.23.0 protobuf-3.9.1 2021-06-02 10:47:09.224 | You are using pip version 9.0.3, however version 21.1.2 is available. 2021-06-02 10:47:09.224 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-06-02 10:47:09.289 | + inc/python:pip_install:290 : result=0 2021-06-02 10:47:09.291 | + inc/python:pip_install:292 : time_stop pip_install 2021-06-02 10:47:09.293 | + functions-common:time_stop:2336 : local name 2021-06-02 10:47:09.296 | + functions-common:time_stop:2337 : local end_time 2021-06-02 10:47:09.298 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 10:47:09.300 | + functions-common:time_stop:2339 : local total 2021-06-02 10:47:09.302 | + functions-common:time_stop:2340 : local start_time 2021-06-02 10:47:09.304 | + functions-common:time_stop:2342 : name=pip_install 2021-06-02 10:47:09.306 | + functions-common:time_stop:2343 : start_time=1622630820848 2021-06-02 10:47:09.308 | + functions-common:time_stop:2345 : [[ -z 1622630820848 ]] 2021-06-02 10:47:09.311 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 10:47:09.314 | + functions-common:time_stop:2348 : end_time=1622630829312 2021-06-02 10:47:09.316 | + functions-common:time_stop:2349 : elapsed_time=8464 2021-06-02 10:47:09.318 | + functions-common:time_stop:2350 : total=48748 2021-06-02 10:47:09.320 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 10:47:09.323 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=57212 2021-06-02 10:47:09.325 | + inc/python:pip_install:293 : return 0 2021-06-02 10:47:09.328 | + lib/libraries:install_libs:136 : pip_install etcd3gw 2021-06-02 10:47:09.349 | Check python version for : etcd3gw 2021-06-02 10:47:09.352 | Using 3.6 version to install etcd3gw based on default behavior 2021-06-02 10:47:09.737 | + inc/python:pip_install:283 : 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-06-02 10:47:10.468 | Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:10.519 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:10.522 | Ignoring pytest: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:10.524 | Ignoring pytest: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:10.529 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:10.596 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:10.604 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:10.606 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:10.609 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:10.614 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:10.633 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:10.647 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:10.649 | Ignoring networkx: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:10.652 | Ignoring networkx: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:10.657 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:10.686 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:10.689 | Ignoring zeroconf: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:10.691 | Ignoring zeroconf: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:10.696 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:10.698 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:10.700 | Ignoring scipy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:10.703 | Ignoring scipy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:10.707 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:10.710 | Ignoring mypy-extensions: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:10.712 | Ignoring mypy-extensions: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:10.718 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:10.802 | Ignoring ifaddr: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:10.804 | Ignoring ifaddr: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:10.809 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:10.813 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:10.819 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:10.831 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:10.834 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:10.839 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:10.841 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:10.858 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:10.876 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:10.878 | Ignoring gunicorn: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:10.881 | Ignoring gunicorn: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:10.885 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:10.901 | Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:10.903 | Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:10.908 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:10.912 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:10.914 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:10.919 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:10.937 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:10.939 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:10.944 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:10.974 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:10.981 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:10.984 | Ignoring influxdb: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:10.986 | Ignoring influxdb: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:10.990 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:11.003 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:11.008 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:11.015 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:11.017 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:11.022 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:11.027 | Ignoring joblib: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:11.030 | Ignoring joblib: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:11.035 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:11.105 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:11.107 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:11.112 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:11.137 | Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:11.139 | Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:11.145 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:11.149 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:11.178 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:11.180 | Ignoring keyring: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:11.183 | Ignoring keyring: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:11.188 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:11.242 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:11.244 | Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:11.247 | Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:11.252 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:11.268 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:11.315 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:11.318 | Ignoring more-itertools: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:11.320 | Ignoring more-itertools: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:11.325 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:11.329 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:11.332 | Ignoring numpy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:11.334 | Ignoring numpy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:11.340 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:11.344 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:11.346 | Ignoring Sphinx: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:11.348 | Ignoring Sphinx: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:11.353 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:11.408 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:11.410 | Ignoring Django: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:11.412 | Ignoring Django: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:11.417 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:11.436 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:11.439 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:11.443 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:11.475 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:11.480 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:11.483 | Ignoring GitPython: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:11.486 | Ignoring GitPython: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:11.490 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:11.524 | Ignoring ndg-httpsclient: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:11.546 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:11.555 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:11.579 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:11.582 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:11.585 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:11.589 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:11.603 | Ignoring diskimage-builder: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:11.616 | Ignoring diskimage-builder: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:11.618 | Ignoring diskimage-builder: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:11.623 | Ignoring diskimage-builder: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:11.632 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:11.634 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:11.647 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:11.656 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:11.659 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:11.664 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:11.676 | Ignoring dnspython: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:11.679 | Ignoring dnspython: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:11.683 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:11.686 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:11.693 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:11.708 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:11.713 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:11.740 | Ignoring typing-extensions: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:11.742 | Ignoring typing-extensions: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:11.748 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:11.764 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:11.766 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:11.771 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:11.773 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:11.776 | Ignoring scikit-learn: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:11.778 | Ignoring scikit-learn: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:11.783 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:11.787 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:11.790 | Ignoring Pygments: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:11.792 | Ignoring Pygments: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:11.797 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:11.894 | Collecting etcd3gw===0.2.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 545)) 2021-06-02 10:47:11.942 | Downloading http://10.100.0.9:8080/root/pypi/+f/c59/df6ed7ee0db96/etcd3gw-0.2.4-py2.py3-none-any.whl 2021-06-02 10:47:12.055 | Requirement already satisfied: futurist===1.9.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 633)) 2021-06-02 10:47:12.071 | Requirement already satisfied: six===1.12.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 534)) 2021-06-02 10:47:12.074 | Requirement already satisfied: pbr===5.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 49)) 2021-06-02 10:47:12.077 | Requirement already satisfied: requests===2.22.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 257)) 2021-06-02 10:47:12.100 | Requirement already satisfied: urllib3===1.25.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 193)) 2021-06-02 10:47:12.122 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) 2021-06-02 10:47:12.124 | Requirement already satisfied: idna===2.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 430)) 2021-06-02 10:47:12.128 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2021-06-02 10:47:12.130 | Requirement already satisfied: certifi===2019.6.16 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 45)) 2021-06-02 10:47:12.132 | Installing collected packages: etcd3gw 2021-06-02 10:47:12.252 | Successfully installed etcd3gw-0.2.4 2021-06-02 10:47:12.340 | You are using pip version 9.0.3, however version 21.1.2 is available. 2021-06-02 10:47:12.340 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-06-02 10:47:12.387 | + inc/python:pip_install:290 : result=0 2021-06-02 10:47:12.389 | + inc/python:pip_install:292 : time_stop pip_install 2021-06-02 10:47:12.392 | + functions-common:time_stop:2336 : local name 2021-06-02 10:47:12.394 | + functions-common:time_stop:2337 : local end_time 2021-06-02 10:47:12.396 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 10:47:12.398 | + functions-common:time_stop:2339 : local total 2021-06-02 10:47:12.400 | + functions-common:time_stop:2340 : local start_time 2021-06-02 10:47:12.402 | + functions-common:time_stop:2342 : name=pip_install 2021-06-02 10:47:12.405 | + functions-common:time_stop:2343 : start_time=1622630829342 2021-06-02 10:47:12.407 | + functions-common:time_stop:2345 : [[ -z 1622630829342 ]] 2021-06-02 10:47:12.410 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 10:47:12.413 | + functions-common:time_stop:2348 : end_time=1622630832410 2021-06-02 10:47:12.415 | + functions-common:time_stop:2349 : elapsed_time=3068 2021-06-02 10:47:12.417 | + functions-common:time_stop:2350 : total=57212 2021-06-02 10:47:12.420 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 10:47:12.422 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=60280 2021-06-02 10:47:12.424 | + inc/python:pip_install:293 : return 0 2021-06-02 10:47:12.427 | + ./stack.sh:main:895 : install_apache_uwsgi 2021-06-02 10:47:12.429 | + lib/apache:install_apache_uwsgi:80 : local apxs=apxs2 2021-06-02 10:47:12.431 | + lib/apache:install_apache_uwsgi:81 : is_fedora 2021-06-02 10:47:12.433 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2021-06-02 10:47:12.437 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2021-06-02 10:47:12.439 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2021-06-02 10:47:12.442 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-06-02 10:47:12.444 | + functions-common:is_fedora:454 : '[' Ubuntu = CentOS ']' 2021-06-02 10:47:12.446 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2021-06-02 10:47:12.448 | + functions-common:is_fedora:455 : '[' Ubuntu = Virtuozzo ']' 2021-06-02 10:47:12.451 | + lib/apache:install_apache_uwsgi:92 : python3_enabled 2021-06-02 10:47:12.453 | + inc/python:python3_enabled:531 : [[ True == \T\r\u\e ]] 2021-06-02 10:47:12.455 | + inc/python:python3_enabled:532 : return 0 2021-06-02 10:47:12.458 | + lib/apache:install_apache_uwsgi:93 : UWSGI_PYTHON_PLUGIN=python3 2021-06-02 10:47:12.460 | + lib/apache:install_apache_uwsgi:98 : is_ubuntu 2021-06-02 10:47:12.462 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:47:12.465 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:47:12.467 | + lib/apache:install_apache_uwsgi:99 : install_package uwsgi uwsgi-plugin-python uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2021-06-02 10:47:12.469 | + functions-common:install_package:1334 : update_package_repo 2021-06-02 10:47:12.472 | + functions-common:update_package_repo:1306 : NO_UPDATE_REPOS=False 2021-06-02 10:47:12.474 | + functions-common:update_package_repo:1307 : REPOS_UPDATED=True 2021-06-02 10:47:12.476 | + functions-common:update_package_repo:1308 : RETRY_UPDATE=False 2021-06-02 10:47:12.478 | + functions-common:update_package_repo:1310 : [[ False = \T\r\u\e ]] 2021-06-02 10:47:12.481 | + functions-common:update_package_repo:1314 : is_ubuntu 2021-06-02 10:47:12.483 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:47:12.486 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:47:12.488 | + functions-common:update_package_repo:1315 : apt_get_update 2021-06-02 10:47:12.490 | + functions-common:apt_get_update:1069 : [[ True == \T\r\u\e ]] 2021-06-02 10:47:12.492 | + functions-common:apt_get_update:1069 : [[ False != \T\r\u\e ]] 2021-06-02 10:47:12.494 | + functions-common:apt_get_update:1070 : return 2021-06-02 10:47:12.497 | + functions-common:install_package:1335 : real_install_package uwsgi uwsgi-plugin-python uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2021-06-02 10:47:12.499 | + functions-common:real_install_package:1320 : is_ubuntu 2021-06-02 10:47:12.502 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:47:12.504 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:47:12.506 | + functions-common:real_install_package:1321 : apt_get install uwsgi uwsgi-plugin-python uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2021-06-02 10:47:12.525 | + functions-common:apt_get:1110 : 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-06-02 10:47:12.648 | Reading package lists... 2021-06-02 10:47:12.904 | Building dependency tree... 2021-06-02 10:47:12.905 | Reading state information... 2021-06-02 10:47:13.125 | libapache2-mod-proxy-uwsgi is already the newest version (2.0.15-10.2ubuntu2.1). 2021-06-02 10:47:13.125 | The following packages were automatically installed and are no longer required: 2021-06-02 10:47:13.125 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-06-02 10:47:13.125 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-06-02 10:47:13.125 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-06-02 10:47:13.125 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-06-02 10:47:13.125 | python3-twisted-bin python3-zope.interface 2021-06-02 10:47:13.126 | Use 'sudo apt autoremove' to remove them. 2021-06-02 10:47:13.127 | Suggested packages: 2021-06-02 10:47:13.127 | python-uwsgidecorators python3-uwsgidecorators 2021-06-02 10:47:13.177 | The following NEW packages will be installed: 2021-06-02 10:47:13.177 | uwsgi uwsgi-plugin-python uwsgi-plugin-python3 2021-06-02 10:47:13.284 | 0 upgraded, 3 newly installed, 0 to remove and 158 not upgraded. 2021-06-02 10:47:13.285 | Need to get 163 kB of archives. 2021-06-02 10:47:13.285 | After this operation, 634 kB of additional disk space will be used. 2021-06-02 10:47:13.285 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 uwsgi amd64 2.0.15-10.2ubuntu2.1 [16.9 kB] 2021-06-02 10:47:13.373 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 uwsgi-plugin-python amd64 2.0.15-10.2ubuntu2.1 [72.4 kB] 2021-06-02 10:47:13.447 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 uwsgi-plugin-python3 amd64 2.0.15-10.2ubuntu2.1 [73.2 kB] 2021-06-02 10:47:14.028 | Fetched 163 kB in 0s (556 kB/s) 2021-06-02 10:47:14.073 | Selecting previously unselected package uwsgi. 2021-06-02 10:47:14.113 | (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 ... 76951 files and directories currently installed.) 2021-06-02 10:47:14.117 | Preparing to unpack .../uwsgi_2.0.15-10.2ubuntu2.1_amd64.deb ... 2021-06-02 10:47:14.120 | Unpacking uwsgi (2.0.15-10.2ubuntu2.1) ... 2021-06-02 10:47:14.213 | Selecting previously unselected package uwsgi-plugin-python. 2021-06-02 10:47:14.222 | Preparing to unpack .../uwsgi-plugin-python_2.0.15-10.2ubuntu2.1_amd64.deb ... 2021-06-02 10:47:14.224 | Unpacking uwsgi-plugin-python (2.0.15-10.2ubuntu2.1) ... 2021-06-02 10:47:14.313 | Selecting previously unselected package uwsgi-plugin-python3. 2021-06-02 10:47:14.322 | Preparing to unpack .../uwsgi-plugin-python3_2.0.15-10.2ubuntu2.1_amd64.deb ... 2021-06-02 10:47:14.324 | Unpacking uwsgi-plugin-python3 (2.0.15-10.2ubuntu2.1) ... 2021-06-02 10:47:14.408 | Setting up uwsgi-plugin-python3 (2.0.15-10.2ubuntu2.1) ... 2021-06-02 10:47:14.455 | Processing triggers for ureadahead (0.100.0-21) ... 2021-06-02 10:47:14.478 | Setting up uwsgi (2.0.15-10.2ubuntu2.1) ... 2021-06-02 10:47:15.009 | Setting up uwsgi-plugin-python (2.0.15-10.2ubuntu2.1) ... 2021-06-02 10:47:15.062 | Processing triggers for systemd (237-3ubuntu10.47) ... 2021-06-02 10:47:15.272 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-06-02 10:47:15.795 | Processing triggers for ureadahead (0.100.0-21) ... 2021-06-02 10:47:17.736 | + functions-common:apt_get:1114 : result=0 2021-06-02 10:47:17.738 | + functions-common:apt_get:1117 : time_stop apt-get 2021-06-02 10:47:17.740 | + functions-common:time_stop:2336 : local name 2021-06-02 10:47:17.743 | + functions-common:time_stop:2337 : local end_time 2021-06-02 10:47:17.745 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 10:47:17.747 | + functions-common:time_stop:2339 : local total 2021-06-02 10:47:17.750 | + functions-common:time_stop:2340 : local start_time 2021-06-02 10:47:17.752 | + functions-common:time_stop:2342 : name=apt-get 2021-06-02 10:47:17.754 | + functions-common:time_stop:2343 : start_time=1622630832523 2021-06-02 10:47:17.757 | + functions-common:time_stop:2345 : [[ -z 1622630832523 ]] 2021-06-02 10:47:17.759 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 10:47:17.763 | + functions-common:time_stop:2348 : end_time=1622630837760 2021-06-02 10:47:17.765 | + functions-common:time_stop:2349 : elapsed_time=5237 2021-06-02 10:47:17.768 | + functions-common:time_stop:2350 : total=194413 2021-06-02 10:47:17.770 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 10:47:17.772 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=199650 2021-06-02 10:47:17.774 | + functions-common:apt_get:1118 : return 0 2021-06-02 10:47:17.777 | + lib/apache:install_apache_uwsgi:136 : is_ubuntu 2021-06-02 10:47:17.779 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:47:17.782 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:47:17.784 | + lib/apache:install_apache_uwsgi:138 : sudo a2enmod proxy 2021-06-02 10:47:17.841 | Enabling module proxy. 2021-06-02 10:47:17.846 | To activate the new configuration, you need to run: 2021-06-02 10:47:17.846 | systemctl restart apache2 2021-06-02 10:47:17.850 | + lib/apache:install_apache_uwsgi:139 : sudo a2enmod proxy_uwsgi 2021-06-02 10:47:17.907 | Considering dependency proxy for proxy_uwsgi: 2021-06-02 10:47:17.907 | Module proxy already enabled 2021-06-02 10:47:17.907 | Enabling module proxy_uwsgi. 2021-06-02 10:47:17.912 | To activate the new configuration, you need to run: 2021-06-02 10:47:17.912 | systemctl restart apache2 2021-06-02 10:47:17.916 | + lib/apache:install_apache_uwsgi:145 : restart_apache_server 2021-06-02 10:47:17.918 | + lib/apache:restart_apache_server:262 : restart_service apache2 2021-06-02 10:47:17.921 | + functions-common:restart_service:2220 : '[' -x /bin/systemctl ']' 2021-06-02 10:47:17.923 | + functions-common:restart_service:2221 : sudo /bin/systemctl restart apache2 2021-06-02 10:47:18.057 | + ./stack.sh:main:898 : install_keystoneauth 2021-06-02 10:47:18.059 | + lib/keystone:install_keystoneauth:461 : use_library_from_git keystoneauth 2021-06-02 10:47:18.062 | + inc/python:use_library_from_git:328 : local name=keystoneauth 2021-06-02 10:47:18.065 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:47:18.067 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:47:18.069 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,keystoneauth, ]] 2021-06-02 10:47:18.072 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:47:18.074 | + ./stack.sh:main:899 : install_keystoneclient 2021-06-02 10:47:18.077 | + lib/keystone:install_keystoneclient:469 : use_library_from_git python-keystoneclient 2021-06-02 10:47:18.079 | + inc/python:use_library_from_git:328 : local name=python-keystoneclient 2021-06-02 10:47:18.081 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:47:18.084 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:47:18.086 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,python-keystoneclient, ]] 2021-06-02 10:47:18.088 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:47:18.091 | + ./stack.sh:main:900 : install_glanceclient 2021-06-02 10:47:18.094 | + lib/glance:install_glanceclient:295 : use_library_from_git python-glanceclient 2021-06-02 10:47:18.096 | + inc/python:use_library_from_git:328 : local name=python-glanceclient 2021-06-02 10:47:18.099 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:47:18.101 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:47:18.103 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,python-glanceclient, ]] 2021-06-02 10:47:18.106 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:47:18.109 | + ./stack.sh:main:901 : install_cinderclient 2021-06-02 10:47:18.111 | + lib/cinder:install_cinderclient:435 : use_library_from_git python-brick-cinderclient-ext 2021-06-02 10:47:18.114 | + inc/python:use_library_from_git:328 : local name=python-brick-cinderclient-ext 2021-06-02 10:47:18.116 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:47:18.118 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:47:18.121 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2021-06-02 10:47:18.123 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:47:18.125 | + lib/cinder:install_cinderclient:440 : use_library_from_git python-cinderclient 2021-06-02 10:47:18.128 | + inc/python:use_library_from_git:328 : local name=python-cinderclient 2021-06-02 10:47:18.130 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:47:18.132 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:47:18.134 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,python-cinderclient, ]] 2021-06-02 10:47:18.137 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:47:18.140 | + ./stack.sh:main:902 : install_novaclient 2021-06-02 10:47:18.142 | + lib/nova:install_novaclient:781 : use_library_from_git python-novaclient 2021-06-02 10:47:18.144 | + inc/python:use_library_from_git:328 : local name=python-novaclient 2021-06-02 10:47:18.147 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:47:18.149 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:47:18.151 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,python-novaclient, ]] 2021-06-02 10:47:18.155 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:47:18.157 | + ./stack.sh:main:903 : is_service_enabled swift glance horizon 2021-06-02 10:47:18.174 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:47:18.176 | + ./stack.sh:main:904 : install_swiftclient 2021-06-02 10:47:18.178 | + lib/swift:install_swiftclient:750 : use_library_from_git python-swiftclient 2021-06-02 10:47:18.181 | + inc/python:use_library_from_git:328 : local name=python-swiftclient 2021-06-02 10:47:18.183 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:47:18.186 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:47:18.188 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,python-swiftclient, ]] 2021-06-02 10:47:18.190 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:47:18.193 | + ./stack.sh:main:906 : is_service_enabled neutron nova horizon 2021-06-02 10:47:18.208 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:47:18.211 | + ./stack.sh:main:907 : install_neutronclient 2021-06-02 10:47:18.213 | + lib/neutron:install_neutronclient:443 : use_library_from_git python-neutronclient 2021-06-02 10:47:18.216 | + inc/python:use_library_from_git:328 : local name=python-neutronclient 2021-06-02 10:47:18.218 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:47:18.221 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:47:18.223 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,python-neutronclient, ]] 2021-06-02 10:47:18.225 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:47:18.228 | + ./stack.sh:main:911 : install_keystonemiddleware 2021-06-02 10:47:18.230 | + lib/keystone:install_keystonemiddleware:479 : use_library_from_git keystonemiddleware 2021-06-02 10:47:18.232 | + inc/python:use_library_from_git:328 : local name=keystonemiddleware 2021-06-02 10:47:18.235 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:47:18.237 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:47:18.239 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,keystonemiddleware, ]] 2021-06-02 10:47:18.242 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:47:18.244 | + lib/keystone:install_keystonemiddleware:484 : pip_install_gr keystonemiddleware 2021-06-02 10:47:18.246 | + inc/python:pip_install_gr:68 : local name=keystonemiddleware 2021-06-02 10:47:18.249 | + inc/python:pip_install_gr:69 : local clean_name 2021-06-02 10:47:18.252 | ++ inc/python:pip_install_gr:70 : get_from_global_requirements keystonemiddleware 2021-06-02 10:47:18.255 | ++ inc/python:get_from_global_requirements:316 : local package=keystonemiddleware 2021-06-02 10:47:18.257 | ++ inc/python:get_from_global_requirements:317 : local required_pkg 2021-06-02 10:47:18.260 | +++ inc/python:get_from_global_requirements:318 : grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2021-06-02 10:47:18.261 | +++ inc/python:get_from_global_requirements:318 : cut -d# -f1 2021-06-02 10:47:18.265 | ++ inc/python:get_from_global_requirements:318 : required_pkg='keystonemiddleware ' 2021-06-02 10:47:18.268 | ++ inc/python:get_from_global_requirements:319 : [[ keystonemiddleware == '' ]] 2021-06-02 10:47:18.270 | ++ inc/python:get_from_global_requirements:322 : echo keystonemiddleware 2021-06-02 10:47:18.273 | + inc/python:pip_install_gr:70 : clean_name=keystonemiddleware 2021-06-02 10:47:18.275 | + inc/python:pip_install_gr:71 : pip_install keystonemiddleware 2021-06-02 10:47:18.296 | Check python version for : keystonemiddleware 2021-06-02 10:47:18.299 | Using 3.6 version to install keystonemiddleware based on default behavior 2021-06-02 10:47:18.683 | + inc/python:pip_install:283 : 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-06-02 10:47:19.415 | Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:19.467 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:19.470 | Ignoring pytest: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:19.472 | Ignoring pytest: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:19.477 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:19.542 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:19.549 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:19.552 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:19.554 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:19.560 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:19.580 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:19.594 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:19.596 | Ignoring networkx: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:19.599 | Ignoring networkx: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:19.603 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:19.632 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:19.635 | Ignoring zeroconf: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:19.637 | Ignoring zeroconf: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:19.642 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:19.644 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:19.646 | Ignoring scipy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:19.648 | Ignoring scipy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:19.653 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:19.656 | Ignoring mypy-extensions: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:19.658 | Ignoring mypy-extensions: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:19.663 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:19.747 | Ignoring ifaddr: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:19.749 | Ignoring ifaddr: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:19.754 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:19.758 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:19.764 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:19.776 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:19.778 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:19.783 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:19.785 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:19.802 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:19.819 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:19.822 | Ignoring gunicorn: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:19.824 | Ignoring gunicorn: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:19.829 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:19.844 | Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:19.846 | Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:19.851 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:19.855 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:19.857 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:19.862 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:19.879 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:19.881 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:19.886 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:19.916 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:19.923 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:19.925 | Ignoring influxdb: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:19.928 | Ignoring influxdb: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:19.932 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:19.944 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:19.950 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:19.957 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:19.959 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:19.964 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:19.970 | Ignoring joblib: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:19.972 | Ignoring joblib: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:19.976 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:20.045 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:20.048 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:20.052 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:20.078 | Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:20.080 | Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:20.086 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:20.090 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:20.118 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:20.121 | Ignoring keyring: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:20.123 | Ignoring keyring: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:20.128 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:20.180 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:20.182 | Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:20.186 | Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:20.190 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:20.206 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:20.256 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:20.258 | Ignoring more-itertools: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:20.260 | Ignoring more-itertools: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:20.266 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:20.270 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:20.272 | Ignoring numpy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:20.274 | Ignoring numpy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:20.279 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:20.283 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:20.286 | Ignoring Sphinx: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:20.288 | Ignoring Sphinx: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:20.293 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:20.347 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:20.349 | Ignoring Django: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:20.352 | Ignoring Django: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:20.356 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:20.375 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:20.378 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:20.383 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:20.414 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:20.419 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:20.422 | Ignoring GitPython: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:20.424 | Ignoring GitPython: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:20.428 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:20.463 | Ignoring ndg-httpsclient: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:20.484 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:20.493 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:20.517 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:20.520 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:20.522 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:20.527 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:20.540 | Ignoring diskimage-builder: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:20.542 | Ignoring diskimage-builder: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:20.545 | Ignoring diskimage-builder: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:20.550 | Ignoring diskimage-builder: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:20.558 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:20.562 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:20.574 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:20.583 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:20.585 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:20.590 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:20.602 | Ignoring dnspython: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:20.606 | Ignoring dnspython: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:20.622 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:20.625 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:20.632 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:20.646 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:20.651 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:20.678 | Ignoring typing-extensions: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:20.680 | Ignoring typing-extensions: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:20.686 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:20.701 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:20.704 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:20.709 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:20.711 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:20.713 | Ignoring scikit-learn: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:20.716 | Ignoring scikit-learn: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:20.720 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:20.724 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:20.727 | Ignoring Pygments: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:20.729 | Ignoring Pygments: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:20.734 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:20.737 | Requirement already satisfied: keystonemiddleware===7.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 413)) 2021-06-02 10:47:20.793 | Requirement already satisfied: oslo.cache===1.37.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 440)) 2021-06-02 10:47:20.841 | Requirement already satisfied: oslo.config===6.11.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 477)) 2021-06-02 10:47:20.859 | Requirement already satisfied: dogpile.cache===0.7.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 494)) 2021-06-02 10:47:20.863 | Requirement already satisfied: stevedore===1.31.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 503)) 2021-06-02 10:47:20.869 | Requirement already satisfied: six===1.12.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 534)) 2021-06-02 10:47:20.871 | Requirement already satisfied: rfc3986===1.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 574)) 2021-06-02 10:47:20.877 | Requirement already satisfied: keystoneauth1===3.17.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 607)) 2021-06-02 10:47:20.945 | Requirement already satisfied: python-keystoneclient===3.21.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 610)) 2021-06-02 10:47:20.963 | Requirement already satisfied: decorator===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 631)) 2021-06-02 10:47:20.967 | Requirement already satisfied: oslo.utils===3.41.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 671)) 2021-06-02 10:47:20.989 | Requirement already satisfied: pytz===2019.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 687)) 2021-06-02 10:47:20.994 | Requirement already satisfied: pycadf===2.10.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 61)) 2021-06-02 10:47:21.004 | Requirement already satisfied: WebOb===1.8.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 18)) 2021-06-02 10:47:21.018 | Requirement already satisfied: oslo.serialization===2.29.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 368)) 2021-06-02 10:47:21.030 | Requirement already satisfied: oslo.context===2.23.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 58)) 2021-06-02 10:47:21.036 | Requirement already satisfied: oslo.i18n===3.24.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 55)) 2021-06-02 10:47:21.043 | Requirement already satisfied: pbr===5.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 49)) 2021-06-02 10:47:21.047 | Requirement already satisfied: oslo.log===3.44.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 326)) 2021-06-02 10:47:21.092 | Requirement already satisfied: requests===2.22.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 257)) 2021-06-02 10:47:21.115 | Requirement already satisfied: netaddr===0.7.19 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 153)) 2021-06-02 10:47:21.118 | Requirement already satisfied: PyYAML===5.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 206)) 2021-06-02 10:47:21.121 | Requirement already satisfied: debtcollector===1.22.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 138)) 2021-06-02 10:47:21.132 | 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 383)) 2021-06-02 10:47:21.136 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 426)) 2021-06-02 10:47:21.140 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 599)) 2021-06-02 10:47:21.142 | Requirement already satisfied: pyparsing===2.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 493)) 2021-06-02 10:47:21.145 | Requirement already satisfied: msgpack===0.6.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 471)) 2021-06-02 10:47:21.149 | Requirement already satisfied: Babel===2.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 651)) 2021-06-02 10:47:21.153 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 137)) 2021-06-02 10:47:21.156 | Requirement already satisfied: python-dateutil===2.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 678)) 2021-06-02 10:47:21.161 | Requirement already satisfied: certifi===2019.6.16 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 45)) 2021-06-02 10:47:21.163 | Requirement already satisfied: idna===2.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 430)) 2021-06-02 10:47:21.167 | Requirement already satisfied: urllib3===1.25.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 193)) 2021-06-02 10:47:21.188 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2021-06-02 10:47:21.191 | Requirement already satisfied: wrapt===1.11.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 563)) 2021-06-02 10:47:21.285 | You are using pip version 9.0.3, however version 21.1.2 is available. 2021-06-02 10:47:21.285 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-06-02 10:47:21.335 | + inc/python:pip_install:290 : result=0 2021-06-02 10:47:21.337 | + inc/python:pip_install:292 : time_stop pip_install 2021-06-02 10:47:21.339 | + functions-common:time_stop:2336 : local name 2021-06-02 10:47:21.342 | + functions-common:time_stop:2337 : local end_time 2021-06-02 10:47:21.344 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 10:47:21.346 | + functions-common:time_stop:2339 : local total 2021-06-02 10:47:21.348 | + functions-common:time_stop:2340 : local start_time 2021-06-02 10:47:21.350 | + functions-common:time_stop:2342 : name=pip_install 2021-06-02 10:47:21.353 | + functions-common:time_stop:2343 : start_time=1622630838288 2021-06-02 10:47:21.355 | + functions-common:time_stop:2345 : [[ -z 1622630838288 ]] 2021-06-02 10:47:21.358 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 10:47:21.361 | + functions-common:time_stop:2348 : end_time=1622630841359 2021-06-02 10:47:21.363 | + functions-common:time_stop:2349 : elapsed_time=3071 2021-06-02 10:47:21.365 | + functions-common:time_stop:2350 : total=60280 2021-06-02 10:47:21.367 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 10:47:21.370 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=63351 2021-06-02 10:47:21.372 | + inc/python:pip_install:293 : return 0 2021-06-02 10:47:21.375 | + lib/keystone:install_keystonemiddleware:488 : pip_install_gr python-memcached 2021-06-02 10:47:21.377 | + inc/python:pip_install_gr:68 : local name=python-memcached 2021-06-02 10:47:21.379 | + inc/python:pip_install_gr:69 : local clean_name 2021-06-02 10:47:21.382 | ++ inc/python:pip_install_gr:70 : get_from_global_requirements python-memcached 2021-06-02 10:47:21.385 | ++ inc/python:get_from_global_requirements:316 : local package=python-memcached 2021-06-02 10:47:21.387 | ++ inc/python:get_from_global_requirements:317 : local required_pkg 2021-06-02 10:47:21.391 | +++ inc/python:get_from_global_requirements:318 : grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt 2021-06-02 10:47:21.391 | +++ inc/python:get_from_global_requirements:318 : cut -d# -f1 2021-06-02 10:47:21.396 | ++ inc/python:get_from_global_requirements:318 : required_pkg='python-memcached>1.55;python_version=='\''2.7'\'' 2021-06-02 10:47:21.396 | python-memcached>1.57;python_version>='\''3.4'\'' ' 2021-06-02 10:47:21.398 | ++ inc/python:get_from_global_requirements:319 : [[ python-memcached>1.55;python_version=='2.7' 2021-06-02 10:47:21.398 | python-memcached>1.57;python_version>='3.4' == '' ]] 2021-06-02 10:47:21.400 | ++ inc/python:get_from_global_requirements:322 : echo 'python-memcached>1.55;python_version=='\''2.7'\''' 'python-memcached>1.57;python_version>='\''3.4'\''' 2021-06-02 10:47:21.403 | + inc/python:pip_install_gr:70 : clean_name='python-memcached>1.55;python_version=='\''2.7'\'' python-memcached>1.57;python_version>='\''3.4'\''' 2021-06-02 10:47:21.405 | + inc/python:pip_install_gr:71 : pip_install 'python-memcached>1.55;python_version=='\''2.7'\''' 'python-memcached>1.57;python_version>='\''3.4'\''' 2021-06-02 10:47:21.426 | Check python version for : python-memcached>1.57;python_version>='3.4' 2021-06-02 10:47:21.430 | Using 3.6 version to install python-memcached>1.57;python_version>='3.4' based on default behavior 2021-06-02 10:47:21.814 | + inc/python:pip_install:283 : 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>1.55;python_version=='\''2.7'\''' 'python-memcached>1.57;python_version>='\''3.4'\''' 2021-06-02 10:47:22.595 | Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:22.646 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:22.649 | Ignoring pytest: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:22.651 | Ignoring pytest: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:22.656 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:22.723 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:22.730 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:22.732 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:22.735 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:22.740 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:22.759 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:22.774 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:22.776 | Ignoring networkx: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:22.778 | Ignoring networkx: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:22.783 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:22.812 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:22.815 | Ignoring zeroconf: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:22.817 | Ignoring zeroconf: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:22.822 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:22.824 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:22.827 | Ignoring scipy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:22.829 | Ignoring scipy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:22.834 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:22.836 | Ignoring mypy-extensions: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:22.838 | Ignoring mypy-extensions: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:22.843 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:22.927 | Ignoring ifaddr: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:22.929 | Ignoring ifaddr: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:22.934 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:22.939 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:22.945 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:22.957 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:22.959 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:22.964 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:22.966 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:22.984 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:23.003 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:23.006 | Ignoring gunicorn: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:23.008 | Ignoring gunicorn: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:23.013 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:23.027 | Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:23.031 | Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:23.037 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:23.041 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:23.043 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:23.048 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:23.067 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:23.069 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:23.074 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:23.103 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:23.111 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:23.114 | Ignoring influxdb: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:23.116 | Ignoring influxdb: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:23.120 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:23.133 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:23.139 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:23.145 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:23.147 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:23.152 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:23.158 | Ignoring joblib: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:23.160 | Ignoring joblib: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:23.164 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:23.235 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:23.237 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:23.242 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:23.267 | Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:23.269 | Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:23.275 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:23.280 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:23.309 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:23.311 | Ignoring keyring: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:23.314 | Ignoring keyring: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:23.318 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:23.372 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:23.374 | Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:23.377 | Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:23.381 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:23.396 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:23.444 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:23.447 | Ignoring more-itertools: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:23.449 | Ignoring more-itertools: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:23.454 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:23.458 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:23.460 | Ignoring numpy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:23.463 | Ignoring numpy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:23.468 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:23.472 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:23.475 | Ignoring Sphinx: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:23.477 | Ignoring Sphinx: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:23.482 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:23.536 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:23.539 | Ignoring Django: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:23.541 | Ignoring Django: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:23.546 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:23.565 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:23.567 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:23.572 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:23.605 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:23.611 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:23.613 | Ignoring GitPython: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:23.615 | Ignoring GitPython: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:23.620 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:23.655 | Ignoring ndg-httpsclient: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:23.676 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:23.685 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:23.709 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:23.712 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:23.714 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:23.720 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:23.732 | Ignoring diskimage-builder: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:23.735 | Ignoring diskimage-builder: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:23.737 | Ignoring diskimage-builder: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:23.742 | Ignoring diskimage-builder: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:23.750 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:23.753 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:23.766 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:23.775 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:23.777 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:23.782 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:23.795 | Ignoring dnspython: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:23.798 | Ignoring dnspython: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:23.813 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:23.816 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:23.823 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:23.838 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:23.844 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:23.869 | Ignoring typing-extensions: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:23.872 | Ignoring typing-extensions: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:23.877 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:23.893 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:23.896 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:23.900 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:23.902 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:23.906 | Ignoring scikit-learn: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:23.908 | Ignoring scikit-learn: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:23.913 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:23.917 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:23.919 | Ignoring Pygments: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:23.922 | Ignoring Pygments: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:23.926 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:23.928 | Ignoring python-memcached: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:24.028 | Collecting python-memcached===1.59 (from -c /opt/stack/requirements/upper-constraints.txt (line 532)) 2021-06-02 10:47:24.071 | Downloading http://10.100.0.9:8080/root/pypi/+f/4da/c64916871bd35/python_memcached-1.59-py2.py3-none-any.whl 2021-06-02 10:47:24.175 | Requirement already satisfied: six===1.12.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 534)) 2021-06-02 10:47:24.176 | Installing collected packages: python-memcached 2021-06-02 10:47:24.285 | Successfully installed python-memcached-1.59 2021-06-02 10:47:24.373 | You are using pip version 9.0.3, however version 21.1.2 is available. 2021-06-02 10:47:24.373 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-06-02 10:47:24.417 | + inc/python:pip_install:290 : result=0 2021-06-02 10:47:24.420 | + inc/python:pip_install:292 : time_stop pip_install 2021-06-02 10:47:24.422 | + functions-common:time_stop:2336 : local name 2021-06-02 10:47:24.424 | + functions-common:time_stop:2337 : local end_time 2021-06-02 10:47:24.427 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 10:47:24.429 | + functions-common:time_stop:2339 : local total 2021-06-02 10:47:24.431 | + functions-common:time_stop:2340 : local start_time 2021-06-02 10:47:24.433 | + functions-common:time_stop:2342 : name=pip_install 2021-06-02 10:47:24.436 | + functions-common:time_stop:2343 : start_time=1622630841419 2021-06-02 10:47:24.438 | + functions-common:time_stop:2345 : [[ -z 1622630841419 ]] 2021-06-02 10:47:24.441 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 10:47:24.444 | + functions-common:time_stop:2348 : end_time=1622630844442 2021-06-02 10:47:24.446 | + functions-common:time_stop:2349 : elapsed_time=3023 2021-06-02 10:47:24.448 | + functions-common:time_stop:2350 : total=63351 2021-06-02 10:47:24.451 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 10:47:24.453 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=66374 2021-06-02 10:47:24.455 | + inc/python:pip_install:293 : return 0 2021-06-02 10:47:24.458 | + ./stack.sh:main:913 : is_service_enabled keystone 2021-06-02 10:47:24.473 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:47:24.475 | + ./stack.sh:main:914 : '[' 10.222.0.22 == 10.222.0.22 ']' 2021-06-02 10:47:24.478 | + ./stack.sh:main:915 : stack_install_service keystone 2021-06-02 10:47:24.480 | + lib/stack:stack_install_service:20 : local service=keystone 2021-06-02 10:47:24.483 | + lib/stack:stack_install_service:21 : type install_keystone 2021-06-02 10:47:24.485 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-06-02 10:47:24.487 | + lib/stack:stack_install_service:32 : install_keystone 2021-06-02 10:47:24.490 | + lib/keystone:install_keystone:494 : is_service_enabled ldap 2021-06-02 10:47:24.505 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:47:24.507 | + lib/keystone:install_keystone:498 : git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone stable/train 2021-06-02 10:47:24.509 | + functions-common:git_clone:524 : local git_remote=https://opendev.org/openstack/keystone.git 2021-06-02 10:47:24.511 | + functions-common:git_clone:525 : local git_dest=/opt/stack/keystone 2021-06-02 10:47:24.513 | + functions-common:git_clone:526 : local git_ref=stable/train 2021-06-02 10:47:24.515 | + functions-common:git_clone:527 : local orig_dir 2021-06-02 10:47:24.518 | ++ functions-common:git_clone:528 : pwd 2021-06-02 10:47:24.520 | + functions-common:git_clone:528 : orig_dir=/home/ubuntu/devstack 2021-06-02 10:47:24.522 | + functions-common:git_clone:529 : local git_clone_flags= 2021-06-02 10:47:24.525 | ++ functions-common:git_clone:531 : trueorfalse False RECLONE 2021-06-02 10:47:24.538 | + functions-common:git_clone:531 : RECLONE=False 2021-06-02 10:47:24.541 | + functions-common:git_clone:532 : [[ 0 -gt 0 ]] 2021-06-02 10:47:24.543 | + functions-common:git_clone:536 : [[ False = \T\r\u\e ]] 2021-06-02 10:47:24.546 | + functions-common:git_clone:545 : echo stable/train 2021-06-02 10:47:24.546 | + functions-common:git_clone:545 : egrep -q '^refs' 2021-06-02 10:47:24.550 | + functions-common:git_clone:559 : [[ ! -d /opt/stack/keystone ]] 2021-06-02 10:47:24.552 | + functions-common:git_clone:567 : [[ False = \T\r\u\e ]] 2021-06-02 10:47:24.554 | + functions-common:git_clone:593 : cd /opt/stack/keystone 2021-06-02 10:47:24.557 | + functions-common:git_clone:594 : git show --oneline 2021-06-02 10:47:24.557 | + functions-common:git_clone:594 : head -1 2021-06-02 10:47:24.560 | fd5fa1297 Merge "Retry update_user when sqlalchemy raises StaleDataErrors" into stable/train 2021-06-02 10:47:24.563 | + functions-common:git_clone:595 : cd /home/ubuntu/devstack 2021-06-02 10:47:24.565 | + lib/keystone:install_keystone:499 : setup_develop /opt/stack/keystone 2021-06-02 10:47:24.567 | + inc/python:setup_develop:415 : local bindep 2021-06-02 10:47:24.570 | + inc/python:setup_develop:416 : [[ /opt/stack/keystone == -bindep* ]] 2021-06-02 10:47:24.572 | + inc/python:setup_develop:420 : local project_dir=/opt/stack/keystone 2021-06-02 10:47:24.574 | + inc/python:setup_develop:421 : local extras= 2021-06-02 10:47:24.577 | + inc/python:setup_develop:422 : _setup_package_with_constraints_edit /opt/stack/keystone -e 2021-06-02 10:47:24.579 | + inc/python:_setup_package_with_constraints_edit:441 : local bindep 2021-06-02 10:47:24.581 | + inc/python:_setup_package_with_constraints_edit:442 : [[ /opt/stack/keystone == -bindep* ]] 2021-06-02 10:47:24.584 | + inc/python:_setup_package_with_constraints_edit:446 : local project_dir=/opt/stack/keystone 2021-06-02 10:47:24.586 | + inc/python:_setup_package_with_constraints_edit:447 : local flags=-e 2021-06-02 10:47:24.588 | + inc/python:_setup_package_with_constraints_edit:448 : local extras= 2021-06-02 10:47:24.591 | ++ inc/python:_setup_package_with_constraints_edit:455 : cd /opt/stack/keystone 2021-06-02 10:47:24.594 | ++ inc/python:_setup_package_with_constraints_edit:455 : pwd 2021-06-02 10:47:24.596 | + inc/python:_setup_package_with_constraints_edit:455 : project_dir=/opt/stack/keystone 2021-06-02 10:47:24.598 | + inc/python:_setup_package_with_constraints_edit:457 : '[' -n /opt/stack/requirements ']' 2021-06-02 10:47:24.601 | + inc/python:_setup_package_with_constraints_edit:459 : local name 2021-06-02 10:47:24.604 | ++ inc/python:_setup_package_with_constraints_edit:460 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2021-06-02 10:47:24.609 | + inc/python:_setup_package_with_constraints_edit:460 : name=keystone 2021-06-02 10:47:24.611 | + inc/python:_setup_package_with_constraints_edit:462 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- keystone '-e file:///opt/stack/keystone#egg=keystone' 2021-06-02 10:47:25.441 | + inc/python:_setup_package_with_constraints_edit:466 : setup_package /opt/stack/keystone -e 2021-06-02 10:47:25.443 | + inc/python:setup_package:494 : local bindep=0 2021-06-02 10:47:25.445 | + inc/python:setup_package:495 : local bindep_flag= 2021-06-02 10:47:25.447 | + inc/python:setup_package:496 : local bindep_profiles= 2021-06-02 10:47:25.450 | + inc/python:setup_package:497 : [[ /opt/stack/keystone == -bindep* ]] 2021-06-02 10:47:25.452 | + inc/python:setup_package:502 : local project_dir=/opt/stack/keystone 2021-06-02 10:47:25.454 | + inc/python:setup_package:503 : local flags=-e 2021-06-02 10:47:25.456 | + inc/python:setup_package:504 : local extras= 2021-06-02 10:47:25.459 | + inc/python:setup_package:508 : [[ -n -e ]] 2021-06-02 10:47:25.461 | + inc/python:setup_package:508 : [[ -z '' ]] 2021-06-02 10:47:25.463 | + inc/python:setup_package:508 : [[ ! -e =~ ^-.* ]] 2021-06-02 10:47:25.465 | + inc/python:setup_package:513 : [[ ! -z '' ]] 2021-06-02 10:47:25.467 | + inc/python:setup_package:518 : [[ 0 == 1 ]] 2021-06-02 10:47:25.469 | + inc/python:setup_package:522 : pip_install -e /opt/stack/keystone 2021-06-02 10:47:25.489 | Check python version for : /opt/stack/keystone 2021-06-02 10:47:25.492 | Using 3.6 version to install /opt/stack/keystone based on default behavior 2021-06-02 10:47:25.877 | + inc/python:pip_install:283 : 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-06-02 10:47:26.619 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:26.622 | Ignoring Django: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:26.624 | Ignoring Django: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:26.629 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:26.639 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:26.642 | Ignoring GitPython: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:26.644 | Ignoring GitPython: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:26.648 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:26.654 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:26.678 | Ignoring Pygments: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:26.680 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:26.682 | Ignoring Pygments: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:26.687 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:26.694 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:26.696 | Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:26.699 | Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:26.704 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:26.707 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:26.709 | Ignoring Sphinx: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:26.712 | Ignoring Sphinx: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:26.717 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:26.822 | Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:26.824 | Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:26.828 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:26.837 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:26.841 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:26.843 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:26.888 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:26.894 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:26.920 | Ignoring diskimage-builder: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:26.922 | Ignoring diskimage-builder: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:26.924 | Ignoring diskimage-builder: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:26.929 | Ignoring diskimage-builder: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:26.948 | Ignoring dnspython: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:26.950 | Ignoring dnspython: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:26.955 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:26.957 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:26.960 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:26.962 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:26.967 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:26.985 | Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:27.015 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:27.017 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:27.021 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:27.044 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:27.047 | Ignoring gunicorn: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:27.049 | Ignoring gunicorn: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:27.054 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:27.056 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:27.070 | Ignoring ifaddr: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:27.072 | Ignoring ifaddr: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:27.077 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:27.087 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:27.090 | Ignoring influxdb: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:27.093 | Ignoring influxdb: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:27.097 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:27.102 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:27.112 | Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:27.114 | Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:27.119 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:27.124 | Ignoring joblib: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:27.126 | Ignoring joblib: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:27.131 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:27.146 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:27.148 | Ignoring keyring: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:27.151 | Ignoring keyring: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:27.156 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:27.195 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:27.197 | Ignoring more-itertools: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:27.200 | Ignoring more-itertools: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:27.205 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:27.217 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:27.220 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:27.224 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:27.227 | Ignoring mypy-extensions: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:27.229 | Ignoring mypy-extensions: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:27.235 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:27.237 | Ignoring ndg-httpsclient: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:27.246 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:27.249 | Ignoring networkx: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:27.251 | Ignoring networkx: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:27.256 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:27.272 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:27.275 | Ignoring numpy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:27.277 | Ignoring numpy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:27.282 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:27.383 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:27.469 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:27.471 | Ignoring pytest: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:27.474 | Ignoring pytest: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:27.478 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:27.585 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:27.632 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:27.634 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:27.637 | Ignoring scikit-learn: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:27.639 | Ignoring scikit-learn: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:27.644 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:27.646 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:27.649 | Ignoring scipy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:27.651 | Ignoring scipy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:27.656 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:27.675 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:27.695 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:27.698 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:27.702 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:27.706 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:27.709 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:27.714 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:27.718 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:27.721 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:27.725 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:27.730 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:27.733 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:27.738 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:27.745 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:27.748 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:27.752 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:27.757 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:27.760 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:27.775 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:27.780 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:27.803 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:27.835 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:27.841 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:27.844 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:27.849 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:27.851 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:27.860 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:27.864 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:27.867 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:27.871 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:27.876 | Ignoring typing-extensions: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:27.878 | Ignoring typing-extensions: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:27.883 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:27.888 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:27.913 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:27.940 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:27.942 | Ignoring zeroconf: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:27.944 | Ignoring zeroconf: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:27.949 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:27.956 | Obtaining file:///opt/stack/keystone 2021-06-02 10:47:29.879 | Obtaining keystone from file:///opt/stack/keystone#egg=keystone (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-06-02 10:47:31.557 | Requirement already satisfied: Babel===2.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2021-06-02 10:47:31.658 | Collecting Flask===1.1.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) 2021-06-02 10:47:31.724 | Downloading http://10.100.0.9:8080/root/pypi/+f/45e/b5a6fd193d6cf/Flask-1.1.1-py2.py3-none-any.whl (94kB) 2021-06-02 10:47:31.979 | Collecting Flask-RESTful===0.3.7 (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) 2021-06-02 10:47:32.013 | Downloading http://10.100.0.9:8080/root/pypi/+f/ecd/620c5cc29f663/Flask_RESTful-0.3.7-py2.py3-none-any.whl 2021-06-02 10:47:32.125 | Requirement already satisfied: Jinja2===2.10.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) 2021-06-02 10:47:32.131 | 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)) 2021-06-02 10:47:32.135 | Collecting PyJWT===1.7.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) 2021-06-02 10:47:32.194 | Downloading http://10.100.0.9:8080/root/pypi/+f/5c6/eca3c2940464d/PyJWT-1.7.1-py2.py3-none-any.whl 2021-06-02 10:47:32.220 | Requirement already satisfied: SQLAlchemy===1.3.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 42)) 2021-06-02 10:47:32.242 | Requirement already satisfied: WebOb===1.8.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 57)) 2021-06-02 10:47:32.352 | Collecting Werkzeug===0.15.6 (from -c /opt/stack/requirements/upper-constraints.txt (line 59)) 2021-06-02 10:47:32.419 | Downloading http://10.100.0.9:8080/root/pypi/+f/00d/32beac38fcd48/Werkzeug-0.15.6-py2.py3-none-any.whl (328kB) 2021-06-02 10:47:32.663 | Collecting aniso8601===7.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 100)) 2021-06-02 10:47:32.702 | Downloading http://10.100.0.9:8080/root/pypi/+f/d10/a4bf949f619f7/aniso8601-7.0.0-py2.py3-none-any.whl (42kB) 2021-06-02 10:47:32.815 | Requirement already satisfied: bcrypt===3.1.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 120)) 2021-06-02 10:47:32.823 | Requirement already satisfied: cffi===1.12.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 138)) 2021-06-02 10:47:32.827 | Requirement already satisfied: cryptography===2.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 153)) 2021-06-02 10:47:32.867 | Requirement already satisfied: dogpile.cache===0.7.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 190)) 2021-06-02 10:47:32.967 | Collecting itsdangerous===1.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) 2021-06-02 10:47:32.994 | Downloading http://10.100.0.9:8080/root/pypi/+f/b12/271b2047cb23e/itsdangerous-1.1.0-py2.py3-none-any.whl 2021-06-02 10:47:33.102 | Requirement already satisfied: jsonschema===3.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 277)) 2021-06-02 10:47:33.120 | Requirement already satisfied: keystonemiddleware===7.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 286)) 2021-06-02 10:47:33.178 | Requirement already satisfied: msgpack===0.6.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) 2021-06-02 10:47:33.182 | Collecting oauthlib===3.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) 2021-06-02 10:47:33.219 | Downloading http://10.100.0.9:8080/root/pypi/+f/df8/84cd6cbe20e32/oauthlib-3.1.0-py2.py3-none-any.whl (147kB) 2021-06-02 10:47:33.257 | Requirement already satisfied: oslo.cache===1.37.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 378)) 2021-06-02 10:47:33.306 | Requirement already satisfied: oslo.concurrency===3.30.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 379)) 2021-06-02 10:47:33.322 | Requirement already satisfied: oslo.config===6.11.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 380)) 2021-06-02 10:47:33.342 | Requirement already satisfied: oslo.context===2.23.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 381)) 2021-06-02 10:47:33.347 | Requirement already satisfied: oslo.db===5.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 382)) 2021-06-02 10:47:33.404 | Requirement already satisfied: oslo.i18n===3.24.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 383)) 2021-06-02 10:47:33.412 | Requirement already satisfied: oslo.log===3.44.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 384)) 2021-06-02 10:47:33.459 | Requirement already satisfied: oslo.messaging===10.2.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 385)) 2021-06-02 10:47:33.537 | Requirement already satisfied: oslo.middleware===3.38.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 386)) 2021-06-02 10:47:33.557 | Requirement already satisfied: oslo.policy===2.3.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 387)) 2021-06-02 10:47:33.573 | Requirement already satisfied: oslo.serialization===2.29.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 391)) 2021-06-02 10:47:33.586 | Requirement already satisfied: oslo.service===1.40.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 392)) 2021-06-02 10:47:33.615 | Requirement already satisfied: oslo.upgradecheck===0.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 393)) 2021-06-02 10:47:33.628 | Requirement already satisfied: oslo.utils===3.41.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 394)) 2021-06-02 10:47:33.650 | Requirement already satisfied: osprofiler===2.8.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 399)) 2021-06-02 10:47:33.796 | Collecting passlib===1.7.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) 2021-06-02 10:47:33.832 | Downloading http://10.100.0.9:8080/root/pypi/+f/435/26aea08fa32c6/passlib-1.7.1-py2.py3-none-any.whl (498kB) 2021-06-02 10:47:33.991 | Requirement already satisfied: pbr===5.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 409)) 2021-06-02 10:47:33.993 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 417)) 2021-06-02 10:47:33.996 | Requirement already satisfied: pycadf===2.10.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 431)) 2021-06-02 10:47:34.007 | Requirement already satisfied: pycparser===2.19 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 432)) 2021-06-02 10:47:34.010 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 439)) 2021-06-02 10:47:34.012 | Requirement already satisfied: pyparsing===2.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) 2021-06-02 10:47:34.016 | Requirement already satisfied: pyrsistent===0.15.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 450)) 2021-06-02 10:47:34.118 | Collecting pysaml2===4.8.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 451)) 2021-06-02 10:47:34.165 | Downloading http://10.100.0.9:8080/root/pypi/+f/b8c/90c55d58266a8/pysaml2-4.8.0-py2.py3-none-any.whl (336kB) 2021-06-02 10:47:34.329 | Requirement already satisfied: python-dateutil===2.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 470)) 2021-06-02 10:47:34.335 | Requirement already satisfied: python-keystoneclient===3.21.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 482)) 2021-06-02 10:47:34.353 | Requirement already satisfied: pytz===2019.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 517)) 2021-06-02 10:47:34.358 | Requirement already satisfied: requests===2.22.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 528)) 2021-06-02 10:47:34.381 | Requirement already satisfied: rfc3986===1.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 540)) 2021-06-02 10:47:34.481 | Collecting scrypt===0.8.13 (from -c /opt/stack/requirements/upper-constraints.txt (line 561)) 2021-06-02 10:47:34.623 | Downloading http://10.100.0.9:8080/root/pypi/+f/137/7b1adc98c4152/scrypt-0.8.13.tar.gz (53kB) 2021-06-02 10:47:35.385 | Requirement already satisfied: six===1.12.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 571)) 2021-06-02 10:47:35.388 | Requirement already satisfied: sqlalchemy-migrate===0.12.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 616)) 2021-06-02 10:47:35.398 | Requirement already satisfied: sqlparse===0.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 617)) 2021-06-02 10:47:35.402 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 618)) 2021-06-02 10:47:35.405 | Requirement already satisfied: stevedore===1.31.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 620)) 2021-06-02 10:47:35.411 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 638)) 2021-06-02 10:47:35.420 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 639)) 2021-06-02 10:47:35.426 | Requirement already satisfied: testtools===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 640)) 2021-06-02 10:47:35.444 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 654)) 2021-06-02 10:47:35.447 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 671)) 2021-06-02 10:47:35.455 | Requirement already satisfied: urllib3===1.25.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 673)) 2021-06-02 10:47:35.477 | Requirement already satisfied: yappi===1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 695)) 2021-06-02 10:47:35.480 | Collecting Click===7.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 4)) 2021-06-02 10:47:35.531 | Downloading http://10.100.0.9:8080/root/pypi/+f/233/5065e6395b9e6/Click-7.0-py2.py3-none-any.whl (81kB) 2021-06-02 10:47:35.549 | Requirement already satisfied: decorator===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 158)) 2021-06-02 10:47:35.552 | Requirement already satisfied: attrs===19.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 113)) 2021-06-02 10:47:35.583 | Requirement already satisfied: setuptools in /usr/local/lib/python3.6/dist-packages (from jsonschema===3.0.2->-c /opt/stack/requirements/upper-constraints.txt (line 277)) 2021-06-02 10:47:35.649 | Requirement already satisfied: keystoneauth1===3.17.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 285)) 2021-06-02 10:47:35.720 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 203)) 2021-06-02 10:47:35.725 | Requirement already satisfied: netaddr===0.7.19 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327)) 2021-06-02 10:47:35.728 | Requirement already satisfied: debtcollector===1.22.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 157)) 2021-06-02 10:47:35.740 | Requirement already satisfied: PyYAML===5.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 35)) 2021-06-02 10:47:35.743 | Requirement already satisfied: alembic===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 98)) 2021-06-02 10:47:35.752 | Requirement already satisfied: cachetools===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) 2021-06-02 10:47:35.754 | Requirement already satisfied: amqp===2.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 99)) 2021-06-02 10:47:35.760 | Requirement already satisfied: kombu===4.6.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 287)) 2021-06-02 10:47:35.803 | Requirement already satisfied: futurist===1.9.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) 2021-06-02 10:47:35.818 | Requirement already satisfied: greenlet===0.4.15 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) 2021-06-02 10:47:35.821 | Requirement already satisfied: eventlet===0.25.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 199)) 2021-06-02 10:47:35.832 | Requirement already satisfied: Paste===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26)) 2021-06-02 10:47:35.840 | Requirement already satisfied: PasteDeploy===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 27)) 2021-06-02 10:47:35.849 | Requirement already satisfied: Routes===2.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) 2021-06-02 10:47:35.857 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) 2021-06-02 10:47:35.868 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) 2021-06-02 10:47:35.872 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 259)) 2021-06-02 10:47:35.972 | Collecting defusedxml===0.6.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 159)) 2021-06-02 10:47:35.997 | Downloading http://10.100.0.9:8080/root/pypi/+f/668/7150770438374/defusedxml-0.6.0-py2.py3-none-any.whl 2021-06-02 10:47:36.109 | Collecting pyOpenSSL===19.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 427)) 2021-06-02 10:47:36.155 | Downloading http://10.100.0.9:8080/root/pypi/+f/621/880965a720b8e/pyOpenSSL-19.1.0-py2.py3-none-any.whl (53kB) 2021-06-02 10:47:36.178 | Requirement already satisfied: idna===2.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 241)) 2021-06-02 10:47:36.183 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 139)) 2021-06-02 10:47:36.186 | Requirement already satisfied: certifi===2019.6.16 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 137)) 2021-06-02 10:47:36.188 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 54)) 2021-06-02 10:47:36.192 | 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 490)) 2021-06-02 10:47:36.194 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 201)) 2021-06-02 10:47:36.196 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) 2021-06-02 10:47:36.199 | 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 671)) 2021-06-02 10:47:36.202 | 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 370)) 2021-06-02 10:47:36.206 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) 2021-06-02 10:47:36.209 | Requirement already satisfied: wrapt===1.11.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 689)) 2021-06-02 10:47:36.212 | Requirement already satisfied: Mako===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) 2021-06-02 10:47:36.217 | 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 472)) 2021-06-02 10:47:36.219 | Requirement already satisfied: vine===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 675)) 2021-06-02 10:47:36.223 | Requirement already satisfied: importlib-metadata===0.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 247)) 2021-06-02 10:47:36.241 | Requirement already satisfied: dnspython===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 179)) 2021-06-02 10:47:36.243 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 527)) 2021-06-02 10:47:36.256 | Requirement already satisfied: zipp===0.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 705)) 2021-06-02 10:47:36.272 | Requirement already satisfied: more-itertools===7.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) 2021-06-02 10:47:36.275 | Building wheels for collected packages: scrypt 2021-06-02 10:47:36.276 | Running setup.py bdist_wheel for scrypt: started 2021-06-02 10:47:38.866 | Running setup.py bdist_wheel for scrypt: finished with status 'done' 2021-06-02 10:47:38.867 | Stored in directory: /root/.cache/pip/wheels/38/49/42/6bbd1676a5a547a83253cffd3d4fbd56722dfeb336d715c98f 2021-06-02 10:47:38.883 | Successfully built scrypt 2021-06-02 10:47:38.884 | Installing collected packages: Werkzeug, Click, itsdangerous, Flask, aniso8601, Flask-RESTful, passlib, scrypt, oauthlib, defusedxml, pyOpenSSL, pysaml2, PyJWT, keystone 2021-06-02 10:47:39.170 | Found existing installation: click 6.7 2021-06-02 10:47:39.178 | Uninstalling click-6.7: 2021-06-02 10:47:39.179 | Successfully uninstalled click-6.7 2021-06-02 10:47:39.791 | Found existing installation: oauthlib 2.0.6 2021-06-02 10:47:39.800 | Uninstalling oauthlib-2.0.6: 2021-06-02 10:47:39.801 | Successfully uninstalled oauthlib-2.0.6 2021-06-02 10:47:39.946 | Found existing installation: pyOpenSSL 17.5.0 2021-06-02 10:47:39.957 | Uninstalling pyOpenSSL-17.5.0: 2021-06-02 10:47:39.958 | Successfully uninstalled pyOpenSSL-17.5.0 2021-06-02 10:47:40.478 | Found existing installation: PyJWT 1.5.3 2021-06-02 10:47:40.490 | Uninstalling PyJWT-1.5.3: 2021-06-02 10:47:40.490 | Successfully uninstalled PyJWT-1.5.3 2021-06-02 10:47:40.523 | Running setup.py develop for keystone 2021-06-02 10:47:43.641 | Successfully installed Click-7.0 Flask-1.1.1 Flask-RESTful-0.3.7 PyJWT-1.7.1 Werkzeug-0.15.6 aniso8601-7.0.0 defusedxml-0.6.0 itsdangerous-1.1.0 keystone oauthlib-3.1.0 passlib-1.7.1 pyOpenSSL-19.1.0 pysaml2-4.8.0 scrypt-0.8.13 2021-06-02 10:47:43.781 | You are using pip version 9.0.3, however version 21.1.2 is available. 2021-06-02 10:47:43.781 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-06-02 10:47:43.850 | + inc/python:pip_install:290 : result=0 2021-06-02 10:47:43.852 | + inc/python:pip_install:292 : time_stop pip_install 2021-06-02 10:47:43.854 | + functions-common:time_stop:2336 : local name 2021-06-02 10:47:43.857 | + functions-common:time_stop:2337 : local end_time 2021-06-02 10:47:43.859 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 10:47:43.861 | + functions-common:time_stop:2339 : local total 2021-06-02 10:47:43.863 | + functions-common:time_stop:2340 : local start_time 2021-06-02 10:47:43.865 | + functions-common:time_stop:2342 : name=pip_install 2021-06-02 10:47:43.867 | + functions-common:time_stop:2343 : start_time=1622630845482 2021-06-02 10:47:43.869 | + functions-common:time_stop:2345 : [[ -z 1622630845482 ]] 2021-06-02 10:47:43.872 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 10:47:43.875 | + functions-common:time_stop:2348 : end_time=1622630863873 2021-06-02 10:47:43.877 | + functions-common:time_stop:2349 : elapsed_time=18391 2021-06-02 10:47:43.880 | + functions-common:time_stop:2350 : total=66374 2021-06-02 10:47:43.882 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 10:47:43.884 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=84765 2021-06-02 10:47:43.886 | + inc/python:pip_install:293 : return 0 2021-06-02 10:47:43.888 | + inc/python:setup_package:524 : [[ -e == \-\e ]] 2021-06-02 10:47:43.890 | + inc/python:setup_package:525 : safe_chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2021-06-02 10:47:43.893 | + functions-common:safe_chown:2237 : _safe_permission_operation chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2021-06-02 10:47:43.909 | + functions-common:_safe_permission_operation:2085 : sudo chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2021-06-02 10:47:43.920 | + inc/python:_setup_package_with_constraints_edit:470 : use_library_from_git /opt/stack/keystone 2021-06-02 10:47:43.923 | + inc/python:use_library_from_git:328 : local name=/opt/stack/keystone 2021-06-02 10:47:43.925 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:47:43.927 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:47:43.929 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,/opt/stack/keystone, ]] 2021-06-02 10:47:43.932 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:47:43.934 | + lib/keystone:install_keystone:501 : is_service_enabled ldap 2021-06-02 10:47:43.950 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:47:43.952 | + lib/keystone:install_keystone:505 : '[' uwsgi == mod_wsgi ']' 2021-06-02 10:47:43.954 | + lib/keystone:install_keystone:507 : '[' uwsgi == uwsgi ']' 2021-06-02 10:47:43.957 | + lib/keystone:install_keystone:508 : pip_install uwsgi 2021-06-02 10:47:43.978 | Check python version for : uwsgi 2021-06-02 10:47:43.981 | Using 3.6 version to install uwsgi based on default behavior 2021-06-02 10:47:44.365 | + inc/python:pip_install:283 : 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-06-02 10:47:45.128 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:45.130 | Ignoring Django: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:45.132 | Ignoring Django: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:45.139 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:45.148 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:45.150 | Ignoring GitPython: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:45.152 | Ignoring GitPython: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:45.157 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:45.164 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:45.188 | Ignoring Pygments: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:45.190 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:45.193 | Ignoring Pygments: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:45.197 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:45.206 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:45.208 | Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:45.210 | Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:45.215 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:45.217 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:45.219 | Ignoring Sphinx: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:45.222 | Ignoring Sphinx: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:45.226 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:45.331 | Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:45.334 | Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:45.339 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:45.348 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:45.351 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:45.353 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:45.398 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:45.404 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:45.430 | Ignoring diskimage-builder: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:45.432 | Ignoring diskimage-builder: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:45.435 | Ignoring diskimage-builder: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:45.439 | Ignoring diskimage-builder: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:45.458 | Ignoring dnspython: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:45.460 | Ignoring dnspython: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:45.465 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:45.468 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:45.470 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:45.472 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:45.478 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:45.495 | Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:45.525 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:45.527 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:45.532 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:45.555 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:45.557 | Ignoring gunicorn: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:45.560 | Ignoring gunicorn: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:45.565 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:45.567 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:45.581 | Ignoring ifaddr: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:45.584 | Ignoring ifaddr: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:45.588 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:45.599 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:45.601 | Ignoring influxdb: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:45.604 | Ignoring influxdb: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:45.609 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:45.613 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:45.623 | Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:45.625 | Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:45.630 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:45.635 | Ignoring joblib: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:45.638 | Ignoring joblib: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:45.642 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:45.658 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:45.660 | Ignoring keyring: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:45.663 | Ignoring keyring: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:45.667 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:45.707 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:45.710 | Ignoring more-itertools: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:45.712 | Ignoring more-itertools: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:45.717 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:45.729 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:45.732 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:45.737 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:45.740 | Ignoring mypy-extensions: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:45.742 | Ignoring mypy-extensions: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:45.747 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:45.749 | Ignoring ndg-httpsclient: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:45.758 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:45.761 | Ignoring networkx: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:45.763 | Ignoring networkx: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:45.768 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:45.785 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:45.788 | Ignoring numpy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:45.790 | Ignoring numpy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:45.795 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:45.894 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:45.980 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:45.984 | Ignoring pytest: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:45.986 | Ignoring pytest: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:45.990 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:46.098 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:46.145 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:46.147 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:46.149 | Ignoring scikit-learn: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:46.152 | Ignoring scikit-learn: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:46.157 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:46.159 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:46.161 | Ignoring scipy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:46.164 | Ignoring scipy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:46.168 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:46.188 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:46.209 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:46.211 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:46.216 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:46.221 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:46.223 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:46.227 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:46.232 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:46.235 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:46.239 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:46.244 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:46.246 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:46.251 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:46.258 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:46.261 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:46.267 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:46.271 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:46.274 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:46.279 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:46.283 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:46.305 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:46.350 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:46.356 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:46.358 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:46.363 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:46.365 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:46.374 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:46.379 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:46.381 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:46.386 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:46.390 | Ignoring typing-extensions: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:46.393 | Ignoring typing-extensions: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:46.397 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:46.403 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:46.428 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:46.454 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:47:46.456 | Ignoring zeroconf: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:47:46.459 | Ignoring zeroconf: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:47:46.463 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:47:46.574 | Collecting uwsgi 2021-06-02 10:47:46.638 | Downloading http://10.100.0.9:8080/root/pypi/+f/faa/85e053c0b1be4/uWSGI-2.0.19.1.tar.gz (803kB) 2021-06-02 10:47:47.970 | Building wheels for collected packages: uwsgi 2021-06-02 10:47:47.971 | Running setup.py bdist_wheel for uwsgi: started 2021-06-02 10:48:03.732 | Running setup.py bdist_wheel for uwsgi: finished with status 'done' 2021-06-02 10:48:03.733 | Stored in directory: /root/.cache/pip/wheels/50/ac/fd/e7f85e28a9eae087339fec9feb15c527812e693960799bd419 2021-06-02 10:48:03.799 | Successfully built uwsgi 2021-06-02 10:48:03.800 | Installing collected packages: uwsgi 2021-06-02 10:48:04.001 | Successfully installed uwsgi-2.0.19.1 2021-06-02 10:48:04.094 | You are using pip version 9.0.3, however version 21.1.2 is available. 2021-06-02 10:48:04.094 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-06-02 10:48:04.159 | + inc/python:pip_install:290 : result=0 2021-06-02 10:48:04.162 | + inc/python:pip_install:292 : time_stop pip_install 2021-06-02 10:48:04.164 | + functions-common:time_stop:2336 : local name 2021-06-02 10:48:04.166 | + functions-common:time_stop:2337 : local end_time 2021-06-02 10:48:04.169 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 10:48:04.171 | + functions-common:time_stop:2339 : local total 2021-06-02 10:48:04.173 | + functions-common:time_stop:2340 : local start_time 2021-06-02 10:48:04.175 | + functions-common:time_stop:2342 : name=pip_install 2021-06-02 10:48:04.177 | + functions-common:time_stop:2343 : start_time=1622630863971 2021-06-02 10:48:04.179 | + functions-common:time_stop:2345 : [[ -z 1622630863971 ]] 2021-06-02 10:48:04.182 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 10:48:04.186 | + functions-common:time_stop:2348 : end_time=1622630884183 2021-06-02 10:48:04.188 | + functions-common:time_stop:2349 : elapsed_time=20212 2021-06-02 10:48:04.190 | + functions-common:time_stop:2350 : total=84765 2021-06-02 10:48:04.192 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 10:48:04.194 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=104977 2021-06-02 10:48:04.197 | + inc/python:pip_install:293 : return 0 2021-06-02 10:48:04.199 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-06-02 10:48:04.202 | + ./stack.sh:main:916 : configure_keystone 2021-06-02 10:48:04.204 | + lib/keystone:configure_keystone:202 : sudo install -d -o ubuntu /etc/keystone 2021-06-02 10:48:04.217 | + 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-06-02 10:48:04.219 | + lib/keystone:configure_keystone:205 : install -m 600 /dev/null /etc/keystone/keystone.conf 2021-06-02 10:48:04.223 | + lib/keystone:configure_keystone:208 : is_service_enabled ldap 2021-06-02 10:48:04.238 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:48:04.240 | + lib/keystone:configure_keystone:212 : iniset /etc/keystone/keystone.conf identity driver sql 2021-06-02 10:48:04.266 | + lib/keystone:configure_keystone:213 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2021-06-02 10:48:04.290 | + lib/keystone:configure_keystone:214 : iniset /etc/keystone/keystone.conf assignment driver sql 2021-06-02 10:48:04.316 | + lib/keystone:configure_keystone:215 : iniset /etc/keystone/keystone.conf role driver sql 2021-06-02 10:48:04.343 | + lib/keystone:configure_keystone:216 : iniset /etc/keystone/keystone.conf resource driver sql 2021-06-02 10:48:04.369 | + lib/keystone:configure_keystone:219 : iniset /etc/keystone/keystone.conf cache enabled True 2021-06-02 10:48:04.395 | + lib/keystone:configure_keystone:220 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2021-06-02 10:48:04.420 | + lib/keystone:configure_keystone:221 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2021-06-02 10:48:04.445 | + lib/keystone:configure_keystone:223 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2021-06-02 10:48:04.447 | + lib/rpc_backend:iniset_rpc_backend:152 : local package=keystone 2021-06-02 10:48:04.450 | + lib/rpc_backend:iniset_rpc_backend:153 : local file=/etc/keystone/keystone.conf 2021-06-02 10:48:04.452 | + lib/rpc_backend:iniset_rpc_backend:154 : local section=oslo_messaging_notifications 2021-06-02 10:48:04.455 | + lib/rpc_backend:iniset_rpc_backend:155 : local virtual_host= 2021-06-02 10:48:04.457 | + lib/rpc_backend:iniset_rpc_backend:156 : is_service_enabled rabbit 2021-06-02 10:48:04.472 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:48:04.475 | ++ lib/rpc_backend:iniset_rpc_backend:157 : get_transport_url '' 2021-06-02 10:48:04.477 | ++ lib/rpc_backend:get_transport_url:134 : local virtual_host= 2021-06-02 10:48:04.479 | ++ lib/rpc_backend:get_transport_url:135 : is_service_enabled rabbit 2021-06-02 10:48:04.493 | ++ functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:48:04.496 | ++ lib/rpc_backend:get_transport_url:136 : echo rabbit://stackrabbit:Passw0rd@10.222.0.22:5672/ 2021-06-02 10:48:04.499 | + lib/rpc_backend:iniset_rpc_backend:157 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.22:5672/ 2021-06-02 10:48:04.525 | + lib/rpc_backend:iniset_rpc_backend:158 : '[' -n '' ']' 2021-06-02 10:48:04.528 | + lib/rpc_backend:iniset_rpc_backend:161 : '[' -n '' ']' 2021-06-02 10:48:04.530 | + lib/keystone:configure_keystone:225 : local service_port=5000 2021-06-02 10:48:04.532 | + lib/keystone:configure_keystone:226 : local auth_port=35357 2021-06-02 10:48:04.535 | + lib/keystone:configure_keystone:228 : is_service_enabled tls-proxy 2021-06-02 10:48:04.550 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:48:04.552 | + lib/keystone:configure_keystone:240 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.222.0.22/identity 2021-06-02 10:48:04.579 | + lib/keystone:configure_keystone:241 : iniset /etc/keystone/keystone.conf DEFAULT admin_endpoint http://10.222.0.22/identity 2021-06-02 10:48:04.603 | + lib/keystone:configure_keystone:243 : [[ fernet != '' ]] 2021-06-02 10:48:04.605 | + lib/keystone:configure_keystone:244 : iniset /etc/keystone/keystone.conf token provider fernet 2021-06-02 10:48:04.632 | ++ lib/keystone:configure_keystone:247 : database_connection_url keystone 2021-06-02 10:48:04.634 | ++ lib/database:database_connection_url:132 : local db=keystone 2021-06-02 10:48:04.637 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql keystone 2021-06-02 10:48:04.640 | ++ lib/databases/mysql:database_connection_url_mysql:179 : local db=keystone 2021-06-02 10:48:04.642 | ++ lib/databases/mysql:database_connection_url_mysql:180 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2021-06-02 10:48:04.645 | + lib/keystone:configure_keystone:247 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2021-06-02 10:48:04.670 | + lib/keystone:configure_keystone:250 : '[' False '!=' False ']' 2021-06-02 10:48:04.672 | + lib/keystone:configure_keystone:255 : setup_logging /etc/keystone/keystone.conf 2021-06-02 10:48:04.675 | + functions:setup_logging:639 : local conf_file=/etc/keystone/keystone.conf 2021-06-02 10:48:04.677 | + functions:setup_logging:640 : local other_cond=False 2021-06-02 10:48:04.679 | + functions:setup_logging:641 : [[ True == \T\r\u\e ]] 2021-06-02 10:48:04.681 | + functions:setup_logging:642 : setup_systemd_logging /etc/keystone/keystone.conf 2021-06-02 10:48:04.684 | + functions:setup_systemd_logging:670 : local conf_file=/etc/keystone/keystone.conf 2021-06-02 10:48:04.687 | + functions:setup_systemd_logging:671 : local conf_section=DEFAULT 2021-06-02 10:48:04.690 | ++ functions:setup_systemd_logging:676 : trueorfalse False USE_JOURNAL 2021-06-02 10:48:04.705 | + functions:setup_systemd_logging:676 : USE_JOURNAL=False 2021-06-02 10:48:04.708 | + functions:setup_systemd_logging:677 : local pidstr= 2021-06-02 10:48:04.710 | + functions:setup_systemd_logging:678 : [[ False == \T\r\u\e ]] 2021-06-02 10:48:04.712 | + functions:setup_systemd_logging:682 : pidstr='(pid=%(process)d) ' 2021-06-02 10:48:04.715 | + functions:setup_systemd_logging:684 : iniset /etc/keystone/keystone.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-06-02 10:48:04.738 | + functions:setup_systemd_logging:686 : 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-06-02 10:48:04.763 | + functions:setup_systemd_logging:687 : 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-06-02 10:48:04.786 | + functions:setup_systemd_logging:688 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-06-02 10:48:04.811 | + lib/keystone:configure_keystone:257 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2021-06-02 10:48:04.835 | + lib/keystone:configure_keystone:259 : '[' uwsgi == mod_wsgi ']' 2021-06-02 10:48:04.837 | + lib/keystone:configure_keystone:263 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2021-06-02 10:48:04.839 | + lib/apache:write_uwsgi_config:266 : local file=/etc/keystone/keystone-uwsgi-public.ini 2021-06-02 10:48:04.842 | + lib/apache:write_uwsgi_config:267 : local wsgi=/usr/local/bin/keystone-wsgi-public 2021-06-02 10:48:04.844 | + lib/apache:write_uwsgi_config:268 : local url=/identity 2021-06-02 10:48:04.846 | + lib/apache:write_uwsgi_config:269 : local http= 2021-06-02 10:48:04.848 | + lib/apache:write_uwsgi_config:270 : local name= 2021-06-02 10:48:04.851 | ++ lib/apache:write_uwsgi_config:271 : basename /usr/local/bin/keystone-wsgi-public 2021-06-02 10:48:04.854 | + lib/apache:write_uwsgi_config:271 : name=keystone-wsgi-public 2021-06-02 10:48:04.857 | + lib/apache:write_uwsgi_config:275 : local socket_dir=/var/run/uwsgi 2021-06-02 10:48:04.860 | + lib/apache:write_uwsgi_config:279 : sudo mkdir -p /etc/tmpfiles.d/ 2021-06-02 10:48:04.871 | + lib/apache:write_uwsgi_config:280 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-06-02 10:48:04.871 | + lib/apache:write_uwsgi_config:280 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-06-02 10:48:04.878 | d /var/run/uwsgi 0755 ubuntu root 2021-06-02 10:48:04.881 | + lib/apache:write_uwsgi_config:281 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-06-02 10:48:04.894 | + lib/apache:write_uwsgi_config:283 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2021-06-02 10:48:04.897 | + lib/apache:write_uwsgi_config:286 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2021-06-02 10:48:04.900 | + lib/apache:write_uwsgi_config:287 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2021-06-02 10:48:04.925 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2021-06-02 10:48:04.949 | + lib/apache:write_uwsgi_config:290 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2021-06-02 10:48:04.972 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2021-06-02 10:48:04.996 | + lib/apache:write_uwsgi_config:293 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2021-06-02 10:48:05.019 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 90 2021-06-02 10:48:05.043 | + lib/apache:write_uwsgi_config:297 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2021-06-02 10:48:05.066 | + lib/apache:write_uwsgi_config:298 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2021-06-02 10:48:05.090 | + lib/apache:write_uwsgi_config:300 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2021-06-02 10:48:05.113 | + lib/apache:write_uwsgi_config:302 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-06-02 10:48:05.137 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2021-06-02 10:48:05.160 | + lib/apache:write_uwsgi_config:306 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2021-06-02 10:48:05.185 | + lib/apache:write_uwsgi_config:308 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2021-06-02 10:48:05.207 | + lib/apache:write_uwsgi_config:311 : [[ -n '' ]] 2021-06-02 10:48:05.210 | + lib/apache:write_uwsgi_config:314 : local apache_conf= 2021-06-02 10:48:05.213 | ++ lib/apache:write_uwsgi_config:315 : apache_site_config_for keystone-wsgi-public 2021-06-02 10:48:05.216 | ++ lib/apache:apache_site_config_for:198 : local site=keystone-wsgi-public 2021-06-02 10:48:05.218 | ++ lib/apache:apache_site_config_for:199 : is_ubuntu 2021-06-02 10:48:05.221 | ++ functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:48:05.223 | ++ functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:48:05.225 | ++ lib/apache:apache_site_config_for:201 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2021-06-02 10:48:05.228 | + lib/apache:write_uwsgi_config:315 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2021-06-02 10:48:05.230 | + lib/apache:write_uwsgi_config:316 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2021-06-02 10:48:05.254 | + lib/apache:write_uwsgi_config:317 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2021-06-02 10:48:05.278 | + lib/apache:write_uwsgi_config:318 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2021-06-02 10:48:05.279 | + lib/apache:write_uwsgi_config:318 : echo 'ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public/" retry=0 ' 2021-06-02 10:48:05.285 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public/" retry=0 2021-06-02 10:48:05.289 | + lib/apache:write_uwsgi_config:319 : enable_apache_site keystone-wsgi-public 2021-06-02 10:48:05.291 | + lib/apache:enable_apache_site:215 : local site=keystone-wsgi-public 2021-06-02 10:48:05.293 | + lib/apache:enable_apache_site:217 : enable_apache_mod version 2021-06-02 10:48:05.296 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-06-02 10:48:05.298 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-06-02 10:48:05.300 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:48:05.303 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:48:05.305 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-06-02 10:48:05.307 | + lib/apache:enable_apache_site:218 : is_ubuntu 2021-06-02 10:48:05.309 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:48:05.312 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:48:05.314 | + lib/apache:enable_apache_site:219 : sudo a2ensite keystone-wsgi-public 2021-06-02 10:48:05.370 | Enabling site keystone-wsgi-public. 2021-06-02 10:48:05.375 | To activate the new configuration, you need to run: 2021-06-02 10:48:05.375 | systemctl reload apache2 2021-06-02 10:48:05.379 | + lib/apache:write_uwsgi_config:320 : restart_apache_server 2021-06-02 10:48:05.382 | + lib/apache:restart_apache_server:262 : restart_service apache2 2021-06-02 10:48:05.384 | + functions-common:restart_service:2220 : '[' -x /bin/systemctl ']' 2021-06-02 10:48:05.386 | + functions-common:restart_service:2221 : sudo /bin/systemctl restart apache2 2021-06-02 10:48:05.520 | + lib/keystone:configure_keystone:264 : write_uwsgi_config /etc/keystone/keystone-uwsgi-admin.ini /usr/local/bin/keystone-wsgi-admin /identity_admin 2021-06-02 10:48:05.522 | + lib/apache:write_uwsgi_config:266 : local file=/etc/keystone/keystone-uwsgi-admin.ini 2021-06-02 10:48:05.524 | + lib/apache:write_uwsgi_config:267 : local wsgi=/usr/local/bin/keystone-wsgi-admin 2021-06-02 10:48:05.527 | + lib/apache:write_uwsgi_config:268 : local url=/identity_admin 2021-06-02 10:48:05.532 | + lib/apache:write_uwsgi_config:269 : local http= 2021-06-02 10:48:05.534 | + lib/apache:write_uwsgi_config:270 : local name= 2021-06-02 10:48:05.537 | ++ lib/apache:write_uwsgi_config:271 : basename /usr/local/bin/keystone-wsgi-admin 2021-06-02 10:48:05.540 | + lib/apache:write_uwsgi_config:271 : name=keystone-wsgi-admin 2021-06-02 10:48:05.543 | + lib/apache:write_uwsgi_config:275 : local socket_dir=/var/run/uwsgi 2021-06-02 10:48:05.546 | + lib/apache:write_uwsgi_config:279 : sudo mkdir -p /etc/tmpfiles.d/ 2021-06-02 10:48:05.557 | + lib/apache:write_uwsgi_config:280 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-06-02 10:48:05.557 | + lib/apache:write_uwsgi_config:280 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-06-02 10:48:05.564 | d /var/run/uwsgi 0755 ubuntu root 2021-06-02 10:48:05.567 | + lib/apache:write_uwsgi_config:281 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-06-02 10:48:05.581 | + lib/apache:write_uwsgi_config:283 : local socket=/var/run/uwsgi/keystone-wsgi-admin.socket 2021-06-02 10:48:05.584 | + lib/apache:write_uwsgi_config:286 : rm -rf /etc/keystone/keystone-uwsgi-admin.ini 2021-06-02 10:48:05.588 | + lib/apache:write_uwsgi_config:287 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-admin 2021-06-02 10:48:05.614 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi processes 2 2021-06-02 10:48:05.638 | + lib/apache:write_uwsgi_config:290 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi master true 2021-06-02 10:48:05.662 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi die-on-term true 2021-06-02 10:48:05.686 | + lib/apache:write_uwsgi_config:293 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi exit-on-reload false 2021-06-02 10:48:05.711 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi worker-reload-mercy 90 2021-06-02 10:48:05.735 | + lib/apache:write_uwsgi_config:297 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi enable-threads true 2021-06-02 10:48:05.758 | + lib/apache:write_uwsgi_config:298 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi plugins http,python3 2021-06-02 10:48:05.784 | + lib/apache:write_uwsgi_config:300 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi thunder-lock true 2021-06-02 10:48:05.807 | + lib/apache:write_uwsgi_config:302 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-06-02 10:48:05.832 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi buffer-size 65535 2021-06-02 10:48:05.856 | + lib/apache:write_uwsgi_config:306 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi add-header 'Connection: close' 2021-06-02 10:48:05.880 | + lib/apache:write_uwsgi_config:308 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi lazy-apps true 2021-06-02 10:48:05.905 | + lib/apache:write_uwsgi_config:311 : [[ -n '' ]] 2021-06-02 10:48:05.908 | + lib/apache:write_uwsgi_config:314 : local apache_conf= 2021-06-02 10:48:05.911 | ++ lib/apache:write_uwsgi_config:315 : apache_site_config_for keystone-wsgi-admin 2021-06-02 10:48:05.913 | ++ lib/apache:apache_site_config_for:198 : local site=keystone-wsgi-admin 2021-06-02 10:48:05.915 | ++ lib/apache:apache_site_config_for:199 : is_ubuntu 2021-06-02 10:48:05.918 | ++ functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:48:05.920 | ++ functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:48:05.923 | ++ lib/apache:apache_site_config_for:201 : echo /etc/apache2/sites-available/keystone-wsgi-admin.conf 2021-06-02 10:48:05.925 | + lib/apache:write_uwsgi_config:315 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-admin.conf 2021-06-02 10:48:05.928 | + lib/apache:write_uwsgi_config:316 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-admin.socket 2021-06-02 10:48:05.952 | + lib/apache:write_uwsgi_config:317 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi chmod-socket 666 2021-06-02 10:48:05.977 | + lib/apache:write_uwsgi_config:318 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-admin.conf 2021-06-02 10:48:05.977 | + lib/apache:write_uwsgi_config:318 : echo 'ProxyPass "/identity_admin" "unix:/var/run/uwsgi/keystone-wsgi-admin.socket|uwsgi://uwsgi-uds-keystone-wsgi-admin/" retry=0 ' 2021-06-02 10:48:05.984 | ProxyPass "/identity_admin" "unix:/var/run/uwsgi/keystone-wsgi-admin.socket|uwsgi://uwsgi-uds-keystone-wsgi-admin/" retry=0 2021-06-02 10:48:05.987 | + lib/apache:write_uwsgi_config:319 : enable_apache_site keystone-wsgi-admin 2021-06-02 10:48:05.990 | + lib/apache:enable_apache_site:215 : local site=keystone-wsgi-admin 2021-06-02 10:48:05.992 | + lib/apache:enable_apache_site:217 : enable_apache_mod version 2021-06-02 10:48:05.994 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-06-02 10:48:05.996 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-06-02 10:48:05.999 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:48:06.002 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:48:06.004 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-06-02 10:48:06.006 | + lib/apache:enable_apache_site:218 : is_ubuntu 2021-06-02 10:48:06.009 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:48:06.011 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:48:06.013 | + lib/apache:enable_apache_site:219 : sudo a2ensite keystone-wsgi-admin 2021-06-02 10:48:06.070 | Enabling site keystone-wsgi-admin. 2021-06-02 10:48:06.074 | To activate the new configuration, you need to run: 2021-06-02 10:48:06.074 | systemctl reload apache2 2021-06-02 10:48:06.079 | + lib/apache:write_uwsgi_config:320 : restart_apache_server 2021-06-02 10:48:06.081 | + lib/apache:restart_apache_server:262 : restart_service apache2 2021-06-02 10:48:06.084 | + functions-common:restart_service:2220 : '[' -x /bin/systemctl ']' 2021-06-02 10:48:06.086 | + functions-common:restart_service:2221 : sudo /bin/systemctl restart apache2 2021-06-02 10:48:06.233 | + lib/keystone:configure_keystone:267 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2021-06-02 10:48:06.259 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2021-06-02 10:48:06.286 | + lib/keystone:configure_keystone:271 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2021-06-02 10:48:06.314 | + lib/keystone:configure_keystone:279 : [[ True = True ]] 2021-06-02 10:48:06.316 | + lib/keystone:configure_keystone:280 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2021-06-02 10:48:06.341 | + lib/keystone:configure_keystone:281 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2021-06-02 10:48:06.366 | + lib/keystone:configure_keystone:282 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2021-06-02 10:48:06.390 | + ./stack.sh:main:920 : is_service_enabled swift 2021-06-02 10:48:06.405 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:48:06.408 | + ./stack.sh:main:921 : is_service_enabled ceilometer 2021-06-02 10:48:06.424 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:48:06.426 | + ./stack.sh:main:924 : stack_install_service swift 2021-06-02 10:48:06.428 | + lib/stack:stack_install_service:20 : local service=swift 2021-06-02 10:48:06.431 | + lib/stack:stack_install_service:21 : type install_swift 2021-06-02 10:48:06.433 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-06-02 10:48:06.436 | + lib/stack:stack_install_service:32 : install_swift 2021-06-02 10:48:06.439 | + lib/swift:install_swift:740 : git_clone https://opendev.org/openstack/swift.git /opt/stack/swift stable/train 2021-06-02 10:48:06.441 | + functions-common:git_clone:524 : local git_remote=https://opendev.org/openstack/swift.git 2021-06-02 10:48:06.443 | + functions-common:git_clone:525 : local git_dest=/opt/stack/swift 2021-06-02 10:48:06.446 | + functions-common:git_clone:526 : local git_ref=stable/train 2021-06-02 10:48:06.448 | + functions-common:git_clone:527 : local orig_dir 2021-06-02 10:48:06.451 | ++ functions-common:git_clone:528 : pwd 2021-06-02 10:48:06.453 | + functions-common:git_clone:528 : orig_dir=/home/ubuntu/devstack 2021-06-02 10:48:06.456 | + functions-common:git_clone:529 : local git_clone_flags= 2021-06-02 10:48:06.459 | ++ functions-common:git_clone:531 : trueorfalse False RECLONE 2021-06-02 10:48:06.473 | + functions-common:git_clone:531 : RECLONE=False 2021-06-02 10:48:06.476 | + functions-common:git_clone:532 : [[ 0 -gt 0 ]] 2021-06-02 10:48:06.478 | + functions-common:git_clone:536 : [[ False = \T\r\u\e ]] 2021-06-02 10:48:06.481 | + functions-common:git_clone:545 : echo stable/train 2021-06-02 10:48:06.481 | + functions-common:git_clone:545 : egrep -q '^refs' 2021-06-02 10:48:06.486 | + functions-common:git_clone:559 : [[ ! -d /opt/stack/swift ]] 2021-06-02 10:48:06.488 | + functions-common:git_clone:567 : [[ False = \T\r\u\e ]] 2021-06-02 10:48:06.490 | + functions-common:git_clone:593 : cd /opt/stack/swift 2021-06-02 10:48:06.493 | + functions-common:git_clone:594 : git show --oneline 2021-06-02 10:48:06.493 | + functions-common:git_clone:594 : head -1 2021-06-02 10:48:06.495 | a989b4767 Merge "tempurl: Fix PUT upload to temp url on py3" into stable/train 2021-06-02 10:48:06.498 | + functions-common:git_clone:595 : cd /home/ubuntu/devstack 2021-06-02 10:48:06.501 | + lib/swift:install_swift:743 : setup_develop /opt/stack/swift keystone 2021-06-02 10:48:06.503 | + inc/python:setup_develop:415 : local bindep 2021-06-02 10:48:06.506 | + inc/python:setup_develop:416 : [[ /opt/stack/swift == -bindep* ]] 2021-06-02 10:48:06.508 | + inc/python:setup_develop:420 : local project_dir=/opt/stack/swift 2021-06-02 10:48:06.510 | + inc/python:setup_develop:421 : local extras=keystone 2021-06-02 10:48:06.513 | + inc/python:setup_develop:422 : _setup_package_with_constraints_edit /opt/stack/swift -e keystone 2021-06-02 10:48:06.515 | + inc/python:_setup_package_with_constraints_edit:441 : local bindep 2021-06-02 10:48:06.518 | + inc/python:_setup_package_with_constraints_edit:442 : [[ /opt/stack/swift == -bindep* ]] 2021-06-02 10:48:06.520 | + inc/python:_setup_package_with_constraints_edit:446 : local project_dir=/opt/stack/swift 2021-06-02 10:48:06.522 | + inc/python:_setup_package_with_constraints_edit:447 : local flags=-e 2021-06-02 10:48:06.525 | + inc/python:_setup_package_with_constraints_edit:448 : local extras=keystone 2021-06-02 10:48:06.528 | ++ inc/python:_setup_package_with_constraints_edit:455 : cd /opt/stack/swift 2021-06-02 10:48:06.530 | ++ inc/python:_setup_package_with_constraints_edit:455 : pwd 2021-06-02 10:48:06.533 | + inc/python:_setup_package_with_constraints_edit:455 : project_dir=/opt/stack/swift 2021-06-02 10:48:06.535 | + inc/python:_setup_package_with_constraints_edit:457 : '[' -n /opt/stack/requirements ']' 2021-06-02 10:48:06.538 | + inc/python:_setup_package_with_constraints_edit:459 : local name 2021-06-02 10:48:06.541 | ++ inc/python:_setup_package_with_constraints_edit:460 : awk '/^name.*=/ {print $3}' /opt/stack/swift/setup.cfg 2021-06-02 10:48:06.546 | + inc/python:_setup_package_with_constraints_edit:460 : name=swift 2021-06-02 10:48:06.549 | + inc/python:_setup_package_with_constraints_edit:462 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- swift '-e file:///opt/stack/swift#egg=swift' 2021-06-02 10:48:07.368 | + inc/python:_setup_package_with_constraints_edit:466 : setup_package /opt/stack/swift -e keystone 2021-06-02 10:48:07.370 | + inc/python:setup_package:494 : local bindep=0 2021-06-02 10:48:07.372 | + inc/python:setup_package:495 : local bindep_flag= 2021-06-02 10:48:07.375 | + inc/python:setup_package:496 : local bindep_profiles= 2021-06-02 10:48:07.377 | + inc/python:setup_package:497 : [[ /opt/stack/swift == -bindep* ]] 2021-06-02 10:48:07.379 | + inc/python:setup_package:502 : local project_dir=/opt/stack/swift 2021-06-02 10:48:07.382 | + inc/python:setup_package:503 : local flags=-e 2021-06-02 10:48:07.384 | + inc/python:setup_package:504 : local extras=keystone 2021-06-02 10:48:07.386 | + inc/python:setup_package:508 : [[ -n -e ]] 2021-06-02 10:48:07.388 | + inc/python:setup_package:508 : [[ -z keystone ]] 2021-06-02 10:48:07.391 | + inc/python:setup_package:513 : [[ ! -z keystone ]] 2021-06-02 10:48:07.394 | + inc/python:setup_package:514 : extras='[keystone]' 2021-06-02 10:48:07.396 | + inc/python:setup_package:518 : [[ 0 == 1 ]] 2021-06-02 10:48:07.398 | + inc/python:setup_package:522 : pip_install -e '/opt/stack/swift[keystone]' 2021-06-02 10:48:07.419 | Check python version for : /opt/stack/swift 2021-06-02 10:48:07.422 | Using 3.6 version to install /opt/stack/swift based on default behavior 2021-06-02 10:48:07.809 | + inc/python:pip_install:283 : 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-06-02 10:48:08.571 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:08.574 | Ignoring Django: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:08.576 | Ignoring Django: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:08.582 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:08.591 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:08.593 | Ignoring GitPython: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:08.596 | Ignoring GitPython: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:08.600 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:08.606 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:08.630 | Ignoring Pygments: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:08.632 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:08.635 | Ignoring Pygments: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:08.640 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:08.648 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:08.650 | Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:08.652 | Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:08.657 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:08.659 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:08.661 | Ignoring Sphinx: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:08.664 | Ignoring Sphinx: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:08.668 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:08.776 | Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:08.778 | Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:08.783 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:08.792 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:08.795 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:08.798 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:08.844 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:08.849 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:08.876 | Ignoring diskimage-builder: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:08.878 | Ignoring diskimage-builder: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:08.881 | Ignoring diskimage-builder: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:08.886 | Ignoring diskimage-builder: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:08.903 | Ignoring dnspython: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:08.906 | Ignoring dnspython: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:08.911 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:08.913 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:08.915 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:08.918 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:08.924 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:08.941 | Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:08.972 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:08.975 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:08.978 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:09.002 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:09.005 | Ignoring gunicorn: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:09.007 | Ignoring gunicorn: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:09.012 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:09.014 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:09.028 | Ignoring ifaddr: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:09.031 | Ignoring ifaddr: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:09.035 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:09.051 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:09.053 | Ignoring influxdb: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:09.055 | Ignoring influxdb: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:09.061 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:09.065 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:09.074 | Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:09.076 | Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:09.081 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:09.087 | Ignoring joblib: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:09.089 | Ignoring joblib: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:09.094 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:09.110 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:09.112 | Ignoring keyring: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:09.115 | Ignoring keyring: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:09.120 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:09.160 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:09.163 | Ignoring more-itertools: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:09.165 | Ignoring more-itertools: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:09.170 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:09.183 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:09.185 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:09.191 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:09.193 | Ignoring mypy-extensions: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:09.196 | Ignoring mypy-extensions: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:09.200 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:09.203 | Ignoring ndg-httpsclient: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:09.212 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:09.214 | Ignoring networkx: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:09.216 | Ignoring networkx: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:09.222 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:09.239 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:09.242 | Ignoring numpy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:09.244 | Ignoring numpy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:09.249 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:09.350 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:09.436 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:09.438 | Ignoring pytest: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:09.441 | Ignoring pytest: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:09.446 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:09.555 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:09.602 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:09.605 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:09.607 | Ignoring scikit-learn: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:09.610 | Ignoring scikit-learn: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:09.615 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:09.617 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:09.620 | Ignoring scipy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:09.622 | Ignoring scipy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:09.627 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:09.646 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:09.666 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:09.669 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:09.674 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:09.678 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:09.680 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:09.685 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:09.690 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:09.692 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:09.697 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:09.701 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:09.704 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:09.709 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:09.716 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:09.720 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:09.725 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:09.729 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:09.732 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:09.737 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:09.741 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:09.764 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:09.811 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:09.817 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:09.819 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:09.824 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:09.826 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:09.835 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:09.839 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:09.842 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:09.847 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:09.852 | Ignoring typing-extensions: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:09.854 | Ignoring typing-extensions: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:09.859 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:09.865 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:09.890 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:09.916 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:09.918 | Ignoring zeroconf: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:09.921 | Ignoring zeroconf: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:09.926 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:09.933 | Obtaining file:///opt/stack/swift 2021-06-02 10:48:11.545 | Obtaining swift from file:///opt/stack/swift#egg=swift (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-06-02 10:48:12.900 | Requirement already satisfied: PasteDeploy===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 27)) 2021-06-02 10:48:12.909 | Requirement already satisfied: cryptography===2.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 153)) 2021-06-02 10:48:12.948 | Requirement already satisfied: eventlet===0.25.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 199)) 2021-06-02 10:48:12.959 | Requirement already satisfied: greenlet===0.4.15 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) 2021-06-02 10:48:12.962 | Requirement already satisfied: keystonemiddleware===7.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 287)) 2021-06-02 10:48:13.120 | Collecting lxml===4.4.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) 2021-06-02 10:48:13.774 | Downloading http://10.100.0.9:8080/root/pypi/+f/b0b/84408d4eabc6d/lxml-4.4.1-cp36-cp36m-manylinux1_x86_64.whl (5.8MB) 2021-06-02 10:48:14.194 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) 2021-06-02 10:48:14.196 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 329)) 2021-06-02 10:48:14.199 | Requirement already satisfied: oslo.cache===1.37.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 379)) 2021-06-02 10:48:14.246 | Requirement already satisfied: oslo.config===6.11.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 381)) 2021-06-02 10:48:14.266 | Requirement already satisfied: oslo.context===2.23.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 382)) 2021-06-02 10:48:14.272 | Requirement already satisfied: oslo.i18n===3.24.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 384)) 2021-06-02 10:48:14.280 | Requirement already satisfied: oslo.log===3.44.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 385)) 2021-06-02 10:48:14.325 | Requirement already satisfied: oslo.serialization===2.29.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 392)) 2021-06-02 10:48:14.338 | Requirement already satisfied: oslo.utils===3.41.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 395)) 2021-06-02 10:48:14.359 | Requirement already satisfied: pbr===5.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 410)) 2021-06-02 10:48:14.361 | Requirement already satisfied: pycadf===2.10.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 432)) 2021-06-02 10:48:14.477 | Collecting pyeclib===1.6.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 438)) 2021-06-02 10:48:14.522 | Downloading http://10.100.0.9:8080/root/pypi/+f/801/1e31ee89ae7fb/pyeclib-1.6.0.tar.gz (6.7MB) 2021-06-02 10:48:15.617 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 440)) 2021-06-02 10:48:15.619 | Requirement already satisfied: pyparsing===2.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) 2021-06-02 10:48:15.622 | Requirement already satisfied: python-dateutil===2.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 471)) 2021-06-02 10:48:15.628 | Requirement already satisfied: python-keystoneclient===3.21.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) 2021-06-02 10:48:15.647 | Requirement already satisfied: pytz===2019.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 518)) 2021-06-02 10:48:15.651 | Requirement already satisfied: requests===2.22.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 529)) 2021-06-02 10:48:15.674 | Requirement already satisfied: rfc3986===1.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 541)) 2021-06-02 10:48:15.678 | Requirement already satisfied: six===1.12.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) 2021-06-02 10:48:15.681 | Requirement already satisfied: stevedore===1.31.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 621)) 2021-06-02 10:48:15.688 | Requirement already satisfied: urllib3===1.25.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 674)) 2021-06-02 10:48:15.810 | Collecting xattr===0.9.6 (from -c /opt/stack/requirements/upper-constraints.txt (line 693)) 2021-06-02 10:48:15.850 | Downloading http://10.100.0.9:8080/root/pypi/+f/7cb/1b28eeab4fe99/xattr-0.9.6.tar.gz 2021-06-02 10:48:16.688 | Requirement already satisfied: cffi===1.12.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 138)) 2021-06-02 10:48:16.692 | Requirement already satisfied: dnspython===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 179)) 2021-06-02 10:48:16.694 | Requirement already satisfied: WebOb===1.8.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 57)) 2021-06-02 10:48:16.708 | Requirement already satisfied: keystoneauth1===3.17.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 286)) 2021-06-02 10:48:16.778 | Requirement already satisfied: dogpile.cache===0.7.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 190)) 2021-06-02 10:48:16.783 | Requirement already satisfied: debtcollector===1.22.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 157)) 2021-06-02 10:48:16.820 | Requirement already satisfied: PyYAML===5.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 35)) 2021-06-02 10:48:16.823 | Requirement already satisfied: netaddr===0.7.19 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) 2021-06-02 10:48:16.827 | Requirement already satisfied: Babel===2.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2021-06-02 10:48:16.831 | Requirement already satisfied: msgpack===0.6.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) 2021-06-02 10:48:16.835 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 259)) 2021-06-02 10:48:16.838 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 139)) 2021-06-02 10:48:16.840 | Requirement already satisfied: idna===2.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 241)) 2021-06-02 10:48:16.844 | Requirement already satisfied: certifi===2019.6.16 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 137)) 2021-06-02 10:48:16.846 | Requirement already satisfied: pycparser===2.19 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 433)) 2021-06-02 10:48:16.849 | 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 371)) 2021-06-02 10:48:16.854 | Requirement already satisfied: decorator===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 158)) 2021-06-02 10:48:16.857 | Requirement already satisfied: wrapt===1.11.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 690)) 2021-06-02 10:48:16.859 | Building wheels for collected packages: pyeclib, xattr 2021-06-02 10:48:16.860 | Running setup.py bdist_wheel for pyeclib: started 2021-06-02 10:48:18.047 | Running setup.py bdist_wheel for pyeclib: finished with status 'done' 2021-06-02 10:48:18.047 | Stored in directory: /root/.cache/pip/wheels/7a/c6/2e/3e8000055abd708ad865dff865b1c7c67c9e7fc1d8e6bc8d87 2021-06-02 10:48:18.063 | Running setup.py bdist_wheel for xattr: started 2021-06-02 10:48:19.322 | Running setup.py bdist_wheel for xattr: finished with status 'done' 2021-06-02 10:48:19.323 | Stored in directory: /root/.cache/pip/wheels/fd/eb/05/0ee90cab25b96ac1a232e297cca6e5facc079079977af81fc3 2021-06-02 10:48:19.331 | Successfully built pyeclib xattr 2021-06-02 10:48:19.332 | Installing collected packages: lxml, xattr, pyeclib, swift 2021-06-02 10:48:19.603 | Running setup.py develop for swift 2021-06-02 10:48:21.521 | Successfully installed lxml-4.4.1 pyeclib-1.6.0 swift xattr-0.9.6 2021-06-02 10:48:21.634 | You are using pip version 9.0.3, however version 21.1.2 is available. 2021-06-02 10:48:21.634 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-06-02 10:48:21.711 | + inc/python:pip_install:290 : result=0 2021-06-02 10:48:21.713 | + inc/python:pip_install:292 : time_stop pip_install 2021-06-02 10:48:21.715 | + functions-common:time_stop:2336 : local name 2021-06-02 10:48:21.718 | + functions-common:time_stop:2337 : local end_time 2021-06-02 10:48:21.720 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 10:48:21.722 | + functions-common:time_stop:2339 : local total 2021-06-02 10:48:21.725 | + functions-common:time_stop:2340 : local start_time 2021-06-02 10:48:21.727 | + functions-common:time_stop:2342 : name=pip_install 2021-06-02 10:48:21.729 | + functions-common:time_stop:2343 : start_time=1622630887411 2021-06-02 10:48:21.731 | + functions-common:time_stop:2345 : [[ -z 1622630887411 ]] 2021-06-02 10:48:21.734 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 10:48:21.737 | + functions-common:time_stop:2348 : end_time=1622630901735 2021-06-02 10:48:21.739 | + functions-common:time_stop:2349 : elapsed_time=14324 2021-06-02 10:48:21.742 | + functions-common:time_stop:2350 : total=104977 2021-06-02 10:48:21.744 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 10:48:21.746 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=119301 2021-06-02 10:48:21.748 | + inc/python:pip_install:293 : return 0 2021-06-02 10:48:21.750 | + inc/python:setup_package:524 : [[ -e == \-\e ]] 2021-06-02 10:48:21.753 | + inc/python:setup_package:525 : safe_chown -R ubuntu /opt/stack/swift/swift.egg-info 2021-06-02 10:48:21.755 | + functions-common:safe_chown:2237 : _safe_permission_operation chown -R ubuntu /opt/stack/swift/swift.egg-info 2021-06-02 10:48:21.771 | + functions-common:_safe_permission_operation:2085 : sudo chown -R ubuntu /opt/stack/swift/swift.egg-info 2021-06-02 10:48:21.783 | + inc/python:_setup_package_with_constraints_edit:470 : use_library_from_git /opt/stack/swift 2021-06-02 10:48:21.785 | + inc/python:use_library_from_git:328 : local name=/opt/stack/swift 2021-06-02 10:48:21.787 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:48:21.790 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:48:21.792 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,/opt/stack/swift, ]] 2021-06-02 10:48:21.794 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:48:21.797 | + lib/swift:install_swift:744 : '[' False == True ']' 2021-06-02 10:48:21.800 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-06-02 10:48:21.802 | + ./stack.sh:main:925 : configure_swift 2021-06-02 10:48:21.804 | + lib/swift:configure_swift:334 : local swift_pipeline=crossdomain 2021-06-02 10:48:21.806 | + lib/swift:configure_swift:335 : local node_number 2021-06-02 10:48:21.808 | + lib/swift:configure_swift:336 : local swift_node_config 2021-06-02 10:48:21.810 | + lib/swift:configure_swift:337 : local swift_log_dir 2021-06-02 10:48:21.813 | + lib/swift:configure_swift:338 : local user_group 2021-06-02 10:48:21.815 | + lib/swift:configure_swift:341 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2021-06-02 10:48:22.625 | No object-expirer running 2021-06-02 10:48:22.625 | No container-sharder running 2021-06-02 10:48:22.625 | No container-sync running 2021-06-02 10:48:22.625 | No container-auditor running 2021-06-02 10:48:22.625 | No container-updater running 2021-06-02 10:48:22.625 | No container-replicator running 2021-06-02 10:48:22.625 | No container-reconciler running 2021-06-02 10:48:22.625 | No object-auditor running 2021-06-02 10:48:22.625 | No account-server running 2021-06-02 10:48:22.625 | No object-replicator running 2021-06-02 10:48:22.625 | No container-server running 2021-06-02 10:48:22.625 | No account-auditor running 2021-06-02 10:48:22.625 | No object-server running 2021-06-02 10:48:22.625 | No object-updater running 2021-06-02 10:48:22.625 | No proxy-server running 2021-06-02 10:48:22.625 | No account-replicator running 2021-06-02 10:48:22.626 | No account-reaper running 2021-06-02 10:48:22.626 | No object-reconstructor running 2021-06-02 10:48:22.672 | + lib/swift:configure_swift:341 : true 2021-06-02 10:48:22.674 | + lib/swift:configure_swift:343 : sudo install -d -o ubuntu /etc/swift 2021-06-02 10:48:22.685 | + lib/swift:configure_swift:344 : sudo install -d -o ubuntu /etc/swift/object-server /etc/swift/container-server /etc/swift/account-server 2021-06-02 10:48:22.696 | + lib/swift:configure_swift:346 : [[ /etc/swift != \/\e\t\c\/\s\w\i\f\t ]] 2021-06-02 10:48:22.699 | + lib/swift:configure_swift:359 : sudo tee /etc/rsyncd.conf 2021-06-02 10:48:22.699 | + lib/swift:configure_swift:355 : sed -e ' 2021-06-02 10:48:22.699 | s/%GROUP%//; 2021-06-02 10:48:22.699 | s/%USER%/ubuntu/; 2021-06-02 10:48:22.699 | s,%SWIFT_DATA_DIR%,/opt/stack/data/swift,; 2021-06-02 10:48:22.699 | ' /home/ubuntu/devstack/files/swift/rsyncd.conf 2021-06-02 10:48:22.705 | uid = ubuntu 2021-06-02 10:48:22.705 | gid = 2021-06-02 10:48:22.705 | log file = /opt/stack/data/swift/logs/rsyncd.log 2021-06-02 10:48:22.705 | pid file = /opt/stack/data/swift/run/rsyncd.pid 2021-06-02 10:48:22.705 | address = 127.0.0.1 2021-06-02 10:48:22.705 | 2021-06-02 10:48:22.706 | [account6612] 2021-06-02 10:48:22.706 | max connections = 25 2021-06-02 10:48:22.706 | path = /opt/stack/data/swift/1/node/ 2021-06-02 10:48:22.706 | read only = false 2021-06-02 10:48:22.706 | lock file = /opt/stack/data/swift/run/account6612.lock 2021-06-02 10:48:22.706 | 2021-06-02 10:48:22.706 | [account6622] 2021-06-02 10:48:22.706 | max connections = 25 2021-06-02 10:48:22.706 | path = /opt/stack/data/swift/2/node/ 2021-06-02 10:48:22.706 | read only = false 2021-06-02 10:48:22.706 | lock file = /opt/stack/data/swift/run/account6622.lock 2021-06-02 10:48:22.706 | 2021-06-02 10:48:22.706 | [account6632] 2021-06-02 10:48:22.706 | max connections = 25 2021-06-02 10:48:22.706 | path = /opt/stack/data/swift/3/node/ 2021-06-02 10:48:22.706 | read only = false 2021-06-02 10:48:22.706 | lock file = /opt/stack/data/swift/run/account6632.lock 2021-06-02 10:48:22.706 | 2021-06-02 10:48:22.706 | [account6642] 2021-06-02 10:48:22.706 | max connections = 25 2021-06-02 10:48:22.706 | path = /opt/stack/data/swift/4/node/ 2021-06-02 10:48:22.706 | read only = false 2021-06-02 10:48:22.706 | lock file = /opt/stack/data/swift/run/account6642.lock 2021-06-02 10:48:22.706 | 2021-06-02 10:48:22.706 | 2021-06-02 10:48:22.706 | [container6611] 2021-06-02 10:48:22.706 | max connections = 25 2021-06-02 10:48:22.706 | path = /opt/stack/data/swift/1/node/ 2021-06-02 10:48:22.706 | read only = false 2021-06-02 10:48:22.706 | lock file = /opt/stack/data/swift/run/container6611.lock 2021-06-02 10:48:22.706 | 2021-06-02 10:48:22.706 | [container6621] 2021-06-02 10:48:22.706 | max connections = 25 2021-06-02 10:48:22.706 | path = /opt/stack/data/swift/2/node/ 2021-06-02 10:48:22.706 | read only = false 2021-06-02 10:48:22.706 | lock file = /opt/stack/data/swift/run/container6621.lock 2021-06-02 10:48:22.706 | 2021-06-02 10:48:22.706 | [container6631] 2021-06-02 10:48:22.706 | max connections = 25 2021-06-02 10:48:22.706 | path = /opt/stack/data/swift/3/node/ 2021-06-02 10:48:22.706 | read only = false 2021-06-02 10:48:22.706 | lock file = /opt/stack/data/swift/run/container6631.lock 2021-06-02 10:48:22.706 | 2021-06-02 10:48:22.706 | [container6641] 2021-06-02 10:48:22.706 | max connections = 25 2021-06-02 10:48:22.706 | path = /opt/stack/data/swift/4/node/ 2021-06-02 10:48:22.706 | read only = false 2021-06-02 10:48:22.706 | lock file = /opt/stack/data/swift/run/container6641.lock 2021-06-02 10:48:22.706 | 2021-06-02 10:48:22.706 | 2021-06-02 10:48:22.706 | [object6613] 2021-06-02 10:48:22.707 | max connections = 25 2021-06-02 10:48:22.707 | path = /opt/stack/data/swift/1/node/ 2021-06-02 10:48:22.707 | read only = false 2021-06-02 10:48:22.707 | lock file = /opt/stack/data/swift/run/object6613.lock 2021-06-02 10:48:22.707 | 2021-06-02 10:48:22.707 | [object6623] 2021-06-02 10:48:22.707 | max connections = 25 2021-06-02 10:48:22.707 | path = /opt/stack/data/swift/2/node/ 2021-06-02 10:48:22.707 | read only = false 2021-06-02 10:48:22.707 | lock file = /opt/stack/data/swift/run/object6623.lock 2021-06-02 10:48:22.707 | 2021-06-02 10:48:22.707 | [object6633] 2021-06-02 10:48:22.707 | max connections = 25 2021-06-02 10:48:22.707 | path = /opt/stack/data/swift/3/node/ 2021-06-02 10:48:22.707 | read only = false 2021-06-02 10:48:22.707 | lock file = /opt/stack/data/swift/run/object6633.lock 2021-06-02 10:48:22.707 | 2021-06-02 10:48:22.707 | [object6643] 2021-06-02 10:48:22.707 | max connections = 25 2021-06-02 10:48:22.707 | path = /opt/stack/data/swift/4/node/ 2021-06-02 10:48:22.707 | read only = false 2021-06-02 10:48:22.707 | lock file = /opt/stack/data/swift/run/object6643.lock 2021-06-02 10:48:22.709 | + lib/swift:configure_swift:361 : is_ubuntu 2021-06-02 10:48:22.711 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:48:22.713 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:48:22.715 | + lib/swift:configure_swift:362 : sudo sed -i '/^RSYNC_ENABLE=false/ { s/false/true/ }' /etc/default/rsync 2021-06-02 10:48:22.737 | + lib/swift:configure_swift:367 : SWIFT_CONFIG_PROXY_SERVER=/etc/swift/proxy-server.conf 2021-06-02 10:48:22.738 | + lib/swift:configure_swift:368 : cp /opt/stack/swift/etc/proxy-server.conf-sample /etc/swift/proxy-server.conf 2021-06-02 10:48:22.742 | + lib/swift:configure_swift:369 : cp /opt/stack/swift/etc/internal-client.conf-sample /etc/swift/internal-client.conf 2021-06-02 10:48:22.746 | + lib/swift:configure_swift:373 : local csyncfile=/etc/swift/container-sync-realms.conf 2021-06-02 10:48:22.748 | + lib/swift:configure_swift:374 : cp /opt/stack/swift/etc/container-sync-realms.conf-sample /etc/swift/container-sync-realms.conf 2021-06-02 10:48:22.752 | + lib/swift:configure_swift:375 : iniset /etc/swift/container-sync-realms.conf realm1 key realm1key 2021-06-02 10:48:22.775 | + lib/swift:configure_swift:376 : iniset /etc/swift/container-sync-realms.conf realm1 cluster_name1 http://10.222.0.22:8080/v1/ 2021-06-02 10:48:22.799 | + lib/swift:configure_swift:378 : iniuncomment /etc/swift/proxy-server.conf DEFAULT user 2021-06-02 10:48:22.818 | + lib/swift:configure_swift:379 : iniset /etc/swift/proxy-server.conf DEFAULT user ubuntu 2021-06-02 10:48:22.846 | + lib/swift:configure_swift:381 : iniuncomment /etc/swift/proxy-server.conf DEFAULT swift_dir 2021-06-02 10:48:22.865 | + lib/swift:configure_swift:382 : iniset /etc/swift/proxy-server.conf DEFAULT swift_dir /etc/swift 2021-06-02 10:48:22.892 | + lib/swift:configure_swift:384 : iniuncomment /etc/swift/proxy-server.conf DEFAULT workers 2021-06-02 10:48:22.911 | + lib/swift:configure_swift:385 : iniset /etc/swift/proxy-server.conf DEFAULT workers 1 2021-06-02 10:48:22.939 | + lib/swift:configure_swift:387 : iniuncomment /etc/swift/proxy-server.conf DEFAULT log_level 2021-06-02 10:48:22.958 | + lib/swift:configure_swift:388 : iniset /etc/swift/proxy-server.conf DEFAULT log_level DEBUG 2021-06-02 10:48:22.986 | + lib/swift:configure_swift:390 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_ip 2021-06-02 10:48:23.005 | + lib/swift:configure_swift:391 : iniset /etc/swift/proxy-server.conf DEFAULT bind_ip 0.0.0.0 2021-06-02 10:48:23.032 | + lib/swift:configure_swift:393 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_port 2021-06-02 10:48:23.051 | + lib/swift:configure_swift:394 : is_service_enabled tls-proxy 2021-06-02 10:48:23.065 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:48:23.067 | + lib/swift:configure_swift:397 : iniset /etc/swift/proxy-server.conf DEFAULT bind_port 8080 2021-06-02 10:48:23.094 | + lib/swift:configure_swift:403 : iniset /etc/swift/proxy-server.conf app:proxy-server node_timeout 120 2021-06-02 10:48:23.121 | + lib/swift:configure_swift:404 : iniset /etc/swift/proxy-server.conf app:proxy-server conn_timeout 20 2021-06-02 10:48:23.147 | + lib/swift:configure_swift:407 : iniset /etc/swift/proxy-server.conf filter:versioned_writes allow_versioned_writes true 2021-06-02 10:48:23.174 | + lib/swift:configure_swift:410 : is_service_enabled ceilometer 2021-06-02 10:48:23.188 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:48:23.190 | + lib/swift:configure_swift:421 : iniset /etc/swift/proxy-server.conf filter:proxy-logging reveal_sensitive_prefix 12 2021-06-02 10:48:23.216 | + lib/swift:configure_swift:427 : is_service_enabled s3api 2021-06-02 10:48:23.230 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:48:23.232 | + lib/swift:configure_swift:430 : is_service_enabled keystone 2021-06-02 10:48:23.246 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:48:23.248 | + lib/swift:configure_swift:431 : is_service_enabled s3api 2021-06-02 10:48:23.261 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:48:23.263 | + lib/swift:configure_swift:434 : swift_pipeline+=' authtoken keystoneauth' 2021-06-02 10:48:23.265 | + lib/swift:configure_swift:437 : swift_pipeline+=' tempauth ' 2021-06-02 10:48:23.267 | + lib/swift:configure_swift:439 : sed -i '/^pipeline/ { s/tempauth/crossdomain authtoken keystoneauth tempauth formpost staticweb/ ;}' /etc/swift/proxy-server.conf 2021-06-02 10:48:23.275 | + lib/swift:configure_swift:440 : sed -i '/^pipeline/ { s/proxy-server/ proxy-server/ ; }' /etc/swift/proxy-server.conf 2021-06-02 10:48:23.283 | + lib/swift:configure_swift:442 : iniset /etc/swift/proxy-server.conf app:proxy-server account_autocreate true 2021-06-02 10:48:23.310 | + lib/swift:configure_swift:443 : iniset /etc/swift/proxy-server.conf app:proxy-server allow_account_management true 2021-06-02 10:48:23.336 | + lib/swift:configure_swift:446 : iniset /etc/swift/proxy-server.conf filter:crossdomain use egg:swift#crossdomain 2021-06-02 10:48:23.365 | + lib/swift:configure_swift:451 : iniset /etc/swift/proxy-server.conf filter:authtoken log_name swift 2021-06-02 10:48:23.392 | + lib/swift:configure_swift:453 : iniset /etc/swift/proxy-server.conf filter:authtoken paste.filter_factory keystonemiddleware.auth_token:filter_factory 2021-06-02 10:48:23.418 | + lib/swift:configure_swift:454 : configure_keystone_authtoken_middleware /etc/swift/proxy-server.conf swift filter:authtoken 2021-06-02 10:48:23.421 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/swift/proxy-server.conf 2021-06-02 10:48:23.423 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=swift 2021-06-02 10:48:23.425 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=filter:authtoken 2021-06-02 10:48:23.427 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_type password 2021-06-02 10:48:23.453 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_url http://10.222.0.22/identity 2021-06-02 10:48:23.480 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/swift/proxy-server.conf filter:authtoken username swift 2021-06-02 10:48:23.507 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/swift/proxy-server.conf filter:authtoken password Passw0rd 2021-06-02 10:48:23.534 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/swift/proxy-server.conf filter:authtoken user_domain_name Default 2021-06-02 10:48:23.560 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/swift/proxy-server.conf filter:authtoken project_name service 2021-06-02 10:48:23.587 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/swift/proxy-server.conf filter:authtoken project_domain_name Default 2021-06-02 10:48:23.614 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/swift/proxy-server.conf filter:authtoken cafile /opt/stack/data/ca-bundle.pem 2021-06-02 10:48:23.640 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/swift/proxy-server.conf filter:authtoken memcached_servers localhost:11211 2021-06-02 10:48:23.667 | + lib/swift:configure_swift:455 : iniset /etc/swift/proxy-server.conf filter:authtoken delay_auth_decision 1 2021-06-02 10:48:23.693 | + lib/swift:configure_swift:456 : iniset /etc/swift/proxy-server.conf filter:authtoken cache swift.cache 2021-06-02 10:48:23.720 | + lib/swift:configure_swift:457 : iniset /etc/swift/proxy-server.conf filter:authtoken include_service_catalog False 2021-06-02 10:48:23.746 | + lib/swift:configure_swift:459 : iniset /etc/swift/proxy-server.conf filter:keystoneauth use egg:swift#keystoneauth 2021-06-02 10:48:23.775 | + lib/swift:configure_swift:460 : iniset /etc/swift/proxy-server.conf filter:keystoneauth operator_roles 'Member, admin' 2021-06-02 10:48:23.803 | + lib/swift:configure_swift:465 : iniuncomment /etc/swift/proxy-server.conf filter:tempauth account_autocreate 2021-06-02 10:48:23.822 | + lib/swift:configure_swift:466 : iniset /etc/swift/proxy-server.conf filter:tempauth reseller_prefix TEMPAUTH 2021-06-02 10:48:23.851 | + lib/swift:configure_swift:469 : iniset /etc/swift/proxy-server.conf filter:domain_remap reseller_prefixes 'AUTH, TEMPAUTH' 2021-06-02 10:48:23.878 | + lib/swift:configure_swift:471 : cp /opt/stack/swift/etc/swift.conf-sample /etc/swift/swift.conf 2021-06-02 10:48:23.881 | + lib/swift:configure_swift:472 : iniset /etc/swift/swift.conf swift-hash swift_hash_path_suffix 66a3d6b56c1f479c8b4e70ab5d2014f6 2021-06-02 10:48:23.906 | + lib/swift:configure_swift:473 : iniset /etc/swift/swift.conf swift-constraints max_header_size 16384 2021-06-02 10:48:23.929 | + lib/swift:configure_swift:474 : iniset /etc/swift/swift.conf swift-constraints max_file_size 5368709122 2021-06-02 10:48:23.953 | + lib/swift:configure_swift:476 : local node_number 2021-06-02 10:48:23.955 | + lib/swift:configure_swift:477 : for node_number in ${SWIFT_REPLICAS_SEQ} 2021-06-02 10:48:23.957 | + lib/swift:configure_swift:478 : local swift_node_config=/etc/swift/object-server/1.conf 2021-06-02 10:48:23.960 | + lib/swift:configure_swift:479 : cp /opt/stack/swift/etc/object-server.conf-sample /etc/swift/object-server/1.conf 2021-06-02 10:48:23.963 | + lib/swift:configure_swift:480 : generate_swift_config_services /etc/swift/object-server/1.conf 1 6613 object 2021-06-02 10:48:23.966 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/object-server/1.conf 2021-06-02 10:48:23.968 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2021-06-02 10:48:23.970 | + lib/swift:generate_swift_config_services:294 : local bind_port=6613 2021-06-02 10:48:23.972 | + lib/swift:generate_swift_config_services:295 : local server_type=object 2021-06-02 10:48:23.974 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2021-06-02 10:48:23.976 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2021-06-02 10:48:23.978 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/object-server/1.conf DEFAULT user 2021-06-02 10:48:23.997 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/object-server/1.conf DEFAULT user ubuntu 2021-06-02 10:48:24.024 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_port 2021-06-02 10:48:24.041 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/object-server/1.conf DEFAULT bind_port 6613 2021-06-02 10:48:24.070 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/object-server/1.conf DEFAULT swift_dir 2021-06-02 10:48:24.089 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/object-server/1.conf DEFAULT swift_dir /etc/swift 2021-06-02 10:48:24.114 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/object-server/1.conf DEFAULT devices 2021-06-02 10:48:24.136 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/object-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2021-06-02 10:48:24.162 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/object-server/1.conf DEFAULT log_facility 2021-06-02 10:48:24.180 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/object-server/1.conf DEFAULT log_facility LOG_LOCAL0 2021-06-02 10:48:24.206 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/object-server/1.conf DEFAULT workers 2021-06-02 10:48:24.224 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/object-server/1.conf DEFAULT workers 2 2021-06-02 10:48:24.250 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/object-server/1.conf DEFAULT disable_fallocate 2021-06-02 10:48:24.268 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/object-server/1.conf DEFAULT disable_fallocate true 2021-06-02 10:48:24.293 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/object-server/1.conf DEFAULT mount_check 2021-06-02 10:48:24.311 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/object-server/1.conf DEFAULT mount_check false 2021-06-02 10:48:24.338 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/object-server/1.conf object-replicator vm_test_mode 2021-06-02 10:48:24.355 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/object-server/1.conf object-replicator vm_test_mode yes 2021-06-02 10:48:24.380 | + 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-06-02 10:48:24.386 | + lib/swift:configure_swift:481 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_ip 2021-06-02 10:48:24.404 | + lib/swift:configure_swift:482 : iniset /etc/swift/object-server/1.conf DEFAULT bind_ip 0.0.0.0 2021-06-02 10:48:24.431 | + lib/swift:configure_swift:483 : iniset /etc/swift/object-server/1.conf filter:recon recon_cache_path /opt/stack/data/swift/cache 2021-06-02 10:48:24.457 | + lib/swift:configure_swift:485 : swift_node_config=/etc/swift/container-server/1.conf 2021-06-02 10:48:24.460 | + lib/swift:configure_swift:486 : cp /opt/stack/swift/etc/container-server.conf-sample /etc/swift/container-server/1.conf 2021-06-02 10:48:24.464 | + lib/swift:configure_swift:487 : generate_swift_config_services /etc/swift/container-server/1.conf 1 6611 container 2021-06-02 10:48:24.466 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/container-server/1.conf 2021-06-02 10:48:24.468 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2021-06-02 10:48:24.470 | + lib/swift:generate_swift_config_services:294 : local bind_port=6611 2021-06-02 10:48:24.472 | + lib/swift:generate_swift_config_services:295 : local server_type=container 2021-06-02 10:48:24.474 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2021-06-02 10:48:24.476 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2021-06-02 10:48:24.479 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/container-server/1.conf DEFAULT user 2021-06-02 10:48:24.497 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/container-server/1.conf DEFAULT user ubuntu 2021-06-02 10:48:24.522 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_port 2021-06-02 10:48:24.539 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/container-server/1.conf DEFAULT bind_port 6611 2021-06-02 10:48:24.566 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/container-server/1.conf DEFAULT swift_dir 2021-06-02 10:48:24.584 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/container-server/1.conf DEFAULT swift_dir /etc/swift 2021-06-02 10:48:24.610 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/container-server/1.conf DEFAULT devices 2021-06-02 10:48:24.627 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/container-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2021-06-02 10:48:24.652 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/container-server/1.conf DEFAULT log_facility 2021-06-02 10:48:24.670 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/container-server/1.conf DEFAULT log_facility LOG_LOCAL0 2021-06-02 10:48:24.696 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/container-server/1.conf DEFAULT workers 2021-06-02 10:48:24.713 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/container-server/1.conf DEFAULT workers 2 2021-06-02 10:48:24.739 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/container-server/1.conf DEFAULT disable_fallocate 2021-06-02 10:48:24.757 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/container-server/1.conf DEFAULT disable_fallocate true 2021-06-02 10:48:24.783 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/container-server/1.conf DEFAULT mount_check 2021-06-02 10:48:24.801 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/container-server/1.conf DEFAULT mount_check false 2021-06-02 10:48:24.826 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/container-server/1.conf container-replicator vm_test_mode 2021-06-02 10:48:24.844 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/container-server/1.conf container-replicator vm_test_mode yes 2021-06-02 10:48:24.868 | + 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-06-02 10:48:24.874 | + lib/swift:configure_swift:488 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_ip 2021-06-02 10:48:24.891 | + lib/swift:configure_swift:489 : iniset /etc/swift/container-server/1.conf DEFAULT bind_ip 0.0.0.0 2021-06-02 10:48:24.916 | + lib/swift:configure_swift:491 : swift_node_config=/etc/swift/account-server/1.conf 2021-06-02 10:48:24.918 | + lib/swift:configure_swift:492 : cp /opt/stack/swift/etc/account-server.conf-sample /etc/swift/account-server/1.conf 2021-06-02 10:48:24.922 | + lib/swift:configure_swift:493 : generate_swift_config_services /etc/swift/account-server/1.conf 1 6612 account 2021-06-02 10:48:24.925 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/account-server/1.conf 2021-06-02 10:48:24.927 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2021-06-02 10:48:24.929 | + lib/swift:generate_swift_config_services:294 : local bind_port=6612 2021-06-02 10:48:24.931 | + lib/swift:generate_swift_config_services:295 : local server_type=account 2021-06-02 10:48:24.933 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2021-06-02 10:48:24.935 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2021-06-02 10:48:24.937 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/account-server/1.conf DEFAULT user 2021-06-02 10:48:24.954 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/account-server/1.conf DEFAULT user ubuntu 2021-06-02 10:48:24.979 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_port 2021-06-02 10:48:24.996 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/account-server/1.conf DEFAULT bind_port 6612 2021-06-02 10:48:25.021 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/account-server/1.conf DEFAULT swift_dir 2021-06-02 10:48:25.038 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/account-server/1.conf DEFAULT swift_dir /etc/swift 2021-06-02 10:48:25.063 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/account-server/1.conf DEFAULT devices 2021-06-02 10:48:25.080 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/account-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2021-06-02 10:48:25.106 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/account-server/1.conf DEFAULT log_facility 2021-06-02 10:48:25.123 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/account-server/1.conf DEFAULT log_facility LOG_LOCAL0 2021-06-02 10:48:25.148 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/account-server/1.conf DEFAULT workers 2021-06-02 10:48:25.166 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/account-server/1.conf DEFAULT workers 2 2021-06-02 10:48:25.190 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/account-server/1.conf DEFAULT disable_fallocate 2021-06-02 10:48:25.207 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/account-server/1.conf DEFAULT disable_fallocate true 2021-06-02 10:48:25.234 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/account-server/1.conf DEFAULT mount_check 2021-06-02 10:48:25.250 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/account-server/1.conf DEFAULT mount_check false 2021-06-02 10:48:25.276 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/account-server/1.conf account-replicator vm_test_mode 2021-06-02 10:48:25.293 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/account-server/1.conf account-replicator vm_test_mode yes 2021-06-02 10:48:25.317 | + 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-06-02 10:48:25.322 | + lib/swift:configure_swift:494 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_ip 2021-06-02 10:48:25.339 | + lib/swift:configure_swift:495 : iniset /etc/swift/account-server/1.conf DEFAULT bind_ip 0.0.0.0 2021-06-02 10:48:25.364 | + lib/swift:configure_swift:499 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest1 'testing .admin' 2021-06-02 10:48:25.392 | + lib/swift:configure_swift:500 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest2_swiftusertest2 'testing2 .admin' 2021-06-02 10:48:25.419 | + lib/swift:configure_swift:501 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest3 'testing3 .admin' 2021-06-02 10:48:25.446 | + lib/swift:configure_swift:503 : testfile=/etc/swift/test.conf 2021-06-02 10:48:25.448 | + lib/swift:configure_swift:504 : cp /opt/stack/swift/test/sample.conf /etc/swift/test.conf 2021-06-02 10:48:25.452 | + lib/swift:configure_swift:507 : iniset /etc/swift/test.conf func_test account swiftprojecttest1 2021-06-02 10:48:25.477 | + lib/swift:configure_swift:508 : iniset /etc/swift/test.conf func_test username swiftusertest1 2021-06-02 10:48:25.502 | + lib/swift:configure_swift:509 : iniset /etc/swift/test.conf func_test username3 swiftusertest3 2021-06-02 10:48:25.527 | + lib/swift:configure_swift:510 : iniset /etc/swift/test.conf func_test account2 swiftprojecttest2 2021-06-02 10:48:25.552 | + lib/swift:configure_swift:511 : iniset /etc/swift/test.conf func_test username2 swiftusertest2 2021-06-02 10:48:25.578 | + lib/swift:configure_swift:512 : iniset /etc/swift/test.conf func_test account4 swiftprojecttest4 2021-06-02 10:48:25.601 | + lib/swift:configure_swift:513 : iniset /etc/swift/test.conf func_test username4 swiftusertest4 2021-06-02 10:48:25.625 | + lib/swift:configure_swift:514 : iniset /etc/swift/test.conf func_test password4 testing4 2021-06-02 10:48:25.649 | + lib/swift:configure_swift:515 : iniset /etc/swift/test.conf func_test domain4 swift_test 2021-06-02 10:48:25.673 | + lib/swift:configure_swift:517 : is_service_enabled keystone 2021-06-02 10:48:25.688 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:48:25.690 | + lib/swift:configure_swift:518 : iniuncomment /etc/swift/test.conf func_test auth_version 2021-06-02 10:48:25.707 | + lib/swift:configure_swift:519 : local auth_vers 2021-06-02 10:48:25.710 | ++ lib/swift:configure_swift:520 : iniget /etc/swift/test.conf func_test auth_version 2021-06-02 10:48:25.727 | + lib/swift:configure_swift:520 : auth_vers=3 2021-06-02 10:48:25.729 | + lib/swift:configure_swift:521 : iniset /etc/swift/test.conf func_test auth_host 10.222.0.22 2021-06-02 10:48:25.753 | + lib/swift:configure_swift:522 : [[ http == \h\t\t\p\s ]] 2021-06-02 10:48:25.756 | + lib/swift:configure_swift:525 : iniset /etc/swift/test.conf func_test auth_port 80 2021-06-02 10:48:25.779 | + lib/swift:configure_swift:527 : iniset /etc/swift/test.conf func_test auth_uri http://10.222.0.22/identity 2021-06-02 10:48:25.804 | + lib/swift:configure_swift:528 : [[ 3 == \3 ]] 2021-06-02 10:48:25.806 | + lib/swift:configure_swift:529 : iniset /etc/swift/test.conf func_test auth_prefix /identity/v3/ 2021-06-02 10:48:25.830 | + lib/swift:configure_swift:533 : is_service_enabled tls-proxy 2021-06-02 10:48:25.844 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:48:25.846 | + lib/swift:configure_swift:539 : local user_group 2021-06-02 10:48:25.849 | ++ lib/swift:configure_swift:540 : id -g ubuntu 2021-06-02 10:48:25.853 | + lib/swift:configure_swift:540 : user_group=1000 2021-06-02 10:48:25.855 | + lib/swift:configure_swift:541 : sudo install -d -o ubuntu -g 1000 /opt/stack/data/swift 2021-06-02 10:48:25.867 | + lib/swift:configure_swift:543 : local swift_log_dir=/opt/stack/data/swift/logs 2021-06-02 10:48:25.869 | + lib/swift:configure_swift:544 : sudo rm -rf /opt/stack/data/swift/logs 2021-06-02 10:48:25.879 | + lib/swift:configure_swift:545 : local swift_log_group=adm 2021-06-02 10:48:25.882 | + lib/swift:configure_swift:546 : is_suse 2021-06-02 10:48:25.884 | + functions-common:is_suse:463 : is_opensuse 2021-06-02 10:48:25.886 | + functions-common:is_opensuse:470 : [[ -z Ubuntu ]] 2021-06-02 10:48:25.888 | + functions-common:is_opensuse:474 : [[ Ubuntu =~ (openSUSE) ]] 2021-06-02 10:48:25.890 | + functions-common:is_suse:463 : is_suse_linux_enterprise 2021-06-02 10:48:25.892 | + functions-common:is_suse_linux_enterprise:482 : [[ -z Ubuntu ]] 2021-06-02 10:48:25.895 | + functions-common:is_suse_linux_enterprise:486 : [[ Ubuntu =~ (^SUSE) ]] 2021-06-02 10:48:25.897 | + lib/swift:configure_swift:549 : sudo install -d -o ubuntu -g adm /opt/stack/data/swift/logs/hourly 2021-06-02 10:48:25.908 | + lib/swift:configure_swift:551 : [[ False != \F\a\l\s\e ]] 2021-06-02 10:48:25.910 | + lib/swift:configure_swift:559 : '[' False == True ']' 2021-06-02 10:48:25.913 | + ./stack.sh:main:928 : is_service_enabled s3api 2021-06-02 10:48:25.928 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:48:25.931 | + ./stack.sh:main:934 : is_service_enabled g-api n-api 2021-06-02 10:48:25.947 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:48:25.949 | + ./stack.sh:main:936 : stack_install_service glance 2021-06-02 10:48:25.951 | + lib/stack:stack_install_service:20 : local service=glance 2021-06-02 10:48:25.954 | + lib/stack:stack_install_service:21 : type install_glance 2021-06-02 10:48:25.956 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-06-02 10:48:25.958 | + lib/stack:stack_install_service:32 : install_glance 2021-06-02 10:48:25.961 | + lib/glance:install_glance:306 : use_library_from_git glance_store 2021-06-02 10:48:25.963 | + inc/python:use_library_from_git:328 : local name=glance_store 2021-06-02 10:48:25.966 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:48:25.969 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:48:25.971 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,glance_store, ]] 2021-06-02 10:48:25.974 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:48:25.976 | + lib/glance:install_glance:311 : git_clone https://opendev.org/openstack/glance.git /opt/stack/glance stable/train 2021-06-02 10:48:25.979 | + functions-common:git_clone:524 : local git_remote=https://opendev.org/openstack/glance.git 2021-06-02 10:48:25.981 | + functions-common:git_clone:525 : local git_dest=/opt/stack/glance 2021-06-02 10:48:25.984 | + functions-common:git_clone:526 : local git_ref=stable/train 2021-06-02 10:48:25.987 | + functions-common:git_clone:527 : local orig_dir 2021-06-02 10:48:25.990 | ++ functions-common:git_clone:528 : pwd 2021-06-02 10:48:25.992 | + functions-common:git_clone:528 : orig_dir=/home/ubuntu/devstack 2021-06-02 10:48:25.995 | + functions-common:git_clone:529 : local git_clone_flags= 2021-06-02 10:48:25.998 | ++ functions-common:git_clone:531 : trueorfalse False RECLONE 2021-06-02 10:48:26.013 | + functions-common:git_clone:531 : RECLONE=False 2021-06-02 10:48:26.016 | + functions-common:git_clone:532 : [[ 0 -gt 0 ]] 2021-06-02 10:48:26.018 | + functions-common:git_clone:536 : [[ False = \T\r\u\e ]] 2021-06-02 10:48:26.021 | + functions-common:git_clone:545 : echo stable/train 2021-06-02 10:48:26.021 | + functions-common:git_clone:545 : egrep -q '^refs' 2021-06-02 10:48:26.025 | + functions-common:git_clone:559 : [[ ! -d /opt/stack/glance ]] 2021-06-02 10:48:26.028 | + functions-common:git_clone:567 : [[ False = \T\r\u\e ]] 2021-06-02 10:48:26.030 | + functions-common:git_clone:593 : cd /opt/stack/glance 2021-06-02 10:48:26.033 | + functions-common:git_clone:594 : git show --oneline 2021-06-02 10:48:26.033 | + functions-common:git_clone:594 : head -1 2021-06-02 10:48:26.036 | b3de9da3 Drop lower-constraints jobs 2021-06-02 10:48:26.039 | + functions-common:git_clone:595 : cd /home/ubuntu/devstack 2021-06-02 10:48:26.041 | + lib/glance:install_glance:313 : setup_develop /opt/stack/glance 2021-06-02 10:48:26.044 | + inc/python:setup_develop:415 : local bindep 2021-06-02 10:48:26.047 | + inc/python:setup_develop:416 : [[ /opt/stack/glance == -bindep* ]] 2021-06-02 10:48:26.050 | + inc/python:setup_develop:420 : local project_dir=/opt/stack/glance 2021-06-02 10:48:26.053 | + inc/python:setup_develop:421 : local extras= 2021-06-02 10:48:26.055 | + inc/python:setup_develop:422 : _setup_package_with_constraints_edit /opt/stack/glance -e 2021-06-02 10:48:26.058 | + inc/python:_setup_package_with_constraints_edit:441 : local bindep 2021-06-02 10:48:26.060 | + inc/python:_setup_package_with_constraints_edit:442 : [[ /opt/stack/glance == -bindep* ]] 2021-06-02 10:48:26.063 | + inc/python:_setup_package_with_constraints_edit:446 : local project_dir=/opt/stack/glance 2021-06-02 10:48:26.065 | + inc/python:_setup_package_with_constraints_edit:447 : local flags=-e 2021-06-02 10:48:26.068 | + inc/python:_setup_package_with_constraints_edit:448 : local extras= 2021-06-02 10:48:26.071 | ++ inc/python:_setup_package_with_constraints_edit:455 : cd /opt/stack/glance 2021-06-02 10:48:26.073 | ++ inc/python:_setup_package_with_constraints_edit:455 : pwd 2021-06-02 10:48:26.076 | + inc/python:_setup_package_with_constraints_edit:455 : project_dir=/opt/stack/glance 2021-06-02 10:48:26.079 | + inc/python:_setup_package_with_constraints_edit:457 : '[' -n /opt/stack/requirements ']' 2021-06-02 10:48:26.082 | + inc/python:_setup_package_with_constraints_edit:459 : local name 2021-06-02 10:48:26.085 | ++ inc/python:_setup_package_with_constraints_edit:460 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2021-06-02 10:48:26.090 | + inc/python:_setup_package_with_constraints_edit:460 : name=glance 2021-06-02 10:48:26.092 | + inc/python:_setup_package_with_constraints_edit:462 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- glance '-e file:///opt/stack/glance#egg=glance' 2021-06-02 10:48:26.917 | + inc/python:_setup_package_with_constraints_edit:466 : setup_package /opt/stack/glance -e 2021-06-02 10:48:26.919 | + inc/python:setup_package:494 : local bindep=0 2021-06-02 10:48:26.922 | + inc/python:setup_package:495 : local bindep_flag= 2021-06-02 10:48:26.925 | + inc/python:setup_package:496 : local bindep_profiles= 2021-06-02 10:48:26.927 | + inc/python:setup_package:497 : [[ /opt/stack/glance == -bindep* ]] 2021-06-02 10:48:26.929 | + inc/python:setup_package:502 : local project_dir=/opt/stack/glance 2021-06-02 10:48:26.932 | + inc/python:setup_package:503 : local flags=-e 2021-06-02 10:48:26.934 | + inc/python:setup_package:504 : local extras= 2021-06-02 10:48:26.936 | + inc/python:setup_package:508 : [[ -n -e ]] 2021-06-02 10:48:26.939 | + inc/python:setup_package:508 : [[ -z '' ]] 2021-06-02 10:48:26.941 | + inc/python:setup_package:508 : [[ ! -e =~ ^-.* ]] 2021-06-02 10:48:26.943 | + inc/python:setup_package:513 : [[ ! -z '' ]] 2021-06-02 10:48:26.946 | + inc/python:setup_package:518 : [[ 0 == 1 ]] 2021-06-02 10:48:26.948 | + inc/python:setup_package:522 : pip_install -e /opt/stack/glance 2021-06-02 10:48:26.970 | Check python version for : /opt/stack/glance 2021-06-02 10:48:26.973 | Using 3.6 version to install /opt/stack/glance based on default behavior 2021-06-02 10:48:27.358 | + inc/python:pip_install:283 : 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-06-02 10:48:28.134 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:28.137 | Ignoring Django: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:28.139 | Ignoring Django: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:28.145 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:28.154 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:28.157 | Ignoring GitPython: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:28.159 | Ignoring GitPython: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:28.164 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:28.169 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:28.193 | Ignoring Pygments: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:28.195 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:28.197 | Ignoring Pygments: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:28.202 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:28.211 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:28.213 | Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:28.215 | Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:28.220 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:28.223 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:28.225 | Ignoring Sphinx: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:28.227 | Ignoring Sphinx: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:28.232 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:28.337 | Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:28.340 | Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:28.345 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:28.355 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:28.358 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:28.361 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:28.406 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:28.411 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:28.438 | Ignoring diskimage-builder: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:28.440 | Ignoring diskimage-builder: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:28.442 | Ignoring diskimage-builder: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:28.447 | Ignoring diskimage-builder: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:28.465 | Ignoring dnspython: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:28.467 | Ignoring dnspython: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:28.472 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:28.474 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:28.477 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:28.479 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:28.485 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:28.502 | Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:28.533 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:28.535 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:28.539 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:28.562 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:28.565 | Ignoring gunicorn: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:28.567 | Ignoring gunicorn: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:28.572 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:28.574 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:28.588 | Ignoring ifaddr: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:28.591 | Ignoring ifaddr: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:28.596 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:28.606 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:28.610 | Ignoring influxdb: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:28.612 | Ignoring influxdb: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:28.617 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:28.621 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:28.630 | Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:28.632 | Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:28.637 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:28.642 | Ignoring joblib: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:28.645 | Ignoring joblib: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:28.649 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:28.665 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:28.668 | Ignoring keyring: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:28.670 | Ignoring keyring: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:28.676 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:28.716 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:28.719 | Ignoring more-itertools: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:28.722 | Ignoring more-itertools: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:28.727 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:28.739 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:28.742 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:28.747 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:28.749 | Ignoring mypy-extensions: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:28.752 | Ignoring mypy-extensions: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:28.756 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:28.759 | Ignoring ndg-httpsclient: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:28.768 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:28.771 | Ignoring networkx: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:28.773 | Ignoring networkx: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:28.778 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:28.795 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:28.798 | Ignoring numpy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:28.800 | Ignoring numpy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:28.805 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:28.904 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:28.990 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:28.992 | Ignoring pytest: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:28.995 | Ignoring pytest: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:28.999 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:29.107 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:29.154 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:29.157 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:29.159 | Ignoring scikit-learn: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:29.162 | Ignoring scikit-learn: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:29.166 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:29.169 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:29.171 | Ignoring scipy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:29.174 | Ignoring scipy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:29.178 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:29.198 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:29.218 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:29.221 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:29.225 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:29.229 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:29.232 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:29.236 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:29.241 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:29.243 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:29.248 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:29.252 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:29.255 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:29.260 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:29.268 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:29.270 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:29.276 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:29.280 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:29.282 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:29.287 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:29.291 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:29.314 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:29.361 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:29.366 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:29.369 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:29.373 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:29.376 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:29.385 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:29.389 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:29.393 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:29.397 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:29.401 | Ignoring typing-extensions: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:29.404 | Ignoring typing-extensions: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:29.408 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:29.414 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:29.439 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:29.465 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:29.467 | Ignoring zeroconf: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:29.470 | Ignoring zeroconf: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:29.474 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:29.481 | Obtaining file:///opt/stack/glance 2021-06-02 10:48:31.128 | Obtaining glance from file:///opt/stack/glance#egg=glance (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-06-02 10:48:32.506 | Requirement already satisfied: Paste===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26)) 2021-06-02 10:48:32.515 | Requirement already satisfied: PasteDeploy===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 27)) 2021-06-02 10:48:32.524 | Requirement already satisfied: Routes===2.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) 2021-06-02 10:48:32.533 | Requirement already satisfied: SQLAlchemy===1.3.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 42)) 2021-06-02 10:48:32.667 | Collecting WSME===0.9.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 56)) 2021-06-02 10:48:32.721 | Downloading http://10.100.0.9:8080/root/pypi/+f/e24/fcff24392a0b1/WSME-0.9.3.tar.gz (124kB) 2021-06-02 10:48:33.651 | Requirement already satisfied: WebOb===1.8.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 57)) 2021-06-02 10:48:33.665 | Requirement already satisfied: alembic===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 98)) 2021-06-02 10:48:33.807 | Collecting castellan===1.3.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 134)) 2021-06-02 10:48:33.871 | Downloading http://10.100.0.9:8080/root/pypi/+f/1f5/d1f604e6ac78d/castellan-1.3.4-py2.py3-none-any.whl (90kB) 2021-06-02 10:48:34.029 | Requirement already satisfied: cryptography===2.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 153)) 2021-06-02 10:48:34.182 | Collecting cursive===0.2.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 154)) 2021-06-02 10:48:34.202 | Downloading http://10.100.0.9:8080/root/pypi/+f/e56/3a085b3c6e250/cursive-0.2.2-py2.py3-none-any.whl 2021-06-02 10:48:34.340 | Requirement already satisfied: debtcollector===1.22.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 157)) 2021-06-02 10:48:34.352 | Requirement already satisfied: defusedxml===0.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 159)) 2021-06-02 10:48:34.357 | Requirement already satisfied: eventlet===0.25.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 199)) 2021-06-02 10:48:34.368 | Requirement already satisfied: futurist===1.9.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) 2021-06-02 10:48:34.497 | Collecting glance-store===1.0.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 220)) 2021-06-02 10:48:34.558 | Downloading http://10.100.0.9:8080/root/pypi/+f/134/bab2e3e565059/glance_store-1.0.1-py2.py3-none-any.whl (194kB) 2021-06-02 10:48:34.782 | Requirement already satisfied: greenlet===0.4.15 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) 2021-06-02 10:48:34.785 | Requirement already satisfied: httplib2===0.13.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 238)) 2021-06-02 10:48:34.788 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 259)) 2021-06-02 10:48:34.790 | Requirement already satisfied: jsonschema===3.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 277)) 2021-06-02 10:48:34.810 | Requirement already satisfied: keystoneauth1===3.17.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 286)) 2021-06-02 10:48:34.880 | Requirement already satisfied: keystonemiddleware===7.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 287)) 2021-06-02 10:48:34.937 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) 2021-06-02 10:48:34.941 | Requirement already satisfied: netaddr===0.7.19 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) 2021-06-02 10:48:34.944 | 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 371)) 2021-06-02 10:48:34.949 | Requirement already satisfied: os-win===4.3.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 375)) 2021-06-02 10:48:34.970 | Requirement already satisfied: oslo.cache===1.37.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 379)) 2021-06-02 10:48:35.019 | Requirement already satisfied: oslo.concurrency===3.30.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 380)) 2021-06-02 10:48:35.034 | Requirement already satisfied: oslo.config===6.11.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 381)) 2021-06-02 10:48:35.054 | Requirement already satisfied: oslo.context===2.23.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 382)) 2021-06-02 10:48:35.059 | Requirement already satisfied: oslo.db===5.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 383)) 2021-06-02 10:48:35.116 | Requirement already satisfied: oslo.i18n===3.24.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 384)) 2021-06-02 10:48:35.124 | Requirement already satisfied: oslo.log===3.44.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 385)) 2021-06-02 10:48:35.170 | Requirement already satisfied: oslo.messaging===10.2.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 386)) 2021-06-02 10:48:35.249 | Requirement already satisfied: oslo.middleware===3.38.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 387)) 2021-06-02 10:48:35.269 | Requirement already satisfied: oslo.policy===2.3.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 388)) 2021-06-02 10:48:35.285 | Requirement already satisfied: oslo.reports===1.30.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 390)) 2021-06-02 10:48:35.300 | Requirement already satisfied: oslo.serialization===2.29.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 392)) 2021-06-02 10:48:35.311 | Requirement already satisfied: oslo.service===1.40.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 393)) 2021-06-02 10:48:35.340 | Requirement already satisfied: oslo.upgradecheck===0.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 394)) 2021-06-02 10:48:35.354 | Requirement already satisfied: oslo.utils===3.41.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 395)) 2021-06-02 10:48:35.376 | Requirement already satisfied: osprofiler===2.8.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 400)) 2021-06-02 10:48:35.426 | Requirement already satisfied: pbr===5.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 410)) 2021-06-02 10:48:35.428 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 418)) 2021-06-02 10:48:35.431 | Requirement already satisfied: psutil===5.6.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 422)) 2021-06-02 10:48:35.436 | Requirement already satisfied: pyOpenSSL===19.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 428)) 2021-06-02 10:48:35.450 | Requirement already satisfied: pycadf===2.10.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 432)) 2021-06-02 10:48:35.461 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 440)) 2021-06-02 10:48:35.464 | Requirement already satisfied: pyparsing===2.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) 2021-06-02 10:48:35.467 | Requirement already satisfied: pyrsistent===0.15.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 451)) 2021-06-02 10:48:35.587 | Collecting python-barbicanclient===4.9.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 464)) 2021-06-02 10:48:35.631 | Downloading http://10.100.0.9:8080/root/pypi/+f/e65/9604b27861ae7/python_barbicanclient-4.9.0-py2.py3-none-any.whl (82kB) 2021-06-02 10:48:35.780 | Requirement already satisfied: python-dateutil===2.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 471)) 2021-06-02 10:48:35.785 | 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 473)) 2021-06-02 10:48:35.788 | Requirement already satisfied: python-keystoneclient===3.21.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) 2021-06-02 10:48:35.807 | Requirement already satisfied: pytz===2019.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 518)) 2021-06-02 10:48:35.811 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 528)) 2021-06-02 10:48:35.819 | Requirement already satisfied: requests===2.22.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 529)) 2021-06-02 10:48:35.956 | Collecting retrying===1.3.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 539)) 2021-06-02 10:48:35.977 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/ebf/3b842d183542e/retrying-1.3.3-py3-none-any.whl 2021-06-02 10:48:36.099 | Requirement already satisfied: rfc3986===1.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 541)) 2021-06-02 10:48:36.215 | Collecting simplegeneric===0.8.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 569)) 2021-06-02 10:48:36.232 | Downloading http://10.100.0.9:8080/root/pypi/+f/dc9/72e06094b9af5/simplegeneric-0.8.1.zip 2021-06-02 10:48:37.023 | Requirement already satisfied: six===1.12.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) 2021-06-02 10:48:37.026 | Requirement already satisfied: sqlalchemy-migrate===0.12.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 617)) 2021-06-02 10:48:37.037 | Requirement already satisfied: sqlparse===0.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 618)) 2021-06-02 10:48:37.040 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 619)) 2021-06-02 10:48:37.043 | Requirement already satisfied: stevedore===1.31.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 621)) 2021-06-02 10:48:37.163 | Collecting taskflow===3.7.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 635)) 2021-06-02 10:48:37.251 | Downloading http://10.100.0.9:8080/root/pypi/+f/559/626868b48f5f7/taskflow-3.7.1-py2.py3-none-any.whl (491kB) 2021-06-02 10:48:37.543 | Requirement already satisfied: tenacity===5.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 637)) 2021-06-02 10:48:37.558 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 640)) 2021-06-02 10:48:37.570 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 641)) 2021-06-02 10:48:37.576 | Requirement already satisfied: testtools===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 642)) 2021-06-02 10:48:37.594 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 656)) 2021-06-02 10:48:37.598 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 673)) 2021-06-02 10:48:37.605 | Requirement already satisfied: urllib3===1.25.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 675)) 2021-06-02 10:48:37.627 | Requirement already satisfied: wrapt===1.11.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 691)) 2021-06-02 10:48:37.630 | Requirement already satisfied: yappi===1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 697)) 2021-06-02 10:48:37.633 | Requirement already satisfied: Mako===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) 2021-06-02 10:48:37.637 | Requirement already satisfied: Babel===2.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2021-06-02 10:48:37.642 | Requirement already satisfied: cffi===1.12.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 138)) 2021-06-02 10:48:37.645 | Requirement already satisfied: dnspython===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 179)) 2021-06-02 10:48:37.648 | Requirement already satisfied: attrs===19.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 113)) 2021-06-02 10:48:37.679 | Requirement already satisfied: setuptools in /usr/local/lib/python3.6/dist-packages (from jsonschema===3.0.2->-c /opt/stack/requirements/upper-constraints.txt (line 277)) 2021-06-02 10:48:37.724 | Requirement already satisfied: dogpile.cache===0.7.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 190)) 2021-06-02 10:48:37.728 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 203)) 2021-06-02 10:48:37.733 | Requirement already satisfied: PyYAML===5.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 35)) 2021-06-02 10:48:37.736 | Requirement already satisfied: kombu===4.6.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 288)) 2021-06-02 10:48:37.778 | Requirement already satisfied: cachetools===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) 2021-06-02 10:48:37.781 | Requirement already satisfied: amqp===2.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 99)) 2021-06-02 10:48:37.786 | Requirement already satisfied: Jinja2===2.10.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) 2021-06-02 10:48:37.791 | Requirement already satisfied: msgpack===0.6.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) 2021-06-02 10:48:37.795 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) 2021-06-02 10:48:37.807 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 329)) 2021-06-02 10:48:37.809 | Requirement already satisfied: cliff===2.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 140)) 2021-06-02 10:48:37.826 | Requirement already satisfied: idna===2.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 241)) 2021-06-02 10:48:37.831 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 139)) 2021-06-02 10:48:37.833 | Requirement already satisfied: certifi===2019.6.16 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 137)) 2021-06-02 10:48:37.836 | Requirement already satisfied: decorator===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 158)) 2021-06-02 10:48:37.839 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 54)) 2021-06-02 10:48:37.954 | Collecting pydot===1.4.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 436)) 2021-06-02 10:48:37.976 | Downloading http://10.100.0.9:8080/root/pypi/+f/67b/e714300c78fda/pydot-1.4.1-py2.py3-none-any.whl 2021-06-02 10:48:38.210 | Collecting networkx===2.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) 2021-06-02 10:48:38.291 | Downloading http://10.100.0.9:8080/root/pypi/+f/831/1ddef63cf5c5c/networkx-2.3.zip (1.7MB) 2021-06-02 10:48:39.637 | Collecting automaton===1.17.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) 2021-06-02 10:48:39.684 | Downloading http://10.100.0.9:8080/root/pypi/+f/0e2/7ecfc72a07e90/automaton-1.17.0-py2.py3-none-any.whl 2021-06-02 10:48:39.811 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 201)) 2021-06-02 10:48:39.813 | 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 491)) 2021-06-02 10:48:39.816 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 295)) 2021-06-02 10:48:39.818 | 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 673)) 2021-06-02 10:48:39.821 | 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)) 2021-06-02 10:48:39.824 | Requirement already satisfied: pycparser===2.19 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 433)) 2021-06-02 10:48:39.827 | Requirement already satisfied: importlib-metadata===0.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 247)) 2021-06-02 10:48:39.846 | Requirement already satisfied: vine===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 677)) 2021-06-02 10:48:39.849 | Requirement already satisfied: cmd2===0.8.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 141)) 2021-06-02 10:48:39.865 | Requirement already satisfied: zipp===0.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 707)) 2021-06-02 10:48:39.879 | Requirement already satisfied: wcwidth===0.1.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 685)) 2021-06-02 10:48:39.882 | Requirement already satisfied: pyperclip===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 448)) 2021-06-02 10:48:39.885 | Requirement already satisfied: more-itertools===7.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) 2021-06-02 10:48:39.889 | Building wheels for collected packages: WSME, networkx, simplegeneric 2021-06-02 10:48:39.890 | Running setup.py bdist_wheel for WSME: started 2021-06-02 10:48:40.740 | Running setup.py bdist_wheel for WSME: finished with status 'done' 2021-06-02 10:48:40.741 | Stored in directory: /root/.cache/pip/wheels/ec/20/37/a521c9971f62e2d9d6e231dc2e64c4c6d757c0951a7bec130c 2021-06-02 10:48:40.771 | Running setup.py bdist_wheel for networkx: started 2021-06-02 10:48:42.506 | Running setup.py bdist_wheel for networkx: finished with status 'done' 2021-06-02 10:48:42.507 | Stored in directory: /root/.cache/pip/wheels/bc/30/12/7a69628186ac4ff70cd395ae3453a0cc4d46328bb2c5ebb3d6 2021-06-02 10:48:42.729 | Running setup.py bdist_wheel for simplegeneric: started 2021-06-02 10:48:43.438 | Running setup.py bdist_wheel for simplegeneric: finished with status 'done' 2021-06-02 10:48:43.438 | Stored in directory: /root/.cache/pip/wheels/b0/14/d1/20413d461448b4c35504e956f33c7661e0bb6af28d80c8f64f 2021-06-02 10:48:43.443 | Successfully built WSME networkx simplegeneric 2021-06-02 10:48:43.444 | Installing collected packages: pydot, networkx, automaton, taskflow, simplegeneric, WSME, retrying, glance-store, python-barbicanclient, castellan, cursive, glance 2021-06-02 10:48:46.091 | Running setup.py develop for glance 2021-06-02 10:48:48.813 | Successfully installed WSME-0.9.3 automaton-1.17.0 castellan-1.3.4 cursive-0.2.2 glance glance-store-1.0.1 networkx-2.3 pydot-1.4.1 python-barbicanclient-4.9.0 retrying-1.3.3 simplegeneric-0.8.1 taskflow-3.7.1 2021-06-02 10:48:49.014 | You are using pip version 9.0.3, however version 21.1.2 is available. 2021-06-02 10:48:49.014 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-06-02 10:48:49.092 | + inc/python:pip_install:290 : result=0 2021-06-02 10:48:49.094 | + inc/python:pip_install:292 : time_stop pip_install 2021-06-02 10:48:49.097 | + functions-common:time_stop:2336 : local name 2021-06-02 10:48:49.099 | + functions-common:time_stop:2337 : local end_time 2021-06-02 10:48:49.101 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 10:48:49.103 | + functions-common:time_stop:2339 : local total 2021-06-02 10:48:49.106 | + functions-common:time_stop:2340 : local start_time 2021-06-02 10:48:49.108 | + functions-common:time_stop:2342 : name=pip_install 2021-06-02 10:48:49.110 | + functions-common:time_stop:2343 : start_time=1622630906962 2021-06-02 10:48:49.113 | + functions-common:time_stop:2345 : [[ -z 1622630906962 ]] 2021-06-02 10:48:49.115 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 10:48:49.119 | + functions-common:time_stop:2348 : end_time=1622630929116 2021-06-02 10:48:49.121 | + functions-common:time_stop:2349 : elapsed_time=22154 2021-06-02 10:48:49.123 | + functions-common:time_stop:2350 : total=119301 2021-06-02 10:48:49.126 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 10:48:49.128 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=141455 2021-06-02 10:48:49.131 | + inc/python:pip_install:293 : return 0 2021-06-02 10:48:49.133 | + inc/python:setup_package:524 : [[ -e == \-\e ]] 2021-06-02 10:48:49.135 | + inc/python:setup_package:525 : safe_chown -R ubuntu /opt/stack/glance/glance.egg-info 2021-06-02 10:48:49.138 | + functions-common:safe_chown:2237 : _safe_permission_operation chown -R ubuntu /opt/stack/glance/glance.egg-info 2021-06-02 10:48:49.155 | + functions-common:_safe_permission_operation:2085 : sudo chown -R ubuntu /opt/stack/glance/glance.egg-info 2021-06-02 10:48:49.166 | + inc/python:_setup_package_with_constraints_edit:470 : use_library_from_git /opt/stack/glance 2021-06-02 10:48:49.168 | + inc/python:use_library_from_git:328 : local name=/opt/stack/glance 2021-06-02 10:48:49.171 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:48:49.174 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:48:49.177 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,/opt/stack/glance, ]] 2021-06-02 10:48:49.180 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:48:49.182 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-06-02 10:48:49.185 | + ./stack.sh:main:937 : configure_glance 2021-06-02 10:48:49.188 | + lib/glance:configure_glance:105 : sudo install -d -o ubuntu /etc/glance /etc/glance/metadefs 2021-06-02 10:48:49.199 | + lib/glance:configure_glance:108 : iniset /etc/glance/glance-registry.conf DEFAULT debug True 2021-06-02 10:48:49.223 | + lib/glance:configure_glance:109 : iniset /etc/glance/glance-registry.conf DEFAULT bind_host 0.0.0.0 2021-06-02 10:48:49.247 | + lib/glance:configure_glance:110 : iniset /etc/glance/glance-registry.conf DEFAULT workers 2 2021-06-02 10:48:49.270 | + lib/glance:configure_glance:111 : local dburl 2021-06-02 10:48:49.273 | ++ lib/glance:configure_glance:112 : database_connection_url glance 2021-06-02 10:48:49.275 | ++ lib/database:database_connection_url:132 : local db=glance 2021-06-02 10:48:49.277 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql glance 2021-06-02 10:48:49.280 | ++ lib/databases/mysql:database_connection_url_mysql:179 : local db=glance 2021-06-02 10:48:49.282 | ++ lib/databases/mysql:database_connection_url_mysql:180 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2021-06-02 10:48:49.285 | + lib/glance:configure_glance:112 : dburl='mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2021-06-02 10:48:49.287 | + lib/glance:configure_glance:113 : iniset /etc/glance/glance-registry.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2021-06-02 10:48:49.313 | + lib/glance:configure_glance:114 : iniset /etc/glance/glance-registry.conf DEFAULT use_syslog False 2021-06-02 10:48:49.337 | + lib/glance:configure_glance:115 : iniset /etc/glance/glance-registry.conf paste_deploy flavor keystone 2021-06-02 10:48:49.363 | + lib/glance:configure_glance:116 : configure_keystone_authtoken_middleware /etc/glance/glance-registry.conf glance 2021-06-02 10:48:49.365 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/glance/glance-registry.conf 2021-06-02 10:48:49.367 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=glance 2021-06-02 10:48:49.370 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2021-06-02 10:48:49.372 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/glance/glance-registry.conf keystone_authtoken auth_type password 2021-06-02 10:48:49.397 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/glance/glance-registry.conf keystone_authtoken auth_url http://10.222.0.22/identity 2021-06-02 10:48:49.422 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/glance/glance-registry.conf keystone_authtoken username glance 2021-06-02 10:48:49.446 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/glance/glance-registry.conf keystone_authtoken password Passw0rd 2021-06-02 10:48:49.470 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/glance/glance-registry.conf keystone_authtoken user_domain_name Default 2021-06-02 10:48:49.496 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/glance/glance-registry.conf keystone_authtoken project_name service 2021-06-02 10:48:49.520 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/glance/glance-registry.conf keystone_authtoken project_domain_name Default 2021-06-02 10:48:49.543 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/glance/glance-registry.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2021-06-02 10:48:49.568 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/glance/glance-registry.conf keystone_authtoken memcached_servers localhost:11211 2021-06-02 10:48:49.592 | + lib/glance:configure_glance:117 : iniset /etc/glance/glance-registry.conf oslo_messaging_notifications driver messagingv2 2021-06-02 10:48:49.618 | + lib/glance:configure_glance:118 : iniset_rpc_backend glance /etc/glance/glance-registry.conf 2021-06-02 10:48:49.621 | + lib/rpc_backend:iniset_rpc_backend:152 : local package=glance 2021-06-02 10:48:49.623 | + lib/rpc_backend:iniset_rpc_backend:153 : local file=/etc/glance/glance-registry.conf 2021-06-02 10:48:49.625 | + lib/rpc_backend:iniset_rpc_backend:154 : local section=DEFAULT 2021-06-02 10:48:49.627 | + lib/rpc_backend:iniset_rpc_backend:155 : local virtual_host= 2021-06-02 10:48:49.629 | + lib/rpc_backend:iniset_rpc_backend:156 : is_service_enabled rabbit 2021-06-02 10:48:49.645 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:48:49.647 | ++ lib/rpc_backend:iniset_rpc_backend:157 : get_transport_url '' 2021-06-02 10:48:49.650 | ++ lib/rpc_backend:get_transport_url:134 : local virtual_host= 2021-06-02 10:48:49.652 | ++ lib/rpc_backend:get_transport_url:135 : is_service_enabled rabbit 2021-06-02 10:48:49.667 | ++ functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:48:49.670 | ++ lib/rpc_backend:get_transport_url:136 : echo rabbit://stackrabbit:Passw0rd@10.222.0.22:5672/ 2021-06-02 10:48:49.673 | + lib/rpc_backend:iniset_rpc_backend:157 : iniset /etc/glance/glance-registry.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.22:5672/ 2021-06-02 10:48:49.697 | + lib/rpc_backend:iniset_rpc_backend:158 : '[' -n '' ']' 2021-06-02 10:48:49.699 | + lib/rpc_backend:iniset_rpc_backend:161 : '[' -n '' ']' 2021-06-02 10:48:49.702 | + lib/glance:configure_glance:119 : iniset /etc/glance/glance-registry.conf DEFAULT graceful_shutdown_timeout 5 2021-06-02 10:48:49.726 | + lib/glance:configure_glance:122 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2021-06-02 10:48:49.751 | + lib/glance:configure_glance:123 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2021-06-02 10:48:49.777 | + lib/glance:configure_glance:124 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2021-06-02 10:48:49.801 | + lib/glance:configure_glance:125 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2021-06-02 10:48:49.824 | + lib/glance:configure_glance:126 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2021-06-02 10:48:49.851 | + lib/glance:configure_glance:127 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2021-06-02 10:48:49.876 | + lib/glance:configure_glance:128 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2021-06-02 10:48:49.879 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/glance/glance-api.conf 2021-06-02 10:48:49.881 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=glance 2021-06-02 10:48:49.883 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2021-06-02 10:48:49.885 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2021-06-02 10:48:49.913 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.222.0.22/identity 2021-06-02 10:48:49.936 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2021-06-02 10:48:49.961 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/glance/glance-api.conf keystone_authtoken password Passw0rd 2021-06-02 10:48:49.985 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2021-06-02 10:48:50.009 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2021-06-02 10:48:50.034 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2021-06-02 10:48:50.057 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2021-06-02 10:48:50.082 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2021-06-02 10:48:50.106 | + lib/glance:configure_glance:129 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2021-06-02 10:48:50.132 | + lib/glance:configure_glance:130 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2021-06-02 10:48:50.134 | + lib/rpc_backend:iniset_rpc_backend:152 : local package=glance 2021-06-02 10:48:50.136 | + lib/rpc_backend:iniset_rpc_backend:153 : local file=/etc/glance/glance-api.conf 2021-06-02 10:48:50.138 | + lib/rpc_backend:iniset_rpc_backend:154 : local section=DEFAULT 2021-06-02 10:48:50.141 | + lib/rpc_backend:iniset_rpc_backend:155 : local virtual_host= 2021-06-02 10:48:50.143 | + lib/rpc_backend:iniset_rpc_backend:156 : is_service_enabled rabbit 2021-06-02 10:48:50.159 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:48:50.161 | ++ lib/rpc_backend:iniset_rpc_backend:157 : get_transport_url '' 2021-06-02 10:48:50.164 | ++ lib/rpc_backend:get_transport_url:134 : local virtual_host= 2021-06-02 10:48:50.166 | ++ lib/rpc_backend:get_transport_url:135 : is_service_enabled rabbit 2021-06-02 10:48:50.181 | ++ functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:48:50.183 | ++ lib/rpc_backend:get_transport_url:136 : echo rabbit://stackrabbit:Passw0rd@10.222.0.22:5672/ 2021-06-02 10:48:50.186 | + lib/rpc_backend:iniset_rpc_backend:157 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.22:5672/ 2021-06-02 10:48:50.211 | + lib/rpc_backend:iniset_rpc_backend:158 : '[' -n '' ']' 2021-06-02 10:48:50.214 | + lib/rpc_backend:iniset_rpc_backend:161 : '[' -n '' ']' 2021-06-02 10:48:50.216 | + lib/glance:configure_glance:131 : '[' libvirt = xenserver ']' 2021-06-02 10:48:50.219 | + lib/glance:configure_glance:135 : '[' libvirt = libvirt ']' 2021-06-02 10:48:50.221 | + lib/glance:configure_glance:135 : '[' kvm = parallels ']' 2021-06-02 10:48:50.223 | + lib/glance:configure_glance:141 : '[' False '!=' True ']' 2021-06-02 10:48:50.225 | + lib/glance:configure_glance:142 : iniset /etc/glance/glance-api.conf DEFAULT enable_v1_api False 2021-06-02 10:48:50.250 | + lib/glance:configure_glance:146 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2021-06-02 10:48:50.277 | ++ lib/glance:configure_glance:147 : ipv6_unquote 10.222.0.22 2021-06-02 10:48:50.280 | ++ functions-common:ipv6_unquote:2134 : echo 10.222.0.22 2021-06-02 10:48:50.280 | ++ functions-common:ipv6_unquote:2134 : tr -d '[]' 2021-06-02 10:48:50.285 | + lib/glance:configure_glance:147 : iniset /etc/glance/glance-api.conf DEFAULT registry_host 10.222.0.22 2021-06-02 10:48:50.309 | + lib/glance:configure_glance:150 : '[' -n '' ']' 2021-06-02 10:48:50.311 | + lib/glance:configure_glance:153 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.222.0.22 2021-06-02 10:48:50.337 | + lib/glance:configure_glance:157 : is_service_enabled s-proxy 2021-06-02 10:48:50.352 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:48:50.355 | + lib/glance:configure_glance:158 : iniset /etc/glance/glance-api.conf glance_store default_store swift 2021-06-02 10:48:50.379 | + lib/glance:configure_glance:159 : iniset /etc/glance/glance-api.conf glance_store swift_store_create_container_on_put True 2021-06-02 10:48:50.403 | + lib/glance:configure_glance:160 : python3_enabled 2021-06-02 10:48:50.405 | + inc/python:python3_enabled:531 : [[ True == \T\r\u\e ]] 2021-06-02 10:48:50.408 | + inc/python:python3_enabled:532 : return 0 2021-06-02 10:48:50.410 | + lib/glance:configure_glance:161 : iniset /etc/glance/glance-api.conf glance_store swift_store_auth_insecure True 2021-06-02 10:48:50.435 | + lib/glance:configure_glance:164 : iniset /etc/glance/glance-api.conf glance_store swift_store_config_file /etc/glance/glance-swift-store.conf 2021-06-02 10:48:50.460 | + lib/glance:configure_glance:165 : iniset /etc/glance/glance-api.conf glance_store default_swift_reference ref1 2021-06-02 10:48:50.484 | + lib/glance:configure_glance:166 : iniset /etc/glance/glance-api.conf glance_store stores 'file, http, swift' 2021-06-02 10:48:50.508 | + lib/glance:configure_glance:167 : iniset /etc/glance/glance-api.conf DEFAULT graceful_shutdown_timeout 5 2021-06-02 10:48:50.532 | + lib/glance:configure_glance:169 : iniset /etc/glance/glance-swift-store.conf ref1 user service:glance-swift 2021-06-02 10:48:50.558 | + lib/glance:configure_glance:171 : iniset /etc/glance/glance-swift-store.conf ref1 key Passw0rd 2021-06-02 10:48:50.582 | + lib/glance:configure_glance:172 : python3_enabled 2021-06-02 10:48:50.585 | + inc/python:python3_enabled:531 : [[ True == \T\r\u\e ]] 2021-06-02 10:48:50.587 | + inc/python:python3_enabled:532 : return 0 2021-06-02 10:48:50.589 | + lib/glance:configure_glance:175 : iniset /etc/glance/glance-swift-store.conf ref1 auth_address http://10.222.0.22/identity/v3 2021-06-02 10:48:50.613 | + lib/glance:configure_glance:179 : iniset /etc/glance/glance-swift-store.conf ref1 auth_version 3 2021-06-02 10:48:50.636 | + lib/glance:configure_glance:184 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.222.0.22/image 2021-06-02 10:48:50.661 | + lib/glance:configure_glance:186 : is_service_enabled tls-proxy 2021-06-02 10:48:50.676 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:48:50.678 | + lib/glance:configure_glance:194 : is_service_enabled tls-proxy 2021-06-02 10:48:50.693 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:48:50.695 | + lib/glance:configure_glance:199 : setup_logging /etc/glance/glance-api.conf 2021-06-02 10:48:50.697 | + functions:setup_logging:639 : local conf_file=/etc/glance/glance-api.conf 2021-06-02 10:48:50.700 | + functions:setup_logging:640 : local other_cond=False 2021-06-02 10:48:50.702 | + functions:setup_logging:641 : [[ True == \T\r\u\e ]] 2021-06-02 10:48:50.705 | + functions:setup_logging:642 : setup_systemd_logging /etc/glance/glance-api.conf 2021-06-02 10:48:50.707 | + functions:setup_systemd_logging:670 : local conf_file=/etc/glance/glance-api.conf 2021-06-02 10:48:50.710 | + functions:setup_systemd_logging:671 : local conf_section=DEFAULT 2021-06-02 10:48:50.712 | ++ functions:setup_systemd_logging:676 : trueorfalse False USE_JOURNAL 2021-06-02 10:48:50.728 | + functions:setup_systemd_logging:676 : USE_JOURNAL=False 2021-06-02 10:48:50.730 | + functions:setup_systemd_logging:677 : local pidstr= 2021-06-02 10:48:50.733 | + functions:setup_systemd_logging:678 : [[ False == \T\r\u\e ]] 2021-06-02 10:48:50.735 | + functions:setup_systemd_logging:682 : pidstr='(pid=%(process)d) ' 2021-06-02 10:48:50.737 | + functions:setup_systemd_logging:684 : iniset /etc/glance/glance-api.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-06-02 10:48:50.761 | + functions:setup_systemd_logging:686 : 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-06-02 10:48:50.786 | + functions:setup_systemd_logging:687 : 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-06-02 10:48:50.809 | + functions:setup_systemd_logging:688 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-06-02 10:48:50.834 | + lib/glance:configure_glance:200 : setup_logging /etc/glance/glance-registry.conf 2021-06-02 10:48:50.837 | + functions:setup_logging:639 : local conf_file=/etc/glance/glance-registry.conf 2021-06-02 10:48:50.839 | + functions:setup_logging:640 : local other_cond=False 2021-06-02 10:48:50.841 | + functions:setup_logging:641 : [[ True == \T\r\u\e ]] 2021-06-02 10:48:50.844 | + functions:setup_logging:642 : setup_systemd_logging /etc/glance/glance-registry.conf 2021-06-02 10:48:50.846 | + functions:setup_systemd_logging:670 : local conf_file=/etc/glance/glance-registry.conf 2021-06-02 10:48:50.848 | + functions:setup_systemd_logging:671 : local conf_section=DEFAULT 2021-06-02 10:48:50.851 | ++ functions:setup_systemd_logging:676 : trueorfalse False USE_JOURNAL 2021-06-02 10:48:50.866 | + functions:setup_systemd_logging:676 : USE_JOURNAL=False 2021-06-02 10:48:50.868 | + functions:setup_systemd_logging:677 : local pidstr= 2021-06-02 10:48:50.870 | + functions:setup_systemd_logging:678 : [[ False == \T\r\u\e ]] 2021-06-02 10:48:50.873 | + functions:setup_systemd_logging:682 : pidstr='(pid=%(process)d) ' 2021-06-02 10:48:50.876 | + functions:setup_systemd_logging:684 : iniset /etc/glance/glance-registry.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-06-02 10:48:50.900 | + functions:setup_systemd_logging:686 : 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-06-02 10:48:50.924 | + functions:setup_systemd_logging:687 : 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-06-02 10:48:50.948 | + functions:setup_systemd_logging:688 : iniset /etc/glance/glance-registry.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-06-02 10:48:50.974 | + lib/glance:configure_glance:202 : cp -p /opt/stack/glance/etc/glance-registry-paste.ini /etc/glance/glance-registry-paste.ini 2021-06-02 10:48:50.978 | + lib/glance:configure_glance:203 : cp -p /opt/stack/glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2021-06-02 10:48:50.982 | + lib/glance:configure_glance:206 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2021-06-02 10:48:51.008 | + lib/glance:configure_glance:207 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2021-06-02 10:48:51.033 | + lib/glance:configure_glance:208 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2021-06-02 10:48:51.057 | + lib/glance:configure_glance:209 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.222.0.22/identity 2021-06-02 10:48:51.081 | + lib/glance:configure_glance:210 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2021-06-02 10:48:51.105 | + lib/glance:configure_glance:211 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2021-06-02 10:48:51.129 | + lib/glance:configure_glance:212 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password Passw0rd 2021-06-02 10:48:51.153 | ++ lib/glance:configure_glance:213 : ipv6_unquote 10.222.0.22 2021-06-02 10:48:51.157 | ++ functions-common:ipv6_unquote:2134 : echo 10.222.0.22 2021-06-02 10:48:51.157 | ++ functions-common:ipv6_unquote:2134 : tr -d '[]' 2021-06-02 10:48:51.161 | + lib/glance:configure_glance:213 : iniset /etc/glance/glance-cache.conf DEFAULT registry_host 10.222.0.22 2021-06-02 10:48:51.185 | + lib/glance:configure_glance:216 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2021-06-02 10:48:51.212 | + lib/glance:configure_glance:219 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2021-06-02 10:48:51.239 | + lib/glance:configure_glance:220 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2021-06-02 10:48:51.264 | + lib/glance:configure_glance:221 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2021-06-02 10:48:51.289 | + lib/glance:configure_glance:223 : cp -p /opt/stack/glance/etc/policy.json /etc/glance/policy.json 2021-06-02 10:48:51.293 | + lib/glance:configure_glance:224 : cp -p /opt/stack/glance/etc/schema-image.json /etc/glance/schema-image.json 2021-06-02 10:48:51.298 | + lib/glance:configure_glance:226 : 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-trust.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-06-02 10:48:51.304 | + lib/glance:configure_glance:228 : is_service_enabled tls-proxy 2021-06-02 10:48:51.318 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:48:51.321 | + lib/glance:configure_glance:236 : [[ uwsgi == \u\w\s\g\i ]] 2021-06-02 10:48:51.323 | + lib/glance:configure_glance:237 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2021-06-02 10:48:51.325 | + lib/apache:write_local_uwsgi_http_config:331 : local file=/etc/glance/glance-uwsgi.ini 2021-06-02 10:48:51.327 | + lib/apache:write_local_uwsgi_http_config:332 : local wsgi=/usr/local/bin/glance-wsgi-api 2021-06-02 10:48:51.330 | + lib/apache:write_local_uwsgi_http_config:333 : local url=/image 2021-06-02 10:48:51.333 | ++ lib/apache:write_local_uwsgi_http_config:334 : basename /usr/local/bin/glance-wsgi-api 2021-06-02 10:48:51.336 | + lib/apache:write_local_uwsgi_http_config:334 : name=glance-wsgi-api 2021-06-02 10:48:51.338 | + lib/apache:write_local_uwsgi_http_config:340 : rm -rf /etc/glance/glance-uwsgi.ini 2021-06-02 10:48:51.341 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2021-06-02 10:48:51.368 | ++ lib/apache:write_local_uwsgi_http_config:342 : get_random_port 2021-06-02 10:48:51.370 | ++ functions:get_random_port:799 : read lower_port upper_port 2021-06-02 10:48:51.372 | ++ functions:get_random_port:800 : true 2021-06-02 10:48:51.374 | ++ functions:get_random_port:801 : (( port = upper_port )) 2021-06-02 10:48:51.377 | ++ functions:get_random_port:801 : (( port >= lower_port )) 2021-06-02 10:48:51.379 | ++ functions:get_random_port:802 : sudo lsof -i :60999 2021-06-02 10:48:51.438 | ++ functions:get_random_port:803 : [[ 1 > 0 ]] 2021-06-02 10:48:51.441 | ++ functions:get_random_port:804 : break 2 2021-06-02 10:48:51.443 | ++ functions:get_random_port:808 : echo 60999 2021-06-02 10:48:51.446 | + lib/apache:write_local_uwsgi_http_config:342 : port=60999 2021-06-02 10:48:51.448 | + lib/apache:write_local_uwsgi_http_config:343 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2021-06-02 10:48:51.473 | + lib/apache:write_local_uwsgi_http_config:344 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2021-06-02 10:48:51.496 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2021-06-02 10:48:51.520 | + lib/apache:write_local_uwsgi_http_config:348 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2021-06-02 10:48:51.544 | + lib/apache:write_local_uwsgi_http_config:349 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2021-06-02 10:48:51.568 | + lib/apache:write_local_uwsgi_http_config:350 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2021-06-02 10:48:51.593 | + lib/apache:write_local_uwsgi_http_config:351 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2021-06-02 10:48:51.616 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2021-06-02 10:48:51.640 | + lib/apache:write_local_uwsgi_http_config:355 : iniset /etc/glance/glance-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-06-02 10:48:51.664 | + lib/apache:write_local_uwsgi_http_config:358 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 90 2021-06-02 10:48:51.689 | + lib/apache:write_local_uwsgi_http_config:360 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2021-06-02 10:48:51.713 | + lib/apache:write_local_uwsgi_http_config:362 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2021-06-02 10:48:51.738 | + lib/apache:write_local_uwsgi_http_config:364 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2021-06-02 10:48:51.761 | + lib/apache:write_local_uwsgi_http_config:365 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2021-06-02 10:48:51.785 | + lib/apache:write_local_uwsgi_http_config:366 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2021-06-02 10:48:51.809 | + lib/apache:write_local_uwsgi_http_config:367 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2021-06-02 10:48:51.833 | + lib/apache:write_local_uwsgi_http_config:368 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2021-06-02 10:48:51.857 | + lib/apache:write_local_uwsgi_http_config:369 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2021-06-02 10:48:51.881 | + lib/apache:write_local_uwsgi_http_config:371 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2021-06-02 10:48:51.905 | + lib/apache:write_local_uwsgi_http_config:373 : enable_apache_mod proxy 2021-06-02 10:48:51.908 | + lib/apache:enable_apache_mod:54 : local mod=proxy 2021-06-02 10:48:51.910 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-06-02 10:48:51.912 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:48:51.914 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:48:51.917 | + lib/apache:enable_apache_mod:59 : [[ proxy != \v\e\r\s\i\o\n ]] 2021-06-02 10:48:51.919 | + lib/apache:enable_apache_mod:59 : a2query -m proxy 2021-06-02 10:48:51.979 | proxy (enabled by site administrator) 2021-06-02 10:48:51.982 | + lib/apache:write_local_uwsgi_http_config:374 : enable_apache_mod proxy_http 2021-06-02 10:48:51.984 | + lib/apache:enable_apache_mod:54 : local mod=proxy_http 2021-06-02 10:48:51.986 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-06-02 10:48:51.989 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:48:51.991 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:48:51.993 | + lib/apache:enable_apache_mod:59 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2021-06-02 10:48:51.995 | + lib/apache:enable_apache_mod:59 : a2query -m proxy_http 2021-06-02 10:48:52.045 | No module matches proxy_http 2021-06-02 10:48:52.047 | + lib/apache:enable_apache_mod:60 : sudo a2enmod proxy_http 2021-06-02 10:48:52.105 | Considering dependency proxy for proxy_http: 2021-06-02 10:48:52.105 | Module proxy already enabled 2021-06-02 10:48:52.105 | Enabling module proxy_http. 2021-06-02 10:48:52.109 | To activate the new configuration, you need to run: 2021-06-02 10:48:52.109 | systemctl restart apache2 2021-06-02 10:48:52.113 | + lib/apache:enable_apache_mod:61 : restart_apache_server 2021-06-02 10:48:52.116 | + lib/apache:restart_apache_server:262 : restart_service apache2 2021-06-02 10:48:52.118 | + functions-common:restart_service:2220 : '[' -x /bin/systemctl ']' 2021-06-02 10:48:52.120 | + functions-common:restart_service:2221 : sudo /bin/systemctl restart apache2 2021-06-02 10:48:52.272 | + lib/apache:write_local_uwsgi_http_config:375 : local apache_conf= 2021-06-02 10:48:52.276 | ++ lib/apache:write_local_uwsgi_http_config:376 : apache_site_config_for glance-wsgi-api 2021-06-02 10:48:52.278 | ++ lib/apache:apache_site_config_for:198 : local site=glance-wsgi-api 2021-06-02 10:48:52.282 | ++ lib/apache:apache_site_config_for:199 : is_ubuntu 2021-06-02 10:48:52.284 | ++ functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:48:52.286 | ++ functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:48:52.288 | ++ lib/apache:apache_site_config_for:201 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2021-06-02 10:48:52.291 | + lib/apache:write_local_uwsgi_http_config:376 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2021-06-02 10:48:52.294 | + lib/apache:write_local_uwsgi_http_config:377 : echo 'KeepAlive Off' 2021-06-02 10:48:52.295 | + lib/apache:write_local_uwsgi_http_config:377 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2021-06-02 10:48:52.302 | KeepAlive Off 2021-06-02 10:48:52.306 | + lib/apache:write_local_uwsgi_http_config:378 : echo 'SetEnv proxy-sendchunked 1' 2021-06-02 10:48:52.306 | + lib/apache:write_local_uwsgi_http_config:378 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2021-06-02 10:48:52.313 | SetEnv proxy-sendchunked 1 2021-06-02 10:48:52.317 | + lib/apache:write_local_uwsgi_http_config:379 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2021-06-02 10:48:52.318 | + lib/apache:write_local_uwsgi_http_config:379 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2021-06-02 10:48:52.324 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2021-06-02 10:48:52.327 | + lib/apache:write_local_uwsgi_http_config:380 : enable_apache_site glance-wsgi-api 2021-06-02 10:48:52.330 | + lib/apache:enable_apache_site:215 : local site=glance-wsgi-api 2021-06-02 10:48:52.333 | + lib/apache:enable_apache_site:217 : enable_apache_mod version 2021-06-02 10:48:52.335 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-06-02 10:48:52.337 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-06-02 10:48:52.340 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:48:52.342 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:48:52.344 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-06-02 10:48:52.346 | + lib/apache:enable_apache_site:218 : is_ubuntu 2021-06-02 10:48:52.349 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:48:52.351 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:48:52.353 | + lib/apache:enable_apache_site:219 : sudo a2ensite glance-wsgi-api 2021-06-02 10:48:52.411 | Enabling site glance-wsgi-api. 2021-06-02 10:48:52.420 | To activate the new configuration, you need to run: 2021-06-02 10:48:52.420 | systemctl reload apache2 2021-06-02 10:48:52.424 | + lib/apache:write_local_uwsgi_http_config:381 : restart_apache_server 2021-06-02 10:48:52.427 | + lib/apache:restart_apache_server:262 : restart_service apache2 2021-06-02 10:48:52.429 | + functions-common:restart_service:2220 : '[' -x /bin/systemctl ']' 2021-06-02 10:48:52.431 | + functions-common:restart_service:2221 : sudo /bin/systemctl restart apache2 2021-06-02 10:48:52.571 | + ./stack.sh:main:940 : is_service_enabled cinder 2021-06-02 10:48:52.588 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:48:52.591 | + ./stack.sh:main:942 : stack_install_service cinder 2021-06-02 10:48:52.594 | + lib/stack:stack_install_service:20 : local service=cinder 2021-06-02 10:48:52.597 | + lib/stack:stack_install_service:21 : type install_cinder 2021-06-02 10:48:52.599 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-06-02 10:48:52.602 | + lib/stack:stack_install_service:32 : install_cinder 2021-06-02 10:48:52.604 | + lib/cinder:install_cinder:417 : git_clone https://opendev.org/openstack/cinder.git /opt/stack/cinder stable/train 2021-06-02 10:48:52.607 | + functions-common:git_clone:524 : local git_remote=https://opendev.org/openstack/cinder.git 2021-06-02 10:48:52.609 | + functions-common:git_clone:525 : local git_dest=/opt/stack/cinder 2021-06-02 10:48:52.612 | + functions-common:git_clone:526 : local git_ref=stable/train 2021-06-02 10:48:52.614 | + functions-common:git_clone:527 : local orig_dir 2021-06-02 10:48:52.617 | ++ functions-common:git_clone:528 : pwd 2021-06-02 10:48:52.620 | + functions-common:git_clone:528 : orig_dir=/home/ubuntu/devstack 2021-06-02 10:48:52.622 | + functions-common:git_clone:529 : local git_clone_flags= 2021-06-02 10:48:52.625 | ++ functions-common:git_clone:531 : trueorfalse False RECLONE 2021-06-02 10:48:52.640 | + functions-common:git_clone:531 : RECLONE=False 2021-06-02 10:48:52.642 | + functions-common:git_clone:532 : [[ 0 -gt 0 ]] 2021-06-02 10:48:52.644 | + functions-common:git_clone:536 : [[ False = \T\r\u\e ]] 2021-06-02 10:48:52.647 | + functions-common:git_clone:545 : echo stable/train 2021-06-02 10:48:52.647 | + functions-common:git_clone:545 : egrep -q '^refs' 2021-06-02 10:48:52.652 | + functions-common:git_clone:559 : [[ ! -d /opt/stack/cinder ]] 2021-06-02 10:48:52.654 | + functions-common:git_clone:567 : [[ False = \T\r\u\e ]] 2021-06-02 10:48:52.657 | + functions-common:git_clone:593 : cd /opt/stack/cinder 2021-06-02 10:48:52.660 | + functions-common:git_clone:594 : git show --oneline 2021-06-02 10:48:52.660 | + functions-common:git_clone:594 : head -1 2021-06-02 10:48:52.663 | 574221a9b [train-only] Fix mock import for infinidat driver 2021-06-02 10:48:52.665 | + functions-common:git_clone:595 : cd /home/ubuntu/devstack 2021-06-02 10:48:52.668 | + lib/cinder:install_cinder:418 : setup_develop /opt/stack/cinder 2021-06-02 10:48:52.670 | + inc/python:setup_develop:415 : local bindep 2021-06-02 10:48:52.673 | + inc/python:setup_develop:416 : [[ /opt/stack/cinder == -bindep* ]] 2021-06-02 10:48:52.676 | + inc/python:setup_develop:420 : local project_dir=/opt/stack/cinder 2021-06-02 10:48:52.678 | + inc/python:setup_develop:421 : local extras= 2021-06-02 10:48:52.681 | + inc/python:setup_develop:422 : _setup_package_with_constraints_edit /opt/stack/cinder -e 2021-06-02 10:48:52.683 | + inc/python:_setup_package_with_constraints_edit:441 : local bindep 2021-06-02 10:48:52.685 | + inc/python:_setup_package_with_constraints_edit:442 : [[ /opt/stack/cinder == -bindep* ]] 2021-06-02 10:48:52.688 | + inc/python:_setup_package_with_constraints_edit:446 : local project_dir=/opt/stack/cinder 2021-06-02 10:48:52.690 | + inc/python:_setup_package_with_constraints_edit:447 : local flags=-e 2021-06-02 10:48:52.693 | + inc/python:_setup_package_with_constraints_edit:448 : local extras= 2021-06-02 10:48:52.696 | ++ inc/python:_setup_package_with_constraints_edit:455 : cd /opt/stack/cinder 2021-06-02 10:48:52.698 | ++ inc/python:_setup_package_with_constraints_edit:455 : pwd 2021-06-02 10:48:52.701 | + inc/python:_setup_package_with_constraints_edit:455 : project_dir=/opt/stack/cinder 2021-06-02 10:48:52.704 | + inc/python:_setup_package_with_constraints_edit:457 : '[' -n /opt/stack/requirements ']' 2021-06-02 10:48:52.706 | + inc/python:_setup_package_with_constraints_edit:459 : local name 2021-06-02 10:48:52.709 | ++ inc/python:_setup_package_with_constraints_edit:460 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2021-06-02 10:48:52.714 | + inc/python:_setup_package_with_constraints_edit:460 : name=cinder 2021-06-02 10:48:52.717 | + inc/python:_setup_package_with_constraints_edit:462 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- cinder '-e file:///opt/stack/cinder#egg=cinder' 2021-06-02 10:48:53.554 | + inc/python:_setup_package_with_constraints_edit:466 : setup_package /opt/stack/cinder -e 2021-06-02 10:48:53.556 | + inc/python:setup_package:494 : local bindep=0 2021-06-02 10:48:53.559 | + inc/python:setup_package:495 : local bindep_flag= 2021-06-02 10:48:53.561 | + inc/python:setup_package:496 : local bindep_profiles= 2021-06-02 10:48:53.564 | + inc/python:setup_package:497 : [[ /opt/stack/cinder == -bindep* ]] 2021-06-02 10:48:53.566 | + inc/python:setup_package:502 : local project_dir=/opt/stack/cinder 2021-06-02 10:48:53.569 | + inc/python:setup_package:503 : local flags=-e 2021-06-02 10:48:53.571 | + inc/python:setup_package:504 : local extras= 2021-06-02 10:48:53.573 | + inc/python:setup_package:508 : [[ -n -e ]] 2021-06-02 10:48:53.576 | + inc/python:setup_package:508 : [[ -z '' ]] 2021-06-02 10:48:53.578 | + inc/python:setup_package:508 : [[ ! -e =~ ^-.* ]] 2021-06-02 10:48:53.581 | + inc/python:setup_package:513 : [[ ! -z '' ]] 2021-06-02 10:48:53.583 | + inc/python:setup_package:518 : [[ 0 == 1 ]] 2021-06-02 10:48:53.586 | + inc/python:setup_package:522 : pip_install -e /opt/stack/cinder 2021-06-02 10:48:53.607 | Check python version for : /opt/stack/cinder 2021-06-02 10:48:53.610 | Using 3.6 version to install /opt/stack/cinder based on default behavior 2021-06-02 10:48:54.001 | + inc/python:pip_install:283 : 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-06-02 10:48:54.822 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:54.824 | Ignoring Django: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:54.827 | Ignoring Django: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:54.831 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:54.840 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:54.843 | Ignoring GitPython: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:54.845 | Ignoring GitPython: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:54.850 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:54.855 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:54.879 | Ignoring Pygments: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:54.881 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:54.885 | Ignoring Pygments: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:54.889 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:54.896 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:54.898 | Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:54.901 | Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:54.906 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:54.908 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:54.910 | Ignoring Sphinx: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:54.913 | Ignoring Sphinx: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:54.918 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:55.023 | Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:55.026 | Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:55.030 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:55.039 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:55.042 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:55.044 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:55.090 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:55.096 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:55.121 | Ignoring diskimage-builder: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:55.123 | Ignoring diskimage-builder: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:55.126 | Ignoring diskimage-builder: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:55.130 | Ignoring diskimage-builder: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:55.148 | Ignoring dnspython: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:55.150 | Ignoring dnspython: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:55.156 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:55.159 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:55.161 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:55.163 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:55.168 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:55.185 | Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:55.215 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:55.217 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:55.223 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:55.246 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:55.249 | Ignoring gunicorn: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:55.251 | Ignoring gunicorn: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:55.256 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:55.258 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:55.273 | Ignoring ifaddr: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:55.275 | Ignoring ifaddr: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:55.280 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:55.292 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:55.294 | Ignoring influxdb: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:55.296 | Ignoring influxdb: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:55.301 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:55.305 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:55.314 | Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:55.317 | Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:55.321 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:55.327 | Ignoring joblib: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:55.330 | Ignoring joblib: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:55.334 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:55.350 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:55.353 | Ignoring keyring: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:55.356 | Ignoring keyring: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:55.360 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:55.401 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:55.403 | Ignoring more-itertools: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:55.406 | Ignoring more-itertools: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:55.410 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:55.423 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:55.426 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:55.430 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:55.432 | Ignoring mypy-extensions: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:55.435 | Ignoring mypy-extensions: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:55.440 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:55.443 | Ignoring ndg-httpsclient: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:55.451 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:55.454 | Ignoring networkx: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:55.457 | Ignoring networkx: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:55.461 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:55.479 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:55.481 | Ignoring numpy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:55.484 | Ignoring numpy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:55.488 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:55.589 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:55.678 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:55.681 | Ignoring pytest: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:55.683 | Ignoring pytest: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:55.689 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:55.804 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:55.856 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:55.859 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:55.862 | Ignoring scikit-learn: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:55.864 | Ignoring scikit-learn: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:55.869 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:55.871 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:55.874 | Ignoring scipy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:55.877 | Ignoring scipy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:55.882 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:55.906 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:55.926 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:55.928 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:55.933 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:55.938 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:55.940 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:55.945 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:55.950 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:55.952 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:55.959 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:55.966 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:55.968 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:55.974 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:55.982 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:55.985 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:55.990 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:55.994 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:55.997 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:56.005 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:56.010 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:56.034 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:56.087 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:56.093 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:56.096 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:56.100 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:56.102 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:56.112 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:56.118 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:56.120 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:56.125 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:56.129 | Ignoring typing-extensions: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:56.132 | Ignoring typing-extensions: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:56.137 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:56.143 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:56.173 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:56.199 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:48:56.202 | Ignoring zeroconf: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:48:56.205 | Ignoring zeroconf: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:48:56.213 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:48:56.220 | Obtaining file:///opt/stack/cinder 2021-06-02 10:48:58.695 | Obtaining cinder from file:///opt/stack/cinder#egg=cinder (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-06-02 10:49:00.881 | Requirement already satisfied: Paste===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26)) 2021-06-02 10:49:00.889 | Requirement already satisfied: PasteDeploy===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 27)) 2021-06-02 10:49:00.898 | Requirement already satisfied: Routes===2.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) 2021-06-02 10:49:00.907 | Requirement already satisfied: SQLAlchemy===1.3.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 42)) 2021-06-02 10:49:00.929 | Requirement already satisfied: WebOb===1.8.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 57)) 2021-06-02 10:49:00.943 | Requirement already satisfied: castellan===1.3.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 134)) 2021-06-02 10:49:00.966 | Requirement already satisfied: cryptography===2.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 153)) 2021-06-02 10:49:01.006 | Requirement already satisfied: cursive===0.2.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 154)) 2021-06-02 10:49:01.019 | Requirement already satisfied: decorator===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 158)) 2021-06-02 10:49:01.022 | Requirement already satisfied: defusedxml===0.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 159)) 2021-06-02 10:49:01.028 | Requirement already satisfied: eventlet===0.25.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 199)) 2021-06-02 10:49:01.165 | Collecting google-api-python-client===1.7.11 (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) 2021-06-02 10:49:01.283 | Downloading http://10.100.0.9:8080/root/pypi/+f/a8a/88174f66d92ae/google-api-python-client-1.7.11.tar.gz (142kB) 2021-06-02 10:49:02.284 | Collecting google-auth===1.6.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 224)) 2021-06-02 10:49:02.374 | Downloading http://10.100.0.9:8080/root/pypi/+f/207/05f6803fd2c4d/google_auth-1.6.3-py2.py3-none-any.whl (73kB) 2021-06-02 10:49:02.645 | Collecting google-auth-httplib2===0.0.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 225)) 2021-06-02 10:49:02.665 | Downloading http://10.100.0.9:8080/root/pypi/+f/f1c/437842155680c/google_auth_httplib2-0.0.3-py2.py3-none-any.whl 2021-06-02 10:49:02.797 | Requirement already satisfied: greenlet===0.4.15 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) 2021-06-02 10:49:02.799 | Requirement already satisfied: httplib2===0.13.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 239)) 2021-06-02 10:49:02.802 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) 2021-06-02 10:49:02.805 | Requirement already satisfied: jsonschema===3.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 278)) 2021-06-02 10:49:02.824 | Requirement already satisfied: keystoneauth1===3.17.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 287)) 2021-06-02 10:49:02.893 | Requirement already satisfied: keystonemiddleware===7.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 288)) 2021-06-02 10:49:02.970 | Requirement already satisfied: lxml===4.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) 2021-06-02 10:49:02.980 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) 2021-06-02 10:49:03.105 | Collecting oauth2client===4.1.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 353)) 2021-06-02 10:49:03.163 | Downloading http://10.100.0.9:8080/root/pypi/+f/b8a/81cc5d60e2d36/oauth2client-4.1.3-py2.py3-none-any.whl (98kB) 2021-06-02 10:49:03.435 | Collecting os-brick===2.10.7 (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) 2021-06-02 10:49:03.541 | Downloading http://10.100.0.9:8080/root/pypi/+f/61f/fd8cff085de96/os_brick-2.10.7-py3-none-any.whl (253kB) 2021-06-02 10:49:03.738 | 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 372)) 2021-06-02 10:49:03.742 | Requirement already satisfied: os-win===4.3.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 376)) 2021-06-02 10:49:03.763 | Requirement already satisfied: oslo.cache===1.37.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 380)) 2021-06-02 10:49:03.811 | Requirement already satisfied: oslo.concurrency===3.30.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 381)) 2021-06-02 10:49:03.828 | Requirement already satisfied: oslo.config===6.11.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 382)) 2021-06-02 10:49:03.847 | Requirement already satisfied: oslo.context===2.23.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 383)) 2021-06-02 10:49:03.853 | Requirement already satisfied: oslo.db===5.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 384)) 2021-06-02 10:49:03.909 | Requirement already satisfied: oslo.i18n===3.24.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 385)) 2021-06-02 10:49:03.916 | Requirement already satisfied: oslo.log===3.44.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 386)) 2021-06-02 10:49:03.963 | Requirement already satisfied: oslo.messaging===10.2.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 387)) 2021-06-02 10:49:04.026 | Requirement already satisfied: oslo.middleware===3.38.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 388)) 2021-06-02 10:49:04.045 | Requirement already satisfied: oslo.policy===2.3.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 389)) 2021-06-02 10:49:04.061 | Requirement already satisfied: oslo.privsep===1.33.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 390)) 2021-06-02 10:49:04.084 | Requirement already satisfied: oslo.reports===1.30.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 391)) 2021-06-02 10:49:04.099 | Requirement already satisfied: oslo.rootwrap===5.16.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 392)) 2021-06-02 10:49:04.103 | Requirement already satisfied: oslo.serialization===2.29.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 393)) 2021-06-02 10:49:04.115 | Requirement already satisfied: oslo.service===1.40.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 394)) 2021-06-02 10:49:04.144 | Requirement already satisfied: oslo.upgradecheck===0.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 395)) 2021-06-02 10:49:04.157 | Requirement already satisfied: oslo.utils===3.41.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) 2021-06-02 10:49:04.197 | Requirement already satisfied: oslo.versionedobjects===1.36.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 397)) 2021-06-02 10:49:04.341 | Collecting oslo.vmware===2.34.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 398)) 2021-06-02 10:49:04.438 | Downloading http://10.100.0.9:8080/root/pypi/+f/50b/4ace56b6eefb0/oslo.vmware-2.34.1-py2.py3-none-any.whl (358kB) 2021-06-02 10:49:04.637 | Requirement already satisfied: osprofiler===2.8.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 401)) 2021-06-02 10:49:04.685 | Requirement already satisfied: paramiko===2.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 406)) 2021-06-02 10:49:04.699 | Requirement already satisfied: pbr===5.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 411)) 2021-06-02 10:49:04.703 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 419)) 2021-06-02 10:49:04.705 | Requirement already satisfied: psutil===5.6.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 423)) 2021-06-02 10:49:04.711 | Collecting pyasn1===0.4.7 (from -c /opt/stack/requirements/upper-constraints.txt (line 431)) 2021-06-02 10:49:04.840 | Downloading http://10.100.0.9:8080/root/pypi/+f/62c/dade8b5530f0b/pyasn1-0.4.7-py2.py3-none-any.whl (76kB) 2021-06-02 10:49:04.983 | Collecting pyasn1-modules===0.2.6 (from -c /opt/stack/requirements/upper-constraints.txt (line 432)) 2021-06-02 10:49:05.089 | Downloading http://10.100.0.9:8080/root/pypi/+f/e30/199a9d221f1b2/pyasn1_modules-0.2.6-py2.py3-none-any.whl (95kB) 2021-06-02 10:49:05.238 | Requirement already satisfied: pycadf===2.10.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 433)) 2021-06-02 10:49:05.249 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 441)) 2021-06-02 10:49:05.252 | Requirement already satisfied: pyparsing===2.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 448)) 2021-06-02 10:49:05.255 | Requirement already satisfied: pyrsistent===0.15.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 452)) 2021-06-02 10:49:05.261 | Requirement already satisfied: python-barbicanclient===4.9.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 465)) 2021-06-02 10:49:05.277 | Requirement already satisfied: python-dateutil===2.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 472)) 2021-06-02 10:49:05.404 | Collecting python-glanceclient===2.17.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 477)) 2021-06-02 10:49:05.478 | Downloading http://10.100.0.9:8080/root/pypi/+f/e53/7fc6e17b5bae6/python_glanceclient-2.17.1-py2.py3-none-any.whl (195kB) 2021-06-02 10:49:05.653 | Requirement already satisfied: python-keystoneclient===3.21.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 484)) 2021-06-02 10:49:05.671 | Requirement already satisfied: python-novaclient===15.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 497)) 2021-06-02 10:49:05.813 | Collecting python-swiftclient===3.8.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 512)) 2021-06-02 10:49:05.860 | Downloading http://10.100.0.9:8080/root/pypi/+f/0b4/60f6a2c16d474/python_swiftclient-3.8.1-py2.py3-none-any.whl (84kB) 2021-06-02 10:49:06.036 | Requirement already satisfied: pytz===2019.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 519)) 2021-06-02 10:49:06.040 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 529)) 2021-06-02 10:49:06.047 | Requirement already satisfied: requests===2.22.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 530)) 2021-06-02 10:49:06.071 | Requirement already satisfied: retrying===1.3.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 540)) 2021-06-02 10:49:06.075 | Requirement already satisfied: rfc3986===1.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 542)) 2021-06-02 10:49:06.203 | Collecting rsa===4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 544)) 2021-06-02 10:49:06.249 | Downloading http://10.100.0.9:8080/root/pypi/+f/14b/a45700ff1ec9e/rsa-4.0-py2.py3-none-any.whl 2021-06-02 10:49:06.508 | Collecting rtslib-fb===2.1.69 (from -c /opt/stack/requirements/upper-constraints.txt (line 546)) 2021-06-02 10:49:06.537 | Downloading http://10.100.0.9:8080/root/pypi/+f/659/c976049e135a2/rtslib_fb-2.1.69-py3-none-any.whl (86kB) 2021-06-02 10:49:06.680 | Requirement already satisfied: simplejson===3.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 571)) 2021-06-02 10:49:06.683 | Requirement already satisfied: six===1.12.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 573)) 2021-06-02 10:49:06.686 | Requirement already satisfied: sqlalchemy-migrate===0.12.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 618)) 2021-06-02 10:49:06.697 | Requirement already satisfied: sqlparse===0.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 619)) 2021-06-02 10:49:06.700 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 620)) 2021-06-02 10:49:06.703 | Requirement already satisfied: stevedore===1.31.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 622)) 2021-06-02 10:49:06.832 | Collecting suds-jurko===0.6 (from -c /opt/stack/requirements/upper-constraints.txt (line 629)) 2021-06-02 10:49:06.856 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/f39/8754a66f0fee9/suds_jurko-0.6-py3-none-any.whl (454kB) 2021-06-02 10:49:07.047 | Requirement already satisfied: taskflow===3.7.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 636)) 2021-06-02 10:49:07.129 | Requirement already satisfied: tenacity===5.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 638)) 2021-06-02 10:49:07.142 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 641)) 2021-06-02 10:49:07.151 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 642)) 2021-06-02 10:49:07.157 | Requirement already satisfied: testtools===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 643)) 2021-06-02 10:49:07.296 | Collecting tooz===1.66.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 650)) 2021-06-02 10:49:07.403 | Downloading http://10.100.0.9:8080/root/pypi/+f/040/2324c0ee49e8d/tooz-1.66.3-py2.py3-none-any.whl (87kB) 2021-06-02 10:49:07.634 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 657)) 2021-06-02 10:49:07.638 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 674)) 2021-06-02 10:49:07.768 | Collecting uritemplate===3.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 675)) 2021-06-02 10:49:07.790 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/1b9/c467a940ce9fb/uritemplate-3.0.0-py2.py3-none-any.whl 2021-06-02 10:49:07.920 | Requirement already satisfied: urllib3===1.25.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 676)) 2021-06-02 10:49:07.942 | Requirement already satisfied: voluptuous===0.11.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 682)) 2021-06-02 10:49:08.069 | Collecting warlock===1.3.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 685)) 2021-06-02 10:49:08.094 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/d9d/f06a9128971cb/warlock-1.3.3-py2.py3-none-any.whl 2021-06-02 10:49:08.227 | Requirement already satisfied: wrapt===1.11.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 692)) 2021-06-02 10:49:08.229 | Requirement already satisfied: yappi===1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 698)) 2021-06-02 10:49:08.232 | Requirement already satisfied: Babel===2.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2021-06-02 10:49:08.237 | Requirement already satisfied: cffi===1.12.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 138)) 2021-06-02 10:49:08.241 | Requirement already satisfied: dnspython===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 179)) 2021-06-02 10:49:08.243 | Requirement already satisfied: cachetools===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) 2021-06-02 10:49:08.246 | Requirement already satisfied: attrs===19.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 113)) 2021-06-02 10:49:08.275 | Requirement already satisfied: setuptools in /usr/local/lib/python3.6/dist-packages (from jsonschema===3.0.2->-c /opt/stack/requirements/upper-constraints.txt (line 278)) 2021-06-02 10:49:08.340 | Requirement already satisfied: dogpile.cache===0.7.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 190)) 2021-06-02 10:49:08.344 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 203)) 2021-06-02 10:49:08.350 | Requirement already satisfied: PyYAML===5.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 35)) 2021-06-02 10:49:08.353 | Requirement already satisfied: netaddr===0.7.19 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 329)) 2021-06-02 10:49:08.356 | Requirement already satisfied: debtcollector===1.22.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 157)) 2021-06-02 10:49:08.367 | Requirement already satisfied: alembic===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 98)) 2021-06-02 10:49:08.376 | Requirement already satisfied: amqp===2.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 99)) 2021-06-02 10:49:08.381 | Requirement already satisfied: futurist===1.9.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) 2021-06-02 10:49:08.397 | Requirement already satisfied: kombu===4.6.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 289)) 2021-06-02 10:49:08.439 | Requirement already satisfied: Jinja2===2.10.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) 2021-06-02 10:49:08.445 | Requirement already satisfied: msgpack===0.6.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) 2021-06-02 10:49:08.449 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) 2021-06-02 10:49:08.464 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 330)) 2021-06-02 10:49:08.469 | Requirement already satisfied: PyNaCl===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 34)) 2021-06-02 10:49:08.481 | Requirement already satisfied: bcrypt===3.1.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 120)) 2021-06-02 10:49:08.490 | Requirement already satisfied: cliff===2.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 140)) 2021-06-02 10:49:08.506 | Requirement already satisfied: pyOpenSSL===19.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 429)) 2021-06-02 10:49:08.521 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 139)) 2021-06-02 10:49:08.523 | Requirement already satisfied: certifi===2019.6.16 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 137)) 2021-06-02 10:49:08.526 | Requirement already satisfied: idna===2.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) 2021-06-02 10:49:08.652 | Collecting pyudev===0.21.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 520)) 2021-06-02 10:49:08.679 | Downloading http://10.100.0.9:8080/root/pypi/+f/094/b7a1001501147/pyudev-0.21.0.tar.gz (89kB) 2021-06-02 10:49:09.554 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 54)) 2021-06-02 10:49:09.557 | Requirement already satisfied: automaton===1.17.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) 2021-06-02 10:49:09.565 | Requirement already satisfied: networkx===2.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 336)) 2021-06-02 10:49:09.608 | Requirement already satisfied: pydot===1.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 437)) 2021-06-02 10:49:09.613 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 201)) 2021-06-02 10:49:09.615 | 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 492)) 2021-06-02 10:49:09.618 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 296)) 2021-06-02 10:49:09.620 | 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 674)) 2021-06-02 10:49:09.623 | Requirement already satisfied: jsonpatch===1.24 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 274)) 2021-06-02 10:49:09.627 | Requirement already satisfied: pycparser===2.19 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 434)) 2021-06-02 10:49:09.630 | Requirement already satisfied: Mako===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) 2021-06-02 10:49:09.636 | 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 474)) 2021-06-02 10:49:09.638 | Requirement already satisfied: vine===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 678)) 2021-06-02 10:49:09.642 | Requirement already satisfied: importlib-metadata===0.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 248)) 2021-06-02 10:49:09.660 | 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)) 2021-06-02 10:49:09.663 | Requirement already satisfied: cmd2===0.8.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 141)) 2021-06-02 10:49:09.679 | Requirement already satisfied: jsonpointer===2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 277)) 2021-06-02 10:49:09.683 | Requirement already satisfied: zipp===0.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 708)) 2021-06-02 10:49:09.697 | Requirement already satisfied: wcwidth===0.1.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 686)) 2021-06-02 10:49:09.700 | Requirement already satisfied: pyperclip===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 449)) 2021-06-02 10:49:09.703 | Requirement already satisfied: more-itertools===7.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) 2021-06-02 10:49:09.707 | Building wheels for collected packages: google-api-python-client, pyudev 2021-06-02 10:49:09.708 | Running setup.py bdist_wheel for google-api-python-client: started 2021-06-02 10:49:10.506 | Running setup.py bdist_wheel for google-api-python-client: finished with status 'done' 2021-06-02 10:49:10.507 | Stored in directory: /root/.cache/pip/wheels/5d/4e/7f/6f2eec1682f6e6806f2de903cd1eda900a67e7494fe12165df 2021-06-02 10:49:10.524 | Running setup.py bdist_wheel for pyudev: started 2021-06-02 10:49:11.380 | Running setup.py bdist_wheel for pyudev: finished with status 'done' 2021-06-02 10:49:11.381 | Stored in directory: /root/.cache/pip/wheels/dd/7d/0f/7d9d12e789616e6149d9e334f3f2a0a07001d456e811b8ffbb 2021-06-02 10:49:11.398 | Successfully built google-api-python-client pyudev 2021-06-02 10:49:11.399 | Installing collected packages: pyasn1, pyasn1-modules, rsa, oauth2client, warlock, python-glanceclient, python-swiftclient, pyudev, rtslib-fb, suds-jurko, oslo.vmware, os-brick, tooz, google-auth, google-auth-httplib2, uritemplate, google-api-python-client, cinder 2021-06-02 10:49:11.400 | Found existing installation: pyasn1 0.4.2 2021-06-02 10:49:11.412 | Uninstalling pyasn1-0.4.2: 2021-06-02 10:49:11.412 | Successfully uninstalled pyasn1-0.4.2 2021-06-02 10:49:13.142 | Running setup.py develop for cinder 2021-06-02 10:49:17.443 | Successfully installed cinder google-api-python-client-1.7.11 google-auth-1.6.3 google-auth-httplib2-0.0.3 oauth2client-4.1.3 os-brick-2.10.7 oslo.vmware-2.34.1 pyasn1-0.4.7 pyasn1-modules-0.2.6 python-glanceclient-2.17.1 python-swiftclient-3.8.1 pyudev-0.21.0 rsa-4.0 rtslib-fb-2.1.69 suds-jurko-0.6 tooz-1.66.3 uritemplate-3.0.0 warlock-1.3.3 2021-06-02 10:49:17.620 | You are using pip version 9.0.3, however version 21.1.2 is available. 2021-06-02 10:49:17.620 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-06-02 10:49:17.694 | + inc/python:pip_install:290 : result=0 2021-06-02 10:49:17.696 | + inc/python:pip_install:292 : time_stop pip_install 2021-06-02 10:49:17.698 | + functions-common:time_stop:2336 : local name 2021-06-02 10:49:17.701 | + functions-common:time_stop:2337 : local end_time 2021-06-02 10:49:17.703 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 10:49:17.706 | + functions-common:time_stop:2339 : local total 2021-06-02 10:49:17.708 | + functions-common:time_stop:2340 : local start_time 2021-06-02 10:49:17.710 | + functions-common:time_stop:2342 : name=pip_install 2021-06-02 10:49:17.713 | + functions-common:time_stop:2343 : start_time=1622630933599 2021-06-02 10:49:17.715 | + functions-common:time_stop:2345 : [[ -z 1622630933599 ]] 2021-06-02 10:49:17.718 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 10:49:17.722 | + functions-common:time_stop:2348 : end_time=1622630957719 2021-06-02 10:49:17.724 | + functions-common:time_stop:2349 : elapsed_time=24120 2021-06-02 10:49:17.726 | + functions-common:time_stop:2350 : total=141455 2021-06-02 10:49:17.728 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 10:49:17.730 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=165575 2021-06-02 10:49:17.733 | + inc/python:pip_install:293 : return 0 2021-06-02 10:49:17.735 | + inc/python:setup_package:524 : [[ -e == \-\e ]] 2021-06-02 10:49:17.738 | + inc/python:setup_package:525 : safe_chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2021-06-02 10:49:17.740 | + functions-common:safe_chown:2237 : _safe_permission_operation chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2021-06-02 10:49:17.757 | + functions-common:_safe_permission_operation:2085 : sudo chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2021-06-02 10:49:17.769 | + inc/python:_setup_package_with_constraints_edit:470 : use_library_from_git /opt/stack/cinder 2021-06-02 10:49:17.771 | + inc/python:use_library_from_git:328 : local name=/opt/stack/cinder 2021-06-02 10:49:17.773 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:49:17.776 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:49:17.778 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,/opt/stack/cinder, ]] 2021-06-02 10:49:17.781 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:49:17.784 | + lib/cinder:install_cinder:419 : [[ tgtadm == \t\g\t\a\d\m ]] 2021-06-02 10:49:17.786 | + lib/cinder:install_cinder:420 : install_package tgt 2021-06-02 10:49:17.789 | + functions-common:install_package:1334 : update_package_repo 2021-06-02 10:49:17.791 | + functions-common:update_package_repo:1306 : NO_UPDATE_REPOS=False 2021-06-02 10:49:17.794 | + functions-common:update_package_repo:1307 : REPOS_UPDATED=True 2021-06-02 10:49:17.796 | + functions-common:update_package_repo:1308 : RETRY_UPDATE=False 2021-06-02 10:49:17.799 | + functions-common:update_package_repo:1310 : [[ False = \T\r\u\e ]] 2021-06-02 10:49:17.801 | + functions-common:update_package_repo:1314 : is_ubuntu 2021-06-02 10:49:17.804 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:49:17.806 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:49:17.809 | + functions-common:update_package_repo:1315 : apt_get_update 2021-06-02 10:49:17.812 | + functions-common:apt_get_update:1069 : [[ True == \T\r\u\e ]] 2021-06-02 10:49:17.814 | + functions-common:apt_get_update:1069 : [[ False != \T\r\u\e ]] 2021-06-02 10:49:17.816 | + functions-common:apt_get_update:1070 : return 2021-06-02 10:49:17.819 | + functions-common:install_package:1335 : real_install_package tgt 2021-06-02 10:49:17.821 | + functions-common:real_install_package:1320 : is_ubuntu 2021-06-02 10:49:17.824 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:49:17.827 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:49:17.829 | + functions-common:real_install_package:1321 : apt_get install tgt 2021-06-02 10:49:17.849 | + functions-common:apt_get:1110 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install tgt 2021-06-02 10:49:17.969 | Reading package lists... 2021-06-02 10:49:18.221 | Building dependency tree... 2021-06-02 10:49:18.222 | Reading state information... 2021-06-02 10:49:18.435 | The following packages were automatically installed and are no longer required: 2021-06-02 10:49:18.436 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-06-02 10:49:18.436 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-06-02 10:49:18.436 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-06-02 10:49:18.436 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-06-02 10:49:18.437 | python3-twisted-bin python3-zope.interface 2021-06-02 10:49:18.437 | Use 'sudo apt autoremove' to remove them. 2021-06-02 10:49:18.437 | The following additional packages will be installed: 2021-06-02 10:49:18.438 | libconfig-general-perl librdmacm1 libsgutils2-2 sg3-utils 2021-06-02 10:49:18.439 | Suggested packages: 2021-06-02 10:49:18.439 | tgt-rbd 2021-06-02 10:49:18.482 | The following NEW packages will be installed: 2021-06-02 10:49:18.483 | libconfig-general-perl librdmacm1 libsgutils2-2 sg3-utils tgt 2021-06-02 10:49:18.741 | 0 upgraded, 5 newly installed, 0 to remove and 158 not upgraded. 2021-06-02 10:49:18.741 | Need to get 1,133 kB of archives. 2021-06-02 10:49:18.741 | After this operation, 3,352 kB of additional disk space will be used. 2021-06-02 10:49:18.741 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libconfig-general-perl all 2.63-1 [53.9 kB] 2021-06-02 10:49:18.873 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsgutils2-2 amd64 1.42-2ubuntu1.18.04.2 [59.8 kB] 2021-06-02 10:49:18.900 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 sg3-utils amd64 1.42-2ubuntu1.18.04.2 [749 kB] 2021-06-02 10:49:19.043 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 librdmacm1 amd64 17.1-1ubuntu0.2 [56.1 kB] 2021-06-02 10:49:19.048 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 tgt amd64 1:1.0.72-1ubuntu1 [214 kB] 2021-06-02 10:49:19.613 | Fetched 1,133 kB in 1s (1,993 kB/s) 2021-06-02 10:49:19.653 | Selecting previously unselected package libconfig-general-perl. 2021-06-02 10:49:19.693 | (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 ... 76998 files and directories currently installed.) 2021-06-02 10:49:19.696 | Preparing to unpack .../libconfig-general-perl_2.63-1_all.deb ... 2021-06-02 10:49:19.699 | Unpacking libconfig-general-perl (2.63-1) ... 2021-06-02 10:49:19.791 | Selecting previously unselected package libsgutils2-2. 2021-06-02 10:49:19.799 | Preparing to unpack .../libsgutils2-2_1.42-2ubuntu1.18.04.2_amd64.deb ... 2021-06-02 10:49:19.811 | Unpacking libsgutils2-2 (1.42-2ubuntu1.18.04.2) ... 2021-06-02 10:49:19.873 | Selecting previously unselected package sg3-utils. 2021-06-02 10:49:19.880 | Preparing to unpack .../sg3-utils_1.42-2ubuntu1.18.04.2_amd64.deb ... 2021-06-02 10:49:19.882 | Unpacking sg3-utils (1.42-2ubuntu1.18.04.2) ... 2021-06-02 10:49:20.087 | Selecting previously unselected package librdmacm1:amd64. 2021-06-02 10:49:20.095 | Preparing to unpack .../librdmacm1_17.1-1ubuntu0.2_amd64.deb ... 2021-06-02 10:49:20.097 | Unpacking librdmacm1:amd64 (17.1-1ubuntu0.2) ... 2021-06-02 10:49:20.194 | Selecting previously unselected package tgt. 2021-06-02 10:49:20.202 | Preparing to unpack .../tgt_1%3a1.0.72-1ubuntu1_amd64.deb ... 2021-06-02 10:49:20.204 | Unpacking tgt (1:1.0.72-1ubuntu1) ... 2021-06-02 10:49:20.322 | Processing triggers for ureadahead (0.100.0-21) ... 2021-06-02 10:49:20.339 | Setting up librdmacm1:amd64 (17.1-1ubuntu0.2) ... 2021-06-02 10:49:20.366 | Setting up libsgutils2-2 (1.42-2ubuntu1.18.04.2) ... 2021-06-02 10:49:20.394 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-06-02 10:49:20.423 | Processing triggers for systemd (237-3ubuntu10.47) ... 2021-06-02 10:49:20.617 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-06-02 10:49:22.103 | Setting up sg3-utils (1.42-2ubuntu1.18.04.2) ... 2021-06-02 10:49:22.131 | Setting up libconfig-general-perl (2.63-1) ... 2021-06-02 10:49:22.158 | Setting up tgt (1:1.0.72-1ubuntu1) ... 2021-06-02 10:49:22.457 | Created symlink /etc/systemd/system/multi-user.target.wants/tgt.service → /lib/systemd/system/tgt.service. 2021-06-02 10:49:23.180 | Processing triggers for systemd (237-3ubuntu10.47) ... 2021-06-02 10:49:23.369 | Processing triggers for ureadahead (0.100.0-21) ... 2021-06-02 10:49:25.338 | + functions-common:apt_get:1114 : result=0 2021-06-02 10:49:25.341 | + functions-common:apt_get:1117 : time_stop apt-get 2021-06-02 10:49:25.344 | + functions-common:time_stop:2336 : local name 2021-06-02 10:49:25.346 | + functions-common:time_stop:2337 : local end_time 2021-06-02 10:49:25.349 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 10:49:25.351 | + functions-common:time_stop:2339 : local total 2021-06-02 10:49:25.354 | + functions-common:time_stop:2340 : local start_time 2021-06-02 10:49:25.356 | + functions-common:time_stop:2342 : name=apt-get 2021-06-02 10:49:25.359 | + functions-common:time_stop:2343 : start_time=1622630957846 2021-06-02 10:49:25.362 | + functions-common:time_stop:2345 : [[ -z 1622630957846 ]] 2021-06-02 10:49:25.365 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 10:49:25.368 | + functions-common:time_stop:2348 : end_time=1622630965366 2021-06-02 10:49:25.371 | + functions-common:time_stop:2349 : elapsed_time=7520 2021-06-02 10:49:25.373 | + functions-common:time_stop:2350 : total=199650 2021-06-02 10:49:25.376 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 10:49:25.378 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=207170 2021-06-02 10:49:25.381 | + functions-common:apt_get:1118 : return 0 2021-06-02 10:49:25.383 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-06-02 10:49:25.386 | + ./stack.sh:main:943 : configure_cinder 2021-06-02 10:49:25.388 | + lib/cinder:configure_cinder:198 : sudo install -d -o ubuntu -m 755 /etc/cinder 2021-06-02 10:49:25.399 | + lib/cinder:configure_cinder:200 : rm -f /etc/cinder/cinder.conf 2021-06-02 10:49:25.403 | + lib/cinder:configure_cinder:202 : configure_rootwrap cinder 2021-06-02 10:49:25.406 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2021-06-02 10:49:25.408 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2021-06-02 10:49:25.411 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2021-06-02 10:49:25.412 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2021-06-02 10:49:25.415 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2021-06-02 10:49:25.417 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2021-06-02 10:49:25.419 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2021-06-02 10:49:25.422 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2021-06-02 10:49:25.424 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/cinder 2021-06-02 10:49:25.426 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/cinder/etc/cinder 2021-06-02 10:49:25.429 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2021-06-02 10:49:25.431 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2021-06-02 10:49:25.441 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2021-06-02 10:49:25.453 | + 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-06-02 10:49:25.464 | + 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-06-02 10:49:25.477 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2021-06-02 10:49:25.488 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2021-06-02 10:49:25.491 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2021-06-02 10:49:25.494 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.OHSsRdGvjD 2021-06-02 10:49:25.496 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2021-06-02 10:49:25.499 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2021-06-02 10:49:25.501 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2021-06-02 10:49:25.503 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.OHSsRdGvjD 2021-06-02 10:49:25.507 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.OHSsRdGvjD 2021-06-02 10:49:25.517 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.OHSsRdGvjD /etc/sudoers.d/cinder-rootwrap 2021-06-02 10:49:25.528 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2021-06-02 10:49:25.532 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2021-06-02 10:49:25.534 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2021-06-02 10:49:25.536 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2021-06-02 10:49:25.538 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2021-06-02 10:49:25.540 | + 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-06-02 10:49:25.542 | + 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-06-02 10:49:25.545 | + lib/cinder:configure_cinder:204 : [[ -f /opt/stack/cinder/etc/cinder/resource_filters.json ]] 2021-06-02 10:49:25.548 | + lib/cinder:configure_cinder:205 : cp -p /opt/stack/cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2021-06-02 10:49:25.552 | + lib/cinder:configure_cinder:208 : cp /opt/stack/cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2021-06-02 10:49:25.556 | + lib/cinder:configure_cinder:210 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2021-06-02 10:49:25.574 | + lib/cinder:configure_cinder:211 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2021-06-02 10:49:25.591 | + lib/cinder:configure_cinder:212 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2021-06-02 10:49:25.609 | + lib/cinder:configure_cinder:213 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2021-06-02 10:49:25.626 | + lib/cinder:configure_cinder:214 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2021-06-02 10:49:25.644 | + lib/cinder:configure_cinder:215 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2021-06-02 10:49:25.661 | + lib/cinder:configure_cinder:216 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2021-06-02 10:49:25.679 | + lib/cinder:configure_cinder:217 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2021-06-02 10:49:25.697 | + lib/cinder:configure_cinder:219 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2021-06-02 10:49:25.699 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/cinder/cinder.conf 2021-06-02 10:49:25.702 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=cinder 2021-06-02 10:49:25.704 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2021-06-02 10:49:25.707 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2021-06-02 10:49:25.732 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.222.0.22/identity 2021-06-02 10:49:25.756 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2021-06-02 10:49:25.781 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/cinder/cinder.conf keystone_authtoken password Passw0rd 2021-06-02 10:49:25.805 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2021-06-02 10:49:25.831 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2021-06-02 10:49:25.855 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2021-06-02 10:49:25.879 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2021-06-02 10:49:25.903 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2021-06-02 10:49:25.927 | + lib/cinder:configure_cinder:221 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2021-06-02 10:49:25.954 | + lib/cinder:configure_cinder:223 : iniset /etc/cinder/cinder.conf DEFAULT target_helper tgtadm 2021-06-02 10:49:25.980 | ++ lib/cinder:configure_cinder:224 : database_connection_url cinder 2021-06-02 10:49:25.983 | ++ lib/database:database_connection_url:132 : local db=cinder 2021-06-02 10:49:25.985 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql cinder 2021-06-02 10:49:25.988 | ++ lib/databases/mysql:database_connection_url_mysql:179 : local db=cinder 2021-06-02 10:49:25.990 | ++ lib/databases/mysql:database_connection_url_mysql:180 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8' 2021-06-02 10:49:25.993 | + lib/cinder:configure_cinder:224 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8' 2021-06-02 10:49:26.019 | + lib/cinder:configure_cinder:225 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2021-06-02 10:49:26.044 | + lib/cinder:configure_cinder:226 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2021-06-02 10:49:26.069 | + lib/cinder:configure_cinder:227 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2021-06-02 10:49:26.094 | + lib/cinder:configure_cinder:228 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2021-06-02 10:49:26.119 | + lib/cinder:configure_cinder:229 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2021-06-02 10:49:26.145 | + lib/cinder:configure_cinder:230 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2021-06-02 10:49:26.173 | + lib/cinder:configure_cinder:231 : [[ 4 == 6 ]] 2021-06-02 10:49:26.175 | + lib/cinder:configure_cinder:234 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.222.0.22 2021-06-02 10:49:26.200 | + lib/cinder:configure_cinder:236 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2021-06-02 10:49:26.227 | ++ lib/cinder:configure_cinder:237 : openssl rand -hex 16 2021-06-02 10:49:26.234 | + lib/cinder:configure_cinder:237 : iniset /etc/cinder/cinder.conf key_manager fixed_key 35cba4162cdd03f24555bf82fc2d50dd 2021-06-02 10:49:26.259 | + lib/cinder:configure_cinder:239 : is_service_enabled c-vol 2021-06-02 10:49:26.275 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:49:26.277 | + lib/cinder:configure_cinder:264 : is_service_enabled c-bak 2021-06-02 10:49:26.293 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:49:26.295 | + lib/cinder:configure_cinder:273 : is_service_enabled ceilometer 2021-06-02 10:49:26.310 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:49:26.313 | + lib/cinder:configure_cinder:277 : is_service_enabled tls-proxy 2021-06-02 10:49:26.329 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:49:26.332 | + lib/cinder:configure_cinder:291 : '[' False '!=' False ']' 2021-06-02 10:49:26.334 | + lib/cinder:configure_cinder:295 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2021-06-02 10:49:26.336 | + lib/rpc_backend:iniset_rpc_backend:152 : local package=cinder 2021-06-02 10:49:26.339 | + lib/rpc_backend:iniset_rpc_backend:153 : local file=/etc/cinder/cinder.conf 2021-06-02 10:49:26.341 | + lib/rpc_backend:iniset_rpc_backend:154 : local section=DEFAULT 2021-06-02 10:49:26.343 | + lib/rpc_backend:iniset_rpc_backend:155 : local virtual_host= 2021-06-02 10:49:26.346 | + lib/rpc_backend:iniset_rpc_backend:156 : is_service_enabled rabbit 2021-06-02 10:49:26.361 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:49:26.364 | ++ lib/rpc_backend:iniset_rpc_backend:157 : get_transport_url '' 2021-06-02 10:49:26.367 | ++ lib/rpc_backend:get_transport_url:134 : local virtual_host= 2021-06-02 10:49:26.369 | ++ lib/rpc_backend:get_transport_url:135 : is_service_enabled rabbit 2021-06-02 10:49:26.385 | ++ functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:49:26.387 | ++ lib/rpc_backend:get_transport_url:136 : echo rabbit://stackrabbit:Passw0rd@10.222.0.22:5672/ 2021-06-02 10:49:26.391 | + lib/rpc_backend:iniset_rpc_backend:157 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.22:5672/ 2021-06-02 10:49:26.415 | + lib/rpc_backend:iniset_rpc_backend:158 : '[' -n '' ']' 2021-06-02 10:49:26.418 | + lib/rpc_backend:iniset_rpc_backend:161 : '[' -n '' ']' 2021-06-02 10:49:26.421 | + lib/cinder:configure_cinder:298 : setup_logging /etc/cinder/cinder.conf True 2021-06-02 10:49:26.424 | + functions:setup_logging:639 : local conf_file=/etc/cinder/cinder.conf 2021-06-02 10:49:26.426 | + functions:setup_logging:640 : local other_cond=True 2021-06-02 10:49:26.429 | + functions:setup_logging:641 : [[ True == \T\r\u\e ]] 2021-06-02 10:49:26.431 | + functions:setup_logging:642 : setup_systemd_logging /etc/cinder/cinder.conf 2021-06-02 10:49:26.433 | + functions:setup_systemd_logging:670 : local conf_file=/etc/cinder/cinder.conf 2021-06-02 10:49:26.436 | + functions:setup_systemd_logging:671 : local conf_section=DEFAULT 2021-06-02 10:49:26.440 | ++ functions:setup_systemd_logging:676 : trueorfalse False USE_JOURNAL 2021-06-02 10:49:26.455 | + functions:setup_systemd_logging:676 : USE_JOURNAL=False 2021-06-02 10:49:26.458 | + functions:setup_systemd_logging:677 : local pidstr= 2021-06-02 10:49:26.460 | + functions:setup_systemd_logging:678 : [[ False == \T\r\u\e ]] 2021-06-02 10:49:26.463 | + functions:setup_systemd_logging:682 : pidstr='(pid=%(process)d) ' 2021-06-02 10:49:26.465 | + functions:setup_systemd_logging:684 : iniset /etc/cinder/cinder.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-06-02 10:49:26.490 | + functions:setup_systemd_logging:686 : 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-06-02 10:49:26.517 | + functions:setup_systemd_logging:687 : 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-06-02 10:49:26.542 | + functions:setup_systemd_logging:688 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-06-02 10:49:26.567 | + lib/cinder:configure_cinder:300 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2021-06-02 10:49:26.569 | + lib/apache:write_uwsgi_config:266 : local file=/etc/cinder/cinder-api-uwsgi.ini 2021-06-02 10:49:26.572 | + lib/apache:write_uwsgi_config:267 : local wsgi=/usr/local/bin/cinder-wsgi 2021-06-02 10:49:26.575 | + lib/apache:write_uwsgi_config:268 : local url=/volume 2021-06-02 10:49:26.577 | + lib/apache:write_uwsgi_config:269 : local http= 2021-06-02 10:49:26.580 | + lib/apache:write_uwsgi_config:270 : local name= 2021-06-02 10:49:26.583 | ++ lib/apache:write_uwsgi_config:271 : basename /usr/local/bin/cinder-wsgi 2021-06-02 10:49:26.586 | + lib/apache:write_uwsgi_config:271 : name=cinder-wsgi 2021-06-02 10:49:26.588 | + lib/apache:write_uwsgi_config:275 : local socket_dir=/var/run/uwsgi 2021-06-02 10:49:26.591 | + lib/apache:write_uwsgi_config:279 : sudo mkdir -p /etc/tmpfiles.d/ 2021-06-02 10:49:26.602 | + lib/apache:write_uwsgi_config:280 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-06-02 10:49:26.602 | + lib/apache:write_uwsgi_config:280 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-06-02 10:49:26.610 | d /var/run/uwsgi 0755 ubuntu root 2021-06-02 10:49:26.613 | + lib/apache:write_uwsgi_config:281 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-06-02 10:49:26.626 | + lib/apache:write_uwsgi_config:283 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2021-06-02 10:49:26.629 | + lib/apache:write_uwsgi_config:286 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2021-06-02 10:49:26.632 | + lib/apache:write_uwsgi_config:287 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2021-06-02 10:49:26.657 | + lib/apache:write_uwsgi_config:288 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2021-06-02 10:49:26.682 | + lib/apache:write_uwsgi_config:290 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2021-06-02 10:49:26.706 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2021-06-02 10:49:26.730 | + lib/apache:write_uwsgi_config:293 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2021-06-02 10:49:26.756 | + lib/apache:write_uwsgi_config:296 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 90 2021-06-02 10:49:26.780 | + lib/apache:write_uwsgi_config:297 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2021-06-02 10:49:26.804 | + lib/apache:write_uwsgi_config:298 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2021-06-02 10:49:26.830 | + lib/apache:write_uwsgi_config:300 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2021-06-02 10:49:26.854 | + lib/apache:write_uwsgi_config:302 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-06-02 10:49:26.879 | + lib/apache:write_uwsgi_config:304 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2021-06-02 10:49:26.903 | + lib/apache:write_uwsgi_config:306 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2021-06-02 10:49:26.927 | + lib/apache:write_uwsgi_config:308 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2021-06-02 10:49:26.951 | + lib/apache:write_uwsgi_config:311 : [[ -n '' ]] 2021-06-02 10:49:26.953 | + lib/apache:write_uwsgi_config:314 : local apache_conf= 2021-06-02 10:49:26.956 | ++ lib/apache:write_uwsgi_config:315 : apache_site_config_for cinder-wsgi 2021-06-02 10:49:26.959 | ++ lib/apache:apache_site_config_for:198 : local site=cinder-wsgi 2021-06-02 10:49:26.961 | ++ lib/apache:apache_site_config_for:199 : is_ubuntu 2021-06-02 10:49:26.964 | ++ functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:49:26.966 | ++ functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:49:26.969 | ++ lib/apache:apache_site_config_for:201 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2021-06-02 10:49:26.972 | + lib/apache:write_uwsgi_config:315 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2021-06-02 10:49:26.974 | + lib/apache:write_uwsgi_config:316 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2021-06-02 10:49:26.998 | + lib/apache:write_uwsgi_config:317 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2021-06-02 10:49:27.023 | + lib/apache:write_uwsgi_config:318 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2021-06-02 10:49:27.023 | + lib/apache:write_uwsgi_config:318 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi/" retry=0 ' 2021-06-02 10:49:27.030 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi/" retry=0 2021-06-02 10:49:27.033 | + lib/apache:write_uwsgi_config:319 : enable_apache_site cinder-wsgi 2021-06-02 10:49:27.036 | + lib/apache:enable_apache_site:215 : local site=cinder-wsgi 2021-06-02 10:49:27.038 | + lib/apache:enable_apache_site:217 : enable_apache_mod version 2021-06-02 10:49:27.040 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-06-02 10:49:27.043 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-06-02 10:49:27.045 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:49:27.047 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:49:27.050 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-06-02 10:49:27.052 | + lib/apache:enable_apache_site:218 : is_ubuntu 2021-06-02 10:49:27.055 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:49:27.057 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:49:27.059 | + lib/apache:enable_apache_site:219 : sudo a2ensite cinder-wsgi 2021-06-02 10:49:27.116 | Enabling site cinder-wsgi. 2021-06-02 10:49:27.121 | To activate the new configuration, you need to run: 2021-06-02 10:49:27.121 | systemctl reload apache2 2021-06-02 10:49:27.126 | + lib/apache:write_uwsgi_config:320 : restart_apache_server 2021-06-02 10:49:27.128 | + lib/apache:restart_apache_server:262 : restart_service apache2 2021-06-02 10:49:27.131 | + functions-common:restart_service:2220 : '[' -x /bin/systemctl ']' 2021-06-02 10:49:27.133 | + functions-common:restart_service:2221 : sudo /bin/systemctl restart apache2 2021-06-02 10:49:27.273 | + lib/cinder:configure_cinder:302 : [[ -r /home/ubuntu/devstack/lib/cinder_plugins/default ]] 2021-06-02 10:49:27.276 | + lib/cinder:configure_cinder:306 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2021-06-02 10:49:27.304 | + lib/cinder:configure_cinder:308 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.222.0.22/image 2021-06-02 10:49:27.329 | + lib/cinder:configure_cinder:309 : is_service_enabled tls-proxy 2021-06-02 10:49:27.345 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:49:27.348 | + lib/cinder:configure_cinder:314 : '[' False '!=' True ']' 2021-06-02 10:49:27.350 | + lib/cinder:configure_cinder:315 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_version 2 2021-06-02 10:49:27.376 | + lib/cinder:configure_cinder:319 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2021-06-02 10:49:27.378 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/cinder/cinder.conf 2021-06-02 10:49:27.380 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=nova 2021-06-02 10:49:27.383 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=nova 2021-06-02 10:49:27.385 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/cinder/cinder.conf nova auth_type password 2021-06-02 10:49:27.412 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/cinder/cinder.conf nova auth_url http://10.222.0.22/identity 2021-06-02 10:49:27.438 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/cinder/cinder.conf nova username nova 2021-06-02 10:49:27.462 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/cinder/cinder.conf nova password Passw0rd 2021-06-02 10:49:27.487 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2021-06-02 10:49:27.513 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/cinder/cinder.conf nova project_name service 2021-06-02 10:49:27.538 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2021-06-02 10:49:27.563 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2021-06-02 10:49:27.589 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2021-06-02 10:49:27.613 | + lib/cinder:configure_cinder:320 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2021-06-02 10:49:27.638 | + lib/cinder:configure_cinder:321 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2021-06-02 10:49:27.663 | + lib/cinder:configure_cinder:323 : [[ ! -z '' ]] 2021-06-02 10:49:27.665 | + lib/cinder:configure_cinder:325 : is_service_enabled etcd3 2021-06-02 10:49:27.681 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:49:27.683 | + lib/cinder:configure_cinder:326 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.222.0.22:2379 2021-06-02 10:49:27.710 | + ./stack.sh:main:946 : is_service_enabled neutron 2021-06-02 10:49:27.727 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:49:27.729 | + ./stack.sh:main:948 : stack_install_service neutron 2021-06-02 10:49:27.731 | + lib/stack:stack_install_service:20 : local service=neutron 2021-06-02 10:49:27.734 | + lib/stack:stack_install_service:21 : type install_neutron 2021-06-02 10:49:27.736 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-06-02 10:49:27.738 | + lib/stack:stack_install_service:32 : install_neutron 2021-06-02 10:49:27.741 | + lib/neutron:install_neutron:660 : is_neutron_legacy_enabled 2021-06-02 10:49:27.745 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-06-02 10:49:27.746 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-06-02 10:49:27.750 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-06-02 10:49:27.752 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2021-06-02 10:49:27.755 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,g-reg,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,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-06-02 10:49:27.757 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-06-02 10:49:27.760 | + lib/neutron:install_neutron:662 : install_mutnauq 2021-06-02 10:49:27.762 | + lib/neutron-legacy:install_mutnauq:442 : use_library_from_git neutron-lib 2021-06-02 10:49:27.766 | + inc/python:use_library_from_git:328 : local name=neutron-lib 2021-06-02 10:49:27.768 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:49:27.771 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:49:27.773 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,neutron-lib, ]] 2021-06-02 10:49:27.776 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:49:27.778 | + lib/neutron-legacy:install_mutnauq:447 : git_clone https://opendev.org/openstack/neutron.git /opt/stack/neutron stable/train 2021-06-02 10:49:27.780 | + functions-common:git_clone:524 : local git_remote=https://opendev.org/openstack/neutron.git 2021-06-02 10:49:27.783 | + functions-common:git_clone:525 : local git_dest=/opt/stack/neutron 2021-06-02 10:49:27.785 | + functions-common:git_clone:526 : local git_ref=stable/train 2021-06-02 10:49:27.787 | + functions-common:git_clone:527 : local orig_dir 2021-06-02 10:49:27.790 | ++ functions-common:git_clone:528 : pwd 2021-06-02 10:49:27.793 | + functions-common:git_clone:528 : orig_dir=/home/ubuntu/devstack 2021-06-02 10:49:27.795 | + functions-common:git_clone:529 : local git_clone_flags= 2021-06-02 10:49:27.798 | ++ functions-common:git_clone:531 : trueorfalse False RECLONE 2021-06-02 10:49:27.813 | + functions-common:git_clone:531 : RECLONE=False 2021-06-02 10:49:27.815 | + functions-common:git_clone:532 : [[ 0 -gt 0 ]] 2021-06-02 10:49:27.817 | + functions-common:git_clone:536 : [[ False = \T\r\u\e ]] 2021-06-02 10:49:27.820 | + functions-common:git_clone:545 : echo stable/train 2021-06-02 10:49:27.820 | + functions-common:git_clone:545 : egrep -q '^refs' 2021-06-02 10:49:27.825 | + functions-common:git_clone:559 : [[ ! -d /opt/stack/neutron ]] 2021-06-02 10:49:27.827 | + functions-common:git_clone:567 : [[ False = \T\r\u\e ]] 2021-06-02 10:49:27.830 | + functions-common:git_clone:593 : cd /opt/stack/neutron 2021-06-02 10:49:27.833 | + functions-common:git_clone:594 : git show --oneline 2021-06-02 10:49:27.833 | + functions-common:git_clone:594 : head -1 2021-06-02 10:49:27.835 | 82b17f4299 Merge "remove broken centos-7 tripleo train standalone job" into stable/train 2021-06-02 10:49:27.838 | + functions-common:git_clone:595 : cd /home/ubuntu/devstack 2021-06-02 10:49:27.841 | + lib/neutron-legacy:install_mutnauq:448 : setup_develop /opt/stack/neutron 2021-06-02 10:49:27.843 | + inc/python:setup_develop:415 : local bindep 2021-06-02 10:49:27.845 | + inc/python:setup_develop:416 : [[ /opt/stack/neutron == -bindep* ]] 2021-06-02 10:49:27.848 | + inc/python:setup_develop:420 : local project_dir=/opt/stack/neutron 2021-06-02 10:49:27.850 | + inc/python:setup_develop:421 : local extras= 2021-06-02 10:49:27.853 | + inc/python:setup_develop:422 : _setup_package_with_constraints_edit /opt/stack/neutron -e 2021-06-02 10:49:27.855 | + inc/python:_setup_package_with_constraints_edit:441 : local bindep 2021-06-02 10:49:27.858 | + inc/python:_setup_package_with_constraints_edit:442 : [[ /opt/stack/neutron == -bindep* ]] 2021-06-02 10:49:27.860 | + inc/python:_setup_package_with_constraints_edit:446 : local project_dir=/opt/stack/neutron 2021-06-02 10:49:27.863 | + inc/python:_setup_package_with_constraints_edit:447 : local flags=-e 2021-06-02 10:49:27.865 | + inc/python:_setup_package_with_constraints_edit:448 : local extras= 2021-06-02 10:49:27.868 | ++ inc/python:_setup_package_with_constraints_edit:455 : cd /opt/stack/neutron 2021-06-02 10:49:27.871 | ++ inc/python:_setup_package_with_constraints_edit:455 : pwd 2021-06-02 10:49:27.874 | + inc/python:_setup_package_with_constraints_edit:455 : project_dir=/opt/stack/neutron 2021-06-02 10:49:27.876 | + inc/python:_setup_package_with_constraints_edit:457 : '[' -n /opt/stack/requirements ']' 2021-06-02 10:49:27.879 | + inc/python:_setup_package_with_constraints_edit:459 : local name 2021-06-02 10:49:27.882 | ++ inc/python:_setup_package_with_constraints_edit:460 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2021-06-02 10:49:27.887 | + inc/python:_setup_package_with_constraints_edit:460 : name=neutron 2021-06-02 10:49:27.890 | + inc/python:_setup_package_with_constraints_edit:462 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- neutron '-e file:///opt/stack/neutron#egg=neutron' 2021-06-02 10:49:28.730 | + inc/python:_setup_package_with_constraints_edit:466 : setup_package /opt/stack/neutron -e 2021-06-02 10:49:28.733 | + inc/python:setup_package:494 : local bindep=0 2021-06-02 10:49:28.736 | + inc/python:setup_package:495 : local bindep_flag= 2021-06-02 10:49:28.738 | + inc/python:setup_package:496 : local bindep_profiles= 2021-06-02 10:49:28.740 | + inc/python:setup_package:497 : [[ /opt/stack/neutron == -bindep* ]] 2021-06-02 10:49:28.742 | + inc/python:setup_package:502 : local project_dir=/opt/stack/neutron 2021-06-02 10:49:28.745 | + inc/python:setup_package:503 : local flags=-e 2021-06-02 10:49:28.747 | + inc/python:setup_package:504 : local extras= 2021-06-02 10:49:28.750 | + inc/python:setup_package:508 : [[ -n -e ]] 2021-06-02 10:49:28.752 | + inc/python:setup_package:508 : [[ -z '' ]] 2021-06-02 10:49:28.754 | + inc/python:setup_package:508 : [[ ! -e =~ ^-.* ]] 2021-06-02 10:49:28.757 | + inc/python:setup_package:513 : [[ ! -z '' ]] 2021-06-02 10:49:28.759 | + inc/python:setup_package:518 : [[ 0 == 1 ]] 2021-06-02 10:49:28.761 | + inc/python:setup_package:522 : pip_install -e /opt/stack/neutron 2021-06-02 10:49:28.782 | Check python version for : /opt/stack/neutron 2021-06-02 10:49:28.785 | Using 3.6 version to install /opt/stack/neutron based on default behavior 2021-06-02 10:49:29.167 | + inc/python:pip_install:283 : 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-06-02 10:49:30.001 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:30.003 | Ignoring Django: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:30.005 | Ignoring Django: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:30.010 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:30.019 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:30.021 | Ignoring GitPython: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:30.023 | Ignoring GitPython: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:30.028 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:30.034 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:30.058 | Ignoring Pygments: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:30.060 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:30.063 | Ignoring Pygments: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:30.067 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:30.074 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:30.077 | Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:30.079 | Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:30.084 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:30.086 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:30.088 | Ignoring Sphinx: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:30.091 | Ignoring Sphinx: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:30.096 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:30.200 | Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:30.203 | Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:30.208 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:30.217 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:30.220 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:30.222 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:30.269 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:30.274 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:30.300 | Ignoring diskimage-builder: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:30.302 | Ignoring diskimage-builder: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:30.304 | Ignoring diskimage-builder: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:30.309 | Ignoring diskimage-builder: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:30.327 | Ignoring dnspython: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:30.330 | Ignoring dnspython: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:30.334 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:30.336 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:30.339 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:30.341 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:30.347 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:30.363 | Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:30.394 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:30.396 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:30.401 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:30.425 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:30.427 | Ignoring gunicorn: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:30.429 | Ignoring gunicorn: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:30.433 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:30.436 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:30.450 | Ignoring ifaddr: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:30.453 | Ignoring ifaddr: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:30.458 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:30.469 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:30.472 | Ignoring influxdb: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:30.474 | Ignoring influxdb: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:30.478 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:30.483 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:30.491 | Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:30.494 | Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:30.498 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:30.504 | Ignoring joblib: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:30.506 | Ignoring joblib: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:30.511 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:30.527 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:30.530 | Ignoring keyring: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:30.532 | Ignoring keyring: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:30.537 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:30.578 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:30.580 | Ignoring more-itertools: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:30.584 | Ignoring more-itertools: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:30.588 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:30.601 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:30.603 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:30.608 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:30.610 | Ignoring mypy-extensions: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:30.613 | Ignoring mypy-extensions: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:30.617 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:30.620 | Ignoring ndg-httpsclient: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:30.629 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:30.631 | Ignoring networkx: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:30.634 | Ignoring networkx: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:30.638 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:30.655 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:30.657 | Ignoring numpy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:30.659 | Ignoring numpy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:30.664 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:30.761 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:30.847 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:30.850 | Ignoring pytest: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:30.852 | Ignoring pytest: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:30.856 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:30.962 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:31.008 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:31.010 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:31.013 | Ignoring scikit-learn: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:31.016 | Ignoring scikit-learn: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:31.020 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:31.023 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:31.025 | Ignoring scipy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:31.027 | Ignoring scipy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:31.032 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:31.052 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:31.071 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:31.074 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:31.078 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:31.083 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:31.085 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:31.090 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:31.094 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:31.097 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:31.101 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:31.106 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:31.120 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:31.125 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:31.132 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:31.135 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:31.140 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:31.143 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:31.146 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:31.151 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:31.154 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:31.177 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:31.212 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:31.218 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:31.220 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:31.225 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:31.227 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:31.237 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:31.241 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:31.243 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:31.248 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:31.253 | Ignoring typing-extensions: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:31.255 | Ignoring typing-extensions: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:31.260 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:31.266 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:31.290 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:31.316 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:31.318 | Ignoring zeroconf: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:31.321 | Ignoring zeroconf: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:31.326 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:31.332 | Obtaining file:///opt/stack/neutron 2021-06-02 10:49:33.732 | Obtaining neutron from file:///opt/stack/neutron#egg=neutron (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-06-02 10:49:35.845 | Requirement already satisfied: Jinja2===2.10.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) 2021-06-02 10:49:35.851 | 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)) 2021-06-02 10:49:35.855 | Requirement already satisfied: Paste===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26)) 2021-06-02 10:49:35.863 | Requirement already satisfied: PasteDeploy===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 27)) 2021-06-02 10:49:35.871 | Requirement already satisfied: Routes===2.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) 2021-06-02 10:49:35.880 | Requirement already satisfied: SQLAlchemy===1.3.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 42)) 2021-06-02 10:49:35.903 | Requirement already satisfied: WebOb===1.8.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 57)) 2021-06-02 10:49:35.917 | Requirement already satisfied: alembic===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 98)) 2021-06-02 10:49:35.926 | Requirement already satisfied: debtcollector===1.22.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 158)) 2021-06-02 10:49:35.937 | Requirement already satisfied: decorator===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 159)) 2021-06-02 10:49:35.940 | Requirement already satisfied: eventlet===0.25.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) 2021-06-02 10:49:35.950 | Requirement already satisfied: greenlet===0.4.15 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 229)) 2021-06-02 10:49:35.954 | Requirement already satisfied: httplib2===0.13.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) 2021-06-02 10:49:35.957 | Requirement already satisfied: keystoneauth1===3.17.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 288)) 2021-06-02 10:49:36.046 | Requirement already satisfied: keystonemiddleware===7.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 289)) 2021-06-02 10:49:36.104 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) 2021-06-02 10:49:36.106 | Requirement already satisfied: netaddr===0.7.19 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 330)) 2021-06-02 10:49:36.110 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 331)) 2021-06-02 10:49:36.113 | Requirement already satisfied: neutron-lib===1.29.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 339)) 2021-06-02 10:49:36.158 | Requirement already satisfied: openstacksdk===0.36.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 360)) 2021-06-02 10:49:36.191 | Requirement already satisfied: os-ken===0.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 368)) 2021-06-02 10:49:36.210 | 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 372)) 2021-06-02 10:49:36.215 | Requirement already satisfied: os-traits===0.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 374)) 2021-06-02 10:49:36.221 | Requirement already satisfied: os-vif===1.17.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 375)) 2021-06-02 10:49:36.246 | 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 377)) 2021-06-02 10:49:36.265 | Requirement already satisfied: oslo.cache===1.37.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 380)) 2021-06-02 10:49:36.314 | Requirement already satisfied: oslo.concurrency===3.30.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 381)) 2021-06-02 10:49:36.330 | Requirement already satisfied: oslo.config===6.11.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 382)) 2021-06-02 10:49:36.349 | Requirement already satisfied: oslo.context===2.23.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 383)) 2021-06-02 10:49:36.355 | Requirement already satisfied: oslo.db===5.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 384)) 2021-06-02 10:49:36.412 | Requirement already satisfied: oslo.i18n===3.24.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 385)) 2021-06-02 10:49:36.420 | Requirement already satisfied: oslo.log===3.44.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 386)) 2021-06-02 10:49:36.468 | Requirement already satisfied: oslo.messaging===10.2.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 387)) 2021-06-02 10:49:36.530 | Requirement already satisfied: oslo.middleware===3.38.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 388)) 2021-06-02 10:49:36.550 | Requirement already satisfied: oslo.policy===2.3.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 389)) 2021-06-02 10:49:36.565 | Requirement already satisfied: oslo.privsep===1.33.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 390)) 2021-06-02 10:49:36.589 | Requirement already satisfied: oslo.reports===1.30.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 391)) 2021-06-02 10:49:36.604 | Requirement already satisfied: oslo.rootwrap===5.16.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 392)) 2021-06-02 10:49:36.608 | Requirement already satisfied: oslo.serialization===2.29.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 393)) 2021-06-02 10:49:36.620 | Requirement already satisfied: oslo.service===1.40.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 394)) 2021-06-02 10:49:36.649 | Requirement already satisfied: oslo.upgradecheck===0.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 395)) 2021-06-02 10:49:36.663 | Requirement already satisfied: oslo.utils===3.41.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) 2021-06-02 10:49:36.685 | Requirement already satisfied: oslo.versionedobjects===1.36.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 397)) 2021-06-02 10:49:36.706 | Requirement already satisfied: osprofiler===2.8.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 401)) 2021-06-02 10:49:36.755 | Requirement already satisfied: ovs===2.11.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 402)) 2021-06-02 10:49:36.760 | Requirement already satisfied: ovsdbapp===0.17.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 403)) 2021-06-02 10:49:36.770 | Requirement already satisfied: paramiko===2.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 406)) 2021-06-02 10:49:36.785 | Requirement already satisfied: pbr===5.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 411)) 2021-06-02 10:49:36.788 | Requirement already satisfied: pecan===1.3.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 412)) 2021-06-02 10:49:36.798 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 419)) 2021-06-02 10:49:36.800 | Requirement already satisfied: psutil===5.6.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 423)) 2021-06-02 10:49:36.805 | Requirement already satisfied: pycadf===2.10.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 433)) 2021-06-02 10:49:36.816 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 441)) 2021-06-02 10:49:36.818 | Requirement already satisfied: pyparsing===2.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 448)) 2021-06-02 10:49:36.821 | Requirement already satisfied: pyroute2===0.5.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 451)) 2021-06-02 10:49:36.824 | Requirement already satisfied: python-dateutil===2.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 472)) 2021-06-02 10:49:36.829 | Requirement already satisfied: python-designateclient===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 473)) 2021-06-02 10:49:36.850 | 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 474)) 2021-06-02 10:49:36.853 | Requirement already satisfied: python-keystoneclient===3.21.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 484)) 2021-06-02 10:49:36.872 | Requirement already satisfied: python-neutronclient===6.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 496)) 2021-06-02 10:49:36.902 | Requirement already satisfied: python-novaclient===15.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 497)) 2021-06-02 10:49:36.923 | Requirement already satisfied: pytz===2019.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 519)) 2021-06-02 10:49:36.927 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 529)) 2021-06-02 10:49:36.935 | Requirement already satisfied: requests===2.22.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 530)) 2021-06-02 10:49:36.959 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 538)) 2021-06-02 10:49:36.961 | Requirement already satisfied: rfc3986===1.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 542)) 2021-06-02 10:49:36.966 | Requirement already satisfied: setproctitle===1.1.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 568)) 2021-06-02 10:49:36.970 | Requirement already satisfied: simplejson===3.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 571)) 2021-06-02 10:49:36.973 | Requirement already satisfied: six===1.12.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 573)) 2021-06-02 10:49:36.976 | Requirement already satisfied: sortedcontainers===2.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) 2021-06-02 10:49:36.979 | Requirement already satisfied: sqlalchemy-migrate===0.12.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 618)) 2021-06-02 10:49:36.990 | Requirement already satisfied: sqlparse===0.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 619)) 2021-06-02 10:49:36.993 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 620)) 2021-06-02 10:49:36.996 | Requirement already satisfied: stevedore===1.31.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 622)) 2021-06-02 10:49:37.002 | Requirement already satisfied: tenacity===5.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 638)) 2021-06-02 10:49:37.015 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 641)) 2021-06-02 10:49:37.025 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 642)) 2021-06-02 10:49:37.031 | Requirement already satisfied: testtools===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 643)) 2021-06-02 10:49:37.049 | Requirement already satisfied: tinyrpc===1.0.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 649)) 2021-06-02 10:49:37.067 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 657)) 2021-06-02 10:49:37.070 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 674)) 2021-06-02 10:49:37.078 | Requirement already satisfied: urllib3===1.25.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 676)) 2021-06-02 10:49:37.101 | Requirement already satisfied: wrapt===1.11.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 692)) 2021-06-02 10:49:37.103 | Requirement already satisfied: yappi===1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 698)) 2021-06-02 10:49:37.106 | Requirement already satisfied: Mako===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) 2021-06-02 10:49:37.111 | Requirement already satisfied: dnspython===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 180)) 2021-06-02 10:49:37.114 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) 2021-06-02 10:49:37.116 | Requirement already satisfied: jmespath===0.9.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 269)) 2021-06-02 10:49:37.119 | Requirement already satisfied: PyYAML===5.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 35)) 2021-06-02 10:49:37.122 | Requirement already satisfied: jsonpatch===1.24 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 275)) 2021-06-02 10:49:37.127 | Requirement already satisfied: munch===2.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) 2021-06-02 10:49:37.131 | Requirement already satisfied: dogpile.cache===0.7.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 191)) 2021-06-02 10:49:37.135 | Requirement already satisfied: cryptography===2.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 154)) 2021-06-02 10:49:37.175 | Requirement already satisfied: appdirs===1.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 105)) 2021-06-02 10:49:37.178 | Requirement already satisfied: msgpack===0.6.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) 2021-06-02 10:49:37.181 | Requirement already satisfied: Babel===2.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2021-06-02 10:49:37.186 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) 2021-06-02 10:49:37.191 | Requirement already satisfied: amqp===2.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 99)) 2021-06-02 10:49:37.196 | Requirement already satisfied: cachetools===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) 2021-06-02 10:49:37.199 | Requirement already satisfied: kombu===4.6.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 290)) 2021-06-02 10:49:37.241 | Requirement already satisfied: futurist===1.9.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 218)) 2021-06-02 10:49:37.257 | Requirement already satisfied: cffi===1.12.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 138)) 2021-06-02 10:49:37.260 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) 2021-06-02 10:49:37.273 | Requirement already satisfied: PyNaCl===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 34)) 2021-06-02 10:49:37.286 | Requirement already satisfied: bcrypt===3.1.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 120)) 2021-06-02 10:49:37.294 | Requirement already satisfied: WebTest===2.0.33 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 58)) 2021-06-02 10:49:37.318 | Requirement already satisfied: logutils===0.3.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) 2021-06-02 10:49:37.320 | Requirement already satisfied: cliff===2.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 141)) 2021-06-02 10:49:37.337 | Requirement already satisfied: jsonschema===3.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 279)) 2021-06-02 10:49:37.356 | Requirement already satisfied: osc-lib===1.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 378)) 2021-06-02 10:49:37.376 | Requirement already satisfied: os-client-config===1.33.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 365)) 2021-06-02 10:49:37.379 | Requirement already satisfied: certifi===2019.6.16 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 137)) 2021-06-02 10:49:37.382 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 139)) 2021-06-02 10:49:37.384 | Requirement already satisfied: idna===2.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 243)) 2021-06-02 10:49:37.389 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 54)) 2021-06-02 10:49:37.391 | 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 492)) 2021-06-02 10:49:37.394 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 202)) 2021-06-02 10:49:37.397 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) 2021-06-02 10:49:37.398 | 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 674)) 2021-06-02 10:49:37.401 | Requirement already satisfied: jsonpointer===2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 278)) 2021-06-02 10:49:37.405 | Requirement already satisfied: vine===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 678)) 2021-06-02 10:49:37.408 | Requirement already satisfied: importlib-metadata===0.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 249)) 2021-06-02 10:49:37.426 | Requirement already satisfied: pycparser===2.19 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 434)) 2021-06-02 10:49:37.429 | Requirement already satisfied: waitress===1.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 684)) 2021-06-02 10:49:37.441 | Requirement already satisfied: beautifulsoup4===4.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 121)) 2021-06-02 10:49:37.448 | Requirement already satisfied: cmd2===0.8.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 142)) 2021-06-02 10:49:37.465 | Requirement already satisfied: setuptools in /usr/local/lib/python3.6/dist-packages (from jsonschema===3.0.2->-c /opt/stack/requirements/upper-constraints.txt (line 279)) 2021-06-02 10:49:37.509 | Requirement already satisfied: pyrsistent===0.15.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 452)) 2021-06-02 10:49:37.516 | Requirement already satisfied: attrs===19.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 113)) 2021-06-02 10:49:37.546 | Requirement already satisfied: zipp===0.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 708)) 2021-06-02 10:49:37.560 | Requirement already satisfied: soupsieve===1.9.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 578)) 2021-06-02 10:49:37.565 | Requirement already satisfied: pyperclip===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 449)) 2021-06-02 10:49:37.567 | Requirement already satisfied: wcwidth===0.1.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 686)) 2021-06-02 10:49:37.570 | Requirement already satisfied: more-itertools===7.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) 2021-06-02 10:49:37.575 | Installing collected packages: neutron 2021-06-02 10:49:37.575 | Found existing installation: neutron 15.3.4 2021-06-02 10:49:38.518 | Uninstalling neutron-15.3.4: 2021-06-02 10:49:40.184 | Successfully uninstalled neutron-15.3.4 2021-06-02 10:49:40.184 | Running setup.py develop for neutron 2021-06-02 10:49:42.873 | Successfully installed neutron 2021-06-02 10:49:42.987 | You are using pip version 9.0.3, however version 21.1.2 is available. 2021-06-02 10:49:42.987 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-06-02 10:49:43.064 | + inc/python:pip_install:290 : result=0 2021-06-02 10:49:43.066 | + inc/python:pip_install:292 : time_stop pip_install 2021-06-02 10:49:43.068 | + functions-common:time_stop:2336 : local name 2021-06-02 10:49:43.070 | + functions-common:time_stop:2337 : local end_time 2021-06-02 10:49:43.073 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 10:49:43.075 | + functions-common:time_stop:2339 : local total 2021-06-02 10:49:43.077 | + functions-common:time_stop:2340 : local start_time 2021-06-02 10:49:43.079 | + functions-common:time_stop:2342 : name=pip_install 2021-06-02 10:49:43.082 | + functions-common:time_stop:2343 : start_time=1622630968775 2021-06-02 10:49:43.084 | + functions-common:time_stop:2345 : [[ -z 1622630968775 ]] 2021-06-02 10:49:43.087 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 10:49:43.090 | + functions-common:time_stop:2348 : end_time=1622630983088 2021-06-02 10:49:43.093 | + functions-common:time_stop:2349 : elapsed_time=14313 2021-06-02 10:49:43.095 | + functions-common:time_stop:2350 : total=165575 2021-06-02 10:49:43.097 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 10:49:43.099 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=179888 2021-06-02 10:49:43.101 | + inc/python:pip_install:293 : return 0 2021-06-02 10:49:43.104 | + inc/python:setup_package:524 : [[ -e == \-\e ]] 2021-06-02 10:49:43.106 | + inc/python:setup_package:525 : safe_chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2021-06-02 10:49:43.109 | + functions-common:safe_chown:2237 : _safe_permission_operation chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2021-06-02 10:49:43.127 | + functions-common:_safe_permission_operation:2085 : sudo chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2021-06-02 10:49:43.138 | + inc/python:_setup_package_with_constraints_edit:470 : use_library_from_git /opt/stack/neutron 2021-06-02 10:49:43.141 | + inc/python:use_library_from_git:328 : local name=/opt/stack/neutron 2021-06-02 10:49:43.143 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:49:43.145 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:49:43.148 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,/opt/stack/neutron, ]] 2021-06-02 10:49:43.150 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:49:43.153 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-06-02 10:49:43.155 | + ./stack.sh:main:951 : is_service_enabled nova 2021-06-02 10:49:43.172 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:49:43.174 | + ./stack.sh:main:953 : stack_install_service nova 2021-06-02 10:49:43.177 | + lib/stack:stack_install_service:20 : local service=nova 2021-06-02 10:49:43.179 | + lib/stack:stack_install_service:21 : type install_nova 2021-06-02 10:49:43.182 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-06-02 10:49:43.184 | + lib/stack:stack_install_service:32 : install_nova 2021-06-02 10:49:43.187 | + lib/nova:install_nova:792 : use_library_from_git os-vif 2021-06-02 10:49:43.189 | + inc/python:use_library_from_git:328 : local name=os-vif 2021-06-02 10:49:43.192 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:49:43.194 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:49:43.196 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,os-vif, ]] 2021-06-02 10:49:43.199 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:49:43.202 | + lib/nova:install_nova:797 : is_service_enabled n-cpu 2021-06-02 10:49:43.217 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:49:43.220 | + lib/nova:install_nova:801 : is_service_enabled n-novnc 2021-06-02 10:49:43.235 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:49:43.237 | + lib/nova:install_nova:813 : is_service_enabled n-spice 2021-06-02 10:49:43.252 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:49:43.255 | + lib/nova:install_nova:825 : git_clone https://opendev.org/openstack/nova.git /opt/stack/nova stable/train 2021-06-02 10:49:43.257 | + functions-common:git_clone:524 : local git_remote=https://opendev.org/openstack/nova.git 2021-06-02 10:49:43.259 | + functions-common:git_clone:525 : local git_dest=/opt/stack/nova 2021-06-02 10:49:43.262 | + functions-common:git_clone:526 : local git_ref=stable/train 2021-06-02 10:49:43.264 | + functions-common:git_clone:527 : local orig_dir 2021-06-02 10:49:43.267 | ++ functions-common:git_clone:528 : pwd 2021-06-02 10:49:43.270 | + functions-common:git_clone:528 : orig_dir=/home/ubuntu/devstack 2021-06-02 10:49:43.272 | + functions-common:git_clone:529 : local git_clone_flags= 2021-06-02 10:49:43.275 | ++ functions-common:git_clone:531 : trueorfalse False RECLONE 2021-06-02 10:49:43.290 | + functions-common:git_clone:531 : RECLONE=False 2021-06-02 10:49:43.292 | + functions-common:git_clone:532 : [[ 0 -gt 0 ]] 2021-06-02 10:49:43.294 | + functions-common:git_clone:536 : [[ False = \T\r\u\e ]] 2021-06-02 10:49:43.297 | + functions-common:git_clone:545 : echo stable/train 2021-06-02 10:49:43.297 | + functions-common:git_clone:545 : egrep -q '^refs' 2021-06-02 10:49:43.301 | + functions-common:git_clone:559 : [[ ! -d /opt/stack/nova ]] 2021-06-02 10:49:43.304 | + functions-common:git_clone:567 : [[ False = \T\r\u\e ]] 2021-06-02 10:49:43.306 | + functions-common:git_clone:593 : cd /opt/stack/nova 2021-06-02 10:49:43.309 | + functions-common:git_clone:594 : git show --oneline 2021-06-02 10:49:43.309 | + functions-common:git_clone:594 : head -1 2021-06-02 10:49:43.312 | c5619c7e3e Merge "Update image_base_image_ref during rebuild." into stable/train 2021-06-02 10:49:43.315 | + functions-common:git_clone:595 : cd /home/ubuntu/devstack 2021-06-02 10:49:43.317 | + lib/nova:install_nova:826 : setup_develop /opt/stack/nova 2021-06-02 10:49:43.320 | + inc/python:setup_develop:415 : local bindep 2021-06-02 10:49:43.322 | + inc/python:setup_develop:416 : [[ /opt/stack/nova == -bindep* ]] 2021-06-02 10:49:43.325 | + inc/python:setup_develop:420 : local project_dir=/opt/stack/nova 2021-06-02 10:49:43.328 | + inc/python:setup_develop:421 : local extras= 2021-06-02 10:49:43.330 | + inc/python:setup_develop:422 : _setup_package_with_constraints_edit /opt/stack/nova -e 2021-06-02 10:49:43.333 | + inc/python:_setup_package_with_constraints_edit:441 : local bindep 2021-06-02 10:49:43.335 | + inc/python:_setup_package_with_constraints_edit:442 : [[ /opt/stack/nova == -bindep* ]] 2021-06-02 10:49:43.338 | + inc/python:_setup_package_with_constraints_edit:446 : local project_dir=/opt/stack/nova 2021-06-02 10:49:43.340 | + inc/python:_setup_package_with_constraints_edit:447 : local flags=-e 2021-06-02 10:49:43.343 | + inc/python:_setup_package_with_constraints_edit:448 : local extras= 2021-06-02 10:49:43.346 | ++ inc/python:_setup_package_with_constraints_edit:455 : cd /opt/stack/nova 2021-06-02 10:49:43.348 | ++ inc/python:_setup_package_with_constraints_edit:455 : pwd 2021-06-02 10:49:43.351 | + inc/python:_setup_package_with_constraints_edit:455 : project_dir=/opt/stack/nova 2021-06-02 10:49:43.353 | + inc/python:_setup_package_with_constraints_edit:457 : '[' -n /opt/stack/requirements ']' 2021-06-02 10:49:43.356 | + inc/python:_setup_package_with_constraints_edit:459 : local name 2021-06-02 10:49:43.359 | ++ inc/python:_setup_package_with_constraints_edit:460 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2021-06-02 10:49:43.364 | + inc/python:_setup_package_with_constraints_edit:460 : name=nova 2021-06-02 10:49:43.366 | + inc/python:_setup_package_with_constraints_edit:462 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- nova '-e file:///opt/stack/nova#egg=nova' 2021-06-02 10:49:44.200 | + inc/python:_setup_package_with_constraints_edit:466 : setup_package /opt/stack/nova -e 2021-06-02 10:49:44.203 | + inc/python:setup_package:494 : local bindep=0 2021-06-02 10:49:44.206 | + inc/python:setup_package:495 : local bindep_flag= 2021-06-02 10:49:44.208 | + inc/python:setup_package:496 : local bindep_profiles= 2021-06-02 10:49:44.210 | + inc/python:setup_package:497 : [[ /opt/stack/nova == -bindep* ]] 2021-06-02 10:49:44.212 | + inc/python:setup_package:502 : local project_dir=/opt/stack/nova 2021-06-02 10:49:44.215 | + inc/python:setup_package:503 : local flags=-e 2021-06-02 10:49:44.217 | + inc/python:setup_package:504 : local extras= 2021-06-02 10:49:44.219 | + inc/python:setup_package:508 : [[ -n -e ]] 2021-06-02 10:49:44.221 | + inc/python:setup_package:508 : [[ -z '' ]] 2021-06-02 10:49:44.224 | + inc/python:setup_package:508 : [[ ! -e =~ ^-.* ]] 2021-06-02 10:49:44.226 | + inc/python:setup_package:513 : [[ ! -z '' ]] 2021-06-02 10:49:44.228 | + inc/python:setup_package:518 : [[ 0 == 1 ]] 2021-06-02 10:49:44.231 | + inc/python:setup_package:522 : pip_install -e /opt/stack/nova 2021-06-02 10:49:44.251 | Check python version for : /opt/stack/nova 2021-06-02 10:49:44.254 | Using 3.6 version to install /opt/stack/nova based on default behavior 2021-06-02 10:49:44.640 | + inc/python:pip_install:283 : 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-06-02 10:49:45.477 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:45.480 | Ignoring Django: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:45.483 | Ignoring Django: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:45.487 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:45.496 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:45.499 | Ignoring GitPython: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:45.501 | Ignoring GitPython: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:45.506 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:45.511 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:45.535 | Ignoring Pygments: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:45.537 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:45.540 | Ignoring Pygments: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:45.545 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:45.552 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:45.554 | Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:45.556 | Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:45.561 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:45.563 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:45.566 | Ignoring Sphinx: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:45.568 | Ignoring Sphinx: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:45.573 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:45.677 | Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:45.679 | Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:45.684 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:45.693 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:45.695 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:45.698 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:45.745 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:45.750 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:45.775 | Ignoring diskimage-builder: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:45.777 | Ignoring diskimage-builder: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:45.780 | Ignoring diskimage-builder: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:45.785 | Ignoring diskimage-builder: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:45.803 | Ignoring dnspython: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:45.805 | Ignoring dnspython: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:45.810 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:45.812 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:45.814 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:45.816 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:45.821 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:45.838 | Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:45.869 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:45.871 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:45.875 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:45.899 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:45.901 | Ignoring gunicorn: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:45.903 | Ignoring gunicorn: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:45.908 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:45.910 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:45.924 | Ignoring ifaddr: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:45.927 | Ignoring ifaddr: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:45.932 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:45.942 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:45.944 | Ignoring influxdb: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:45.947 | Ignoring influxdb: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:45.952 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:45.956 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:45.965 | Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:45.968 | Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:45.972 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:45.978 | Ignoring joblib: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:45.980 | Ignoring joblib: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:45.984 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:46.000 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:46.003 | Ignoring keyring: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:46.005 | Ignoring keyring: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:46.009 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:46.050 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:46.052 | Ignoring more-itertools: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:46.055 | Ignoring more-itertools: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:46.059 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:46.079 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:46.081 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:46.086 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:46.088 | Ignoring mypy-extensions: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:46.091 | Ignoring mypy-extensions: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:46.096 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:46.098 | Ignoring ndg-httpsclient: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:46.107 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:46.109 | Ignoring networkx: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:46.112 | Ignoring networkx: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:46.116 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:46.133 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:46.135 | Ignoring numpy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:46.139 | Ignoring numpy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:46.143 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:46.240 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:46.324 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:46.327 | Ignoring pytest: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:46.329 | Ignoring pytest: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:46.334 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:46.439 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:46.485 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:46.487 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:46.489 | Ignoring scikit-learn: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:46.492 | Ignoring scikit-learn: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:46.496 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:46.500 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:46.502 | Ignoring scipy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:46.505 | Ignoring scipy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:46.510 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:46.529 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:46.547 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:46.550 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:46.554 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:46.558 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:46.561 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:46.566 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:46.570 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:46.573 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:46.579 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:46.594 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:46.596 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:46.601 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:46.608 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:46.610 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:46.615 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:46.619 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:46.621 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:46.627 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:46.631 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:46.653 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:46.688 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:46.694 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:46.696 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:46.700 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:46.703 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:46.712 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:46.716 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:46.718 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:46.723 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:46.727 | Ignoring typing-extensions: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:46.730 | Ignoring typing-extensions: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:46.735 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:46.740 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:46.764 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:46.790 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:49:46.792 | Ignoring zeroconf: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:49:46.796 | Ignoring zeroconf: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:49:46.800 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:49:46.806 | Obtaining file:///opt/stack/nova 2021-06-02 10:49:50.567 | Obtaining nova from file:///opt/stack/nova#egg=nova (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-06-02 10:49:53.977 | Requirement already satisfied: Babel===2.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2021-06-02 10:49:53.982 | Requirement already satisfied: Jinja2===2.10.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) 2021-06-02 10:49:53.988 | 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)) 2021-06-02 10:49:53.991 | Requirement already satisfied: Paste===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26)) 2021-06-02 10:49:54.000 | Requirement already satisfied: PasteDeploy===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 27)) 2021-06-02 10:49:54.008 | Requirement already satisfied: Routes===2.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) 2021-06-02 10:49:54.017 | Requirement already satisfied: SQLAlchemy===1.3.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 42)) 2021-06-02 10:49:54.039 | Requirement already satisfied: WebOb===1.8.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 57)) 2021-06-02 10:49:54.053 | Requirement already satisfied: castellan===1.3.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 134)) 2021-06-02 10:49:54.074 | Requirement already satisfied: cryptography===2.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 154)) 2021-06-02 10:49:54.115 | Requirement already satisfied: cursive===0.2.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 155)) 2021-06-02 10:49:54.129 | Requirement already satisfied: decorator===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 159)) 2021-06-02 10:49:54.132 | Requirement already satisfied: eventlet===0.25.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) 2021-06-02 10:49:54.143 | Requirement already satisfied: futurist===1.9.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 218)) 2021-06-02 10:49:54.158 | Requirement already satisfied: greenlet===0.4.15 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 229)) 2021-06-02 10:49:54.161 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) 2021-06-02 10:49:54.164 | Requirement already satisfied: jsonschema===3.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 279)) 2021-06-02 10:49:54.183 | Requirement already satisfied: keystoneauth1===3.17.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 288)) 2021-06-02 10:49:54.253 | Requirement already satisfied: keystonemiddleware===7.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 289)) 2021-06-02 10:49:54.310 | Requirement already satisfied: lxml===4.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) 2021-06-02 10:49:54.457 | Collecting microversion-parse===0.2.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) 2021-06-02 10:49:54.504 | Downloading http://10.100.0.9:8080/root/pypi/+f/cca/a417d02e1c0cd/microversion_parse-0.2.1-py2.py3-none-any.whl 2021-06-02 10:49:54.652 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) 2021-06-02 10:49:54.655 | Requirement already satisfied: netaddr===0.7.19 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 330)) 2021-06-02 10:49:54.658 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 331)) 2021-06-02 10:49:54.661 | Requirement already satisfied: openstacksdk===0.36.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 361)) 2021-06-02 10:49:54.692 | Requirement already satisfied: os-brick===2.10.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 365)) 2021-06-02 10:49:54.856 | Collecting os-resource-classes===0.5.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 372)) 2021-06-02 10:49:54.878 | Downloading http://10.100.0.9:8080/root/pypi/+f/b78/aca0b7672ae56/os_resource_classes-0.5.0-py2.py3-none-any.whl 2021-06-02 10:49:55.023 | 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 373)) 2021-06-02 10:49:55.028 | Requirement already satisfied: os-traits===0.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 375)) 2021-06-02 10:49:55.034 | Requirement already satisfied: os-vif===1.17.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 376)) 2021-06-02 10:49:55.059 | Requirement already satisfied: os-win===4.3.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 377)) 2021-06-02 10:49:55.096 | 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 378)) 2021-06-02 10:49:55.114 | Requirement already satisfied: oslo.cache===1.37.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 381)) 2021-06-02 10:49:55.162 | Requirement already satisfied: oslo.concurrency===3.30.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 382)) 2021-06-02 10:49:55.178 | Requirement already satisfied: oslo.config===6.11.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 383)) 2021-06-02 10:49:55.197 | Requirement already satisfied: oslo.context===2.23.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 384)) 2021-06-02 10:49:55.203 | Requirement already satisfied: oslo.db===5.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 385)) 2021-06-02 10:49:55.258 | Requirement already satisfied: oslo.i18n===3.24.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 386)) 2021-06-02 10:49:55.266 | Requirement already satisfied: oslo.log===3.44.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 387)) 2021-06-02 10:49:55.312 | Requirement already satisfied: oslo.messaging===10.2.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 388)) 2021-06-02 10:49:55.374 | Requirement already satisfied: oslo.middleware===3.38.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 389)) 2021-06-02 10:49:55.393 | Requirement already satisfied: oslo.policy===2.3.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 390)) 2021-06-02 10:49:55.409 | Requirement already satisfied: oslo.privsep===1.33.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 391)) 2021-06-02 10:49:55.432 | Requirement already satisfied: oslo.reports===1.30.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 392)) 2021-06-02 10:49:55.446 | Requirement already satisfied: oslo.rootwrap===5.16.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 393)) 2021-06-02 10:49:55.450 | Requirement already satisfied: oslo.serialization===2.29.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 394)) 2021-06-02 10:49:55.462 | Requirement already satisfied: oslo.service===1.40.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 395)) 2021-06-02 10:49:55.491 | Requirement already satisfied: oslo.upgradecheck===0.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) 2021-06-02 10:49:55.503 | Requirement already satisfied: oslo.utils===3.41.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 397)) 2021-06-02 10:49:55.525 | Requirement already satisfied: oslo.versionedobjects===1.36.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 398)) 2021-06-02 10:49:55.548 | Requirement already satisfied: ovsdbapp===0.17.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 404)) 2021-06-02 10:49:55.557 | Requirement already satisfied: paramiko===2.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 407)) 2021-06-02 10:49:55.572 | Requirement already satisfied: pbr===5.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 412)) 2021-06-02 10:49:55.575 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 420)) 2021-06-02 10:49:55.577 | Requirement already satisfied: psutil===5.6.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 424)) 2021-06-02 10:49:55.582 | Requirement already satisfied: pycadf===2.10.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 434)) 2021-06-02 10:49:55.593 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 442)) 2021-06-02 10:49:55.596 | Requirement already satisfied: pyparsing===2.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 449)) 2021-06-02 10:49:55.738 | Collecting pypowervm===1.1.20 (from -c /opt/stack/requirements/upper-constraints.txt (line 451)) 2021-06-02 10:49:55.789 | Downloading http://10.100.0.9:8080/root/pypi/+f/259/0a533096c2543/pypowervm-1.1.20-py2.py3-none-any.whl (1.1MB) 2021-06-02 10:49:56.086 | Requirement already satisfied: pyroute2===0.5.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 452)) 2021-06-02 10:49:56.089 | Requirement already satisfied: pyrsistent===0.15.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 453)) 2021-06-02 10:49:56.095 | Requirement already satisfied: python-barbicanclient===4.9.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 466)) 2021-06-02 10:49:56.250 | Collecting python-cinderclient===5.0.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 469)) 2021-06-02 10:49:56.327 | Downloading http://10.100.0.9:8080/root/pypi/+f/895/e79be709d476d/python_cinderclient-5.0.2-py2.py3-none-any.whl (274kB) 2021-06-02 10:49:56.537 | Requirement already satisfied: python-dateutil===2.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 473)) 2021-06-02 10:49:56.542 | Requirement already satisfied: python-glanceclient===2.17.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 478)) 2021-06-02 10:49:56.561 | Requirement already satisfied: python-keystoneclient===3.21.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 485)) 2021-06-02 10:49:56.580 | Requirement already satisfied: python-neutronclient===6.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 497)) 2021-06-02 10:49:56.610 | Requirement already satisfied: pytz===2019.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 520)) 2021-06-02 10:49:56.615 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 530)) 2021-06-02 10:49:56.622 | Requirement already satisfied: requests===2.22.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 531)) 2021-06-02 10:49:56.645 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 539)) 2021-06-02 10:49:56.648 | Requirement already satisfied: retrying===1.3.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 541)) 2021-06-02 10:49:56.652 | Requirement already satisfied: rfc3986===1.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 543)) 2021-06-02 10:49:56.658 | Requirement already satisfied: simplejson===3.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) 2021-06-02 10:49:56.661 | Requirement already satisfied: six===1.12.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 574)) 2021-06-02 10:49:56.666 | Requirement already satisfied: sqlalchemy-migrate===0.12.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 619)) 2021-06-02 10:49:56.678 | Requirement already satisfied: sqlparse===0.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 620)) 2021-06-02 10:49:56.681 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 621)) 2021-06-02 10:49:56.684 | Requirement already satisfied: stevedore===1.31.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 623)) 2021-06-02 10:49:56.690 | Requirement already satisfied: taskflow===3.7.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 637)) 2021-06-02 10:49:56.789 | Requirement already satisfied: tenacity===5.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 639)) 2021-06-02 10:49:56.802 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 642)) 2021-06-02 10:49:56.812 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 643)) 2021-06-02 10:49:56.818 | Requirement already satisfied: testtools===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 644)) 2021-06-02 10:49:56.836 | Requirement already satisfied: tooz===1.66.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 651)) 2021-06-02 10:49:56.921 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 658)) 2021-06-02 10:49:56.925 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 675)) 2021-06-02 10:49:56.932 | Requirement already satisfied: urllib3===1.25.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 677)) 2021-06-02 10:49:56.954 | Requirement already satisfied: voluptuous===0.11.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 683)) 2021-06-02 10:49:56.959 | Requirement already satisfied: warlock===1.3.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 686)) 2021-06-02 10:49:57.104 | Collecting websockify===0.9.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 691)) 2021-06-02 10:49:57.125 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/427/91706b55e301d/websockify-0.9.0-py3-none-any.whl 2021-06-02 10:49:57.273 | Requirement already satisfied: wrapt===1.11.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 693)) 2021-06-02 10:49:57.276 | Requirement already satisfied: yappi===1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 699)) 2021-06-02 10:49:57.415 | Collecting zVMCloudConnector===1.4.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 701)) 2021-06-02 10:49:57.437 | Downloading http://10.100.0.9:8080/root/pypi/+f/f24/a37d5a0206e79/zVMCloudConnector-1.4.1.tar.gz (238kB) 2021-06-02 10:49:58.390 | Requirement already satisfied: cffi===1.12.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 138)) 2021-06-02 10:49:58.394 | Requirement already satisfied: dnspython===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 180)) 2021-06-02 10:49:58.396 | Requirement already satisfied: setuptools in /usr/local/lib/python3.6/dist-packages (from jsonschema===3.0.2->-c /opt/stack/requirements/upper-constraints.txt (line 279)) 2021-06-02 10:49:58.441 | Requirement already satisfied: attrs===19.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 113)) 2021-06-02 10:49:58.471 | Requirement already satisfied: jsonpatch===1.24 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 275)) 2021-06-02 10:49:58.476 | Requirement already satisfied: jmespath===0.9.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 269)) 2021-06-02 10:49:58.479 | Requirement already satisfied: appdirs===1.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 105)) 2021-06-02 10:49:58.482 | Requirement already satisfied: PyYAML===5.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 35)) 2021-06-02 10:49:58.486 | Requirement already satisfied: dogpile.cache===0.7.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 191)) 2021-06-02 10:49:58.489 | Requirement already satisfied: munch===2.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) 2021-06-02 10:49:58.493 | Requirement already satisfied: debtcollector===1.22.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 158)) 2021-06-02 10:49:58.504 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) 2021-06-02 10:49:58.509 | Requirement already satisfied: alembic===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 98)) 2021-06-02 10:49:58.518 | Requirement already satisfied: cachetools===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) 2021-06-02 10:49:58.521 | Requirement already satisfied: amqp===2.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 99)) 2021-06-02 10:49:58.526 | Requirement already satisfied: kombu===4.6.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 290)) 2021-06-02 10:49:58.568 | Requirement already satisfied: msgpack===0.6.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) 2021-06-02 10:49:58.571 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) 2021-06-02 10:49:58.583 | Requirement already satisfied: ovs===2.11.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 403)) 2021-06-02 10:49:58.587 | Requirement already satisfied: PyNaCl===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 34)) 2021-06-02 10:49:58.602 | Requirement already satisfied: bcrypt===3.1.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 120)) 2021-06-02 10:49:58.611 | Requirement already satisfied: pyasn1===0.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 432)) 2021-06-02 10:49:58.613 | Requirement already satisfied: pyasn1-modules===0.2.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 433)) 2021-06-02 10:49:58.618 | Requirement already satisfied: cliff===2.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 141)) 2021-06-02 10:49:58.634 | Requirement already satisfied: pyOpenSSL===19.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 430)) 2021-06-02 10:49:58.649 | Requirement already satisfied: osc-lib===1.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 379)) 2021-06-02 10:49:58.668 | Requirement already satisfied: os-client-config===1.33.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 366)) 2021-06-02 10:49:58.673 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 139)) 2021-06-02 10:49:58.675 | Requirement already satisfied: idna===2.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 243)) 2021-06-02 10:49:58.679 | Requirement already satisfied: certifi===2019.6.16 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 137)) 2021-06-02 10:49:58.681 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 54)) 2021-06-02 10:49:58.683 | Requirement already satisfied: automaton===1.17.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) 2021-06-02 10:49:58.691 | Requirement already satisfied: networkx===2.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 337)) 2021-06-02 10:49:58.734 | Requirement already satisfied: pydot===1.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 438)) 2021-06-02 10:49:58.739 | 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 493)) 2021-06-02 10:49:58.742 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 202)) 2021-06-02 10:49:58.744 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) 2021-06-02 10:49:58.746 | 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 675)) 2021-06-02 10:49:58.910 | Collecting numpy===1.17.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 351)) 2021-06-02 10:49:59.616 | Downloading http://10.100.0.9:8080/root/pypi/+f/b45/8de8624c9f603/numpy-1.17.2-cp36-cp36m-manylinux1_x86_64.whl (20.4MB) 2021-06-02 10:50:00.984 | Requirement already satisfied: PyJWT===1.7.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) 2021-06-02 10:50:01.000 | Requirement already satisfied: pycparser===2.19 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) 2021-06-02 10:50:01.003 | Requirement already satisfied: jsonpointer===2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 278)) 2021-06-02 10:50:01.006 | Requirement already satisfied: Mako===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) 2021-06-02 10:50:01.011 | 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 475)) 2021-06-02 10:50:01.014 | Requirement already satisfied: vine===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 679)) 2021-06-02 10:50:01.017 | Requirement already satisfied: importlib-metadata===0.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 249)) 2021-06-02 10:50:01.037 | Requirement already satisfied: sortedcontainers===2.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 578)) 2021-06-02 10:50:01.040 | Requirement already satisfied: cmd2===0.8.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 142)) 2021-06-02 10:50:01.056 | Requirement already satisfied: zipp===0.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 709)) 2021-06-02 10:50:01.070 | Requirement already satisfied: pyperclip===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 450)) 2021-06-02 10:50:01.073 | Requirement already satisfied: wcwidth===0.1.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 687)) 2021-06-02 10:50:01.076 | Requirement already satisfied: more-itertools===7.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) 2021-06-02 10:50:01.080 | Building wheels for collected packages: zVMCloudConnector 2021-06-02 10:50:01.081 | Running setup.py bdist_wheel for zVMCloudConnector: started 2021-06-02 10:50:02.095 | Running setup.py bdist_wheel for zVMCloudConnector: finished with status 'done' 2021-06-02 10:50:02.095 | Stored in directory: /root/.cache/pip/wheels/86/28/7e/e32f8f1e11f641ebdf74c1f88c292da15dc6adf2f7ae3e45ee 2021-06-02 10:50:02.146 | Successfully built zVMCloudConnector 2021-06-02 10:50:02.148 | Installing collected packages: python-cinderclient, numpy, websockify, os-resource-classes, microversion-parse, pypowervm, zVMCloudConnector, nova 2021-06-02 10:50:05.518 | Running setup.py develop for nova 2021-06-02 10:50:09.916 | Successfully installed microversion-parse-0.2.1 nova numpy-1.17.2 os-resource-classes-0.5.0 pypowervm-1.1.20 python-cinderclient-5.0.2 websockify-0.9.0 zVMCloudConnector-1.4.1 2021-06-02 10:50:10.133 | You are using pip version 9.0.3, however version 21.1.2 is available. 2021-06-02 10:50:10.133 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-06-02 10:50:10.211 | + inc/python:pip_install:290 : result=0 2021-06-02 10:50:10.213 | + inc/python:pip_install:292 : time_stop pip_install 2021-06-02 10:50:10.216 | + functions-common:time_stop:2336 : local name 2021-06-02 10:50:10.218 | + functions-common:time_stop:2337 : local end_time 2021-06-02 10:50:10.220 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 10:50:10.222 | + functions-common:time_stop:2339 : local total 2021-06-02 10:50:10.224 | + functions-common:time_stop:2340 : local start_time 2021-06-02 10:50:10.227 | + functions-common:time_stop:2342 : name=pip_install 2021-06-02 10:50:10.229 | + functions-common:time_stop:2343 : start_time=1622630984244 2021-06-02 10:50:10.231 | + functions-common:time_stop:2345 : [[ -z 1622630984244 ]] 2021-06-02 10:50:10.234 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 10:50:10.238 | + functions-common:time_stop:2348 : end_time=1622631010235 2021-06-02 10:50:10.240 | + functions-common:time_stop:2349 : elapsed_time=25991 2021-06-02 10:50:10.242 | + functions-common:time_stop:2350 : total=179888 2021-06-02 10:50:10.244 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 10:50:10.247 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=205879 2021-06-02 10:50:10.249 | + inc/python:pip_install:293 : return 0 2021-06-02 10:50:10.251 | + inc/python:setup_package:524 : [[ -e == \-\e ]] 2021-06-02 10:50:10.254 | + inc/python:setup_package:525 : safe_chown -R ubuntu /opt/stack/nova/nova.egg-info 2021-06-02 10:50:10.256 | + functions-common:safe_chown:2237 : _safe_permission_operation chown -R ubuntu /opt/stack/nova/nova.egg-info 2021-06-02 10:50:10.273 | + functions-common:_safe_permission_operation:2085 : sudo chown -R ubuntu /opt/stack/nova/nova.egg-info 2021-06-02 10:50:10.285 | + inc/python:_setup_package_with_constraints_edit:470 : use_library_from_git /opt/stack/nova 2021-06-02 10:50:10.287 | + inc/python:use_library_from_git:328 : local name=/opt/stack/nova 2021-06-02 10:50:10.289 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:50:10.292 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:50:10.295 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,/opt/stack/nova, ]] 2021-06-02 10:50:10.297 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:50:10.300 | + lib/nova:install_nova:827 : sudo install -D -m 0644 -o ubuntu /opt/stack/nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion 2021-06-02 10:50:10.311 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-06-02 10:50:10.314 | + ./stack.sh:main:954 : configure_nova 2021-06-02 10:50:10.317 | + lib/nova:configure_nova:240 : sudo install -d -o ubuntu /etc/nova 2021-06-02 10:50:10.328 | + lib/nova:configure_nova:242 : configure_rootwrap nova 2021-06-02 10:50:10.331 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2021-06-02 10:50:10.333 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2021-06-02 10:50:10.336 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2021-06-02 10:50:10.337 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2021-06-02 10:50:10.341 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2021-06-02 10:50:10.344 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2021-06-02 10:50:10.346 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2021-06-02 10:50:10.348 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2021-06-02 10:50:10.351 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/nova 2021-06-02 10:50:10.353 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/nova/etc/nova 2021-06-02 10:50:10.356 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2021-06-02 10:50:10.358 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2021-06-02 10:50:10.368 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2021-06-02 10:50:10.380 | + inc/rootwrap:configure_rootwrap:57 : sudo install -o root -g root -m 644 /opt/stack/nova/etc/nova/rootwrap.d/api-metadata.filters /opt/stack/nova/etc/nova/rootwrap.d/compute.filters /opt/stack/nova/etc/nova/rootwrap.d/network.filters /etc/nova/rootwrap.d 2021-06-02 10:50:10.393 | + 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-06-02 10:50:10.404 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2021-06-02 10:50:10.415 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2021-06-02 10:50:10.418 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2021-06-02 10:50:10.422 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.I6oLkieKeW 2021-06-02 10:50:10.424 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2021-06-02 10:50:10.427 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2021-06-02 10:50:10.429 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2021-06-02 10:50:10.432 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2021-06-02 10:50:10.435 | + inc/rootwrap:configure_rootwrap:72 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2021-06-02 10:50:10.437 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.I6oLkieKeW 2021-06-02 10:50:10.441 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.I6oLkieKeW 2021-06-02 10:50:10.452 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.I6oLkieKeW /etc/sudoers.d/nova-rootwrap 2021-06-02 10:50:10.464 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2021-06-02 10:50:10.467 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2021-06-02 10:50:10.470 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2021-06-02 10:50:10.472 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2021-06-02 10:50:10.475 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2021-06-02 10:50:10.477 | + 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-06-02 10:50:10.479 | + 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-06-02 10:50:10.482 | + lib/nova:configure_nova:244 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,g-reg,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,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-06-02 10:50:10.485 | + lib/nova:configure_nova:246 : cp /opt/stack/nova/etc/nova/api-paste.ini /etc/nova 2021-06-02 10:50:10.489 | + lib/nova:configure_nova:249 : is_service_enabled n-cpu 2021-06-02 10:50:10.505 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:50:10.507 | + lib/nova:configure_nova:327 : create_nova_conf 2021-06-02 10:50:10.509 | + lib/nova:create_nova_conf:394 : rm -f /opt/stack/nova/bin/nova.conf 2021-06-02 10:50:10.513 | + lib/nova:create_nova_conf:397 : rm -f /etc/nova/nova.conf 2021-06-02 10:50:10.516 | + lib/nova:create_nova_conf:398 : iniset /etc/nova/nova.conf DEFAULT debug True 2021-06-02 10:50:10.540 | + lib/nova:create_nova_conf:399 : '[' True == True ']' 2021-06-02 10:50:10.542 | + lib/nova:create_nova_conf:400 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2021-06-02 10:50:10.565 | + lib/nova:create_nova_conf:402 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2021-06-02 10:50:10.590 | + lib/nova:create_nova_conf:403 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2021-06-02 10:50:10.613 | + lib/nova:create_nova_conf:404 : iniset /etc/nova/nova.conf scheduler driver filter_scheduler 2021-06-02 10:50:10.637 | + lib/nova:create_nova_conf:405 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2021-06-02 10:50:10.663 | + lib/nova:create_nova_conf:406 : [[ filter_scheduler == \f\i\l\t\e\r\_\s\c\h\e\d\u\l\e\r ]] 2021-06-02 10:50:10.665 | + lib/nova:create_nova_conf:407 : iniset /etc/nova/nova.conf scheduler workers 2 2021-06-02 10:50:10.688 | + lib/nova:create_nova_conf:409 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2021-06-02 10:50:10.713 | + lib/nova:create_nova_conf:410 : [[ 4 == 6 ]] 2021-06-02 10:50:10.716 | + lib/nova:create_nova_conf:413 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.222.0.22 2021-06-02 10:50:10.739 | + lib/nova:create_nova_conf:415 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2021-06-02 10:50:10.762 | + lib/nova:create_nova_conf:416 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2021-06-02 10:50:10.785 | + lib/nova:create_nova_conf:417 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2021-06-02 10:50:10.808 | + lib/nova:create_nova_conf:418 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2021-06-02 10:50:10.831 | + lib/nova:create_nova_conf:420 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2021-06-02 10:50:10.857 | + lib/nova:create_nova_conf:422 : is_fedora 2021-06-02 10:50:10.859 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2021-06-02 10:50:10.861 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2021-06-02 10:50:10.863 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2021-06-02 10:50:10.865 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-06-02 10:50:10.867 | + functions-common:is_fedora:454 : '[' Ubuntu = CentOS ']' 2021-06-02 10:50:10.869 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2021-06-02 10:50:10.871 | + functions-common:is_fedora:455 : '[' Ubuntu = Virtuozzo ']' 2021-06-02 10:50:10.874 | + lib/nova:create_nova_conf:422 : is_suse 2021-06-02 10:50:10.876 | + functions-common:is_suse:463 : is_opensuse 2021-06-02 10:50:10.878 | + functions-common:is_opensuse:470 : [[ -z Ubuntu ]] 2021-06-02 10:50:10.880 | + functions-common:is_opensuse:474 : [[ Ubuntu =~ (openSUSE) ]] 2021-06-02 10:50:10.882 | + functions-common:is_suse:463 : is_suse_linux_enterprise 2021-06-02 10:50:10.884 | + functions-common:is_suse_linux_enterprise:482 : [[ -z Ubuntu ]] 2021-06-02 10:50:10.887 | + functions-common:is_suse_linux_enterprise:486 : [[ Ubuntu =~ (^SUSE) ]] 2021-06-02 10:50:10.889 | + lib/nova:create_nova_conf:431 : is_service_enabled n-api n-cond n-sched 2021-06-02 10:50:10.904 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:50:10.906 | + lib/nova:create_nova_conf:435 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-06-02 10:50:10.908 | + lib/nova:create_nova_conf:438 : local db=nova_cell0 2021-06-02 10:50:10.910 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf filter_scheduler track_instance_changes False 2021-06-02 10:50:10.933 | ++ lib/nova:create_nova_conf:444 : database_connection_url nova_cell0 2021-06-02 10:50:10.936 | ++ lib/database:database_connection_url:132 : local db=nova_cell0 2021-06-02 10:50:10.938 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_cell0 2021-06-02 10:50:10.940 | ++ lib/databases/mysql:database_connection_url_mysql:179 : local db=nova_cell0 2021-06-02 10:50:10.942 | ++ lib/databases/mysql:database_connection_url_mysql:180 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2021-06-02 10:50:10.945 | + 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-06-02 10:50:10.971 | ++ lib/nova:create_nova_conf:445 : database_connection_url nova_api 2021-06-02 10:50:10.973 | ++ lib/database:database_connection_url:132 : local db=nova_api 2021-06-02 10:50:10.976 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_api 2021-06-02 10:50:10.978 | ++ lib/databases/mysql:database_connection_url_mysql:179 : local db=nova_api 2021-06-02 10:50:10.980 | ++ lib/databases/mysql:database_connection_url_mysql:180 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8' 2021-06-02 10:50:10.983 | + 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-06-02 10:50:11.008 | + lib/nova:create_nova_conf:450 : iniset /etc/nova/nova.conf cache enabled True 2021-06-02 10:50:11.034 | + lib/nova:create_nova_conf:451 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2021-06-02 10:50:11.057 | + lib/nova:create_nova_conf:452 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2021-06-02 10:50:11.080 | + lib/nova:create_nova_conf:455 : is_service_enabled n-api 2021-06-02 10:50:11.095 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:50:11.097 | + lib/nova:create_nova_conf:456 : is_service_enabled n-api-meta 2021-06-02 10:50:11.112 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:50:11.115 | ++ lib/nova:create_nova_conf:458 : echo osapi_compute,metadata 2021-06-02 10:50:11.116 | ++ lib/nova:create_nova_conf:458 : sed s/,metadata// 2021-06-02 10:50:11.120 | + lib/nova:create_nova_conf:458 : NOVA_ENABLED_APIS=osapi_compute 2021-06-02 10:50:11.122 | + lib/nova:create_nova_conf:460 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2021-06-02 10:50:11.145 | + lib/nova:create_nova_conf:461 : is_service_enabled tls-proxy 2021-06-02 10:50:11.159 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:50:11.162 | + lib/nova:create_nova_conf:467 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2021-06-02 10:50:11.164 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/nova/nova.conf 2021-06-02 10:50:11.166 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=nova 2021-06-02 10:50:11.169 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2021-06-02 10:50:11.171 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2021-06-02 10:50:11.196 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.222.0.22/identity 2021-06-02 10:50:11.220 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2021-06-02 10:50:11.243 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/nova/nova.conf keystone_authtoken password Passw0rd 2021-06-02 10:50:11.266 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2021-06-02 10:50:11.290 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2021-06-02 10:50:11.313 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2021-06-02 10:50:11.337 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2021-06-02 10:50:11.361 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2021-06-02 10:50:11.384 | + lib/nova:create_nova_conf:470 : is_service_enabled cinder 2021-06-02 10:50:11.399 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:50:11.402 | + lib/nova:create_nova_conf:471 : is_service_enabled tls-proxy 2021-06-02 10:50:11.416 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:50:11.419 | + lib/nova:create_nova_conf:478 : '[' -n /opt/stack/data/nova ']' 2021-06-02 10:50:11.421 | + lib/nova:create_nova_conf:479 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2021-06-02 10:50:11.445 | + lib/nova:create_nova_conf:480 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2021-06-02 10:50:11.471 | + lib/nova:create_nova_conf:482 : '[' -n /opt/stack/data/nova/instances ']' 2021-06-02 10:50:11.473 | + lib/nova:create_nova_conf:483 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2021-06-02 10:50:11.496 | + lib/nova:create_nova_conf:485 : '[' False '!=' False ']' 2021-06-02 10:50:11.499 | + lib/nova:create_nova_conf:488 : '[' False '!=' False ']' 2021-06-02 10:50:11.501 | + lib/nova:create_nova_conf:493 : is_suse 2021-06-02 10:50:11.503 | + functions-common:is_suse:463 : is_opensuse 2021-06-02 10:50:11.505 | + functions-common:is_opensuse:470 : [[ -z Ubuntu ]] 2021-06-02 10:50:11.507 | + functions-common:is_opensuse:474 : [[ Ubuntu =~ (openSUSE) ]] 2021-06-02 10:50:11.509 | + functions-common:is_suse:463 : is_suse_linux_enterprise 2021-06-02 10:50:11.512 | + functions-common:is_suse_linux_enterprise:482 : [[ -z Ubuntu ]] 2021-06-02 10:50:11.514 | + functions-common:is_suse_linux_enterprise:486 : [[ Ubuntu =~ (^SUSE) ]] 2021-06-02 10:50:11.517 | + lib/nova:create_nova_conf:498 : setup_logging /etc/nova/nova.conf 2021-06-02 10:50:11.519 | + functions:setup_logging:639 : local conf_file=/etc/nova/nova.conf 2021-06-02 10:50:11.521 | + functions:setup_logging:640 : local other_cond=False 2021-06-02 10:50:11.523 | + functions:setup_logging:641 : [[ True == \T\r\u\e ]] 2021-06-02 10:50:11.525 | + functions:setup_logging:642 : setup_systemd_logging /etc/nova/nova.conf 2021-06-02 10:50:11.528 | + functions:setup_systemd_logging:670 : local conf_file=/etc/nova/nova.conf 2021-06-02 10:50:11.530 | + functions:setup_systemd_logging:671 : local conf_section=DEFAULT 2021-06-02 10:50:11.533 | ++ functions:setup_systemd_logging:676 : trueorfalse False USE_JOURNAL 2021-06-02 10:50:11.547 | + functions:setup_systemd_logging:676 : USE_JOURNAL=False 2021-06-02 10:50:11.550 | + functions:setup_systemd_logging:677 : local pidstr= 2021-06-02 10:50:11.552 | + functions:setup_systemd_logging:678 : [[ False == \T\r\u\e ]] 2021-06-02 10:50:11.554 | + functions:setup_systemd_logging:682 : pidstr='(pid=%(process)d) ' 2021-06-02 10:50:11.556 | + functions:setup_systemd_logging:684 : iniset /etc/nova/nova.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-06-02 10:50:11.580 | + functions:setup_systemd_logging:686 : 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-06-02 10:50:11.604 | + functions:setup_systemd_logging:687 : 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-06-02 10:50:11.627 | + functions:setup_systemd_logging:688 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-06-02 10:50:11.651 | + lib/nova:create_nova_conf:500 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2021-06-02 10:50:11.676 | + lib/nova:create_nova_conf:502 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute 2021-06-02 10:50:11.679 | + lib/apache:write_uwsgi_config:266 : local file=/etc/nova/nova-api-uwsgi.ini 2021-06-02 10:50:11.681 | + lib/apache:write_uwsgi_config:267 : local wsgi=/usr/local/bin/nova-api-wsgi 2021-06-02 10:50:11.684 | + lib/apache:write_uwsgi_config:268 : local url=/compute 2021-06-02 10:50:11.686 | + lib/apache:write_uwsgi_config:269 : local http= 2021-06-02 10:50:11.688 | + lib/apache:write_uwsgi_config:270 : local name= 2021-06-02 10:50:11.691 | ++ lib/apache:write_uwsgi_config:271 : basename /usr/local/bin/nova-api-wsgi 2021-06-02 10:50:11.694 | + lib/apache:write_uwsgi_config:271 : name=nova-api-wsgi 2021-06-02 10:50:11.697 | + lib/apache:write_uwsgi_config:275 : local socket_dir=/var/run/uwsgi 2021-06-02 10:50:11.700 | + lib/apache:write_uwsgi_config:279 : sudo mkdir -p /etc/tmpfiles.d/ 2021-06-02 10:50:11.714 | + lib/apache:write_uwsgi_config:280 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-06-02 10:50:11.714 | + lib/apache:write_uwsgi_config:280 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-06-02 10:50:11.719 | d /var/run/uwsgi 0755 ubuntu root 2021-06-02 10:50:11.723 | + lib/apache:write_uwsgi_config:281 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-06-02 10:50:11.738 | + lib/apache:write_uwsgi_config:283 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2021-06-02 10:50:11.741 | + lib/apache:write_uwsgi_config:286 : rm -rf /etc/nova/nova-api-uwsgi.ini 2021-06-02 10:50:11.744 | + lib/apache:write_uwsgi_config:287 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi 2021-06-02 10:50:11.769 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2021-06-02 10:50:11.792 | + lib/apache:write_uwsgi_config:290 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2021-06-02 10:50:11.815 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2021-06-02 10:50:11.838 | + lib/apache:write_uwsgi_config:293 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2021-06-02 10:50:11.862 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 90 2021-06-02 10:50:11.885 | + lib/apache:write_uwsgi_config:297 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2021-06-02 10:50:11.910 | + lib/apache:write_uwsgi_config:298 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2021-06-02 10:50:11.934 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2021-06-02 10:50:11.957 | + lib/apache:write_uwsgi_config:302 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-06-02 10:50:11.981 | + lib/apache:write_uwsgi_config:304 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2021-06-02 10:50:12.005 | + lib/apache:write_uwsgi_config:306 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2021-06-02 10:50:12.028 | + lib/apache:write_uwsgi_config:308 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2021-06-02 10:50:12.052 | + lib/apache:write_uwsgi_config:311 : [[ -n '' ]] 2021-06-02 10:50:12.054 | + lib/apache:write_uwsgi_config:314 : local apache_conf= 2021-06-02 10:50:12.057 | ++ lib/apache:write_uwsgi_config:315 : apache_site_config_for nova-api-wsgi 2021-06-02 10:50:12.059 | ++ lib/apache:apache_site_config_for:198 : local site=nova-api-wsgi 2021-06-02 10:50:12.062 | ++ lib/apache:apache_site_config_for:199 : is_ubuntu 2021-06-02 10:50:12.064 | ++ functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:50:12.066 | ++ functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:50:12.068 | ++ lib/apache:apache_site_config_for:201 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2021-06-02 10:50:12.071 | + lib/apache:write_uwsgi_config:315 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2021-06-02 10:50:12.073 | + lib/apache:write_uwsgi_config:316 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2021-06-02 10:50:12.097 | + lib/apache:write_uwsgi_config:317 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2021-06-02 10:50:12.122 | + lib/apache:write_uwsgi_config:318 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2021-06-02 10:50:12.122 | + lib/apache:write_uwsgi_config:318 : echo 'ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi/" retry=0 ' 2021-06-02 10:50:12.129 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi/" retry=0 2021-06-02 10:50:12.132 | + lib/apache:write_uwsgi_config:319 : enable_apache_site nova-api-wsgi 2021-06-02 10:50:12.139 | + lib/apache:enable_apache_site:215 : local site=nova-api-wsgi 2021-06-02 10:50:12.139 | + lib/apache:enable_apache_site:217 : enable_apache_mod version 2021-06-02 10:50:12.139 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-06-02 10:50:12.141 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-06-02 10:50:12.144 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:50:12.146 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:50:12.148 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-06-02 10:50:12.150 | + lib/apache:enable_apache_site:218 : is_ubuntu 2021-06-02 10:50:12.153 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:50:12.155 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:50:12.158 | + lib/apache:enable_apache_site:219 : sudo a2ensite nova-api-wsgi 2021-06-02 10:50:12.214 | Enabling site nova-api-wsgi. 2021-06-02 10:50:12.220 | To activate the new configuration, you need to run: 2021-06-02 10:50:12.220 | systemctl reload apache2 2021-06-02 10:50:12.224 | + lib/apache:write_uwsgi_config:320 : restart_apache_server 2021-06-02 10:50:12.226 | + lib/apache:restart_apache_server:262 : restart_service apache2 2021-06-02 10:50:12.228 | + functions-common:restart_service:2220 : '[' -x /bin/systemctl ']' 2021-06-02 10:50:12.230 | + functions-common:restart_service:2221 : sudo /bin/systemctl restart apache2 2021-06-02 10:50:12.373 | + lib/nova:create_nova_conf:503 : write_uwsgi_config /etc/nova/nova-metadata-uwsgi.ini /usr/local/bin/nova-metadata-wsgi '' 0.0.0.0:8775 2021-06-02 10:50:12.376 | + lib/apache:write_uwsgi_config:266 : local file=/etc/nova/nova-metadata-uwsgi.ini 2021-06-02 10:50:12.378 | + lib/apache:write_uwsgi_config:267 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2021-06-02 10:50:12.380 | + lib/apache:write_uwsgi_config:268 : local url= 2021-06-02 10:50:12.383 | + lib/apache:write_uwsgi_config:269 : local http=0.0.0.0:8775 2021-06-02 10:50:12.385 | + lib/apache:write_uwsgi_config:270 : local name= 2021-06-02 10:50:12.389 | ++ lib/apache:write_uwsgi_config:271 : basename /usr/local/bin/nova-metadata-wsgi 2021-06-02 10:50:12.393 | + lib/apache:write_uwsgi_config:271 : name=nova-metadata-wsgi 2021-06-02 10:50:12.395 | + lib/apache:write_uwsgi_config:275 : local socket_dir=/var/run/uwsgi 2021-06-02 10:50:12.397 | + lib/apache:write_uwsgi_config:279 : sudo mkdir -p /etc/tmpfiles.d/ 2021-06-02 10:50:12.410 | + lib/apache:write_uwsgi_config:280 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-06-02 10:50:12.410 | + lib/apache:write_uwsgi_config:280 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-06-02 10:50:12.417 | d /var/run/uwsgi 0755 ubuntu root 2021-06-02 10:50:12.420 | + lib/apache:write_uwsgi_config:281 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-06-02 10:50:12.433 | + lib/apache:write_uwsgi_config:283 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2021-06-02 10:50:12.435 | + lib/apache:write_uwsgi_config:286 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2021-06-02 10:50:12.439 | + lib/apache:write_uwsgi_config:287 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi 2021-06-02 10:50:12.465 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2021-06-02 10:50:12.488 | + lib/apache:write_uwsgi_config:290 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2021-06-02 10:50:12.512 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2021-06-02 10:50:12.536 | + lib/apache:write_uwsgi_config:293 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2021-06-02 10:50:12.560 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 90 2021-06-02 10:50:12.585 | + lib/apache:write_uwsgi_config:297 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2021-06-02 10:50:12.608 | + lib/apache:write_uwsgi_config:298 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2021-06-02 10:50:12.632 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2021-06-02 10:50:12.656 | + lib/apache:write_uwsgi_config:302 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-06-02 10:50:12.679 | + lib/apache:write_uwsgi_config:304 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2021-06-02 10:50:12.705 | + lib/apache:write_uwsgi_config:306 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2021-06-02 10:50:12.728 | + lib/apache:write_uwsgi_config:308 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2021-06-02 10:50:12.751 | + lib/apache:write_uwsgi_config:311 : [[ -n 0.0.0.0:8775 ]] 2021-06-02 10:50:12.754 | + lib/apache:write_uwsgi_config:312 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2021-06-02 10:50:12.778 | + lib/nova:create_nova_conf:505 : is_service_enabled ceilometer 2021-06-02 10:50:12.792 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:50:12.794 | + lib/nova:create_nova_conf:513 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2021-06-02 10:50:12.821 | ++ lib/nova:create_nova_conf:514 : get_notification_url 2021-06-02 10:50:12.823 | ++ lib/rpc_backend:get_notification_url:144 : local virtual_host= 2021-06-02 10:50:12.826 | ++ lib/rpc_backend:get_notification_url:145 : is_service_enabled rabbit 2021-06-02 10:50:12.841 | ++ functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:50:12.844 | ++ lib/rpc_backend:get_notification_url:146 : echo rabbit://stackrabbit:Passw0rd@10.222.0.22:5672/ 2021-06-02 10:50:12.846 | + lib/nova:create_nova_conf:514 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.22:5672/ 2021-06-02 10:50:12.870 | + lib/nova:create_nova_conf:515 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2021-06-02 10:50:12.896 | + lib/nova:create_nova_conf:516 : iniset_rpc_backend nova /etc/nova/nova.conf 2021-06-02 10:50:12.899 | + lib/rpc_backend:iniset_rpc_backend:152 : local package=nova 2021-06-02 10:50:12.901 | + lib/rpc_backend:iniset_rpc_backend:153 : local file=/etc/nova/nova.conf 2021-06-02 10:50:12.903 | + lib/rpc_backend:iniset_rpc_backend:154 : local section=DEFAULT 2021-06-02 10:50:12.905 | + lib/rpc_backend:iniset_rpc_backend:155 : local virtual_host= 2021-06-02 10:50:12.908 | + lib/rpc_backend:iniset_rpc_backend:156 : is_service_enabled rabbit 2021-06-02 10:50:12.923 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:50:12.926 | ++ lib/rpc_backend:iniset_rpc_backend:157 : get_transport_url '' 2021-06-02 10:50:12.928 | ++ lib/rpc_backend:get_transport_url:134 : local virtual_host= 2021-06-02 10:50:12.930 | ++ lib/rpc_backend:get_transport_url:135 : is_service_enabled rabbit 2021-06-02 10:50:12.945 | ++ functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:50:12.948 | ++ lib/rpc_backend:get_transport_url:136 : echo rabbit://stackrabbit:Passw0rd@10.222.0.22:5672/ 2021-06-02 10:50:12.951 | + lib/rpc_backend:iniset_rpc_backend:157 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.22:5672/ 2021-06-02 10:50:12.975 | + lib/rpc_backend:iniset_rpc_backend:158 : '[' -n '' ']' 2021-06-02 10:50:12.977 | + lib/rpc_backend:iniset_rpc_backend:161 : '[' -n '' ']' 2021-06-02 10:50:12.979 | + lib/nova:create_nova_conf:518 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2021-06-02 10:50:13.004 | + lib/nova:create_nova_conf:519 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2021-06-02 10:50:13.028 | + lib/nova:create_nova_conf:521 : iniset /etc/nova/nova.conf conductor workers 2 2021-06-02 10:50:13.054 | + lib/nova:create_nova_conf:523 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2021-06-02 10:50:13.081 | + lib/nova:create_nova_conf:525 : is_service_enabled tls-proxy 2021-06-02 10:50:13.095 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:50:13.098 | + lib/nova:create_nova_conf:530 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2021-06-02 10:50:13.122 | + lib/nova:create_nova_conf:532 : '[' False == True ']' 2021-06-02 10:50:13.125 | + lib/nova:create_nova_conf:536 : is_service_enabled n-cond 2021-06-02 10:50:13.140 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:50:13.143 | ++ lib/nova:create_nova_conf:537 : seq 1 1 2021-06-02 10:50:13.146 | + lib/nova:create_nova_conf:537 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-06-02 10:50:13.148 | + lib/nova:create_nova_conf:538 : local conf 2021-06-02 10:50:13.150 | + lib/nova:create_nova_conf:539 : local vhost 2021-06-02 10:50:13.153 | ++ lib/nova:create_nova_conf:540 : conductor_conf 1 2021-06-02 10:50:13.155 | ++ lib/nova:conductor_conf:727 : local cell=1 2021-06-02 10:50:13.158 | ++ lib/nova:conductor_conf:728 : echo /etc/nova/nova_cell1.conf 2021-06-02 10:50:13.160 | + lib/nova:create_nova_conf:540 : conf=/etc/nova/nova_cell1.conf 2021-06-02 10:50:13.163 | + lib/nova:create_nova_conf:541 : vhost=nova_cell1 2021-06-02 10:50:13.165 | + lib/nova:create_nova_conf:543 : rm -f /etc/nova/nova_cell1.conf 2021-06-02 10:50:13.169 | ++ lib/nova:create_nova_conf:544 : database_connection_url nova_cell1 2021-06-02 10:50:13.172 | ++ lib/database:database_connection_url:132 : local db=nova_cell1 2021-06-02 10:50:13.174 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_cell1 2021-06-02 10:50:13.176 | ++ lib/databases/mysql:database_connection_url_mysql:179 : local db=nova_cell1 2021-06-02 10:50:13.178 | ++ lib/databases/mysql:database_connection_url_mysql:180 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8' 2021-06-02 10:50:13.181 | + lib/nova:create_nova_conf:544 : iniset /etc/nova/nova_cell1.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8' 2021-06-02 10:50:13.208 | + lib/nova:create_nova_conf:545 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2021-06-02 10:50:13.234 | + lib/nova:create_nova_conf:546 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2021-06-02 10:50:13.261 | + lib/nova:create_nova_conf:548 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-06-02 10:50:13.263 | + lib/nova:create_nova_conf:551 : rpc_backend_add_vhost nova_cell1 2021-06-02 10:50:13.265 | + lib/rpc_backend:rpc_backend_add_vhost:120 : local vhost=nova_cell1 2021-06-02 10:50:13.267 | + lib/rpc_backend:rpc_backend_add_vhost:121 : is_service_enabled rabbit 2021-06-02 10:50:13.282 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:50:13.286 | ++ lib/rpc_backend:rpc_backend_add_vhost:122 : grep nova_cell1 2021-06-02 10:50:13.287 | ++ lib/rpc_backend:rpc_backend_add_vhost:122 : sudo rabbitmqctl list_vhosts 2021-06-02 10:50:14.310 | + lib/rpc_backend:rpc_backend_add_vhost:122 : '[' -z ']' 2021-06-02 10:50:14.312 | + lib/rpc_backend:rpc_backend_add_vhost:123 : sudo rabbitmqctl add_vhost nova_cell1 2021-06-02 10:50:15.335 | Creating vhost "nova_cell1" 2021-06-02 10:50:15.384 | + lib/rpc_backend:rpc_backend_add_vhost:124 : sudo rabbitmqctl set_permissions -p nova_cell1 stackrabbit '.*' '.*' '.*' 2021-06-02 10:50:16.403 | Setting permissions for user "stackrabbit" in vhost "nova_cell1" 2021-06-02 10:50:16.427 | + lib/nova:create_nova_conf:552 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT nova_cell1 2021-06-02 10:50:16.429 | + lib/rpc_backend:iniset_rpc_backend:152 : local package=nova 2021-06-02 10:50:16.431 | + lib/rpc_backend:iniset_rpc_backend:153 : local file=/etc/nova/nova_cell1.conf 2021-06-02 10:50:16.434 | + lib/rpc_backend:iniset_rpc_backend:154 : local section=DEFAULT 2021-06-02 10:50:16.436 | + lib/rpc_backend:iniset_rpc_backend:155 : local virtual_host=nova_cell1 2021-06-02 10:50:16.438 | + lib/rpc_backend:iniset_rpc_backend:156 : is_service_enabled rabbit 2021-06-02 10:50:16.453 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:50:16.456 | ++ lib/rpc_backend:iniset_rpc_backend:157 : get_transport_url nova_cell1 2021-06-02 10:50:16.459 | ++ lib/rpc_backend:get_transport_url:134 : local virtual_host=nova_cell1 2021-06-02 10:50:16.461 | ++ lib/rpc_backend:get_transport_url:135 : is_service_enabled rabbit 2021-06-02 10:50:16.476 | ++ functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:50:16.478 | ++ lib/rpc_backend:get_transport_url:136 : echo rabbit://stackrabbit:Passw0rd@10.222.0.22:5672/nova_cell1 2021-06-02 10:50:16.482 | + lib/rpc_backend:iniset_rpc_backend:157 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.22:5672/nova_cell1 2021-06-02 10:50:16.505 | + lib/rpc_backend:iniset_rpc_backend:158 : '[' -n '' ']' 2021-06-02 10:50:16.507 | + lib/rpc_backend:iniset_rpc_backend:161 : '[' -n '' ']' 2021-06-02 10:50:16.510 | + lib/nova:create_nova_conf:556 : is_service_enabled placement placement-client 2021-06-02 10:50:16.525 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:50:16.527 | + lib/nova:create_nova_conf:557 : configure_placement_nova_compute /etc/nova/nova_cell1.conf 2021-06-02 10:50:16.530 | + lib/nova:configure_placement_nova_compute:585 : local conf=/etc/nova/nova_cell1.conf 2021-06-02 10:50:16.532 | + lib/nova:configure_placement_nova_compute:586 : iniset /etc/nova/nova_cell1.conf placement auth_type password 2021-06-02 10:50:16.558 | + lib/nova:configure_placement_nova_compute:587 : iniset /etc/nova/nova_cell1.conf placement auth_url http://10.222.0.22/identity 2021-06-02 10:50:16.582 | + lib/nova:configure_placement_nova_compute:588 : iniset /etc/nova/nova_cell1.conf placement username placement 2021-06-02 10:50:16.607 | + lib/nova:configure_placement_nova_compute:589 : iniset /etc/nova/nova_cell1.conf placement password Passw0rd 2021-06-02 10:50:16.631 | + lib/nova:configure_placement_nova_compute:590 : iniset /etc/nova/nova_cell1.conf placement user_domain_name Default 2021-06-02 10:50:16.655 | + lib/nova:configure_placement_nova_compute:591 : iniset /etc/nova/nova_cell1.conf placement project_name service 2021-06-02 10:50:16.679 | + lib/nova:configure_placement_nova_compute:592 : iniset /etc/nova/nova_cell1.conf placement project_domain_name Default 2021-06-02 10:50:16.703 | + lib/nova:configure_placement_nova_compute:593 : iniset /etc/nova/nova_cell1.conf placement region_name RegionOne 2021-06-02 10:50:16.728 | + lib/nova:create_nova_conf:561 : setup_logging /etc/nova/nova_cell1.conf 2021-06-02 10:50:16.730 | + functions:setup_logging:639 : local conf_file=/etc/nova/nova_cell1.conf 2021-06-02 10:50:16.732 | + functions:setup_logging:640 : local other_cond=False 2021-06-02 10:50:16.735 | + functions:setup_logging:641 : [[ True == \T\r\u\e ]] 2021-06-02 10:50:16.737 | + functions:setup_logging:642 : setup_systemd_logging /etc/nova/nova_cell1.conf 2021-06-02 10:50:16.739 | + functions:setup_systemd_logging:670 : local conf_file=/etc/nova/nova_cell1.conf 2021-06-02 10:50:16.741 | + functions:setup_systemd_logging:671 : local conf_section=DEFAULT 2021-06-02 10:50:16.744 | ++ functions:setup_systemd_logging:676 : trueorfalse False USE_JOURNAL 2021-06-02 10:50:16.759 | + functions:setup_systemd_logging:676 : USE_JOURNAL=False 2021-06-02 10:50:16.762 | + functions:setup_systemd_logging:677 : local pidstr= 2021-06-02 10:50:16.765 | + functions:setup_systemd_logging:678 : [[ False == \T\r\u\e ]] 2021-06-02 10:50:16.767 | + functions:setup_systemd_logging:682 : pidstr='(pid=%(process)d) ' 2021-06-02 10:50:16.769 | + functions:setup_systemd_logging:684 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-06-02 10:50:16.793 | + functions:setup_systemd_logging:686 : 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-06-02 10:50:16.817 | + functions:setup_systemd_logging:687 : 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-06-02 10:50:16.842 | + functions:setup_systemd_logging:688 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-06-02 10:50:16.866 | + lib/nova:create_nova_conf:568 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-06-02 10:50:16.869 | ++ lib/nova:create_nova_conf:571 : seq 1 1 2021-06-02 10:50:16.872 | + lib/nova:create_nova_conf:571 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-06-02 10:50:16.874 | + lib/nova:create_nova_conf:572 : local conf 2021-06-02 10:50:16.876 | + lib/nova:create_nova_conf:573 : local offset 2021-06-02 10:50:16.879 | ++ lib/nova:create_nova_conf:574 : conductor_conf 1 2021-06-02 10:50:16.881 | ++ lib/nova:conductor_conf:727 : local cell=1 2021-06-02 10:50:16.884 | ++ lib/nova:conductor_conf:728 : echo /etc/nova/nova_cell1.conf 2021-06-02 10:50:16.887 | + lib/nova:create_nova_conf:574 : conf=/etc/nova/nova_cell1.conf 2021-06-02 10:50:16.889 | + lib/nova:create_nova_conf:575 : offset=0 2021-06-02 10:50:16.892 | + lib/nova:create_nova_conf:576 : configure_console_proxies /etc/nova/nova_cell1.conf 0 2021-06-02 10:50:16.894 | + lib/nova:configure_console_proxies:662 : local conf=/etc/nova/nova_cell1.conf 2021-06-02 10:50:16.896 | + lib/nova:configure_console_proxies:663 : local offset=0 2021-06-02 10:50:16.899 | + lib/nova:configure_console_proxies:667 : offset=0 2021-06-02 10:50:16.901 | + lib/nova:configure_console_proxies:669 : is_service_enabled n-novnc 2021-06-02 10:50:16.916 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:50:16.918 | + lib/nova:configure_console_proxies:669 : is_service_enabled n-xvnc 2021-06-02 10:50:16.933 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:50:16.935 | + lib/nova:configure_console_proxies:669 : '[' False '!=' False ']' 2021-06-02 10:50:16.938 | + lib/nova:configure_console_proxies:703 : is_service_enabled n-spice 2021-06-02 10:50:16.953 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:50:16.955 | + lib/nova:configure_console_proxies:708 : is_service_enabled n-sproxy 2021-06-02 10:50:16.971 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:50:16.973 | + lib/nova:configure_nova:329 : is_service_enabled n-cpu 2021-06-02 10:50:16.988 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:50:16.991 | + ./stack.sh:main:957 : is_service_enabled placement 2021-06-02 10:50:17.007 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:50:17.009 | + ./stack.sh:main:959 : stack_install_service placement 2021-06-02 10:50:17.012 | + lib/stack:stack_install_service:20 : local service=placement 2021-06-02 10:50:17.015 | + lib/stack:stack_install_service:21 : type install_placement 2021-06-02 10:50:17.017 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-06-02 10:50:17.019 | + lib/stack:stack_install_service:32 : install_placement 2021-06-02 10:50:17.022 | + lib/placement:install_placement:137 : install_apache_wsgi 2021-06-02 10:50:17.024 | + lib/apache:install_apache_wsgi:151 : is_ubuntu 2021-06-02 10:50:17.027 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:50:17.030 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:50:17.032 | + lib/apache:install_apache_wsgi:153 : install_package apache2 2021-06-02 10:50:17.035 | + functions-common:install_package:1334 : update_package_repo 2021-06-02 10:50:17.038 | + functions-common:update_package_repo:1306 : NO_UPDATE_REPOS=False 2021-06-02 10:50:17.040 | + functions-common:update_package_repo:1307 : REPOS_UPDATED=True 2021-06-02 10:50:17.042 | + functions-common:update_package_repo:1308 : RETRY_UPDATE=False 2021-06-02 10:50:17.045 | + functions-common:update_package_repo:1310 : [[ False = \T\r\u\e ]] 2021-06-02 10:50:17.047 | + functions-common:update_package_repo:1314 : is_ubuntu 2021-06-02 10:50:17.050 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:50:17.052 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:50:17.055 | + functions-common:update_package_repo:1315 : apt_get_update 2021-06-02 10:50:17.057 | + functions-common:apt_get_update:1069 : [[ True == \T\r\u\e ]] 2021-06-02 10:50:17.060 | + functions-common:apt_get_update:1069 : [[ False != \T\r\u\e ]] 2021-06-02 10:50:17.062 | + functions-common:apt_get_update:1070 : return 2021-06-02 10:50:17.065 | + functions-common:install_package:1335 : real_install_package apache2 2021-06-02 10:50:17.067 | + functions-common:real_install_package:1320 : is_ubuntu 2021-06-02 10:50:17.070 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:50:17.072 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:50:17.075 | + functions-common:real_install_package:1321 : apt_get install apache2 2021-06-02 10:50:17.095 | + functions-common:apt_get:1110 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 2021-06-02 10:50:17.215 | Reading package lists... 2021-06-02 10:50:17.463 | Building dependency tree... 2021-06-02 10:50:17.465 | Reading state information... 2021-06-02 10:50:17.675 | apache2 is already the newest version (2.4.29-1ubuntu4.14). 2021-06-02 10:50:17.675 | The following packages were automatically installed and are no longer required: 2021-06-02 10:50:17.676 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-06-02 10:50:17.676 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-06-02 10:50:17.676 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-06-02 10:50:17.676 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-06-02 10:50:17.676 | python3-twisted-bin python3-zope.interface 2021-06-02 10:50:17.676 | Use 'sudo apt autoremove' to remove them. 2021-06-02 10:50:17.741 | 0 upgraded, 0 newly installed, 0 to remove and 158 not upgraded. 2021-06-02 10:50:17.746 | + functions-common:apt_get:1114 : result=0 2021-06-02 10:50:17.748 | + functions-common:apt_get:1117 : time_stop apt-get 2021-06-02 10:50:17.751 | + functions-common:time_stop:2336 : local name 2021-06-02 10:50:17.753 | + functions-common:time_stop:2337 : local end_time 2021-06-02 10:50:17.755 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 10:50:17.758 | + functions-common:time_stop:2339 : local total 2021-06-02 10:50:17.760 | + functions-common:time_stop:2340 : local start_time 2021-06-02 10:50:17.763 | + functions-common:time_stop:2342 : name=apt-get 2021-06-02 10:50:17.765 | + functions-common:time_stop:2343 : start_time=1622631017092 2021-06-02 10:50:17.767 | + functions-common:time_stop:2345 : [[ -z 1622631017092 ]] 2021-06-02 10:50:17.770 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 10:50:17.774 | + functions-common:time_stop:2348 : end_time=1622631017771 2021-06-02 10:50:17.776 | + functions-common:time_stop:2349 : elapsed_time=679 2021-06-02 10:50:17.779 | + functions-common:time_stop:2350 : total=207170 2021-06-02 10:50:17.781 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 10:50:17.784 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=207849 2021-06-02 10:50:17.786 | + functions-common:apt_get:1118 : return 0 2021-06-02 10:50:17.789 | + lib/apache:install_apache_wsgi:154 : python3_enabled 2021-06-02 10:50:17.791 | + inc/python:python3_enabled:531 : [[ True == \T\r\u\e ]] 2021-06-02 10:50:17.794 | + inc/python:python3_enabled:532 : return 0 2021-06-02 10:50:17.796 | + lib/apache:install_apache_wsgi:155 : is_package_installed libapache2-mod-wsgi 2021-06-02 10:50:17.799 | + functions-common:is_package_installed:1343 : [[ -z libapache2-mod-wsgi ]] 2021-06-02 10:50:17.801 | + functions-common:is_package_installed:1347 : [[ -z deb ]] 2021-06-02 10:50:17.804 | + functions-common:is_package_installed:1351 : [[ deb = \d\e\b ]] 2021-06-02 10:50:17.806 | + functions-common:is_package_installed:1352 : dpkg -s libapache2-mod-wsgi 2021-06-02 10:50:17.831 | + lib/apache:install_apache_wsgi:158 : install_package libapache2-mod-wsgi-py3 2021-06-02 10:50:17.834 | + functions-common:install_package:1334 : update_package_repo 2021-06-02 10:50:17.836 | + functions-common:update_package_repo:1306 : NO_UPDATE_REPOS=False 2021-06-02 10:50:17.839 | + functions-common:update_package_repo:1307 : REPOS_UPDATED=True 2021-06-02 10:50:17.841 | + functions-common:update_package_repo:1308 : RETRY_UPDATE=False 2021-06-02 10:50:17.844 | + functions-common:update_package_repo:1310 : [[ False = \T\r\u\e ]] 2021-06-02 10:50:17.846 | + functions-common:update_package_repo:1314 : is_ubuntu 2021-06-02 10:50:17.849 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:50:17.851 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:50:17.854 | + functions-common:update_package_repo:1315 : apt_get_update 2021-06-02 10:50:17.856 | + functions-common:apt_get_update:1069 : [[ True == \T\r\u\e ]] 2021-06-02 10:50:17.859 | + functions-common:apt_get_update:1069 : [[ False != \T\r\u\e ]] 2021-06-02 10:50:17.861 | + functions-common:apt_get_update:1070 : return 2021-06-02 10:50:17.863 | + functions-common:install_package:1335 : real_install_package libapache2-mod-wsgi-py3 2021-06-02 10:50:17.866 | + functions-common:real_install_package:1320 : is_ubuntu 2021-06-02 10:50:17.868 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:50:17.871 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:50:17.874 | + functions-common:real_install_package:1321 : apt_get install libapache2-mod-wsgi-py3 2021-06-02 10:50:17.894 | + functions-common:apt_get:1110 : 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-06-02 10:50:18.013 | Reading package lists... 2021-06-02 10:50:18.261 | Building dependency tree... 2021-06-02 10:50:18.262 | Reading state information... 2021-06-02 10:50:18.475 | The following packages were automatically installed and are no longer required: 2021-06-02 10:50:18.475 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-06-02 10:50:18.475 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-06-02 10:50:18.475 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-06-02 10:50:18.475 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-06-02 10:50:18.475 | python3-twisted-bin python3-zope.interface 2021-06-02 10:50:18.475 | Use 'sudo apt autoremove' to remove them. 2021-06-02 10:50:18.518 | The following NEW packages will be installed: 2021-06-02 10:50:18.519 | libapache2-mod-wsgi-py3 2021-06-02 10:50:18.815 | 0 upgraded, 1 newly installed, 0 to remove and 158 not upgraded. 2021-06-02 10:50:18.815 | Need to get 88.3 kB of archives. 2021-06-02 10:50:18.815 | After this operation, 278 kB of additional disk space will be used. 2021-06-02 10:50:18.815 | 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-06-02 10:50:19.729 | Fetched 88.3 kB in 1s (135 kB/s) 2021-06-02 10:50:19.788 | Selecting previously unselected package libapache2-mod-wsgi-py3. 2021-06-02 10:50:19.828 | (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 ... 77268 files and directories currently installed.) 2021-06-02 10:50:19.832 | Preparing to unpack .../libapache2-mod-wsgi-py3_4.5.17-1ubuntu1_amd64.deb ... 2021-06-02 10:50:19.834 | Unpacking libapache2-mod-wsgi-py3 (4.5.17-1ubuntu1) ... 2021-06-02 10:50:19.913 | Setting up libapache2-mod-wsgi-py3 (4.5.17-1ubuntu1) ... 2021-06-02 10:50:20.097 | apache2_invoke: Enable module wsgi 2021-06-02 10:50:22.438 | + functions-common:apt_get:1114 : result=0 2021-06-02 10:50:22.441 | + functions-common:apt_get:1117 : time_stop apt-get 2021-06-02 10:50:22.443 | + functions-common:time_stop:2336 : local name 2021-06-02 10:50:22.446 | + functions-common:time_stop:2337 : local end_time 2021-06-02 10:50:22.448 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 10:50:22.451 | + functions-common:time_stop:2339 : local total 2021-06-02 10:50:22.453 | + functions-common:time_stop:2340 : local start_time 2021-06-02 10:50:22.455 | + functions-common:time_stop:2342 : name=apt-get 2021-06-02 10:50:22.458 | + functions-common:time_stop:2343 : start_time=1622631017891 2021-06-02 10:50:22.460 | + functions-common:time_stop:2345 : [[ -z 1622631017891 ]] 2021-06-02 10:50:22.463 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 10:50:22.467 | + functions-common:time_stop:2348 : end_time=1622631022464 2021-06-02 10:50:22.469 | + functions-common:time_stop:2349 : elapsed_time=4573 2021-06-02 10:50:22.472 | + functions-common:time_stop:2350 : total=207849 2021-06-02 10:50:22.474 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 10:50:22.476 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=212422 2021-06-02 10:50:22.479 | + functions-common:apt_get:1118 : return 0 2021-06-02 10:50:22.482 | + lib/apache:install_apache_wsgi:176 : enable_apache_mod wsgi 2021-06-02 10:50:22.485 | + lib/apache:enable_apache_mod:54 : local mod=wsgi 2021-06-02 10:50:22.487 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-06-02 10:50:22.490 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:50:22.492 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:50:22.495 | + lib/apache:enable_apache_mod:59 : [[ wsgi != \v\e\r\s\i\o\n ]] 2021-06-02 10:50:22.497 | + lib/apache:enable_apache_mod:59 : a2query -m wsgi 2021-06-02 10:50:22.548 | wsgi (enabled by maintainer script) 2021-06-02 10:50:22.551 | + lib/placement:install_placement:139 : pip_install_gr osc-placement 2021-06-02 10:50:22.553 | + inc/python:pip_install_gr:68 : local name=osc-placement 2021-06-02 10:50:22.556 | + inc/python:pip_install_gr:69 : local clean_name 2021-06-02 10:50:22.559 | ++ inc/python:pip_install_gr:70 : get_from_global_requirements osc-placement 2021-06-02 10:50:22.562 | ++ inc/python:get_from_global_requirements:316 : local package=osc-placement 2021-06-02 10:50:22.564 | ++ inc/python:get_from_global_requirements:317 : local required_pkg 2021-06-02 10:50:22.568 | +++ inc/python:get_from_global_requirements:318 : grep -i -h '^osc-placement' /opt/stack/requirements/global-requirements.txt 2021-06-02 10:50:22.568 | +++ inc/python:get_from_global_requirements:318 : cut -d# -f1 2021-06-02 10:50:22.573 | ++ inc/python:get_from_global_requirements:318 : required_pkg='osc-placement ' 2021-06-02 10:50:22.575 | ++ inc/python:get_from_global_requirements:319 : [[ osc-placement == '' ]] 2021-06-02 10:50:22.578 | ++ inc/python:get_from_global_requirements:322 : echo osc-placement 2021-06-02 10:50:22.581 | + inc/python:pip_install_gr:70 : clean_name=osc-placement 2021-06-02 10:50:22.584 | + inc/python:pip_install_gr:71 : pip_install osc-placement 2021-06-02 10:50:22.607 | Check python version for : osc-placement 2021-06-02 10:50:22.610 | Using 3.6 version to install osc-placement based on default behavior 2021-06-02 10:50:22.999 | + inc/python:pip_install:283 : 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-06-02 10:50:23.856 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:23.858 | Ignoring Django: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:23.861 | Ignoring Django: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:23.866 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:23.874 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:23.877 | Ignoring GitPython: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:23.879 | Ignoring GitPython: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:23.883 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:23.889 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:23.913 | Ignoring Pygments: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:23.915 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:23.917 | Ignoring Pygments: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:23.923 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:23.930 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:23.932 | Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:23.935 | Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:23.939 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:23.942 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:23.944 | Ignoring Sphinx: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:23.947 | Ignoring Sphinx: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:23.951 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:24.055 | Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:24.057 | Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:24.062 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:24.071 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:24.073 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:24.077 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:24.123 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:24.128 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:24.153 | Ignoring diskimage-builder: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:24.156 | Ignoring diskimage-builder: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:24.159 | Ignoring diskimage-builder: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:24.163 | Ignoring diskimage-builder: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:24.181 | Ignoring dnspython: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:24.184 | Ignoring dnspython: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:24.189 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:24.191 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:24.193 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:24.195 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:24.200 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:24.217 | Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:24.248 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:24.251 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:24.255 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:24.278 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:24.280 | Ignoring gunicorn: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:24.283 | Ignoring gunicorn: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:24.287 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:24.289 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:24.304 | Ignoring ifaddr: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:24.306 | Ignoring ifaddr: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:24.311 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:24.322 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:24.324 | Ignoring influxdb: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:24.327 | Ignoring influxdb: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:24.331 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:24.335 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:24.344 | Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:24.346 | Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:24.351 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:24.357 | Ignoring joblib: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:24.360 | Ignoring joblib: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:24.365 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:24.381 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:24.383 | Ignoring keyring: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:24.385 | Ignoring keyring: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:24.390 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:24.431 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:24.433 | Ignoring more-itertools: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:24.436 | Ignoring more-itertools: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:24.440 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:24.453 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:24.455 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:24.460 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:24.462 | Ignoring mypy-extensions: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:24.465 | Ignoring mypy-extensions: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:24.469 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:24.472 | Ignoring ndg-httpsclient: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:24.481 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:24.483 | Ignoring networkx: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:24.486 | Ignoring networkx: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:24.491 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:24.509 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:24.511 | Ignoring numpy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:24.513 | Ignoring numpy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:24.518 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:24.616 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:24.701 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:24.704 | Ignoring pytest: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:24.706 | Ignoring pytest: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:24.711 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:24.816 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:24.862 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:24.864 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:24.867 | Ignoring scikit-learn: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:24.869 | Ignoring scikit-learn: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:24.874 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:24.877 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:24.879 | Ignoring scipy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:24.881 | Ignoring scipy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:24.886 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:24.906 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:24.929 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:24.931 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:24.936 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:24.940 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:24.943 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:24.948 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:24.952 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:24.973 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:24.978 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:24.982 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:24.984 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:24.989 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:24.997 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:24.999 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:25.003 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:25.007 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:25.010 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:25.015 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:25.019 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:25.042 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:25.075 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:25.081 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:25.084 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:25.088 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:25.091 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:25.101 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:25.105 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:25.107 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:25.112 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:25.116 | Ignoring typing-extensions: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:25.118 | Ignoring typing-extensions: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:25.123 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:25.128 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:25.152 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:25.178 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:25.180 | Ignoring zeroconf: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:25.183 | Ignoring zeroconf: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:25.188 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:25.339 | Collecting osc-placement===1.7.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 380)) 2021-06-02 10:50:25.389 | Downloading http://10.100.0.9:8080/root/pypi/+f/fd6/b867af2f0cd37/osc_placement-1.7.0-py2.py3-none-any.whl (55kB) 2021-06-02 10:50:25.559 | Requirement already satisfied: oslo.utils===3.41.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 397)) 2021-06-02 10:50:25.581 | Requirement already satisfied: pbr===5.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 412)) 2021-06-02 10:50:25.583 | Requirement already satisfied: pyparsing===2.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 449)) 2021-06-02 10:50:25.586 | Requirement already satisfied: pytz===2019.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 520)) 2021-06-02 10:50:25.591 | Requirement already satisfied: simplejson===3.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) 2021-06-02 10:50:25.594 | Requirement already satisfied: six===1.12.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 574)) 2021-06-02 10:50:25.597 | Requirement already satisfied: osc-lib===1.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 379)) 2021-06-02 10:50:25.615 | Requirement already satisfied: keystoneauth1===3.17.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 288)) 2021-06-02 10:50:25.684 | Requirement already satisfied: netaddr===0.7.19 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 330)) 2021-06-02 10:50:25.687 | Requirement already satisfied: debtcollector===1.22.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 158)) 2021-06-02 10:50:25.698 | Requirement already satisfied: oslo.i18n===3.24.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 386)) 2021-06-02 10:50:25.706 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 331)) 2021-06-02 10:50:25.708 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) 2021-06-02 10:50:25.711 | Requirement already satisfied: openstacksdk===0.36.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 361)) 2021-06-02 10:50:25.743 | Requirement already satisfied: cliff===2.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 141)) 2021-06-02 10:50:25.759 | Requirement already satisfied: Babel===2.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2021-06-02 10:50:25.763 | Requirement already satisfied: stevedore===1.31.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 623)) 2021-06-02 10:50:25.769 | 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 373)) 2021-06-02 10:50:25.773 | Requirement already satisfied: requests===2.22.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 531)) 2021-06-02 10:50:25.797 | Requirement already satisfied: wrapt===1.11.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 693)) 2021-06-02 10:50:25.800 | Requirement already satisfied: appdirs===1.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 105)) 2021-06-02 10:50:25.803 | Requirement already satisfied: jmespath===0.9.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 269)) 2021-06-02 10:50:25.806 | Requirement already satisfied: jsonpatch===1.24 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 275)) 2021-06-02 10:50:25.812 | Requirement already satisfied: decorator===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 159)) 2021-06-02 10:50:25.815 | Requirement already satisfied: munch===2.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) 2021-06-02 10:50:25.818 | Requirement already satisfied: cryptography===2.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 154)) 2021-06-02 10:50:25.862 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 539)) 2021-06-02 10:50:25.865 | Requirement already satisfied: dogpile.cache===0.7.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 191)) 2021-06-02 10:50:25.868 | Requirement already satisfied: PyYAML===5.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 35)) 2021-06-02 10:50:25.872 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 420)) 2021-06-02 10:50:25.874 | Requirement already satisfied: cmd2===0.8.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 142)) 2021-06-02 10:50:25.889 | Requirement already satisfied: certifi===2019.6.16 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 137)) 2021-06-02 10:50:25.892 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 139)) 2021-06-02 10:50:25.894 | Requirement already satisfied: idna===2.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 243)) 2021-06-02 10:50:25.898 | Requirement already satisfied: urllib3===1.25.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 677)) 2021-06-02 10:50:25.920 | Requirement already satisfied: jsonpointer===2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 278)) 2021-06-02 10:50:25.923 | Requirement already satisfied: cffi===1.12.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 138)) 2021-06-02 10:50:25.926 | Requirement already satisfied: wcwidth===0.1.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 687)) 2021-06-02 10:50:25.929 | Requirement already satisfied: pyperclip===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 450)) 2021-06-02 10:50:25.932 | Requirement already satisfied: pycparser===2.19 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) 2021-06-02 10:50:25.935 | Installing collected packages: osc-placement 2021-06-02 10:50:26.144 | Successfully installed osc-placement-1.7.0 2021-06-02 10:50:26.267 | You are using pip version 9.0.3, however version 21.1.2 is available. 2021-06-02 10:50:26.267 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-06-02 10:50:26.313 | + inc/python:pip_install:290 : result=0 2021-06-02 10:50:26.316 | + inc/python:pip_install:292 : time_stop pip_install 2021-06-02 10:50:26.318 | + functions-common:time_stop:2336 : local name 2021-06-02 10:50:26.321 | + functions-common:time_stop:2337 : local end_time 2021-06-02 10:50:26.323 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 10:50:26.326 | + functions-common:time_stop:2339 : local total 2021-06-02 10:50:26.329 | + functions-common:time_stop:2340 : local start_time 2021-06-02 10:50:26.331 | + functions-common:time_stop:2342 : name=pip_install 2021-06-02 10:50:26.334 | + functions-common:time_stop:2343 : start_time=1622631022599 2021-06-02 10:50:26.336 | + functions-common:time_stop:2345 : [[ -z 1622631022599 ]] 2021-06-02 10:50:26.339 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 10:50:26.343 | + functions-common:time_stop:2348 : end_time=1622631026340 2021-06-02 10:50:26.345 | + functions-common:time_stop:2349 : elapsed_time=3741 2021-06-02 10:50:26.348 | + functions-common:time_stop:2350 : total=205879 2021-06-02 10:50:26.350 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 10:50:26.352 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=209620 2021-06-02 10:50:26.355 | + inc/python:pip_install:293 : return 0 2021-06-02 10:50:26.357 | + lib/placement:install_placement:140 : git_clone https://opendev.org/openstack/placement.git /opt/stack/placement stable/train 2021-06-02 10:50:26.360 | + functions-common:git_clone:524 : local git_remote=https://opendev.org/openstack/placement.git 2021-06-02 10:50:26.362 | + functions-common:git_clone:525 : local git_dest=/opt/stack/placement 2021-06-02 10:50:26.365 | + functions-common:git_clone:526 : local git_ref=stable/train 2021-06-02 10:50:26.367 | + functions-common:git_clone:527 : local orig_dir 2021-06-02 10:50:26.371 | ++ functions-common:git_clone:528 : pwd 2021-06-02 10:50:26.374 | + functions-common:git_clone:528 : orig_dir=/home/ubuntu/devstack 2021-06-02 10:50:26.376 | + functions-common:git_clone:529 : local git_clone_flags= 2021-06-02 10:50:26.379 | ++ functions-common:git_clone:531 : trueorfalse False RECLONE 2021-06-02 10:50:26.396 | + functions-common:git_clone:531 : RECLONE=False 2021-06-02 10:50:26.398 | + functions-common:git_clone:532 : [[ 0 -gt 0 ]] 2021-06-02 10:50:26.401 | + functions-common:git_clone:536 : [[ False = \T\r\u\e ]] 2021-06-02 10:50:26.405 | + functions-common:git_clone:545 : echo stable/train 2021-06-02 10:50:26.405 | + functions-common:git_clone:545 : egrep -q '^refs' 2021-06-02 10:50:26.410 | + functions-common:git_clone:559 : [[ ! -d /opt/stack/placement ]] 2021-06-02 10:50:26.412 | + functions-common:git_clone:560 : [[ False = \T\r\u\e ]] 2021-06-02 10:50:26.415 | + functions-common:git_clone:566 : git_timed clone https://opendev.org/openstack/placement.git /opt/stack/placement --branch stable/train 2021-06-02 10:50:26.417 | + functions-common:git_timed:618 : local count=0 2021-06-02 10:50:26.420 | + functions-common:git_timed:619 : local timeout=0 2021-06-02 10:50:26.423 | + functions-common:git_timed:621 : [[ -n 0 ]] 2021-06-02 10:50:26.425 | + functions-common:git_timed:622 : timeout=0 2021-06-02 10:50:26.428 | + functions-common:git_timed:625 : time_start git_timed 2021-06-02 10:50:26.430 | + functions-common:time_start:2322 : local name=git_timed 2021-06-02 10:50:26.433 | + functions-common:time_start:2323 : local start_time= 2021-06-02 10:50:26.436 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-06-02 10:50:26.438 | ++ functions-common:time_start:2327 : date +%s%3N 2021-06-02 10:50:26.442 | + functions-common:time_start:2327 : _TIME_START[$name]=1622631026439 2021-06-02 10:50:26.445 | + functions-common:git_timed:626 : timeout -s SIGINT 0 git clone https://opendev.org/openstack/placement.git /opt/stack/placement --branch stable/train 2021-06-02 10:50:26.447 | Cloning into '/opt/stack/placement'... 2021-06-02 10:50:35.036 | + functions-common:git_timed:640 : time_stop git_timed 2021-06-02 10:50:35.038 | + functions-common:time_stop:2336 : local name 2021-06-02 10:50:35.040 | + functions-common:time_stop:2337 : local end_time 2021-06-02 10:50:35.043 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 10:50:35.045 | + functions-common:time_stop:2339 : local total 2021-06-02 10:50:35.048 | + functions-common:time_stop:2340 : local start_time 2021-06-02 10:50:35.050 | + functions-common:time_stop:2342 : name=git_timed 2021-06-02 10:50:35.052 | + functions-common:time_stop:2343 : start_time=1622631026439 2021-06-02 10:50:35.055 | + functions-common:time_stop:2345 : [[ -z 1622631026439 ]] 2021-06-02 10:50:35.058 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 10:50:35.062 | + functions-common:time_stop:2348 : end_time=1622631035059 2021-06-02 10:50:35.064 | + functions-common:time_stop:2349 : elapsed_time=8620 2021-06-02 10:50:35.066 | + functions-common:time_stop:2350 : total=0 2021-06-02 10:50:35.069 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 10:50:35.071 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=8620 2021-06-02 10:50:35.074 | + functions-common:git_clone:593 : cd /opt/stack/placement 2021-06-02 10:50:35.077 | + functions-common:git_clone:594 : git show --oneline 2021-06-02 10:50:35.077 | + functions-common:git_clone:594 : head -1 2021-06-02 10:50:35.080 | ff55034f Fix Placement Doc 2021-06-02 10:50:35.083 | + functions-common:git_clone:595 : cd /home/ubuntu/devstack 2021-06-02 10:50:35.085 | + lib/placement:install_placement:141 : setup_develop /opt/stack/placement 2021-06-02 10:50:35.088 | + inc/python:setup_develop:415 : local bindep 2021-06-02 10:50:35.090 | + inc/python:setup_develop:416 : [[ /opt/stack/placement == -bindep* ]] 2021-06-02 10:50:35.093 | + inc/python:setup_develop:420 : local project_dir=/opt/stack/placement 2021-06-02 10:50:35.095 | + inc/python:setup_develop:421 : local extras= 2021-06-02 10:50:35.098 | + inc/python:setup_develop:422 : _setup_package_with_constraints_edit /opt/stack/placement -e 2021-06-02 10:50:35.100 | + inc/python:_setup_package_with_constraints_edit:441 : local bindep 2021-06-02 10:50:35.103 | + inc/python:_setup_package_with_constraints_edit:442 : [[ /opt/stack/placement == -bindep* ]] 2021-06-02 10:50:35.105 | + inc/python:_setup_package_with_constraints_edit:446 : local project_dir=/opt/stack/placement 2021-06-02 10:50:35.107 | + inc/python:_setup_package_with_constraints_edit:447 : local flags=-e 2021-06-02 10:50:35.110 | + inc/python:_setup_package_with_constraints_edit:448 : local extras= 2021-06-02 10:50:35.113 | ++ inc/python:_setup_package_with_constraints_edit:455 : cd /opt/stack/placement 2021-06-02 10:50:35.115 | ++ inc/python:_setup_package_with_constraints_edit:455 : pwd 2021-06-02 10:50:35.118 | + inc/python:_setup_package_with_constraints_edit:455 : project_dir=/opt/stack/placement 2021-06-02 10:50:35.121 | + inc/python:_setup_package_with_constraints_edit:457 : '[' -n /opt/stack/requirements ']' 2021-06-02 10:50:35.124 | + inc/python:_setup_package_with_constraints_edit:459 : local name 2021-06-02 10:50:35.127 | ++ inc/python:_setup_package_with_constraints_edit:460 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2021-06-02 10:50:35.132 | + inc/python:_setup_package_with_constraints_edit:460 : name=openstack-placement 2021-06-02 10:50:35.134 | + inc/python:_setup_package_with_constraints_edit:462 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- openstack-placement '-e file:///opt/stack/placement#egg=openstack-placement' 2021-06-02 10:50:35.968 | + inc/python:_setup_package_with_constraints_edit:466 : setup_package /opt/stack/placement -e 2021-06-02 10:50:35.971 | + inc/python:setup_package:494 : local bindep=0 2021-06-02 10:50:35.973 | + inc/python:setup_package:495 : local bindep_flag= 2021-06-02 10:50:35.976 | + inc/python:setup_package:496 : local bindep_profiles= 2021-06-02 10:50:35.978 | + inc/python:setup_package:497 : [[ /opt/stack/placement == -bindep* ]] 2021-06-02 10:50:35.981 | + inc/python:setup_package:502 : local project_dir=/opt/stack/placement 2021-06-02 10:50:35.983 | + inc/python:setup_package:503 : local flags=-e 2021-06-02 10:50:35.986 | + inc/python:setup_package:504 : local extras= 2021-06-02 10:50:35.988 | + inc/python:setup_package:508 : [[ -n -e ]] 2021-06-02 10:50:35.991 | + inc/python:setup_package:508 : [[ -z '' ]] 2021-06-02 10:50:35.993 | + inc/python:setup_package:508 : [[ ! -e =~ ^-.* ]] 2021-06-02 10:50:35.996 | + inc/python:setup_package:513 : [[ ! -z '' ]] 2021-06-02 10:50:35.999 | + inc/python:setup_package:518 : [[ 0 == 1 ]] 2021-06-02 10:50:36.001 | + inc/python:setup_package:522 : pip_install -e /opt/stack/placement 2021-06-02 10:50:36.022 | Check python version for : /opt/stack/placement 2021-06-02 10:50:36.026 | Using 3.6 version to install /opt/stack/placement based on default behavior 2021-06-02 10:50:36.414 | + inc/python:pip_install:283 : 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-06-02 10:50:37.286 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:37.288 | Ignoring Django: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:37.290 | Ignoring Django: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:37.296 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:37.305 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:37.307 | Ignoring GitPython: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:37.310 | Ignoring GitPython: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:37.314 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:37.320 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:37.345 | Ignoring Pygments: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:37.347 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:37.349 | Ignoring Pygments: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:37.354 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:37.362 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:37.364 | Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:37.367 | Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:37.371 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:37.373 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:37.376 | Ignoring Sphinx: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:37.378 | Ignoring Sphinx: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:37.382 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:37.489 | Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:37.491 | Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:37.496 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:37.504 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:37.507 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:37.509 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:37.557 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:37.562 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:37.588 | Ignoring diskimage-builder: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:37.591 | Ignoring diskimage-builder: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:37.593 | Ignoring diskimage-builder: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:37.598 | Ignoring diskimage-builder: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:37.617 | Ignoring dnspython: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:37.619 | Ignoring dnspython: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:37.624 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:37.626 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:37.628 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:37.631 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:37.635 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:37.654 | Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:37.684 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:37.687 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:37.691 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:37.715 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:37.717 | Ignoring gunicorn: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:37.720 | Ignoring gunicorn: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:37.724 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:37.727 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:37.741 | Ignoring ifaddr: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:37.744 | Ignoring ifaddr: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:37.749 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:37.759 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:37.762 | Ignoring influxdb: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:37.765 | Ignoring influxdb: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:37.769 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:37.773 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:37.782 | Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:37.784 | Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:37.789 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:37.795 | Ignoring joblib: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:37.798 | Ignoring joblib: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:37.803 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:37.818 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:37.821 | Ignoring keyring: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:37.823 | Ignoring keyring: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:37.828 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:37.869 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:37.872 | Ignoring more-itertools: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:37.874 | Ignoring more-itertools: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:37.879 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:37.891 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:37.894 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:37.898 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:37.900 | Ignoring mypy-extensions: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:37.903 | Ignoring mypy-extensions: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:37.908 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:37.910 | Ignoring ndg-httpsclient: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:37.920 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:37.923 | Ignoring networkx: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:37.925 | Ignoring networkx: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:37.931 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:37.950 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:37.952 | Ignoring numpy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:37.955 | Ignoring numpy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:37.959 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:38.060 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:38.148 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:38.150 | Ignoring pytest: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:38.152 | Ignoring pytest: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:38.157 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:38.265 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:38.311 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:38.314 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:38.316 | Ignoring scikit-learn: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:38.319 | Ignoring scikit-learn: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:38.324 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:38.326 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:38.329 | Ignoring scipy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:38.331 | Ignoring scipy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:38.336 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:38.355 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:38.375 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:38.377 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:38.382 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:38.387 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:38.389 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:38.394 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:38.398 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:38.401 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:38.405 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:38.410 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:38.412 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:38.417 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:38.425 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:38.427 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:38.432 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:38.436 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:38.439 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:38.444 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:38.448 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:38.483 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:38.517 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:38.523 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:38.525 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:38.530 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:38.532 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:38.542 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:38.547 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:38.549 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:38.554 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:38.559 | Ignoring typing-extensions: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:38.561 | Ignoring typing-extensions: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:38.566 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:38.572 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:38.596 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:38.624 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:38.626 | Ignoring zeroconf: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:38.628 | Ignoring zeroconf: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:38.633 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:38.639 | Obtaining file:///opt/stack/placement 2021-06-02 10:50:40.391 | Obtaining openstack-placement from file:///opt/stack/placement#egg=openstack-placement (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-06-02 10:50:41.841 | Requirement already satisfied: Routes===2.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) 2021-06-02 10:50:41.850 | Requirement already satisfied: SQLAlchemy===1.3.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 42)) 2021-06-02 10:50:41.873 | Requirement already satisfied: WebOb===1.8.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 57)) 2021-06-02 10:50:41.887 | Requirement already satisfied: jsonschema===3.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 279)) 2021-06-02 10:50:41.906 | Requirement already satisfied: keystonemiddleware===7.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 289)) 2021-06-02 10:50:41.964 | Requirement already satisfied: microversion-parse===0.2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) 2021-06-02 10:50:41.969 | Requirement already satisfied: os-resource-classes===0.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) 2021-06-02 10:50:41.973 | Requirement already satisfied: os-traits===0.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 376)) 2021-06-02 10:50:41.978 | Requirement already satisfied: oslo.cache===1.37.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 382)) 2021-06-02 10:50:42.027 | Requirement already satisfied: oslo.concurrency===3.30.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 383)) 2021-06-02 10:50:42.062 | Requirement already satisfied: oslo.config===6.11.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 384)) 2021-06-02 10:50:42.080 | Requirement already satisfied: oslo.context===2.23.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 385)) 2021-06-02 10:50:42.086 | Requirement already satisfied: oslo.db===5.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 386)) 2021-06-02 10:50:42.143 | Requirement already satisfied: oslo.i18n===3.24.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 387)) 2021-06-02 10:50:42.152 | Requirement already satisfied: oslo.log===3.44.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 388)) 2021-06-02 10:50:42.199 | Requirement already satisfied: oslo.middleware===3.38.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 390)) 2021-06-02 10:50:42.219 | Requirement already satisfied: oslo.policy===2.3.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 391)) 2021-06-02 10:50:42.234 | Requirement already satisfied: oslo.serialization===2.29.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 395)) 2021-06-02 10:50:42.246 | Requirement already satisfied: oslo.upgradecheck===0.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 397)) 2021-06-02 10:50:42.259 | Requirement already satisfied: oslo.utils===3.41.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 398)) 2021-06-02 10:50:42.282 | Requirement already satisfied: pbr===5.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 413)) 2021-06-02 10:50:42.284 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 421)) 2021-06-02 10:50:42.287 | Requirement already satisfied: pycadf===2.10.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) 2021-06-02 10:50:42.297 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 443)) 2021-06-02 10:50:42.300 | Requirement already satisfied: pyparsing===2.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 450)) 2021-06-02 10:50:42.303 | Requirement already satisfied: pyrsistent===0.15.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 454)) 2021-06-02 10:50:42.309 | Requirement already satisfied: python-dateutil===2.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 474)) 2021-06-02 10:50:42.314 | Requirement already satisfied: python-keystoneclient===3.21.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 486)) 2021-06-02 10:50:42.333 | Requirement already satisfied: pytz===2019.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 521)) 2021-06-02 10:50:42.338 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 531)) 2021-06-02 10:50:42.345 | Requirement already satisfied: requests===2.22.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 532)) 2021-06-02 10:50:42.369 | Requirement already satisfied: rfc3986===1.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 544)) 2021-06-02 10:50:42.373 | Requirement already satisfied: six===1.12.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 575)) 2021-06-02 10:50:42.377 | Requirement already satisfied: sqlalchemy-migrate===0.12.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 620)) 2021-06-02 10:50:42.388 | Requirement already satisfied: sqlparse===0.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 621)) 2021-06-02 10:50:42.391 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 622)) 2021-06-02 10:50:42.394 | Requirement already satisfied: stevedore===1.31.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 624)) 2021-06-02 10:50:42.399 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 643)) 2021-06-02 10:50:42.410 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 644)) 2021-06-02 10:50:42.416 | Requirement already satisfied: testtools===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 645)) 2021-06-02 10:50:42.433 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 659)) 2021-06-02 10:50:42.436 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 676)) 2021-06-02 10:50:42.444 | Requirement already satisfied: urllib3===1.25.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 678)) 2021-06-02 10:50:42.476 | 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==2.0.1) 2021-06-02 10:50:42.523 | Requirement already satisfied: attrs===19.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 113)) 2021-06-02 10:50:42.553 | Requirement already satisfied: keystoneauth1===3.17.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 288)) 2021-06-02 10:50:42.624 | Requirement already satisfied: dogpile.cache===0.7.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 191)) 2021-06-02 10:50:42.628 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) 2021-06-02 10:50:42.633 | Requirement already satisfied: debtcollector===1.22.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 158)) 2021-06-02 10:50:42.645 | Requirement already satisfied: PyYAML===5.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 35)) 2021-06-02 10:50:42.648 | Requirement already satisfied: netaddr===0.7.19 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 330)) 2021-06-02 10:50:42.651 | Requirement already satisfied: alembic===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 98)) 2021-06-02 10:50:42.659 | Requirement already satisfied: Babel===2.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2021-06-02 10:50:42.664 | Requirement already satisfied: Jinja2===2.10.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) 2021-06-02 10:50:42.670 | Requirement already satisfied: msgpack===0.6.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) 2021-06-02 10:50:42.673 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) 2021-06-02 10:50:42.676 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 331)) 2021-06-02 10:50:42.679 | Requirement already satisfied: certifi===2019.6.16 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 137)) 2021-06-02 10:50:42.682 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 139)) 2021-06-02 10:50:42.685 | Requirement already satisfied: idna===2.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 243)) 2021-06-02 10:50:42.688 | Requirement already satisfied: decorator===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 159)) 2021-06-02 10:50:42.692 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 54)) 2021-06-02 10:50:42.694 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) 2021-06-02 10:50:42.706 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 202)) 2021-06-02 10:50:42.709 | 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 494)) 2021-06-02 10:50:42.711 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) 2021-06-02 10:50:42.713 | 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 676)) 2021-06-02 10:50:42.717 | 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 374)) 2021-06-02 10:50:42.721 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) 2021-06-02 10:50:42.723 | Requirement already satisfied: wrapt===1.11.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 694)) 2021-06-02 10:50:42.726 | Requirement already satisfied: Mako===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) 2021-06-02 10:50:42.731 | 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 476)) 2021-06-02 10:50:42.734 | 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)) 2021-06-02 10:50:42.736 | Installing collected packages: openstack-placement 2021-06-02 10:50:42.736 | Running setup.py develop for openstack-placement 2021-06-02 10:50:44.532 | Successfully installed openstack-placement 2021-06-02 10:50:44.677 | You are using pip version 9.0.3, however version 21.1.2 is available. 2021-06-02 10:50:44.677 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-06-02 10:50:44.743 | + inc/python:pip_install:290 : result=0 2021-06-02 10:50:44.746 | + inc/python:pip_install:292 : time_stop pip_install 2021-06-02 10:50:44.748 | + functions-common:time_stop:2336 : local name 2021-06-02 10:50:44.750 | + functions-common:time_stop:2337 : local end_time 2021-06-02 10:50:44.752 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 10:50:44.755 | + functions-common:time_stop:2339 : local total 2021-06-02 10:50:44.757 | + functions-common:time_stop:2340 : local start_time 2021-06-02 10:50:44.759 | + functions-common:time_stop:2342 : name=pip_install 2021-06-02 10:50:44.761 | + functions-common:time_stop:2343 : start_time=1622631036015 2021-06-02 10:50:44.764 | + functions-common:time_stop:2345 : [[ -z 1622631036015 ]] 2021-06-02 10:50:44.766 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 10:50:44.770 | + functions-common:time_stop:2348 : end_time=1622631044767 2021-06-02 10:50:44.772 | + functions-common:time_stop:2349 : elapsed_time=8752 2021-06-02 10:50:44.774 | + functions-common:time_stop:2350 : total=209620 2021-06-02 10:50:44.777 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 10:50:44.780 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=218372 2021-06-02 10:50:44.782 | + inc/python:pip_install:293 : return 0 2021-06-02 10:50:44.784 | + inc/python:setup_package:524 : [[ -e == \-\e ]] 2021-06-02 10:50:44.787 | + inc/python:setup_package:525 : safe_chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2021-06-02 10:50:44.789 | + functions-common:safe_chown:2237 : _safe_permission_operation chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2021-06-02 10:50:44.809 | + functions-common:_safe_permission_operation:2085 : sudo chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2021-06-02 10:50:44.820 | + inc/python:_setup_package_with_constraints_edit:470 : use_library_from_git /opt/stack/placement 2021-06-02 10:50:44.822 | + inc/python:use_library_from_git:328 : local name=/opt/stack/placement 2021-06-02 10:50:44.825 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:50:44.827 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:50:44.830 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,/opt/stack/placement, ]] 2021-06-02 10:50:44.832 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:50:44.835 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-06-02 10:50:44.837 | + ./stack.sh:main:960 : configure_placement 2021-06-02 10:50:44.840 | + lib/placement:configure_placement:106 : sudo install -d -o ubuntu /etc/placement 2021-06-02 10:50:44.851 | + lib/placement:configure_placement:107 : create_placement_conf 2021-06-02 10:50:44.855 | + lib/placement:create_placement_conf:96 : rm -f /etc/placement/placement.conf 2021-06-02 10:50:44.859 | ++ lib/placement:create_placement_conf:97 : database_connection_url placement 2021-06-02 10:50:44.862 | ++ lib/database:database_connection_url:132 : local db=placement 2021-06-02 10:50:44.864 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql placement 2021-06-02 10:50:44.867 | ++ lib/databases/mysql:database_connection_url_mysql:179 : local db=placement 2021-06-02 10:50:44.869 | ++ lib/databases/mysql:database_connection_url_mysql:180 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/placement?charset=utf8' 2021-06-02 10:50:44.872 | + 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-06-02 10:50:44.899 | + lib/placement:create_placement_conf:98 : iniset /etc/placement/placement.conf DEFAULT debug True 2021-06-02 10:50:44.927 | + lib/placement:create_placement_conf:99 : iniset /etc/placement/placement.conf api auth_strategy keystone 2021-06-02 10:50:44.953 | + lib/placement:create_placement_conf:100 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2021-06-02 10:50:44.956 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/placement/placement.conf 2021-06-02 10:50:44.958 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=placement 2021-06-02 10:50:44.961 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2021-06-02 10:50:44.964 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2021-06-02 10:50:44.993 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.222.0.22/identity 2021-06-02 10:50:45.018 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2021-06-02 10:50:45.044 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/placement/placement.conf keystone_authtoken password Passw0rd 2021-06-02 10:50:45.069 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2021-06-02 10:50:45.095 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2021-06-02 10:50:45.120 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2021-06-02 10:50:45.146 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2021-06-02 10:50:45.171 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2021-06-02 10:50:45.196 | + lib/placement:create_placement_conf:101 : setup_logging /etc/placement/placement.conf 2021-06-02 10:50:45.199 | + functions:setup_logging:639 : local conf_file=/etc/placement/placement.conf 2021-06-02 10:50:45.202 | + functions:setup_logging:640 : local other_cond=False 2021-06-02 10:50:45.205 | + functions:setup_logging:641 : [[ True == \T\r\u\e ]] 2021-06-02 10:50:45.207 | + functions:setup_logging:642 : setup_systemd_logging /etc/placement/placement.conf 2021-06-02 10:50:45.209 | + functions:setup_systemd_logging:670 : local conf_file=/etc/placement/placement.conf 2021-06-02 10:50:45.212 | + functions:setup_systemd_logging:671 : local conf_section=DEFAULT 2021-06-02 10:50:45.216 | ++ functions:setup_systemd_logging:676 : trueorfalse False USE_JOURNAL 2021-06-02 10:50:45.232 | + functions:setup_systemd_logging:676 : USE_JOURNAL=False 2021-06-02 10:50:45.234 | + functions:setup_systemd_logging:677 : local pidstr= 2021-06-02 10:50:45.237 | + functions:setup_systemd_logging:678 : [[ False == \T\r\u\e ]] 2021-06-02 10:50:45.239 | + functions:setup_systemd_logging:682 : pidstr='(pid=%(process)d) ' 2021-06-02 10:50:45.242 | + functions:setup_systemd_logging:684 : iniset /etc/placement/placement.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-06-02 10:50:45.267 | + functions:setup_systemd_logging:686 : 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-06-02 10:50:45.293 | + functions:setup_systemd_logging:687 : 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-06-02 10:50:45.318 | + functions:setup_systemd_logging:688 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-06-02 10:50:45.344 | + lib/placement:configure_placement:109 : [[ uwsgi == \u\w\s\g\i ]] 2021-06-02 10:50:45.346 | + lib/placement:configure_placement:110 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2021-06-02 10:50:45.349 | + lib/apache:write_uwsgi_config:266 : local file=/etc/placement/placement-uwsgi.ini 2021-06-02 10:50:45.351 | + lib/apache:write_uwsgi_config:267 : local wsgi=/usr/local/bin/placement-api 2021-06-02 10:50:45.354 | + lib/apache:write_uwsgi_config:268 : local url=/placement 2021-06-02 10:50:45.356 | + lib/apache:write_uwsgi_config:269 : local http= 2021-06-02 10:50:45.359 | + lib/apache:write_uwsgi_config:270 : local name= 2021-06-02 10:50:45.362 | ++ lib/apache:write_uwsgi_config:271 : basename /usr/local/bin/placement-api 2021-06-02 10:50:45.365 | + lib/apache:write_uwsgi_config:271 : name=placement-api 2021-06-02 10:50:45.367 | + lib/apache:write_uwsgi_config:275 : local socket_dir=/var/run/uwsgi 2021-06-02 10:50:45.370 | + lib/apache:write_uwsgi_config:279 : sudo mkdir -p /etc/tmpfiles.d/ 2021-06-02 10:50:45.381 | + lib/apache:write_uwsgi_config:280 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-06-02 10:50:45.381 | + lib/apache:write_uwsgi_config:280 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-06-02 10:50:45.389 | d /var/run/uwsgi 0755 ubuntu root 2021-06-02 10:50:45.392 | + lib/apache:write_uwsgi_config:281 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-06-02 10:50:45.406 | + lib/apache:write_uwsgi_config:283 : local socket=/var/run/uwsgi/placement-api.socket 2021-06-02 10:50:45.408 | + lib/apache:write_uwsgi_config:286 : rm -rf /etc/placement/placement-uwsgi.ini 2021-06-02 10:50:45.412 | + lib/apache:write_uwsgi_config:287 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2021-06-02 10:50:45.439 | + lib/apache:write_uwsgi_config:288 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2021-06-02 10:50:45.465 | + lib/apache:write_uwsgi_config:290 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2021-06-02 10:50:45.490 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2021-06-02 10:50:45.517 | + lib/apache:write_uwsgi_config:293 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2021-06-02 10:50:45.542 | + lib/apache:write_uwsgi_config:296 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 90 2021-06-02 10:50:45.568 | + lib/apache:write_uwsgi_config:297 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2021-06-02 10:50:45.595 | + lib/apache:write_uwsgi_config:298 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2021-06-02 10:50:45.622 | + lib/apache:write_uwsgi_config:300 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2021-06-02 10:50:45.648 | + lib/apache:write_uwsgi_config:302 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-06-02 10:50:45.673 | + lib/apache:write_uwsgi_config:304 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2021-06-02 10:50:45.700 | + lib/apache:write_uwsgi_config:306 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2021-06-02 10:50:45.725 | + lib/apache:write_uwsgi_config:308 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2021-06-02 10:50:45.750 | + lib/apache:write_uwsgi_config:311 : [[ -n '' ]] 2021-06-02 10:50:45.753 | + lib/apache:write_uwsgi_config:314 : local apache_conf= 2021-06-02 10:50:45.756 | ++ lib/apache:write_uwsgi_config:315 : apache_site_config_for placement-api 2021-06-02 10:50:45.758 | ++ lib/apache:apache_site_config_for:198 : local site=placement-api 2021-06-02 10:50:45.762 | ++ lib/apache:apache_site_config_for:199 : is_ubuntu 2021-06-02 10:50:45.764 | ++ functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:50:45.767 | ++ functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:50:45.769 | ++ lib/apache:apache_site_config_for:201 : echo /etc/apache2/sites-available/placement-api.conf 2021-06-02 10:50:45.772 | + lib/apache:write_uwsgi_config:315 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2021-06-02 10:50:45.774 | + lib/apache:write_uwsgi_config:316 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2021-06-02 10:50:45.800 | + lib/apache:write_uwsgi_config:317 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2021-06-02 10:50:45.827 | + lib/apache:write_uwsgi_config:318 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2021-06-02 10:50:45.827 | + lib/apache:write_uwsgi_config:318 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api/" retry=0 ' 2021-06-02 10:50:45.834 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api/" retry=0 2021-06-02 10:50:45.837 | + lib/apache:write_uwsgi_config:319 : enable_apache_site placement-api 2021-06-02 10:50:45.840 | + lib/apache:enable_apache_site:215 : local site=placement-api 2021-06-02 10:50:45.842 | + lib/apache:enable_apache_site:217 : enable_apache_mod version 2021-06-02 10:50:45.845 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-06-02 10:50:45.847 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-06-02 10:50:45.850 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:50:45.852 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:50:45.855 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-06-02 10:50:45.857 | + lib/apache:enable_apache_site:218 : is_ubuntu 2021-06-02 10:50:45.860 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:50:45.862 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:50:45.865 | + lib/apache:enable_apache_site:219 : sudo a2ensite placement-api 2021-06-02 10:50:45.922 | Enabling site placement-api. 2021-06-02 10:50:45.926 | To activate the new configuration, you need to run: 2021-06-02 10:50:45.926 | systemctl reload apache2 2021-06-02 10:50:45.931 | + lib/apache:write_uwsgi_config:320 : restart_apache_server 2021-06-02 10:50:45.934 | + lib/apache:restart_apache_server:262 : restart_service apache2 2021-06-02 10:50:45.936 | + functions-common:restart_service:2220 : '[' -x /bin/systemctl ']' 2021-06-02 10:50:45.939 | + functions-common:restart_service:2221 : sudo /bin/systemctl restart apache2 2021-06-02 10:50:46.103 | + ./stack.sh:main:967 : is_service_enabled placement placement-client 2021-06-02 10:50:46.126 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:50:46.129 | + ./stack.sh:main:968 : is_service_enabled n-cpu 2021-06-02 10:50:46.146 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:50:46.148 | + ./stack.sh:main:968 : is_service_enabled n-sch 2021-06-02 10:50:46.166 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:50:46.169 | + ./stack.sh:main:969 : configure_placement_nova_compute 2021-06-02 10:50:46.171 | + lib/nova:configure_placement_nova_compute:585 : local conf=/etc/nova/nova.conf 2021-06-02 10:50:46.174 | + lib/nova:configure_placement_nova_compute:586 : iniset /etc/nova/nova.conf placement auth_type password 2021-06-02 10:50:46.202 | + lib/nova:configure_placement_nova_compute:587 : iniset /etc/nova/nova.conf placement auth_url http://10.222.0.22/identity 2021-06-02 10:50:46.228 | + lib/nova:configure_placement_nova_compute:588 : iniset /etc/nova/nova.conf placement username placement 2021-06-02 10:50:46.254 | + lib/nova:configure_placement_nova_compute:589 : iniset /etc/nova/nova.conf placement password Passw0rd 2021-06-02 10:50:46.280 | + lib/nova:configure_placement_nova_compute:590 : iniset /etc/nova/nova.conf placement user_domain_name Default 2021-06-02 10:50:46.305 | + lib/nova:configure_placement_nova_compute:591 : iniset /etc/nova/nova.conf placement project_name service 2021-06-02 10:50:46.332 | + lib/nova:configure_placement_nova_compute:592 : iniset /etc/nova/nova.conf placement project_domain_name Default 2021-06-02 10:50:46.358 | + lib/nova:configure_placement_nova_compute:593 : iniset /etc/nova/nova.conf placement region_name RegionOne 2021-06-02 10:50:46.383 | + ./stack.sh:main:973 : is_service_enabled horizon 2021-06-02 10:50:46.400 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:50:46.403 | + ./stack.sh:main:978 : is_service_enabled tls-proxy 2021-06-02 10:50:46.420 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:50:46.422 | + ./stack.sh:main:989 : run_phase stack install 2021-06-02 10:50:46.425 | + functions-common:run_phase:1760 : local mode=stack 2021-06-02 10:50:46.427 | + functions-common:run_phase:1761 : local phase=install 2021-06-02 10:50:46.430 | + functions-common:run_phase:1762 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-06-02 10:50:46.433 | + functions-common:run_phase:1763 : local extra_plugin_file_name 2021-06-02 10:50:46.435 | + functions-common:run_phase:1764 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-06-02 10:50:46.438 | + functions-common:run_phase:1769 : local exceptions=80-tempest.sh 2021-06-02 10:50:46.441 | + functions-common:run_phase:1770 : local extra 2021-06-02 10:50:46.444 | ++ functions-common:run_phase:1771 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-06-02 10:50:46.447 | + functions-common:run_phase:1771 : extra=80-tempest.sh 2021-06-02 10:50:46.450 | + functions-common:run_phase:1772 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-06-02 10:50:46.452 | + functions-common:run_phase:1776 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-06-02 10:50:46.455 | + functions-common:run_phase:1776 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack install 2021-06-02 10:50:46.458 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-06-02 10:50:46.473 | ++ functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:50:46.475 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2021-06-02 10:50:46.478 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2021-06-02 10:50:46.480 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2021-06-02 10:50:46.483 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2021-06-02 10:50:46.485 | ++ ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-06-02 10:50:46.487 | ++ ./stack.sh:echo_summary:461 : echo -e Installing Tempest 2021-06-02 10:50:46.490 | ++ extras.d/80-tempest.sh:source:9 : install_tempest 2021-06-02 10:50:46.492 | ++ lib/tempest:install_tempest:741 : git_clone https://opendev.org/openstack/tempest.git /opt/stack/tempest master 2021-06-02 10:50:46.494 | ++ functions-common:git_clone:524 : local git_remote=https://opendev.org/openstack/tempest.git 2021-06-02 10:50:46.497 | ++ functions-common:git_clone:525 : local git_dest=/opt/stack/tempest 2021-06-02 10:50:46.499 | ++ functions-common:git_clone:526 : local git_ref=master 2021-06-02 10:50:46.501 | ++ functions-common:git_clone:527 : local orig_dir 2021-06-02 10:50:46.503 | +++ functions-common:git_clone:528 : pwd 2021-06-02 10:50:46.506 | ++ functions-common:git_clone:528 : orig_dir=/home/ubuntu/devstack 2021-06-02 10:50:46.508 | ++ functions-common:git_clone:529 : local git_clone_flags= 2021-06-02 10:50:46.511 | +++ functions-common:git_clone:531 : trueorfalse False RECLONE 2021-06-02 10:50:46.525 | ++ functions-common:git_clone:531 : RECLONE=False 2021-06-02 10:50:46.528 | ++ functions-common:git_clone:532 : [[ 0 -gt 0 ]] 2021-06-02 10:50:46.530 | ++ functions-common:git_clone:536 : [[ False = \T\r\u\e ]] 2021-06-02 10:50:46.533 | ++ functions-common:git_clone:545 : echo master 2021-06-02 10:50:46.533 | ++ functions-common:git_clone:545 : egrep -q '^refs' 2021-06-02 10:50:46.537 | ++ functions-common:git_clone:559 : [[ ! -d /opt/stack/tempest ]] 2021-06-02 10:50:46.539 | ++ functions-common:git_clone:567 : [[ False = \T\r\u\e ]] 2021-06-02 10:50:46.542 | ++ functions-common:git_clone:593 : cd /opt/stack/tempest 2021-06-02 10:50:46.545 | ++ functions-common:git_clone:594 : git show --oneline 2021-06-02 10:50:46.545 | ++ functions-common:git_clone:594 : head -1 2021-06-02 10:50:46.547 | 3e1276406 Update IRC network to OFTC 2021-06-02 10:50:46.549 | ++ functions-common:git_clone:595 : cd /home/ubuntu/devstack 2021-06-02 10:50:46.552 | ++ lib/tempest:install_tempest:742 : pip_install 'tox!=2.8.0' 2021-06-02 10:50:46.574 | Check python version for : tox!=2.8.0 2021-06-02 10:50:46.577 | Using 3.6 version to install tox!=2.8.0 based on default behavior 2021-06-02 10:50:46.966 | ++ inc/python:pip_install:283 : 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-06-02 10:50:47.837 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:47.840 | Ignoring Django: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:47.842 | Ignoring Django: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:47.847 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:47.856 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:47.859 | Ignoring GitPython: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:47.861 | Ignoring GitPython: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:47.866 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:47.872 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:47.896 | Ignoring Pygments: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:47.898 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:47.900 | Ignoring Pygments: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:47.905 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:47.912 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:47.914 | Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:47.918 | Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:47.922 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:47.924 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:47.926 | Ignoring Sphinx: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:47.929 | Ignoring Sphinx: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:47.933 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:48.038 | Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:48.040 | Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:48.045 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:48.054 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:48.056 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:48.059 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:48.106 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:48.111 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:48.137 | Ignoring diskimage-builder: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:48.139 | Ignoring diskimage-builder: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:48.142 | Ignoring diskimage-builder: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:48.146 | Ignoring diskimage-builder: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:48.164 | Ignoring dnspython: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:48.167 | Ignoring dnspython: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:48.171 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:48.174 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:48.176 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:48.178 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:48.183 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:48.200 | Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:48.231 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:48.233 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:48.237 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:48.261 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:48.264 | Ignoring gunicorn: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:48.266 | Ignoring gunicorn: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:48.270 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:48.273 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:48.287 | Ignoring ifaddr: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:48.290 | Ignoring ifaddr: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:48.294 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:48.305 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:48.307 | Ignoring influxdb: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:48.310 | Ignoring influxdb: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:48.314 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:48.318 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:48.327 | Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:48.330 | Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:48.334 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:48.341 | Ignoring joblib: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:48.344 | Ignoring joblib: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:48.348 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:48.363 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:48.366 | Ignoring keyring: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:48.368 | Ignoring keyring: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:48.373 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:48.414 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:48.416 | Ignoring more-itertools: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:48.419 | Ignoring more-itertools: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:48.423 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:48.436 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:48.438 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:48.442 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:48.445 | Ignoring mypy-extensions: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:48.447 | Ignoring mypy-extensions: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:48.452 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:48.455 | Ignoring ndg-httpsclient: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:48.464 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:48.467 | Ignoring networkx: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:48.469 | Ignoring networkx: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:48.475 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:48.493 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:48.495 | Ignoring numpy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:48.498 | Ignoring numpy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:48.503 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:48.601 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:48.686 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:48.689 | Ignoring pytest: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:48.691 | Ignoring pytest: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:48.696 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:48.802 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:48.848 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:48.850 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:48.852 | Ignoring scikit-learn: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:48.855 | Ignoring scikit-learn: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:48.861 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:48.863 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:48.865 | Ignoring scipy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:48.868 | Ignoring scipy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:48.873 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:48.892 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:48.911 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:48.913 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:48.918 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:48.922 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:48.925 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:48.930 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:48.935 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:48.937 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:48.942 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:48.946 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:48.948 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:48.953 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:48.960 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:48.963 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:48.968 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:48.972 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:48.975 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:48.979 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:48.984 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:49.018 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:49.052 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:49.058 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:49.061 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:49.065 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:49.068 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:49.077 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:49.081 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:49.084 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:49.088 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:49.093 | Ignoring typing-extensions: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:49.095 | Ignoring typing-extensions: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:49.099 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:49.106 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:49.130 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:49.155 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:50:49.158 | Ignoring zeroconf: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:50:49.160 | Ignoring zeroconf: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:50:49.164 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:50:49.321 | Collecting tox!=2.8.0 2021-06-02 10:50:49.470 | Downloading http://10.100.0.9:8080/root/pypi/+f/b0b/5818049a1c199/tox-3.23.1-py2.py3-none-any.whl (85kB) 2021-06-02 10:50:49.838 | Collecting toml>=0.9.4 (from tox!=2.8.0) 2021-06-02 10:50:49.864 | Downloading http://10.100.0.9:8080/root/pypi/+f/806/143ae5bfb6a3c/toml-0.10.2-py2.py3-none-any.whl 2021-06-02 10:50:50.022 | Requirement already satisfied: filelock>=3.0.0 in /usr/local/lib/python3.6/dist-packages (from tox!=2.8.0) 2021-06-02 10:50:50.173 | Collecting pluggy===0.12.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 419)) 2021-06-02 10:50:50.204 | Downloading http://10.100.0.9:8080/root/pypi/+f/b98/17417e95936bf/pluggy-0.12.0-py2.py3-none-any.whl 2021-06-02 10:50:50.365 | Requirement already satisfied: importlib-metadata===0.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 249)) 2021-06-02 10:50:50.528 | Collecting py===1.8.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 430)) 2021-06-02 10:50:50.576 | Downloading http://10.100.0.9:8080/root/pypi/+f/64f/65755aee5b381/py-1.8.0-py2.py3-none-any.whl (83kB) 2021-06-02 10:50:50.756 | Requirement already satisfied: virtualenv===16.7.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 683)) 2021-06-02 10:50:50.784 | Requirement already satisfied: six===1.12.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 575)) 2021-06-02 10:50:50.939 | Collecting packaging===19.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 406)) 2021-06-02 10:50:50.985 | Downloading http://10.100.0.9:8080/root/pypi/+f/a7a/c867b97fdc07e/packaging-19.1-py2.py3-none-any.whl 2021-06-02 10:50:51.147 | Requirement already satisfied: zipp===0.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 710)) 2021-06-02 10:50:51.160 | Requirement already satisfied: attrs===19.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 113)) 2021-06-02 10:50:51.200 | Requirement already satisfied: pyparsing===2.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 450)) 2021-06-02 10:50:51.203 | Requirement already satisfied: more-itertools===7.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) 2021-06-02 10:50:51.206 | Installing collected packages: packaging, pluggy, py, toml, tox 2021-06-02 10:50:52.102 | Successfully installed packaging-19.1 pluggy-0.12.0 py-1.8.0 toml-0.10.2 tox-3.23.1 2021-06-02 10:50:52.239 | You are using pip version 9.0.3, however version 21.1.2 is available. 2021-06-02 10:50:52.239 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-06-02 10:50:52.290 | ++ inc/python:pip_install:290 : result=0 2021-06-02 10:50:52.293 | ++ inc/python:pip_install:292 : time_stop pip_install 2021-06-02 10:50:52.295 | ++ functions-common:time_stop:2336 : local name 2021-06-02 10:50:52.298 | ++ functions-common:time_stop:2337 : local end_time 2021-06-02 10:50:52.300 | ++ functions-common:time_stop:2338 : local elapsed_time 2021-06-02 10:50:52.302 | ++ functions-common:time_stop:2339 : local total 2021-06-02 10:50:52.305 | ++ functions-common:time_stop:2340 : local start_time 2021-06-02 10:50:52.307 | ++ functions-common:time_stop:2342 : name=pip_install 2021-06-02 10:50:52.309 | ++ functions-common:time_stop:2343 : start_time=1622631046566 2021-06-02 10:50:52.311 | ++ functions-common:time_stop:2345 : [[ -z 1622631046566 ]] 2021-06-02 10:50:52.314 | +++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 10:50:52.318 | ++ functions-common:time_stop:2348 : end_time=1622631052315 2021-06-02 10:50:52.321 | ++ functions-common:time_stop:2349 : elapsed_time=5749 2021-06-02 10:50:52.323 | ++ functions-common:time_stop:2350 : total=218372 2021-06-02 10:50:52.325 | ++ functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 10:50:52.328 | ++ functions-common:time_stop:2353 : _TIME_TOTAL[$name]=224121 2021-06-02 10:50:52.330 | ++ inc/python:pip_install:293 : return 0 2021-06-02 10:50:52.333 | ++ lib/tempest:install_tempest:743 : pushd /opt/stack/tempest 2021-06-02 10:50:52.333 | /opt/stack/tempest ~/devstack 2021-06-02 10:50:52.335 | ++ lib/tempest:install_tempest:747 : git checkout master 2021-06-02 10:50:52.359 | M .coveragerc 2021-06-02 10:50:52.359 | M .gitignore 2021-06-02 10:50:52.359 | M .gitreview 2021-06-02 10:50:52.359 | M .mailmap 2021-06-02 10:50:52.359 | M .stestr.conf 2021-06-02 10:50:52.359 | M CONTRIBUTING.rst 2021-06-02 10:50:52.359 | M HACKING.rst 2021-06-02 10:50:52.359 | M LICENSE 2021-06-02 10:50:52.359 | M README.rst 2021-06-02 10:50:52.359 | M REVIEWING.rst 2021-06-02 10:50:52.359 | M bindep.txt 2021-06-02 10:50:52.359 | M doc/requirements.txt 2021-06-02 10:50:52.359 | M doc/source/_extra/.htaccess 2021-06-02 10:50:52.359 | M doc/source/_static/.keep 2021-06-02 10:50:52.359 | M doc/source/account_generator.rst 2021-06-02 10:50:52.359 | M doc/source/cleanup.rst 2021-06-02 10:50:52.359 | M doc/source/conf.py 2021-06-02 10:50:52.359 | M doc/source/configuration.rst 2021-06-02 10:50:52.359 | M doc/source/contributor/contributing.rst 2021-06-02 10:50:52.359 | M doc/source/data/tempest-non-active-plugins-registry.header 2021-06-02 10:50:52.359 | M doc/source/data/tempest-plugins-registry.header 2021-06-02 10:50:52.359 | M doc/source/index.rst 2021-06-02 10:50:52.359 | M doc/source/keystone_scopes_and_roles_support.rst 2021-06-02 10:50:52.359 | M doc/source/library.rst 2021-06-02 10:50:52.359 | M doc/source/library/api_microversion_testing.rst 2021-06-02 10:50:52.359 | M doc/source/library/auth.rst 2021-06-02 10:50:52.360 | M doc/source/library/cli.rst 2021-06-02 10:50:52.360 | M doc/source/library/clients.rst 2021-06-02 10:50:52.360 | M doc/source/library/credential_providers.rst 2021-06-02 10:50:52.360 | M doc/source/library/decorators.rst 2021-06-02 10:50:52.360 | M doc/source/library/rest_client.rst 2021-06-02 10:50:52.360 | M doc/source/library/service_clients/compute_clients.rst 2021-06-02 10:50:52.360 | M doc/source/library/utils.rst 2021-06-02 10:50:52.360 | M doc/source/library/validation_resources.rst 2021-06-02 10:50:52.360 | M doc/source/microversion_testing.rst 2021-06-02 10:50:52.360 | M doc/source/overview.rst 2021-06-02 10:50:52.360 | M doc/source/plugins/index.rst 2021-06-02 10:50:52.360 | M doc/source/plugins/plugin.rst 2021-06-02 10:50:52.360 | M doc/source/requirement_upper_constraint_for_tempest.rst 2021-06-02 10:50:52.360 | M doc/source/run.rst 2021-06-02 10:50:52.360 | M doc/source/sampleconf.rst 2021-06-02 10:50:52.360 | M doc/source/stable_branch_support_policy.rst 2021-06-02 10:50:52.360 | M doc/source/stable_branch_testing_policy.rst 2021-06-02 10:50:52.360 | M doc/source/subunit_describe_calls.rst 2021-06-02 10:50:52.360 | M doc/source/supported_version.rst 2021-06-02 10:50:52.360 | M doc/source/tempest_and_plugins_compatible_version_policy.rst 2021-06-02 10:50:52.360 | M doc/source/test_removal.rst 2021-06-02 10:50:52.360 | M doc/source/tests/modules.rst 2021-06-02 10:50:52.360 | M doc/source/workspace.rst 2021-06-02 10:50:52.360 | M doc/source/write_tests.rst 2021-06-02 10:50:52.360 | M etc/accounts.yaml.sample 2021-06-02 10:50:52.360 | M etc/allow-list.yaml 2021-06-02 10:50:52.360 | M etc/logging.conf.sample 2021-06-02 10:50:52.360 | M etc/rbac-persona-accounts.yaml.sample 2021-06-02 10:50:52.360 | M playbooks/devstack-tempest-ipv6.yaml 2021-06-02 10:50:52.360 | M playbooks/devstack-tempest.yaml 2021-06-02 10:50:52.360 | M playbooks/post-tempest.yaml 2021-06-02 10:50:52.360 | M releasenotes/notes/10/10.0-supported-openstack-releases-b88db468695348f6.yaml 2021-06-02 10:50:52.360 | M releasenotes/notes/10/10.0.0-Tempest-library-interface-0eb680b810139a50.yaml 2021-06-02 10:50:52.360 | M releasenotes/notes/10/10.0.0-start-using-reno-ed9518126fd0e1a3.yaml 2021-06-02 10:50:52.360 | M releasenotes/notes/11/11.0.0-api-microversion-testing-support-2ceddd2255670932.yaml 2021-06-02 10:50:52.360 | M releasenotes/notes/11/11.0.0-compute-microversion-support-e0b23f960f894b9b.yaml 2021-06-02 10:50:52.360 | M releasenotes/notes/11/11.0.0-supported-openstack-releases-1e5d7295d939d439.yaml 2021-06-02 10:50:52.360 | M releasenotes/notes/12/12.0.0-supported-openstack-releases-f10aac381d933dd1.yaml 2021-06-02 10:50:52.360 | M releasenotes/notes/12/12.1.0-add-network-versions-client-d90e8334e1443f5c.yaml 2021-06-02 10:50:52.360 | M releasenotes/notes/12/12.1.0-add-scope-to-auth-b5a82493ea89f41e.yaml 2021-06-02 10:50:52.360 | M releasenotes/notes/12/12.1.0-add-tempest-run-3d0aaf69c2ca4115.yaml 2021-06-02 10:50:52.360 | M releasenotes/notes/12/12.1.0-add-tempest-workspaces-228a2ba4690b5589.yaml 2021-06-02 10:50:52.360 | M releasenotes/notes/12/12.1.0-add_subunit_describe_calls-5498a37e6cd66c4b.yaml 2021-06-02 10:50:52.360 | M releasenotes/notes/12/12.1.0-bug-1486834-7ebca15836ae27a9.yaml 2021-06-02 10:50:52.360 | M releasenotes/notes/12/12.1.0-identity-clients-as-library-e663c6132fcac6c2.yaml 2021-06-02 10:50:52.360 | M releasenotes/notes/12/12.1.0-image-clients-as-library-86d17caa26ce3961.yaml 2021-06-02 10:50:52.360 | M releasenotes/notes/12/12.1.0-new-test-utils-module-adf34468c4d52719.yaml 2021-06-02 10:50:52.361 | M releasenotes/notes/12/12.1.0-remove-input-scenarios-functionality-01308e6d4307f580.yaml 2021-06-02 10:50:52.361 | M releasenotes/notes/12/12.1.0-remove-integrated-horizon-bb57551c1e5f5be3.yaml 2021-06-02 10:50:52.361 | M releasenotes/notes/12/12.1.0-remove-legacy-credential-providers-3d653ac3ba1ada2b.yaml 2021-06-02 10:50:52.361 | M releasenotes/notes/12/12.1.0-remove-trove-tests-666522e9113549f9.yaml 2021-06-02 10:50:52.361 | M releasenotes/notes/12/12.1.0-routers-client-as-library-25a363379da351f6.yaml 2021-06-02 10:50:52.361 | M releasenotes/notes/12/12.1.0-support-chunked-encoding-d71f53225f68edf3.yaml 2021-06-02 10:50:52.361 | M releasenotes/notes/12/12.1.0-tempest-init-global-config-dir-location-changes-12260255871d3a2b.yaml 2021-06-02 10:50:52.361 | M releasenotes/notes/12/12.2.0-add-httptimeout-in-restclient-ax78061900e3f3d7.yaml 2021-06-02 10:50:52.361 | M releasenotes/notes/12/12.2.0-add-new-identity-clients-3c3afd674a395bde.yaml 2021-06-02 10:50:52.361 | M releasenotes/notes/12/12.2.0-clients_module-16f3025f515bf9ec.yaml 2021-06-02 10:50:52.361 | M releasenotes/notes/12/12.2.0-nova_cert_default-90eb7c1e3cde624a.yaml 2021-06-02 10:50:52.361 | M releasenotes/notes/12/12.2.0-plugin-service-client-registration-00b19a2dd4935ba0.yaml 2021-06-02 10:50:52.361 | M releasenotes/notes/12/12.2.0-remove-javelin-276f62d04f7e4a1d.yaml 2021-06-02 10:50:52.361 | M releasenotes/notes/12/12.2.0-service_client_config-8a1d7b4de769c633.yaml 2021-06-02 10:50:52.361 | M releasenotes/notes/12/12.2.0-volume-clients-as-library-9a3444dd63c134b3.yaml 2021-06-02 10:50:52.361 | M releasenotes/notes/13/13.0.0-add-new-identity-clients-as-library-5f7ndha733nwdsn9.yaml 2021-06-02 10:50:52.361 | M releasenotes/notes/13/13.0.0-add-volume-clients-as-a-library-d05b6bc35e66c6ef.yaml 2021-06-02 10:50:52.361 | M releasenotes/notes/13/13.0.0-deprecate-get_ipv6_addr_by_EUI64-4673f07677289cf6.yaml 2021-06-02 10:50:52.361 | M releasenotes/notes/13/13.0.0-move-call-until-true-to-tempest-lib-c9ea70dd6fe9bd15.yaml 2021-06-02 10:50:52.361 | M releasenotes/notes/13/13.0.0-start-of-newton-support-3ebb274f300f28eb.yaml 2021-06-02 10:50:52.361 | M releasenotes/notes/13/13.0.0-tempest-cleanup-nostandalone-39df2aafb2545d35.yaml 2021-06-02 10:50:52.361 | M releasenotes/notes/13/13.0.0-volume-clients-as-library-660811011be29d1a.yaml 2021-06-02 10:50:52.361 | M releasenotes/notes/14/14.0.0-add-cred-provider-abstract-class-to-lib-70ff513221f8a871.yaml 2021-06-02 10:50:52.361 | M releasenotes/notes/14/14.0.0-add-cred_client-to-tempest.lib-4d4af33f969c576f.yaml 2021-06-02 10:50:52.361 | M releasenotes/notes/14/14.0.0-add-error-code-translation-to-versions-clients-acbc78292e24b014.yaml 2021-06-02 10:50:52.361 | M releasenotes/notes/14/14.0.0-add-image-clients-af94564fb34ddca6.yaml 2021-06-02 10:50:52.361 | M releasenotes/notes/14/14.0.0-add-role-assignments-client-as-a-library-d34b4fdf376984ad.yaml 2021-06-02 10:50:52.361 | M releasenotes/notes/14/14.0.0-add-service-provider-client-cbba77d424a30dd3.yaml 2021-06-02 10:50:52.361 | M releasenotes/notes/14/14.0.0-add-ssh-port-parameter-to-client-6d16c374ac4456c1.yaml 2021-06-02 10:50:52.361 | M releasenotes/notes/14/14.0.0-deprecate-nova-api-extensions-df16b02485dae203.yaml 2021-06-02 10:50:52.361 | M releasenotes/notes/14/14.0.0-move-cinder-v3-to-lib-service-be3ba0c20753b594.yaml 2021-06-02 10:50:52.361 | M releasenotes/notes/14/14.0.0-new-volume-limit-client-517c17d9090f4df4.yaml 2021-06-02 10:50:52.361 | M releasenotes/notes/14/14.0.0-remo-stress-tests-81052b211ad95d2e.yaml 2021-06-02 10:50:52.361 | M releasenotes/notes/14/14.0.0-remove-baremetal-tests-65186d9e15d5b8fb.yaml 2021-06-02 10:50:52.361 | M releasenotes/notes/14/14.0.0-remove-bootable-option-024f8944c056a3e0.yaml 2021-06-02 10:50:52.361 | M releasenotes/notes/14/14.0.0-remove-negative-test-generator-1653f4c0f86ccf75.yaml 2021-06-02 10:50:52.361 | M releasenotes/notes/14/14.0.0-remove-sahara-tests-1532c47c7df80e3a.yaml 2021-06-02 10:50:52.361 | M releasenotes/notes/14/14.0.0-volume-clients-as-library-309030c7a16e62ab.yaml 2021-06-02 10:50:52.361 | M releasenotes/notes/15/15.0.0-add-identity-v3-clients-as-a-library-d34b4fdf376984ad.yaml 2021-06-02 10:50:52.361 | M releasenotes/notes/15/15.0.0-add-image-clients-tests-49dbc0a0a4281a77.yaml 2021-06-02 10:50:52.361 | M releasenotes/notes/15/15.0.0-add-implied-roles-to-roles-client-library-edf96408ad9ba82e.yaml 2021-06-02 10:50:52.361 | M releasenotes/notes/15/15.0.0-add-snapshot-manage-client-as-library-a76ffdba9d8d01cb.yaml 2021-06-02 10:50:52.361 | M releasenotes/notes/15/15.0.0-deprecate-allow_port_security_disabled-option-2d3d87f6bd11d03a.yaml 2021-06-02 10:50:52.361 | M releasenotes/notes/15/15.0.0-deprecate-identity-feature-enabled.reseller-84800a8232fe217f.yaml 2021-06-02 10:50:52.362 | M releasenotes/notes/15/15.0.0-deprecate-volume_feature_enabled.volume_services-dbe024ea067d5ab2.yaml 2021-06-02 10:50:52.362 | M releasenotes/notes/15/15.0.0-jsonschema-validator-2377ba131e12d3c7.yaml 2021-06-02 10:50:52.362 | M releasenotes/notes/15/15.0.0-remove-deprecated-compute-microversion-config-options-eaee6a7d2f8390a8.yaml 2021-06-02 10:50:52.362 | M releasenotes/notes/15/15.0.0-remove-deprecated-compute-validation-config-options-e3d1b89ce074d71c.yaml 2021-06-02 10:50:52.362 | M releasenotes/notes/15/15.0.0-remove-deprecated-input-scenario-config-options-414e0c5442e967e9.yaml 2021-06-02 10:50:52.362 | M releasenotes/notes/15/15.0.0-remove-deprecated-network-config-options-f9ce276231578fe6.yaml 2021-06-02 10:50:52.362 | M releasenotes/notes/16/16.0.0-add-OAUTH-Consumer-Client-tempest-tests-db1df7aae4a9fd4e.yaml 2021-06-02 10:50:52.362 | M releasenotes/notes/16/16.0.0-add-additional-methods-to-roles-client-library-178d4a6000dec72d.yaml 2021-06-02 10:50:52.362 | M releasenotes/notes/16/16.0.0-add-cascade-parameter-to-volumes-client-ff4f7f12795003a4.yaml 2021-06-02 10:50:52.362 | M releasenotes/notes/16/16.0.0-add-compute-server-evaculate-client-as-a-library-ed76baf25f02c3ca.yaml 2021-06-02 10:50:52.362 | M releasenotes/notes/16/16.0.0-add-content-type-without-spaces-b2c9b91b257814f3.yaml 2021-06-02 10:50:52.362 | M releasenotes/notes/16/16.0.0-add-list-auth-project-client-5905076d914a3943.yaml 2021-06-02 10:50:52.362 | M releasenotes/notes/16/16.0.0-add-list-glance-api-versions-ec5fc8081fc8a0ae.yaml 2021-06-02 10:50:52.362 | M releasenotes/notes/16/16.0.0-add-list-security-groups-by-servers-to-servers-client-library-088df48f6d81f4be.yaml 2021-06-02 10:50:52.362 | M releasenotes/notes/16/16.0.0-add-list-version-to-identity-client-944cb7396088a575.yaml 2021-06-02 10:50:52.362 | M releasenotes/notes/16/16.0.0-add-list-version-to-volume-client-4769dd1bd4ab9c5e.yaml 2021-06-02 10:50:52.362 | M releasenotes/notes/16/16.0.0-add-quota-sets-detail-kwarg-74b72183295b3ce7.yaml 2021-06-02 10:50:52.362 | M releasenotes/notes/16/16.0.0-add-tempest-lib-remote-client-adbeb3f42a36910b.yaml 2021-06-02 10:50:52.362 | M releasenotes/notes/16/16.0.0-add-tempest-run-combine-option-e94c1049ba8985d5.yaml 2021-06-02 10:50:52.362 | M releasenotes/notes/16/16.0.0-add-update-encryption-type-to-encryption-types-client-f3093532a0bcf9a1.yaml 2021-06-02 10:50:52.362 | M releasenotes/notes/16/16.0.0-add-volume-manage-client-as-library-78ab198a1dc1bd41.yaml 2021-06-02 10:50:52.362 | M releasenotes/notes/16/16.0.0-create-server-tags-client-8c0042a77e859af6.yaml 2021-06-02 10:50:52.362 | M releasenotes/notes/16/16.0.0-deprecate-deactivate_image-config-7a282c471937bbcb.yaml 2021-06-02 10:50:52.362 | M releasenotes/notes/16/16.0.0-deprecate-dvr_extra_resources-config-8c319d6dab7f7e5c.yaml 2021-06-02 10:50:52.362 | M releasenotes/notes/16/16.0.0-deprecate-glance-api-version-config-options-8370b63aea8e14cf.yaml 2021-06-02 10:50:52.362 | M releasenotes/notes/16/16.0.0-deprecate-resources-prefix-option-ad490c0a30a0266b.yaml 2021-06-02 10:50:52.362 | M releasenotes/notes/16/16.0.0-deprecate-skip_unless_attr-decorator-450a1ed727494724.yaml 2021-06-02 10:50:52.362 | M releasenotes/notes/16/16.0.0-deprecate-skip_unless_config-decorator-64c32d588043ab12.yaml 2021-06-02 10:50:52.362 | M releasenotes/notes/16/16.0.0-deprecated-cinder-api-v1-option-df7d5a54d93db5cf.yaml 2021-06-02 10:50:52.362 | M releasenotes/notes/16/16.0.0-dreprecate_client_parameters-cb8d069e62957f7e.yaml 2021-06-02 10:50:52.362 | M releasenotes/notes/16/16.0.0-fix-volume-v2-service-clients-bugfix-1667354-73d2c3c8fedc08bf.yaml 2021-06-02 10:50:52.362 | M releasenotes/notes/16/16.0.0-mitaka-eol-88ff8355fff81b55.yaml 2021-06-02 10:50:52.362 | M releasenotes/notes/16/16.0.0-remove-call_until_true-of-test-de9c13bc8f969921.yaml 2021-06-02 10:50:52.362 | M releasenotes/notes/16/16.0.0-remove-cinder-v1-api-tests-71e266b8d55d475f.yaml 2021-06-02 10:50:52.362 | M releasenotes/notes/16/16.0.0-remove-deprecated-allow_port_security_disabled-option-d0ffaeb2e7817707.yaml 2021-06-02 10:50:52.362 | M releasenotes/notes/16/16.0.0-remove-deprecated-compute-validation-config-options-part-2-5cd17b6e0e6cb8a3.yaml 2021-06-02 10:50:52.362 | M releasenotes/notes/16/16.0.0-remove-deprecated-dvr_extra_resources-option-e8c441c38eab7ddd.yaml 2021-06-02 10:50:52.362 | M releasenotes/notes/16/16.0.0-remove-deprecated-identity-reseller-option-4411c7e3951f1094.yaml 2021-06-02 10:50:52.362 | M releasenotes/notes/16/16.0.0-remove-sahara-service-available-44a642aa9c634ab4.yaml 2021-06-02 10:50:52.362 | M releasenotes/notes/16/16.0.0-remove-volume_feature_enabled.volume_services-c6aa142cc1021297.yaml 2021-06-02 10:50:52.362 | M releasenotes/notes/16/16.0.0-use-keystone-v3-api-935860d30ddbb8e9.yaml 2021-06-02 10:50:52.362 | M releasenotes/notes/16/16.0.0-volume-transfers-client-e5ed3f5464c0cdc0.yaml 2021-06-02 10:50:52.362 | M releasenotes/notes/25/subunt-describe-call-verbose-arg-fix.yaml 2021-06-02 10:50:52.363 | M releasenotes/notes/Add-keystone-v3-OS_FEDERATION-APIs-as-tempest-clients-fe9e10a0fe5f09d4.yaml 2021-06-02 10:50:52.363 | M releasenotes/notes/Extend-cleanup-CLI-to-delete-regions-9f1dbda2c8de12e2.yaml 2021-06-02 10:50:52.363 | M releasenotes/notes/Fix-KeyError-bug-in-v3-volumes_client-ff5d9b894f2257c8.yaml 2021-06-02 10:50:52.363 | M releasenotes/notes/Inclusive-jargon-17621346744f0cf4.yaml 2021-06-02 10:50:52.363 | M releasenotes/notes/Placement-client-for-placement-based-minimum-bw-allocation-27ed0938118752b6.yaml 2021-06-02 10:50:52.363 | M releasenotes/notes/QoS-client-for-placement-based-minimum-bw-allocation-8e5854d5754cec68.yaml 2021-06-02 10:50:52.363 | M releasenotes/notes/Remove-deprecated-image-scenario-options-b573c60e873ab451.yaml 2021-06-02 10:50:52.363 | M releasenotes/notes/Remove-deprecated-scenario.img_dir-option-da626e6153181e16.yaml 2021-06-02 10:50:52.363 | M releasenotes/notes/Remove-manager-2e0b0af48f01294a.yaml 2021-06-02 10:50:52.363 | M releasenotes/notes/Remove-test_reboot_server_soft-48fa786f38cd94dc.yaml 2021-06-02 10:50:52.363 | M releasenotes/notes/Set-default-of-operator_role-to-member-f9c3abd2ebde23b7.yaml 2021-06-02 10:50:52.363 | M releasenotes/notes/Stabilize-scenario-manager-adf36d21b08e31a4.yaml 2021-06-02 10:50:52.363 | M releasenotes/notes/account-generator-accepts-positive-numbers-only-33a366a297494ef7.yaml 2021-06-02 10:50:52.363 | M releasenotes/notes/account_generator-6eb03f664a448c35.yaml 2021-06-02 10:50:52.363 | M releasenotes/notes/add-OAUTH-Token-Client-tempest-tests-6351eda451b95a86.yaml 2021-06-02 10:50:52.363 | M releasenotes/notes/add-additional-methods-to-policy-client-library-b8279c18335588c9.yaml 2021-06-02 10:50:52.363 | M releasenotes/notes/add-alt-project-dynamic-creds-1a3bc543e65d9433.yaml 2021-06-02 10:50:52.363 | M releasenotes/notes/add-assisted-volume-snapshot-client-737f5cb35d58c1b6.yaml 2021-06-02 10:50:52.363 | M releasenotes/notes/add-can-migrate-between-any-hosts-config-option-x8ah4f9737a28e9b.yaml 2021-06-02 10:50:52.363 | M releasenotes/notes/add-compute-feature-ide-bus-b63802502c378083.yaml 2021-06-02 10:50:52.363 | M releasenotes/notes/add-compute-feature-serial-console-45583c4341e34fc9.yaml 2021-06-02 10:50:52.363 | M releasenotes/notes/add-compute-feature-shelve-migrate-fdbd3633abe65c4e.yaml 2021-06-02 10:50:52.363 | M releasenotes/notes/add-consistency-group-exceptions-01cbb792cd710231.yaml 2021-06-02 10:50:52.363 | M releasenotes/notes/add-create-group-from-src-tempest-tests-9eb8b0b4b5c52055.yaml 2021-06-02 10:50:52.363 | M releasenotes/notes/add-domain-configuration-client-tempest-tests-e383efabdbb9ad03.yaml 2021-06-02 10:50:52.363 | M releasenotes/notes/add-domain-param-in-cliclient-a270fcf35c8f09e6.yaml 2021-06-02 10:50:52.363 | M releasenotes/notes/add-extra-apis-to-volume-v3-services-client-bf9b235cf5a611fe.yaml 2021-06-02 10:50:52.363 | M releasenotes/notes/add-floating-ip-config-option-e5774bf77702ce9f.yaml 2021-06-02 10:50:52.363 | M releasenotes/notes/add-force-detach-volume-to-volumes-client-library-b2071f2954f8e8b1.yaml 2021-06-02 10:50:52.363 | M releasenotes/notes/add-group-type-specs-apis-to-v3-group-types-client-10390b52dedede54.yaml 2021-06-02 10:50:52.363 | M releasenotes/notes/add-identity-roles-system-methods-519dc144231993a3.yaml 2021-06-02 10:50:52.363 | M releasenotes/notes/add-identity-v3-clients-for-os-ep-filter-api-endpoint-groups-3518a90bbb731d0f.yaml 2021-06-02 10:50:52.363 | M releasenotes/notes/add-identity-v3-clients-for-os-ep-filter-api-extensions-9cfd217fd2c6a61f.yaml 2021-06-02 10:50:52.363 | M releasenotes/notes/add-image-alt-ssh-user-config-option-1b775af2f468aa5b.yaml 2021-06-02 10:50:52.363 | M releasenotes/notes/add-immutable-user-source-support-dd17772a997075e0.yaml 2021-06-02 10:50:52.363 | M releasenotes/notes/add-ip-version-check-in-addresses-x491ac6d9abaxa12.yaml 2021-06-02 10:50:52.363 | M releasenotes/notes/add-is-resource-deleted-sg-client-f4a7a7a54ff024d7.yaml 2021-06-02 10:50:52.363 | M releasenotes/notes/add-keystone-ep-clients-eeefd0904fbbe151.yaml 2021-06-02 10:50:52.363 | M releasenotes/notes/add-keystone-v3-ec2-tests-d959b7d36f0bd7fc.yaml 2021-06-02 10:50:52.363 | M releasenotes/notes/add-kwargs-to-delete-vol-of-vol-client-1ecde75beb62933c.yaml 2021-06-02 10:50:52.363 | M releasenotes/notes/add-list-volume-transfers-with-detail-to-transfers-client-80169bf78cf4fa66.yaml 2021-06-02 10:50:52.363 | M releasenotes/notes/add-load-list-cmd-35a4a2e6ea0a36fd.yaml 2021-06-02 10:50:52.363 | M releasenotes/notes/add-manage-snapshot-ref-config-option-67efd04897335b67.yaml 2021-06-02 10:50:52.363 | M releasenotes/notes/add-migrate-volume-and-list-hosts-to-v3-volume-client-library-ad3529260db58f00.yaml 2021-06-02 10:50:52.363 | M releasenotes/notes/add-params-to-identity-v3-list-endpoints-958a155be4e17e5b.yaml 2021-06-02 10:50:52.363 | M releasenotes/notes/add-params-to-v2-list-backups-api-c088d2b4bfe90247.yaml 2021-06-02 10:50:52.364 | M releasenotes/notes/add-placement-usage-client-method-8b6015cbd8a5e0f6.yaml 2021-06-02 10:50:52.364 | M releasenotes/notes/add-port-profile-config-option-2610b2fa67027960.yaml 2021-06-02 10:50:52.364 | M releasenotes/notes/add-profiler-config-options-db7c4ae6d338ee5c.yaml 2021-06-02 10:50:52.364 | M releasenotes/notes/add-redirect-param-bea1f6fbce629c70.yaml 2021-06-02 10:50:52.364 | M releasenotes/notes/add-reset-group-snapshot-status-api-to-v3-group-snapshots-client-248d41827daf2a0c.yaml 2021-06-02 10:50:52.364 | M releasenotes/notes/add-reset-group-status-api-to-v3-groups-client-9aa048617c66756a.yaml 2021-06-02 10:50:52.364 | M releasenotes/notes/add-return-value-to-retype-volume-a401aa619aaa2457.yaml 2021-06-02 10:50:52.364 | M releasenotes/notes/add-save-state-option-5ea67858cbaca969.yaml 2021-06-02 10:50:52.364 | M releasenotes/notes/add-server-diagnostics-validation-schema-b5a3c55b45aa718a.yaml 2021-06-02 10:50:52.364 | M releasenotes/notes/add-show-api-v3-details-api-to-v3-versions-client-4b408427379cabfe.yaml 2021-06-02 10:50:52.364 | M releasenotes/notes/add-show-default-group-type-detail-api-to-v3-group-types-client-65f717878cf52da0.yaml 2021-06-02 10:50:52.364 | M releasenotes/notes/add-show-default-quotas-api-to-network-quotas-client-3a7c1159af9e56ff.yaml 2021-06-02 10:50:52.364 | M releasenotes/notes/add-show-default-volume-types-api-to-v3-types-client-44b2676f217d78dc.yaml 2021-06-02 10:50:52.364 | M releasenotes/notes/add-show-encryption-specs-item-api-to-v2-encryption-types-client-290b421cd4bc0c0e.yaml 2021-06-02 10:50:52.364 | M releasenotes/notes/add-show-host-to-hosts-client-library-c60c4eb49d139480.yaml 2021-06-02 10:50:52.364 | M releasenotes/notes/add-show-quota-details-api-to-network-quotas-client-3fffd302cc5d335f.yaml 2021-06-02 10:50:52.364 | M releasenotes/notes/add-show-snapshot-metadata-item-api-to-v2-snapshots-client-bd3cbab3c7f0e0b3.yaml 2021-06-02 10:50:52.364 | M releasenotes/notes/add-show-volume-image-metadata-api-to-v2-volumes-client-ee3c027f35276561.yaml 2021-06-02 10:50:52.364 | M releasenotes/notes/add-show-volume-metadata-item-api-to-v2-volumes-client-47d59ecd999ca9df.yaml 2021-06-02 10:50:52.364 | M releasenotes/notes/add-show-volume-summary-api-to-v3-volumes-client-96e7b01abdb5c9c3.yaml 2021-06-02 10:50:52.364 | M releasenotes/notes/add-storyboard-in-skip-because-decorator-3e139aa8a4f7970f.yaml 2021-06-02 10:50:52.364 | M releasenotes/notes/add-subnet-id-config-option-fac3d6f12abfc171.yaml 2021-06-02 10:50:52.364 | M releasenotes/notes/add-support-args-kwargs-in-call-until-true-a91k592h5a64exf7.yaml 2021-06-02 10:50:52.364 | M releasenotes/notes/add-unstable_test-decorator-a73cf97d4ffcc796.yaml 2021-06-02 10:50:52.364 | M releasenotes/notes/add-update-api-to-group-types-client-09c06ccdf80d5003.yaml 2021-06-02 10:50:52.364 | M releasenotes/notes/add-update-backup-api-to-v3-backups-client-e8465b2b66617dc0.yaml 2021-06-02 10:50:52.364 | M releasenotes/notes/add-update-flavor--api-to-flavors-client-a859542fe54aab7c.yaml 2021-06-02 10:50:52.364 | M releasenotes/notes/add-update-group-tempest-tests-72f8ec19b2809849.yaml 2021-06-02 10:50:52.364 | M releasenotes/notes/add-validation-resources-to-lib-dc2600c4324ca4d7.yaml 2021-06-02 10:50:52.364 | M releasenotes/notes/add-volume-group-snapshots-tempest-tests-840df3da26590f5e.yaml 2021-06-02 10:50:52.364 | M releasenotes/notes/add-volume-group-types-tempest-tests-1298ab8cb4fe8b7b.yaml 2021-06-02 10:50:52.364 | M releasenotes/notes/add-volume-groups-tempest-tests-dd7b2abfe2b48427.yaml 2021-06-02 10:50:52.364 | M releasenotes/notes/add-volume-quota-class-client-as-library-c4c2b22c36ff807e.yaml 2021-06-02 10:50:52.364 | M releasenotes/notes/add-worker-file-option-d949121a61156968.yaml 2021-06-02 10:50:52.364 | M releasenotes/notes/add_proxy_url_get_credentials-aef66b085450513f.yaml 2021-06-02 10:50:52.364 | M releasenotes/notes/agents-client-delete-method-de1a7fb3f845999c.yaml 2021-06-02 10:50:52.364 | M releasenotes/notes/api_v2_admin_flag-dea5ca9bc2ce63bc.yaml 2021-06-02 10:50:52.364 | M releasenotes/notes/associate-disassociate-floating_ip-0b6cfebeef1304b0.yaml 2021-06-02 10:50:52.364 | M releasenotes/notes/bp-application-credentials-df69b1f617db1bb9.yaml 2021-06-02 10:50:52.364 | M releasenotes/notes/bug-1647999-7aeda50a8d082d4c.yaml 2021-06-02 10:50:52.364 | M releasenotes/notes/bug-1791007-328a8b9a43bfb157.yaml 2021-06-02 10:50:52.364 | M releasenotes/notes/bug-1799883-6ea95fc64f70c9ef.yaml 2021-06-02 10:50:52.364 | M releasenotes/notes/bug-1808473-54ada26ab78e7b02.yaml 2021-06-02 10:50:52.364 | M releasenotes/notes/change-default-region-for-placement-to-empty-string-394f1132c28345bb.yaml 2021-06-02 10:50:52.364 | M releasenotes/notes/cinder-use-os-endpoint-type-c11f63fd468ceb4c.yaml 2021-06-02 10:50:52.365 | M releasenotes/notes/cli-tests-v3fixes-fb38189cefd64213.yaml 2021-06-02 10:50:52.365 | M releasenotes/notes/compare-header-version-func-de5139b2161b3627.yaml 2021-06-02 10:50:52.365 | M releasenotes/notes/conditional-attr-a8564ec5a70ec840.yaml 2021-06-02 10:50:52.365 | M releasenotes/notes/config-image-api-v1-default-to-false-39d5f2xafc534ab1.yaml 2021-06-02 10:50:52.365 | M releasenotes/notes/config-volume-multiattach-ea8138dfa4fd308c.yaml 2021-06-02 10:50:52.365 | M releasenotes/notes/config_image_certificate_compute_feature-c56efb520d54aff5.yaml 2021-06-02 10:50:52.365 | M releasenotes/notes/correct-port-profile-config-option-d67f5cb31f1bc34c.yaml 2021-06-02 10:50:52.365 | M releasenotes/notes/create-mount-config-drive-to-lib-1a6e912b8afbcc7e.yaml 2021-06-02 10:50:52.365 | M releasenotes/notes/create_loginable_secgroup_rule-73722fd4b4eb12d0.yaml 2021-06-02 10:50:52.365 | M releasenotes/notes/create_security_group_rule-16d58a8f0f0ff262.yaml 2021-06-02 10:50:52.365 | M releasenotes/notes/credentials-factory-stable-c8037bd9ae642482.yaml 2021-06-02 10:50:52.365 | M releasenotes/notes/deprecate-compute-feature-enabled-block-migrate-cinder-iscsi-fcda802d774dfeec.yaml 2021-06-02 10:50:52.365 | M releasenotes/notes/deprecate-compute-images-client-in-volume-tests-92b6dd55fcaba620.yaml 2021-06-02 10:50:52.365 | M releasenotes/notes/deprecate-config-forbid_global_implied_dsr-e64cfa66e6e3ded5.yaml 2021-06-02 10:50:52.365 | M releasenotes/notes/deprecate-default-value-for-v3_endpoint_type-fb9e47c5ba1c719d.yaml 2021-06-02 10:50:52.365 | M releasenotes/notes/deprecate-dns_servers-option-0xf2f297ee47a5ff.yaml 2021-06-02 10:50:52.365 | M releasenotes/notes/deprecate-image-v1-service-clients-d12ed42210bb76b5.yaml 2021-06-02 10:50:52.365 | M releasenotes/notes/deprecate-scheduler-available-filters-cbca2017ba3cf2aa.yaml 2021-06-02 10:50:52.365 | M releasenotes/notes/deprecate-spice-rdp-console-config-f2af173552axfb72.yaml 2021-06-02 10:50:52.365 | M releasenotes/notes/deprecate-vnc-server-header-529f07d592aefb62.yaml 2021-06-02 10:50:52.365 | M releasenotes/notes/deprecate-volume-api-selection-config-options-b95c5c0ccbf38916.yaml 2021-06-02 10:50:52.365 | M releasenotes/notes/deprecate-volume-v2-service-clients-ff8a2a7be1797eb5.yaml 2021-06-02 10:50:52.365 | M releasenotes/notes/disable-identity-v2-testing-4ef1565d1a5aedcf.yaml 2021-06-02 10:50:52.365 | M releasenotes/notes/drop-DEFAULT_PARAMS-bfcc2e7b74ef880b.yaml 2021-06-02 10:50:52.365 | M releasenotes/notes/drop-py-2-7-730baf411876d5d8.yaml 2021-06-02 10:50:52.365 | M releasenotes/notes/drop-py-3-5-support-76ca78f1a650fcad.yaml 2021-06-02 10:50:52.365 | M releasenotes/notes/enable-volume-multiattach-fd5e9bf0e96b56ce.yaml 2021-06-02 10:50:52.365 | M releasenotes/notes/end-of-support-for-stein-f795b968d83497a9.yaml 2021-06-02 10:50:52.365 | M releasenotes/notes/extra-compute-services-tests-92b6c0618972e02f.yaml 2021-06-02 10:50:52.365 | M releasenotes/notes/fix-1847749-2670b1d4f6097a1a.yaml 2021-06-02 10:50:52.365 | M releasenotes/notes/fix-credential-logging-98089c897d801355.yaml 2021-06-02 10:50:52.365 | M releasenotes/notes/fix-list-group-snapshots-api-969d9321002c566c.yaml 2021-06-02 10:50:52.365 | M releasenotes/notes/fix-remoteclient-default-ssh-shell-prologue-33e99343d086f601.yaml 2021-06-02 10:50:52.365 | M releasenotes/notes/fix-show-image-file-expected-code-92d97342d0f6d60e.yaml 2021-06-02 10:50:52.365 | M releasenotes/notes/http_proxy_config-cb39b55520e84db5.yaml 2021-06-02 10:50:52.365 | M releasenotes/notes/identity-tests-domain-drivers-76235f6672221e45.yaml 2021-06-02 10:50:52.365 | M releasenotes/notes/identity-token-client-8aaef74b1d61090a.yaml 2021-06-02 10:50:52.365 | M releasenotes/notes/identity-v3-project-tags-client-36683c6a8644e54b.yaml 2021-06-02 10:50:52.365 | M releasenotes/notes/identity_client-635275d43abbb807.yaml 2021-06-02 10:50:52.365 | M releasenotes/notes/image-client-add-versions-and-tasks-ac289dbfe1c899cc.yaml 2021-06-02 10:50:52.365 | M releasenotes/notes/image_import_testing_support-22ba4bcb9f2fb848.yaml 2021-06-02 10:50:52.365 | M releasenotes/notes/intermediate-pike-release-2ce492432ff8f012.yaml 2021-06-02 10:50:52.365 | M releasenotes/notes/intermediate-queens-release-2f9f305775fca454.yaml 2021-06-02 10:50:52.365 | M releasenotes/notes/intermediate-train-release-0146c624cff9a57f.yaml 2021-06-02 10:50:52.365 | M releasenotes/notes/intermediate-ussuri-release-8aebeca312a6718c.yaml 2021-06-02 10:50:52.365 | M releasenotes/notes/intermediate-wallaby-release-55a0b31b1dee7b23.yaml 2021-06-02 10:50:52.366 | M releasenotes/notes/introduce-attachments-client-add-show-attachment-api-c3111f7e560a87b3.yaml 2021-06-02 10:50:52.366 | M releasenotes/notes/lib_api_microversion_fixture-f52308fc6b6b89f2.yaml 2021-06-02 10:50:52.366 | M releasenotes/notes/list-auth-domains-v3-endpoint-9ec60c7d3011c397.yaml 2021-06-02 10:50:52.366 | M releasenotes/notes/log_console_output-dae6b8740b5a5821.yaml 2021-06-02 10:50:52.366 | M releasenotes/notes/make-create-user-domain-aware-for-v3-creds-client-5054f58e715adc0c.yaml 2021-06-02 10:50:52.366 | M releasenotes/notes/make-object-storage-client-as-stable-interface-d1b07c7e8f17bef6.yaml 2021-06-02 10:50:52.366 | M releasenotes/notes/merge-tempest-horizon-plugin-39d555339ab8c7ce.yaml 2021-06-02 10:50:52.366 | M releasenotes/notes/migrate-dynamic-creds-ecebb47528080761.yaml 2021-06-02 10:50:52.366 | M releasenotes/notes/migrate-object-storage-as-stable-interface-42014c7b43ecb254.yaml 2021-06-02 10:50:52.366 | M releasenotes/notes/migrate-preprov-creds-ef61a046ee1ec604.yaml 2021-06-02 10:50:52.366 | M releasenotes/notes/move-attr-decorator-to-lib-a1e80c42ba9c5392.yaml 2021-06-02 10:50:52.366 | M releasenotes/notes/move-related_bug-decorator-to-lib-dbfd5c543bbb2805.yaml 2021-06-02 10:50:52.366 | M releasenotes/notes/move-volume-v3-base_client-to-volume-1edbz0f207c3b283.yaml 2021-06-02 10:50:52.366 | M releasenotes/notes/network-show-version-18e1707a4df0a3d3.yaml 2021-06-02 10:50:52.366 | M releasenotes/notes/network-swap-to-project_id-a1d7fdf6c5e1cf44.yaml 2021-06-02 10:50:52.366 | M releasenotes/notes/network-tag-client-f4614029af7927f0.yaml 2021-06-02 10:50:52.366 | M releasenotes/notes/network_feature_enabled_available_features-35f9ac5f253e2ca3.yaml 2021-06-02 10:50:52.366 | M releasenotes/notes/new-placement-client-methods-e35c473e29494928.yaml 2021-06-02 10:50:52.366 | M releasenotes/notes/omit_X-Subject-Token_from_log-1bf5fef88c80334b.yaml 2021-06-02 10:50:52.366 | M releasenotes/notes/os_tenant_name-3ee175763bff455b.yaml 2021-06-02 10:50:52.366 | M releasenotes/notes/pause_teardown-45c9d60ffa889f7f.yaml 2021-06-02 10:50:52.366 | M releasenotes/notes/plugin-client-registration-enhancements-e09131742391225b.yaml 2021-06-02 10:50:52.366 | M releasenotes/notes/prevent-error-in-parse-resp-when-nullable-list-9898cd0f22180986.yaml 2021-06-02 10:50:52.366 | M releasenotes/notes/raise-exception-when-error-deleting-on-volume-18d0d0c5886212dd.yaml 2021-06-02 10:50:52.366 | M releasenotes/notes/random-bytes-size-limit-ee94a8c6534fe916.yaml 2021-06-02 10:50:52.366 | M releasenotes/notes/removal-deprecated-config-options-3db535b979fe3509.yaml 2021-06-02 10:50:52.366 | M releasenotes/notes/removal-deprecated-volume-config-options-21c4412f3c600923.yaml 2021-06-02 10:50:52.366 | M releasenotes/notes/remove-allow_tenant_isolation-option-03f0d998eb498d44.yaml 2021-06-02 10:50:52.366 | M releasenotes/notes/remove-deprecated-apis-from-v2-volumes-client-3ca4a5db5fea518f.yaml 2021-06-02 10:50:52.366 | M releasenotes/notes/remove-deprecated-find-test-caller-f4525cd043bfd1b6.yaml 2021-06-02 10:50:52.366 | M releasenotes/notes/remove-deprecated-old-token-clients-e4c2e654132f1130.yaml 2021-06-02 10:50:52.366 | M releasenotes/notes/remove-deprecated-skip-decorators-f8b42d812d20b537.yaml 2021-06-02 10:50:52.366 | M releasenotes/notes/remove-deprecated-skip_unless_attr-decorator-02bde59a00328f5c.yaml 2021-06-02 10:50:52.366 | M releasenotes/notes/remove-deprecated-volume-apis-from-v2-volumes-client-cf35e5b4cca89860.yaml 2021-06-02 10:50:52.366 | M releasenotes/notes/remove-deprecated-volume-config-options-4b7ea93b88e5b982.yaml 2021-06-02 10:50:52.366 | M releasenotes/notes/remove-get-ipv6-addr-by-EUI64-c79972d799c7a430.yaml 2021-06-02 10:50:52.366 | M releasenotes/notes/remove-heat-tests-9efb42cac3e0b306.yaml 2021-06-02 10:50:52.366 | M releasenotes/notes/remove-old-data-utils-e0966f882f7fe23a.yaml 2021-06-02 10:50:52.366 | M releasenotes/notes/remove-some-deprecated-auth-and-identity-options-xa1xd9b8fb948g4f.yaml 2021-06-02 10:50:52.366 | M releasenotes/notes/remove-some-deprecated-identity-options-0ffxd1b8db928e43.yaml 2021-06-02 10:50:52.366 | M releasenotes/notes/remove-support-of-py34-7d59fdb431fefe24.yaml 2021-06-02 10:50:52.366 | M releasenotes/notes/remove-volume-v1-service-clients-9235e3a965f93c09.yaml 2021-06-02 10:50:52.366 | M releasenotes/notes/removed-tox-ostestr-8997a93d199c44f3.yaml 2021-06-02 10:50:52.366 | M releasenotes/notes/segments-client-866f02948f40d4ff.yaml 2021-06-02 10:50:52.366 | M releasenotes/notes/set-cinder-api-v3-option-true-1b3e61e3129b7c00.yaml 2021-06-02 10:50:52.366 | M releasenotes/notes/start-of-pike-support-f2a1b7ea8e8b0311.yaml 2021-06-02 10:50:52.367 | M releasenotes/notes/start-of-queens-support-fea9051ba1d85fc7.yaml 2021-06-02 10:50:52.367 | M releasenotes/notes/subunit_describe_calls-ad7df689b9d63e3f.yaml 2021-06-02 10:50:52.367 | M releasenotes/notes/support-for-rbac-new-scope-6ec8164ce1e7288c.yaml 2021-06-02 10:50:52.367 | M releasenotes/notes/support-microversion-in-scenario-test-b4fbfdd3a977fc58.yaml 2021-06-02 10:50:52.367 | M releasenotes/notes/support-scope-in-get-roles-dynamic-creds-90bfab163c1c289a.yaml 2021-06-02 10:50:52.367 | M releasenotes/notes/switch-to-stestr-8c9f834b3f5a55d8.yaml 2021-06-02 10:50:52.367 | M releasenotes/notes/system-scope-44244cc955a7825f.yaml 2021-06-02 10:50:52.367 | M releasenotes/notes/tempest-default-run_validations-9640c41b6a4a9121.yaml 2021-06-02 10:50:52.367 | M releasenotes/notes/tempest-identity-catalog-client-f5c8589a9d7c1eb5.yaml 2021-06-02 10:50:52.367 | M releasenotes/notes/tempest-lib-compute-update-service-6019d2dcfe4a1c5d.yaml 2021-06-02 10:50:52.367 | M releasenotes/notes/tempest-rocky-release-0fc3312053923380.yaml 2021-06-02 10:50:52.367 | M releasenotes/notes/tempest-run-fix-updates-564b41706decbba1.yaml 2021-06-02 10:50:52.367 | M releasenotes/notes/tempest-stein-release-18bad34136a2e6ef.yaml 2021-06-02 10:50:52.367 | M releasenotes/notes/tempest-train-release-a2ed0743a5eadeb6.yaml 2021-06-02 10:50:52.367 | M releasenotes/notes/tempest-ussuri-release-72b5770a3b97678f.yaml 2021-06-02 10:50:52.367 | M releasenotes/notes/tempest-victoria-release-27000c02edc5a112.yaml 2021-06-02 10:50:52.367 | M releasenotes/notes/tempest-wallaby-release-0f2cea5ccf63485e.yaml 2021-06-02 10:50:52.367 | M releasenotes/notes/tempest-workspace-delete-directory-feature-74d6d157a5a05561.yaml 2021-06-02 10:50:52.367 | M releasenotes/notes/test-clients-stable-for-plugin-90b1e7dc83f28ccd.yaml 2021-06-02 10:50:52.367 | M releasenotes/notes/use-cinder-v3-client-for-verify_tempest_config-2bf3d817b0070064.yaml 2021-06-02 10:50:52.367 | M releasenotes/notes/verify-tempest-command-8e88452c7a08dd77.yaml 2021-06-02 10:50:52.367 | M releasenotes/notes/vnc-hardcoded-server-name-removed-6f8d1e90a175dc08.yaml 2021-06-02 10:50:52.367 | M releasenotes/notes/volume-backed-live-mig-5a38b496ba1ec093.yaml 2021-06-02 10:50:52.367 | M releasenotes/notes/volume-service-testing-default-to-v3-endpoints-20b86895a590925d.yaml 2021-06-02 10:50:52.367 | M releasenotes/notes/volume-v3-service-clients-a863a6336af56cca.yaml 2021-06-02 10:50:52.367 | M releasenotes/notes/xenapi_apis-conf-fcca549283e53ed6.yaml 2021-06-02 10:50:52.367 | M releasenotes/source/_static/.placeholder 2021-06-02 10:50:52.367 | M releasenotes/source/_templates/.placeholder 2021-06-02 10:50:52.367 | M releasenotes/source/conf.py 2021-06-02 10:50:52.367 | M releasenotes/source/index.rst 2021-06-02 10:50:52.367 | M releasenotes/source/unreleased.rst 2021-06-02 10:50:52.367 | M releasenotes/source/v10.0.0.rst 2021-06-02 10:50:52.367 | M releasenotes/source/v11.0.0.rst 2021-06-02 10:50:52.367 | M releasenotes/source/v12.0.0.rst 2021-06-02 10:50:52.367 | M releasenotes/source/v13.0.0.rst 2021-06-02 10:50:52.367 | M releasenotes/source/v14.0.0.rst 2021-06-02 10:50:52.367 | M releasenotes/source/v15.0.0.rst 2021-06-02 10:50:52.367 | M releasenotes/source/v16.0.0.rst 2021-06-02 10:50:52.367 | M releasenotes/source/v16.1.0.rst 2021-06-02 10:50:52.367 | M releasenotes/source/v17.0.0.rst 2021-06-02 10:50:52.367 | M releasenotes/source/v17.1.0.rst 2021-06-02 10:50:52.367 | M releasenotes/source/v17.2.0.rst 2021-06-02 10:50:52.367 | M releasenotes/source/v18.0.0.rst 2021-06-02 10:50:52.367 | M releasenotes/source/v19.0.0.rst 2021-06-02 10:50:52.367 | M releasenotes/source/v20.0.0.rst 2021-06-02 10:50:52.367 | M releasenotes/source/v21.0.0.rst 2021-06-02 10:50:52.367 | M releasenotes/source/v22.0.0.rst 2021-06-02 10:50:52.367 | M releasenotes/source/v22.1.0.rst 2021-06-02 10:50:52.367 | M releasenotes/source/v23.0.0.rst 2021-06-02 10:50:52.368 | M releasenotes/source/v24.0.0.rst 2021-06-02 10:50:52.368 | M releasenotes/source/v26.0.0.rst 2021-06-02 10:50:52.368 | M releasenotes/source/v26.1.0.rst 2021-06-02 10:50:52.368 | M releasenotes/source/v27.0.0.rst 2021-06-02 10:50:52.368 | M requirements.txt 2021-06-02 10:50:52.368 | M roles/acl-devstack-files/README.rst 2021-06-02 10:50:52.368 | M roles/acl-devstack-files/defaults/main.yaml 2021-06-02 10:50:52.368 | M roles/acl-devstack-files/tasks/main.yaml 2021-06-02 10:50:52.368 | M roles/ipv6-only-deployments-verification/README.rst 2021-06-02 10:50:52.368 | M roles/ipv6-only-deployments-verification/defaults/main.yaml 2021-06-02 10:50:52.368 | M roles/ipv6-only-deployments-verification/tasks/main.yaml 2021-06-02 10:50:52.368 | M roles/run-tempest/README.rst 2021-06-02 10:50:52.368 | M roles/run-tempest/defaults/main.yaml 2021-06-02 10:50:52.368 | M roles/run-tempest/tasks/main.yaml 2021-06-02 10:50:52.368 | M roles/setup-tempest-data-dir/README.rst 2021-06-02 10:50:52.368 | M roles/setup-tempest-data-dir/defaults/main.yaml 2021-06-02 10:50:52.368 | M roles/setup-tempest-data-dir/tasks/main.yaml 2021-06-02 10:50:52.368 | M roles/setup-tempest-run-dir/README.rst 2021-06-02 10:50:52.368 | M roles/setup-tempest-run-dir/defaults/main.yaml 2021-06-02 10:50:52.368 | M roles/setup-tempest-run-dir/tasks/main.yaml 2021-06-02 10:50:52.368 | M roles/tempest-cleanup/README.rst 2021-06-02 10:50:52.368 | M roles/tempest-cleanup/defaults/main.yaml 2021-06-02 10:50:52.368 | M roles/tempest-cleanup/tasks/dry_run.yaml 2021-06-02 10:50:52.368 | M roles/tempest-cleanup/tasks/dry_run_checker.py 2021-06-02 10:50:52.368 | M roles/tempest-cleanup/tasks/main.yaml 2021-06-02 10:50:52.368 | M setup.cfg 2021-06-02 10:50:52.368 | M setup.py 2021-06-02 10:50:52.368 | M tempest/README.rst 2021-06-02 10:50:52.368 | M tempest/__init__.py 2021-06-02 10:50:52.368 | M tempest/api/README.rst 2021-06-02 10:50:52.368 | M tempest/api/__init__.py 2021-06-02 10:50:52.368 | M tempest/api/compute/__init__.py 2021-06-02 10:50:52.368 | M tempest/api/compute/admin/__init__.py 2021-06-02 10:50:52.368 | M tempest/api/compute/admin/test_agents.py 2021-06-02 10:50:52.368 | M tempest/api/compute/admin/test_aggregates.py 2021-06-02 10:50:52.368 | M tempest/api/compute/admin/test_aggregates_negative.py 2021-06-02 10:50:52.368 | M tempest/api/compute/admin/test_auto_allocate_network.py 2021-06-02 10:50:52.368 | M tempest/api/compute/admin/test_availability_zone.py 2021-06-02 10:50:52.368 | M tempest/api/compute/admin/test_availability_zone_negative.py 2021-06-02 10:50:52.368 | M tempest/api/compute/admin/test_create_server.py 2021-06-02 10:50:52.368 | M tempest/api/compute/admin/test_delete_server.py 2021-06-02 10:50:52.368 | M tempest/api/compute/admin/test_fixed_ips.py 2021-06-02 10:50:52.368 | M tempest/api/compute/admin/test_fixed_ips_negative.py 2021-06-02 10:50:52.368 | M tempest/api/compute/admin/test_flavors.py 2021-06-02 10:50:52.368 | M tempest/api/compute/admin/test_flavors_access.py 2021-06-02 10:50:52.368 | M tempest/api/compute/admin/test_flavors_access_negative.py 2021-06-02 10:50:52.368 | M tempest/api/compute/admin/test_flavors_extra_specs.py 2021-06-02 10:50:52.368 | M tempest/api/compute/admin/test_flavors_extra_specs_negative.py 2021-06-02 10:50:52.369 | M tempest/api/compute/admin/test_flavors_microversions.py 2021-06-02 10:50:52.369 | M tempest/api/compute/admin/test_floating_ips_bulk.py 2021-06-02 10:50:52.369 | M tempest/api/compute/admin/test_hosts.py 2021-06-02 10:50:52.369 | M tempest/api/compute/admin/test_hosts_negative.py 2021-06-02 10:50:52.369 | M tempest/api/compute/admin/test_hypervisor.py 2021-06-02 10:50:52.369 | M tempest/api/compute/admin/test_hypervisor_negative.py 2021-06-02 10:50:52.369 | M tempest/api/compute/admin/test_instance_usage_audit_log.py 2021-06-02 10:50:52.369 | M tempest/api/compute/admin/test_instance_usage_audit_log_negative.py 2021-06-02 10:50:52.369 | M tempest/api/compute/admin/test_keypairs_v210.py 2021-06-02 10:50:52.369 | M tempest/api/compute/admin/test_live_migration.py 2021-06-02 10:50:52.369 | M tempest/api/compute/admin/test_live_migration_negative.py 2021-06-02 10:50:52.369 | M tempest/api/compute/admin/test_migrations.py 2021-06-02 10:50:52.369 | M tempest/api/compute/admin/test_networks.py 2021-06-02 10:50:52.369 | M tempest/api/compute/admin/test_quotas.py 2021-06-02 10:50:52.369 | M tempest/api/compute/admin/test_quotas_negative.py 2021-06-02 10:50:52.369 | M tempest/api/compute/admin/test_security_groups.py 2021-06-02 10:50:52.369 | M tempest/api/compute/admin/test_server_diagnostics.py 2021-06-02 10:50:52.369 | M tempest/api/compute/admin/test_server_diagnostics_negative.py 2021-06-02 10:50:52.369 | M tempest/api/compute/admin/test_servers.py 2021-06-02 10:50:52.369 | M tempest/api/compute/admin/test_servers_negative.py 2021-06-02 10:50:52.369 | M tempest/api/compute/admin/test_servers_on_multinodes.py 2021-06-02 10:50:52.369 | M tempest/api/compute/admin/test_services.py 2021-06-02 10:50:52.369 | M tempest/api/compute/admin/test_services_negative.py 2021-06-02 10:50:52.369 | M tempest/api/compute/admin/test_simple_tenant_usage.py 2021-06-02 10:50:52.369 | M tempest/api/compute/admin/test_simple_tenant_usage_negative.py 2021-06-02 10:50:52.369 | M tempest/api/compute/admin/test_volume.py 2021-06-02 10:50:52.369 | M tempest/api/compute/admin/test_volume_swap.py 2021-06-02 10:50:52.369 | M tempest/api/compute/admin/test_volumes_negative.py 2021-06-02 10:50:52.369 | M tempest/api/compute/api_microversion_fixture.py 2021-06-02 10:50:52.369 | M tempest/api/compute/base.py 2021-06-02 10:50:52.369 | M tempest/api/compute/certificates/__init__.py 2021-06-02 10:50:52.369 | M tempest/api/compute/certificates/test_certificates.py 2021-06-02 10:50:52.369 | M tempest/api/compute/flavors/__init__.py 2021-06-02 10:50:52.369 | M tempest/api/compute/flavors/test_flavors.py 2021-06-02 10:50:52.369 | M tempest/api/compute/flavors/test_flavors_negative.py 2021-06-02 10:50:52.369 | M tempest/api/compute/floating_ips/__init__.py 2021-06-02 10:50:52.369 | M tempest/api/compute/floating_ips/base.py 2021-06-02 10:50:52.369 | M tempest/api/compute/floating_ips/test_floating_ips_actions.py 2021-06-02 10:50:52.369 | M tempest/api/compute/floating_ips/test_floating_ips_actions_negative.py 2021-06-02 10:50:52.369 | M tempest/api/compute/floating_ips/test_list_floating_ips.py 2021-06-02 10:50:52.369 | M tempest/api/compute/floating_ips/test_list_floating_ips_negative.py 2021-06-02 10:50:52.369 | M tempest/api/compute/images/__init__.py 2021-06-02 10:50:52.369 | M tempest/api/compute/images/test_image_metadata.py 2021-06-02 10:50:52.369 | M tempest/api/compute/images/test_image_metadata_negative.py 2021-06-02 10:50:52.369 | M tempest/api/compute/images/test_images.py 2021-06-02 10:50:52.369 | M tempest/api/compute/images/test_images_negative.py 2021-06-02 10:50:52.369 | M tempest/api/compute/images/test_images_oneserver.py 2021-06-02 10:50:52.369 | M tempest/api/compute/images/test_images_oneserver_negative.py 2021-06-02 10:50:52.370 | M tempest/api/compute/images/test_list_image_filters.py 2021-06-02 10:50:52.370 | M tempest/api/compute/images/test_list_image_filters_negative.py 2021-06-02 10:50:52.370 | M tempest/api/compute/images/test_list_images.py 2021-06-02 10:50:52.370 | M tempest/api/compute/keypairs/__init__.py 2021-06-02 10:50:52.370 | M tempest/api/compute/keypairs/base.py 2021-06-02 10:50:52.370 | M tempest/api/compute/keypairs/test_keypairs.py 2021-06-02 10:50:52.370 | M tempest/api/compute/keypairs/test_keypairs_negative.py 2021-06-02 10:50:52.370 | M tempest/api/compute/keypairs/test_keypairs_v22.py 2021-06-02 10:50:52.370 | M tempest/api/compute/limits/__init__.py 2021-06-02 10:50:52.370 | M tempest/api/compute/limits/test_absolute_limits.py 2021-06-02 10:50:52.370 | M tempest/api/compute/limits/test_absolute_limits_negative.py 2021-06-02 10:50:52.370 | M tempest/api/compute/security_groups/__init__.py 2021-06-02 10:50:52.370 | M tempest/api/compute/security_groups/base.py 2021-06-02 10:50:52.370 | M tempest/api/compute/security_groups/test_security_group_rules.py 2021-06-02 10:50:52.370 | M tempest/api/compute/security_groups/test_security_group_rules_negative.py 2021-06-02 10:50:52.370 | M tempest/api/compute/security_groups/test_security_groups.py 2021-06-02 10:50:52.370 | M tempest/api/compute/security_groups/test_security_groups_negative.py 2021-06-02 10:50:52.370 | M tempest/api/compute/servers/__init__.py 2021-06-02 10:50:52.370 | M tempest/api/compute/servers/test_attach_interfaces.py 2021-06-02 10:50:52.370 | M tempest/api/compute/servers/test_availability_zone.py 2021-06-02 10:50:52.370 | M tempest/api/compute/servers/test_create_server.py 2021-06-02 10:50:52.370 | M tempest/api/compute/servers/test_create_server_multi_nic.py 2021-06-02 10:50:52.370 | M tempest/api/compute/servers/test_delete_server.py 2021-06-02 10:50:52.370 | M tempest/api/compute/servers/test_device_tagging.py 2021-06-02 10:50:52.370 | M tempest/api/compute/servers/test_disk_config.py 2021-06-02 10:50:52.371 | M tempest/api/compute/servers/test_instance_actions.py 2021-06-02 10:50:52.371 | M tempest/api/compute/servers/test_instance_actions_negative.py 2021-06-02 10:50:52.371 | M tempest/api/compute/servers/test_list_server_filters.py 2021-06-02 10:50:52.371 | M tempest/api/compute/servers/test_list_servers_negative.py 2021-06-02 10:50:52.371 | M tempest/api/compute/servers/test_multiple_create.py 2021-06-02 10:50:52.371 | M tempest/api/compute/servers/test_multiple_create_negative.py 2021-06-02 10:50:52.371 | M tempest/api/compute/servers/test_novnc.py 2021-06-02 10:50:52.371 | M tempest/api/compute/servers/test_server_actions.py 2021-06-02 10:50:52.371 | M tempest/api/compute/servers/test_server_addresses.py 2021-06-02 10:50:52.371 | M tempest/api/compute/servers/test_server_addresses_negative.py 2021-06-02 10:50:52.371 | M tempest/api/compute/servers/test_server_group.py 2021-06-02 10:50:52.371 | M tempest/api/compute/servers/test_server_metadata.py 2021-06-02 10:50:52.371 | M tempest/api/compute/servers/test_server_metadata_negative.py 2021-06-02 10:50:52.371 | M tempest/api/compute/servers/test_server_password.py 2021-06-02 10:50:52.371 | M tempest/api/compute/servers/test_server_personality.py 2021-06-02 10:50:52.371 | M tempest/api/compute/servers/test_server_rescue.py 2021-06-02 10:50:52.371 | M tempest/api/compute/servers/test_server_rescue_negative.py 2021-06-02 10:50:52.371 | M tempest/api/compute/servers/test_server_tags.py 2021-06-02 10:50:52.371 | M tempest/api/compute/servers/test_servers.py 2021-06-02 10:50:52.371 | M tempest/api/compute/servers/test_servers_microversions.py 2021-06-02 10:50:52.371 | M tempest/api/compute/servers/test_servers_negative.py 2021-06-02 10:50:52.371 | M tempest/api/compute/servers/test_virtual_interfaces.py 2021-06-02 10:50:52.371 | M tempest/api/compute/servers/test_virtual_interfaces_negative.py 2021-06-02 10:50:52.371 | M tempest/api/compute/test_extensions.py 2021-06-02 10:50:52.371 | M tempest/api/compute/test_networks.py 2021-06-02 10:50:52.371 | M tempest/api/compute/test_quotas.py 2021-06-02 10:50:52.371 | M tempest/api/compute/test_tenant_networks.py 2021-06-02 10:50:52.371 | M tempest/api/compute/test_versions.py 2021-06-02 10:50:52.371 | M tempest/api/compute/volumes/__init__.py 2021-06-02 10:50:52.371 | M tempest/api/compute/volumes/test_attach_volume.py 2021-06-02 10:50:52.371 | M tempest/api/compute/volumes/test_attach_volume_negative.py 2021-06-02 10:50:52.371 | M tempest/api/compute/volumes/test_volume_snapshots.py 2021-06-02 10:50:52.371 | M tempest/api/compute/volumes/test_volumes_get.py 2021-06-02 10:50:52.371 | M tempest/api/compute/volumes/test_volumes_list.py 2021-06-02 10:50:52.371 | M tempest/api/compute/volumes/test_volumes_negative.py 2021-06-02 10:50:52.371 | M tempest/api/identity/__init__.py 2021-06-02 10:50:52.371 | M tempest/api/identity/admin/__init__.py 2021-06-02 10:50:52.371 | M tempest/api/identity/admin/v2/__init__.py 2021-06-02 10:50:52.371 | M tempest/api/identity/admin/v2/test_endpoints.py 2021-06-02 10:50:52.371 | M tempest/api/identity/admin/v2/test_roles.py 2021-06-02 10:50:52.371 | M tempest/api/identity/admin/v2/test_roles_negative.py 2021-06-02 10:50:52.371 | M tempest/api/identity/admin/v2/test_services.py 2021-06-02 10:50:52.371 | M tempest/api/identity/admin/v2/test_tenant_negative.py 2021-06-02 10:50:52.371 | M tempest/api/identity/admin/v2/test_tenants.py 2021-06-02 10:50:52.371 | M tempest/api/identity/admin/v2/test_tokens.py 2021-06-02 10:50:52.371 | M tempest/api/identity/admin/v2/test_tokens_negative.py 2021-06-02 10:50:52.371 | M tempest/api/identity/admin/v2/test_users.py 2021-06-02 10:50:52.371 | M tempest/api/identity/admin/v2/test_users_negative.py 2021-06-02 10:50:52.372 | M tempest/api/identity/admin/v3/__init__.py 2021-06-02 10:50:52.372 | M tempest/api/identity/admin/v3/test_application_credentials.py 2021-06-02 10:50:52.372 | M tempest/api/identity/admin/v3/test_credentials.py 2021-06-02 10:50:52.372 | M tempest/api/identity/admin/v3/test_default_project_id.py 2021-06-02 10:50:52.372 | M tempest/api/identity/admin/v3/test_domain_configuration.py 2021-06-02 10:50:52.372 | M tempest/api/identity/admin/v3/test_domains.py 2021-06-02 10:50:52.372 | M tempest/api/identity/admin/v3/test_domains_negative.py 2021-06-02 10:50:52.372 | M tempest/api/identity/admin/v3/test_endpoint_groups.py 2021-06-02 10:50:52.372 | M tempest/api/identity/admin/v3/test_endpoints.py 2021-06-02 10:50:52.372 | M tempest/api/identity/admin/v3/test_endpoints_negative.py 2021-06-02 10:50:52.372 | M tempest/api/identity/admin/v3/test_groups.py 2021-06-02 10:50:52.372 | M tempest/api/identity/admin/v3/test_inherits.py 2021-06-02 10:50:52.372 | M tempest/api/identity/admin/v3/test_list_projects.py 2021-06-02 10:50:52.372 | M tempest/api/identity/admin/v3/test_list_users.py 2021-06-02 10:50:52.372 | M tempest/api/identity/admin/v3/test_oauth_consumers.py 2021-06-02 10:50:52.372 | M tempest/api/identity/admin/v3/test_policies.py 2021-06-02 10:50:52.372 | M tempest/api/identity/admin/v3/test_project_tags.py 2021-06-02 10:50:52.372 | M tempest/api/identity/admin/v3/test_projects.py 2021-06-02 10:50:52.372 | M tempest/api/identity/admin/v3/test_projects_negative.py 2021-06-02 10:50:52.372 | M tempest/api/identity/admin/v3/test_regions.py 2021-06-02 10:50:52.372 | M tempest/api/identity/admin/v3/test_roles.py 2021-06-02 10:50:52.372 | M tempest/api/identity/admin/v3/test_services.py 2021-06-02 10:50:52.372 | M tempest/api/identity/admin/v3/test_tokens.py 2021-06-02 10:50:52.372 | M tempest/api/identity/admin/v3/test_trusts.py 2021-06-02 10:50:52.372 | M tempest/api/identity/admin/v3/test_users.py 2021-06-02 10:50:52.372 | M tempest/api/identity/admin/v3/test_users_negative.py 2021-06-02 10:50:52.372 | M tempest/api/identity/base.py 2021-06-02 10:50:52.372 | M tempest/api/identity/v2/__init__.py 2021-06-02 10:50:52.372 | M tempest/api/identity/v2/test_api_discovery.py 2021-06-02 10:50:52.372 | M tempest/api/identity/v2/test_ec2_credentials.py 2021-06-02 10:50:52.372 | M tempest/api/identity/v2/test_extension.py 2021-06-02 10:50:52.372 | M tempest/api/identity/v2/test_tenants.py 2021-06-02 10:50:52.372 | M tempest/api/identity/v2/test_tokens.py 2021-06-02 10:50:52.372 | M tempest/api/identity/v2/test_users.py 2021-06-02 10:50:52.372 | M tempest/api/identity/v3/__init__.py 2021-06-02 10:50:52.372 | M tempest/api/identity/v3/test_access_rules.py 2021-06-02 10:50:52.372 | M tempest/api/identity/v3/test_api_discovery.py 2021-06-02 10:50:52.372 | M tempest/api/identity/v3/test_application_credentials.py 2021-06-02 10:50:52.372 | M tempest/api/identity/v3/test_catalog.py 2021-06-02 10:50:52.372 | M tempest/api/identity/v3/test_domains.py 2021-06-02 10:50:52.372 | M tempest/api/identity/v3/test_ec2_credentials.py 2021-06-02 10:50:52.372 | M tempest/api/identity/v3/test_projects.py 2021-06-02 10:50:52.372 | M tempest/api/identity/v3/test_tokens.py 2021-06-02 10:50:52.372 | M tempest/api/identity/v3/test_users.py 2021-06-02 10:50:52.372 | M tempest/api/image/__init__.py 2021-06-02 10:50:52.372 | M tempest/api/image/base.py 2021-06-02 10:50:52.372 | M tempest/api/image/v1/__init__.py 2021-06-02 10:50:52.373 | M tempest/api/image/v1/test_image_members.py 2021-06-02 10:50:52.373 | M tempest/api/image/v1/test_image_members_negative.py 2021-06-02 10:50:52.373 | M tempest/api/image/v1/test_images.py 2021-06-02 10:50:52.373 | M tempest/api/image/v1/test_images_negative.py 2021-06-02 10:50:52.373 | M tempest/api/image/v2/__init__.py 2021-06-02 10:50:52.373 | M tempest/api/image/v2/admin/__init__.py 2021-06-02 10:50:52.373 | M tempest/api/image/v2/admin/test_images.py 2021-06-02 10:50:52.373 | M tempest/api/image/v2/admin/test_images_metadefs_namespace_objects.py 2021-06-02 10:50:52.373 | M tempest/api/image/v2/admin/test_images_metadefs_namespace_properties.py 2021-06-02 10:50:52.373 | M tempest/api/image/v2/admin/test_images_metadefs_namespace_tags.py 2021-06-02 10:50:52.373 | M tempest/api/image/v2/admin/test_images_metadefs_namespaces.py 2021-06-02 10:50:52.373 | M tempest/api/image/v2/admin/test_images_metadefs_resource_types.py 2021-06-02 10:50:52.373 | M tempest/api/image/v2/test_images.py 2021-06-02 10:50:52.373 | M tempest/api/image/v2/test_images_member.py 2021-06-02 10:50:52.373 | M tempest/api/image/v2/test_images_member_negative.py 2021-06-02 10:50:52.373 | M tempest/api/image/v2/test_images_metadefs_schema.py 2021-06-02 10:50:52.373 | M tempest/api/image/v2/test_images_negative.py 2021-06-02 10:50:52.373 | M tempest/api/image/v2/test_images_tags.py 2021-06-02 10:50:52.373 | M tempest/api/image/v2/test_images_tags_negative.py 2021-06-02 10:50:52.373 | M tempest/api/image/v2/test_versions.py 2021-06-02 10:50:52.373 | M tempest/api/network/__init__.py 2021-06-02 10:50:52.373 | M tempest/api/network/admin/__init__.py 2021-06-02 10:50:52.373 | M tempest/api/network/admin/test_dhcp_agent_scheduler.py 2021-06-02 10:50:52.373 | M tempest/api/network/admin/test_external_network_extension.py 2021-06-02 10:50:52.373 | M tempest/api/network/admin/test_external_networks_negative.py 2021-06-02 10:50:52.373 | M tempest/api/network/admin/test_floating_ips_admin_actions.py 2021-06-02 10:50:52.373 | M tempest/api/network/admin/test_metering_extensions.py 2021-06-02 10:50:52.373 | M tempest/api/network/admin/test_negative_quotas.py 2021-06-02 10:50:52.373 | M tempest/api/network/admin/test_ports.py 2021-06-02 10:50:52.373 | M tempest/api/network/admin/test_quotas.py 2021-06-02 10:50:52.373 | M tempest/api/network/admin/test_routers.py 2021-06-02 10:50:52.373 | M tempest/api/network/admin/test_routers_dvr.py 2021-06-02 10:50:52.373 | M tempest/api/network/admin/test_routers_negative.py 2021-06-02 10:50:52.373 | M tempest/api/network/base.py 2021-06-02 10:50:52.373 | M tempest/api/network/base_security_groups.py 2021-06-02 10:50:52.373 | M tempest/api/network/test_agent_management_negative.py 2021-06-02 10:50:52.373 | M tempest/api/network/test_allowed_address_pair.py 2021-06-02 10:50:52.373 | M tempest/api/network/test_dhcp_ipv6.py 2021-06-02 10:50:52.373 | M tempest/api/network/test_extensions.py 2021-06-02 10:50:52.373 | M tempest/api/network/test_extra_dhcp_options.py 2021-06-02 10:50:52.373 | M tempest/api/network/test_floating_ips.py 2021-06-02 10:50:52.373 | M tempest/api/network/test_floating_ips_negative.py 2021-06-02 10:50:52.373 | M tempest/api/network/test_networks.py 2021-06-02 10:50:52.373 | M tempest/api/network/test_networks_negative.py 2021-06-02 10:50:52.373 | M tempest/api/network/test_ports.py 2021-06-02 10:50:52.373 | M tempest/api/network/test_routers.py 2021-06-02 10:50:52.373 | M tempest/api/network/test_routers_negative.py 2021-06-02 10:50:52.373 | M tempest/api/network/test_security_groups.py 2021-06-02 10:50:52.374 | M tempest/api/network/test_security_groups_negative.py 2021-06-02 10:50:52.374 | M tempest/api/network/test_service_providers.py 2021-06-02 10:50:52.374 | M tempest/api/network/test_subnetpools_extensions.py 2021-06-02 10:50:52.374 | M tempest/api/network/test_tags.py 2021-06-02 10:50:52.374 | M tempest/api/network/test_versions.py 2021-06-02 10:50:52.374 | M tempest/api/object_storage/__init__.py 2021-06-02 10:50:52.374 | M tempest/api/object_storage/base.py 2021-06-02 10:50:52.374 | M tempest/api/object_storage/test_account_bulk.py 2021-06-02 10:50:52.374 | M tempest/api/object_storage/test_account_quotas.py 2021-06-02 10:50:52.374 | M tempest/api/object_storage/test_account_quotas_negative.py 2021-06-02 10:50:52.374 | M tempest/api/object_storage/test_account_services.py 2021-06-02 10:50:52.374 | M tempest/api/object_storage/test_account_services_negative.py 2021-06-02 10:50:52.374 | M tempest/api/object_storage/test_container_acl.py 2021-06-02 10:50:52.374 | M tempest/api/object_storage/test_container_acl_negative.py 2021-06-02 10:50:52.374 | M tempest/api/object_storage/test_container_quotas.py 2021-06-02 10:50:52.374 | M tempest/api/object_storage/test_container_services.py 2021-06-02 10:50:52.374 | M tempest/api/object_storage/test_container_services_negative.py 2021-06-02 10:50:52.374 | M tempest/api/object_storage/test_container_staticweb.py 2021-06-02 10:50:52.374 | M tempest/api/object_storage/test_container_sync.py 2021-06-02 10:50:52.374 | M tempest/api/object_storage/test_container_sync_middleware.py 2021-06-02 10:50:52.374 | M tempest/api/object_storage/test_crossdomain.py 2021-06-02 10:50:52.374 | M tempest/api/object_storage/test_healthcheck.py 2021-06-02 10:50:52.374 | M tempest/api/object_storage/test_object_expiry.py 2021-06-02 10:50:52.374 | M tempest/api/object_storage/test_object_formpost.py 2021-06-02 10:50:52.374 | M tempest/api/object_storage/test_object_formpost_negative.py 2021-06-02 10:50:52.374 | M tempest/api/object_storage/test_object_services.py 2021-06-02 10:50:52.374 | M tempest/api/object_storage/test_object_slo.py 2021-06-02 10:50:52.374 | M tempest/api/object_storage/test_object_temp_url.py 2021-06-02 10:50:52.374 | M tempest/api/object_storage/test_object_temp_url_negative.py 2021-06-02 10:50:52.374 | M tempest/api/object_storage/test_object_version.py 2021-06-02 10:50:52.374 | M tempest/api/volume/__init__.py 2021-06-02 10:50:52.374 | M tempest/api/volume/admin/__init__.py 2021-06-02 10:50:52.374 | M tempest/api/volume/admin/test_backends_capabilities.py 2021-06-02 10:50:52.374 | M tempest/api/volume/admin/test_encrypted_volumes_extend.py 2021-06-02 10:50:52.374 | M tempest/api/volume/admin/test_group_snapshots.py 2021-06-02 10:50:52.374 | M tempest/api/volume/admin/test_group_type_specs.py 2021-06-02 10:50:52.374 | M tempest/api/volume/admin/test_group_types.py 2021-06-02 10:50:52.374 | M tempest/api/volume/admin/test_groups.py 2021-06-02 10:50:52.374 | M tempest/api/volume/admin/test_multi_backend.py 2021-06-02 10:50:52.374 | M tempest/api/volume/admin/test_qos.py 2021-06-02 10:50:52.374 | M tempest/api/volume/admin/test_snapshot_manage.py 2021-06-02 10:50:52.374 | M tempest/api/volume/admin/test_snapshots_actions.py 2021-06-02 10:50:52.374 | M tempest/api/volume/admin/test_user_messages.py 2021-06-02 10:50:52.374 | M tempest/api/volume/admin/test_volume_hosts.py 2021-06-02 10:50:52.374 | M tempest/api/volume/admin/test_volume_manage.py 2021-06-02 10:50:52.374 | M tempest/api/volume/admin/test_volume_pools.py 2021-06-02 10:50:52.374 | M tempest/api/volume/admin/test_volume_quota_classes.py 2021-06-02 10:50:52.374 | M tempest/api/volume/admin/test_volume_quotas.py 2021-06-02 10:50:52.374 | M tempest/api/volume/admin/test_volume_quotas_negative.py 2021-06-02 10:50:52.375 | M tempest/api/volume/admin/test_volume_retype.py 2021-06-02 10:50:52.375 | M tempest/api/volume/admin/test_volume_services.py 2021-06-02 10:50:52.375 | M tempest/api/volume/admin/test_volume_services_negative.py 2021-06-02 10:50:52.375 | M tempest/api/volume/admin/test_volume_snapshot_quotas_negative.py 2021-06-02 10:50:52.375 | M tempest/api/volume/admin/test_volume_type_access.py 2021-06-02 10:50:52.375 | M tempest/api/volume/admin/test_volume_types.py 2021-06-02 10:50:52.375 | M tempest/api/volume/admin/test_volume_types_extra_specs.py 2021-06-02 10:50:52.375 | M tempest/api/volume/admin/test_volume_types_extra_specs_negative.py 2021-06-02 10:50:52.375 | M tempest/api/volume/admin/test_volume_types_negative.py 2021-06-02 10:50:52.375 | M tempest/api/volume/admin/test_volumes_actions.py 2021-06-02 10:50:52.375 | M tempest/api/volume/admin/test_volumes_backup.py 2021-06-02 10:50:52.375 | M tempest/api/volume/admin/test_volumes_list.py 2021-06-02 10:50:52.375 | M tempest/api/volume/api_microversion_fixture.py 2021-06-02 10:50:52.375 | M tempest/api/volume/base.py 2021-06-02 10:50:52.375 | M tempest/api/volume/test_availability_zone.py 2021-06-02 10:50:52.375 | M tempest/api/volume/test_extensions.py 2021-06-02 10:50:52.375 | M tempest/api/volume/test_image_metadata.py 2021-06-02 10:50:52.375 | M tempest/api/volume/test_snapshot_metadata.py 2021-06-02 10:50:52.375 | M tempest/api/volume/test_versions.py 2021-06-02 10:50:52.375 | M tempest/api/volume/test_volume_absolute_limits.py 2021-06-02 10:50:52.375 | M tempest/api/volume/test_volume_delete_cascade.py 2021-06-02 10:50:52.375 | M tempest/api/volume/test_volume_metadata.py 2021-06-02 10:50:52.375 | M tempest/api/volume/test_volume_transfers.py 2021-06-02 10:50:52.375 | M tempest/api/volume/test_volumes_actions.py 2021-06-02 10:50:52.375 | M tempest/api/volume/test_volumes_backup.py 2021-06-02 10:50:52.375 | M tempest/api/volume/test_volumes_clone.py 2021-06-02 10:50:52.375 | M tempest/api/volume/test_volumes_clone_negative.py 2021-06-02 10:50:52.375 | M tempest/api/volume/test_volumes_extend.py 2021-06-02 10:50:52.375 | M tempest/api/volume/test_volumes_get.py 2021-06-02 10:50:52.375 | M tempest/api/volume/test_volumes_list.py 2021-06-02 10:50:52.375 | M tempest/api/volume/test_volumes_negative.py 2021-06-02 10:50:52.375 | M tempest/api/volume/test_volumes_snapshots.py 2021-06-02 10:50:52.375 | M tempest/api/volume/test_volumes_snapshots_list.py 2021-06-02 10:50:52.375 | M tempest/api/volume/test_volumes_snapshots_negative.py 2021-06-02 10:50:52.375 | M tempest/clients.py 2021-06-02 10:50:52.375 | M tempest/cmd/__init__.py 2021-06-02 10:50:52.375 | M tempest/cmd/cleanup.py 2021-06-02 10:50:52.375 | M tempest/cmd/cleanup_service.py 2021-06-02 10:50:52.375 | M tempest/cmd/config-generator.tempest.conf 2021-06-02 10:50:52.375 | M tempest/cmd/init.py 2021-06-02 10:50:52.375 | M tempest/cmd/list_plugins.py 2021-06-02 10:50:52.375 | M tempest/cmd/main.py 2021-06-02 10:50:52.375 | M tempest/cmd/run.py 2021-06-02 10:50:52.375 | M tempest/cmd/subunit_describe_calls.py 2021-06-02 10:50:52.375 | M tempest/cmd/verify_tempest_config.py 2021-06-02 10:50:52.375 | M tempest/cmd/workspace.py 2021-06-02 10:50:52.375 | M tempest/common/__init__.py 2021-06-02 10:50:52.375 | M tempest/common/compute.py 2021-06-02 10:50:52.375 | M tempest/common/credentials_factory.py 2021-06-02 10:50:52.376 | M tempest/common/custom_matchers.py 2021-06-02 10:50:52.376 | M tempest/common/identity.py 2021-06-02 10:50:52.376 | M tempest/common/image.py 2021-06-02 10:50:52.376 | M tempest/common/tempest_fixtures.py 2021-06-02 10:50:52.376 | M tempest/common/utils/__init__.py 2021-06-02 10:50:52.376 | M tempest/common/utils/linux/__init__.py 2021-06-02 10:50:52.376 | M tempest/common/utils/linux/remote_client.py 2021-06-02 10:50:52.376 | M tempest/common/utils/net_info.py 2021-06-02 10:50:52.376 | M tempest/common/utils/net_utils.py 2021-06-02 10:50:52.376 | M tempest/common/waiters.py 2021-06-02 10:50:52.376 | M tempest/config.py 2021-06-02 10:50:52.376 | M tempest/hacking/__init__.py 2021-06-02 10:50:52.376 | M tempest/hacking/checks.py 2021-06-02 10:50:52.376 | M tempest/lib/__init__.py 2021-06-02 10:50:52.376 | M tempest/lib/api_schema/__init__.py 2021-06-02 10:50:52.376 | M tempest/lib/api_schema/response/__init__.py 2021-06-02 10:50:52.376 | M tempest/lib/api_schema/response/compute/__init__.py 2021-06-02 10:50:52.376 | M tempest/lib/api_schema/response/compute/v2_1/__init__.py 2021-06-02 10:50:52.376 | M tempest/lib/api_schema/response/compute/v2_1/agents.py 2021-06-02 10:50:52.376 | M tempest/lib/api_schema/response/compute/v2_1/aggregates.py 2021-06-02 10:50:52.376 | M tempest/lib/api_schema/response/compute/v2_1/availability_zone.py 2021-06-02 10:50:52.376 | M tempest/lib/api_schema/response/compute/v2_1/baremetal_nodes.py 2021-06-02 10:50:52.376 | M tempest/lib/api_schema/response/compute/v2_1/certificates.py 2021-06-02 10:50:52.376 | M tempest/lib/api_schema/response/compute/v2_1/extensions.py 2021-06-02 10:50:52.376 | M tempest/lib/api_schema/response/compute/v2_1/fixed_ips.py 2021-06-02 10:50:52.376 | M tempest/lib/api_schema/response/compute/v2_1/flavors.py 2021-06-02 10:50:52.376 | M tempest/lib/api_schema/response/compute/v2_1/flavors_access.py 2021-06-02 10:50:52.376 | M tempest/lib/api_schema/response/compute/v2_1/flavors_extra_specs.py 2021-06-02 10:50:52.376 | M tempest/lib/api_schema/response/compute/v2_1/floating_ips.py 2021-06-02 10:50:52.376 | M tempest/lib/api_schema/response/compute/v2_1/hosts.py 2021-06-02 10:50:52.376 | M tempest/lib/api_schema/response/compute/v2_1/hypervisors.py 2021-06-02 10:50:52.376 | M tempest/lib/api_schema/response/compute/v2_1/images.py 2021-06-02 10:50:52.376 | M tempest/lib/api_schema/response/compute/v2_1/instance_usage_audit_logs.py 2021-06-02 10:50:52.376 | M tempest/lib/api_schema/response/compute/v2_1/interfaces.py 2021-06-02 10:50:52.376 | M tempest/lib/api_schema/response/compute/v2_1/keypairs.py 2021-06-02 10:50:52.376 | M tempest/lib/api_schema/response/compute/v2_1/limits.py 2021-06-02 10:50:52.376 | M tempest/lib/api_schema/response/compute/v2_1/migrations.py 2021-06-02 10:50:52.376 | M tempest/lib/api_schema/response/compute/v2_1/parameter_types.py 2021-06-02 10:50:52.376 | M tempest/lib/api_schema/response/compute/v2_1/quota_classes.py 2021-06-02 10:50:52.376 | M tempest/lib/api_schema/response/compute/v2_1/quotas.py 2021-06-02 10:50:52.376 | M tempest/lib/api_schema/response/compute/v2_1/security_group_default_rule.py 2021-06-02 10:50:52.376 | M tempest/lib/api_schema/response/compute/v2_1/security_groups.py 2021-06-02 10:50:52.376 | M tempest/lib/api_schema/response/compute/v2_1/server_groups.py 2021-06-02 10:50:52.376 | M tempest/lib/api_schema/response/compute/v2_1/servers.py 2021-06-02 10:50:52.376 | M tempest/lib/api_schema/response/compute/v2_1/services.py 2021-06-02 10:50:52.376 | M tempest/lib/api_schema/response/compute/v2_1/snapshots.py 2021-06-02 10:50:52.376 | M tempest/lib/api_schema/response/compute/v2_1/tenant_networks.py 2021-06-02 10:50:52.376 | M tempest/lib/api_schema/response/compute/v2_1/tenant_usages.py 2021-06-02 10:50:52.377 | M tempest/lib/api_schema/response/compute/v2_1/versions.py 2021-06-02 10:50:52.377 | M tempest/lib/api_schema/response/compute/v2_1/volumes.py 2021-06-02 10:50:52.377 | M tempest/lib/api_schema/response/compute/v2_11/__init__.py 2021-06-02 10:50:52.377 | M tempest/lib/api_schema/response/compute/v2_11/services.py 2021-06-02 10:50:52.377 | M tempest/lib/api_schema/response/compute/v2_13/__init__.py 2021-06-02 10:50:52.377 | M tempest/lib/api_schema/response/compute/v2_13/server_groups.py 2021-06-02 10:50:52.377 | M tempest/lib/api_schema/response/compute/v2_16/__init__.py 2021-06-02 10:50:52.377 | M tempest/lib/api_schema/response/compute/v2_16/servers.py 2021-06-02 10:50:52.377 | M tempest/lib/api_schema/response/compute/v2_19/__init__.py 2021-06-02 10:50:52.377 | M tempest/lib/api_schema/response/compute/v2_19/servers.py 2021-06-02 10:50:52.377 | M tempest/lib/api_schema/response/compute/v2_2/__init__.py 2021-06-02 10:50:52.377 | M tempest/lib/api_schema/response/compute/v2_2/keypairs.py 2021-06-02 10:50:52.377 | M tempest/lib/api_schema/response/compute/v2_23/__init__.py 2021-06-02 10:50:52.377 | M tempest/lib/api_schema/response/compute/v2_23/migrations.py 2021-06-02 10:50:52.377 | M tempest/lib/api_schema/response/compute/v2_26/__init__.py 2021-06-02 10:50:52.377 | M tempest/lib/api_schema/response/compute/v2_26/servers.py 2021-06-02 10:50:52.377 | M tempest/lib/api_schema/response/compute/v2_28/__init__.py 2021-06-02 10:50:52.377 | M tempest/lib/api_schema/response/compute/v2_28/hypervisors.py 2021-06-02 10:50:52.377 | M tempest/lib/api_schema/response/compute/v2_3/__init__.py 2021-06-02 10:50:52.377 | M tempest/lib/api_schema/response/compute/v2_3/servers.py 2021-06-02 10:50:52.377 | M tempest/lib/api_schema/response/compute/v2_36/__init__.py 2021-06-02 10:50:52.377 | M tempest/lib/api_schema/response/compute/v2_36/limits.py 2021-06-02 10:50:52.377 | M tempest/lib/api_schema/response/compute/v2_36/quotas.py 2021-06-02 10:50:52.377 | M tempest/lib/api_schema/response/compute/v2_39/__init__.py 2021-06-02 10:50:52.377 | M tempest/lib/api_schema/response/compute/v2_39/limits.py 2021-06-02 10:50:52.377 | M tempest/lib/api_schema/response/compute/v2_41/__init__.py 2021-06-02 10:50:52.377 | M tempest/lib/api_schema/response/compute/v2_41/aggregates.py 2021-06-02 10:50:52.377 | M tempest/lib/api_schema/response/compute/v2_45/__init__.py 2021-06-02 10:50:52.377 | M tempest/lib/api_schema/response/compute/v2_45/images.py 2021-06-02 10:50:52.377 | M tempest/lib/api_schema/response/compute/v2_47/__init__.py 2021-06-02 10:50:52.377 | M tempest/lib/api_schema/response/compute/v2_47/servers.py 2021-06-02 10:50:52.377 | M tempest/lib/api_schema/response/compute/v2_48/__init__.py 2021-06-02 10:50:52.377 | M tempest/lib/api_schema/response/compute/v2_48/servers.py 2021-06-02 10:50:52.377 | M tempest/lib/api_schema/response/compute/v2_53/__init__.py 2021-06-02 10:50:52.377 | M tempest/lib/api_schema/response/compute/v2_53/services.py 2021-06-02 10:50:52.377 | M tempest/lib/api_schema/response/compute/v2_54/__init__.py 2021-06-02 10:50:52.377 | M tempest/lib/api_schema/response/compute/v2_54/servers.py 2021-06-02 10:50:52.377 | M tempest/lib/api_schema/response/compute/v2_55/__init__.py 2021-06-02 10:50:52.377 | M tempest/lib/api_schema/response/compute/v2_55/flavors.py 2021-06-02 10:50:52.377 | M tempest/lib/api_schema/response/compute/v2_57/__init__.py 2021-06-02 10:50:52.377 | M tempest/lib/api_schema/response/compute/v2_57/limits.py 2021-06-02 10:50:52.377 | M tempest/lib/api_schema/response/compute/v2_57/quotas.py 2021-06-02 10:50:52.377 | M tempest/lib/api_schema/response/compute/v2_57/servers.py 2021-06-02 10:50:52.377 | M tempest/lib/api_schema/response/compute/v2_59/__init__.py 2021-06-02 10:50:52.377 | M tempest/lib/api_schema/response/compute/v2_59/migrations.py 2021-06-02 10:50:52.377 | M tempest/lib/api_schema/response/compute/v2_6/__init__.py 2021-06-02 10:50:52.377 | M tempest/lib/api_schema/response/compute/v2_6/servers.py 2021-06-02 10:50:52.378 | M tempest/lib/api_schema/response/compute/v2_61/__init__.py 2021-06-02 10:50:52.378 | M tempest/lib/api_schema/response/compute/v2_61/flavors.py 2021-06-02 10:50:52.378 | M tempest/lib/api_schema/response/compute/v2_63/__init__.py 2021-06-02 10:50:52.378 | M tempest/lib/api_schema/response/compute/v2_63/servers.py 2021-06-02 10:50:52.378 | M tempest/lib/api_schema/response/compute/v2_70/__init__.py 2021-06-02 10:50:52.378 | M tempest/lib/api_schema/response/compute/v2_70/interfaces.py 2021-06-02 10:50:52.378 | M tempest/lib/api_schema/response/compute/v2_70/servers.py 2021-06-02 10:50:52.378 | M tempest/lib/api_schema/response/compute/v2_71/__init__.py 2021-06-02 10:50:52.378 | M tempest/lib/api_schema/response/compute/v2_71/servers.py 2021-06-02 10:50:52.378 | M tempest/lib/api_schema/response/compute/v2_73/__init__.py 2021-06-02 10:50:52.378 | M tempest/lib/api_schema/response/compute/v2_73/servers.py 2021-06-02 10:50:52.378 | M tempest/lib/api_schema/response/compute/v2_79/__init__.py 2021-06-02 10:50:52.378 | M tempest/lib/api_schema/response/compute/v2_79/servers.py 2021-06-02 10:50:52.378 | M tempest/lib/api_schema/response/compute/v2_8/__init__.py 2021-06-02 10:50:52.378 | M tempest/lib/api_schema/response/compute/v2_8/servers.py 2021-06-02 10:50:52.378 | M tempest/lib/api_schema/response/compute/v2_9/__init__.py 2021-06-02 10:50:52.378 | M tempest/lib/api_schema/response/compute/v2_9/servers.py 2021-06-02 10:50:52.378 | M tempest/lib/api_schema/response/volume/__init__.py 2021-06-02 10:50:52.378 | M tempest/lib/api_schema/response/volume/backups.py 2021-06-02 10:50:52.378 | M tempest/lib/api_schema/response/volume/capabilities.py 2021-06-02 10:50:52.378 | M tempest/lib/api_schema/response/volume/extensions.py 2021-06-02 10:50:52.378 | M tempest/lib/api_schema/response/volume/group_snapshots.py 2021-06-02 10:50:52.378 | M tempest/lib/api_schema/response/volume/group_types.py 2021-06-02 10:50:52.378 | M tempest/lib/api_schema/response/volume/groups.py 2021-06-02 10:50:52.378 | M tempest/lib/api_schema/response/volume/hosts.py 2021-06-02 10:50:52.378 | M tempest/lib/api_schema/response/volume/limits.py 2021-06-02 10:50:52.378 | M tempest/lib/api_schema/response/volume/manage_snapshot.py 2021-06-02 10:50:52.378 | M tempest/lib/api_schema/response/volume/manage_volume.py 2021-06-02 10:50:52.378 | M tempest/lib/api_schema/response/volume/messages.py 2021-06-02 10:50:52.378 | M tempest/lib/api_schema/response/volume/qos.py 2021-06-02 10:50:52.378 | M tempest/lib/api_schema/response/volume/quota_classes.py 2021-06-02 10:50:52.378 | M tempest/lib/api_schema/response/volume/quotas.py 2021-06-02 10:50:52.378 | M tempest/lib/api_schema/response/volume/scheduler_stats.py 2021-06-02 10:50:52.378 | M tempest/lib/api_schema/response/volume/services.py 2021-06-02 10:50:52.378 | M tempest/lib/api_schema/response/volume/snapshots.py 2021-06-02 10:50:52.378 | M tempest/lib/api_schema/response/volume/transfers.py 2021-06-02 10:50:52.378 | M tempest/lib/api_schema/response/volume/volume_types.py 2021-06-02 10:50:52.378 | M tempest/lib/api_schema/response/volume/volumes.py 2021-06-02 10:50:52.378 | M tempest/lib/auth.py 2021-06-02 10:50:52.378 | M tempest/lib/base.py 2021-06-02 10:50:52.378 | M tempest/lib/cli/__init__.py 2021-06-02 10:50:52.378 | M tempest/lib/cli/base.py 2021-06-02 10:50:52.378 | M tempest/lib/cli/output_parser.py 2021-06-02 10:50:52.378 | M tempest/lib/cmd/__init__.py 2021-06-02 10:50:52.378 | M tempest/lib/common/__init__.py 2021-06-02 10:50:52.378 | M tempest/lib/common/api_microversion_fixture.py 2021-06-02 10:50:52.378 | M tempest/lib/common/api_version_request.py 2021-06-02 10:50:52.378 | M tempest/lib/common/api_version_utils.py 2021-06-02 10:50:52.378 | M tempest/lib/common/cred_client.py 2021-06-02 10:50:52.379 | M tempest/lib/common/cred_provider.py 2021-06-02 10:50:52.379 | M tempest/lib/common/dynamic_creds.py 2021-06-02 10:50:52.379 | M tempest/lib/common/fixed_network.py 2021-06-02 10:50:52.379 | M tempest/lib/common/http.py 2021-06-02 10:50:52.379 | M tempest/lib/common/jsonschema_validator.py 2021-06-02 10:50:52.379 | M tempest/lib/common/preprov_creds.py 2021-06-02 10:50:52.379 | M tempest/lib/common/profiler.py 2021-06-02 10:50:52.379 | M tempest/lib/common/rest_client.py 2021-06-02 10:50:52.379 | M tempest/lib/common/ssh.py 2021-06-02 10:50:52.379 | M tempest/lib/common/thread.py 2021-06-02 10:50:52.379 | M tempest/lib/common/utils/__init__.py 2021-06-02 10:50:52.379 | M tempest/lib/common/utils/data_utils.py 2021-06-02 10:50:52.379 | M tempest/lib/common/utils/linux/__init__.py 2021-06-02 10:50:52.379 | M tempest/lib/common/utils/linux/remote_client.py 2021-06-02 10:50:52.379 | M tempest/lib/common/utils/misc.py 2021-06-02 10:50:52.379 | M tempest/lib/common/utils/test_utils.py 2021-06-02 10:50:52.379 | M tempest/lib/common/validation_resources.py 2021-06-02 10:50:52.379 | M tempest/lib/decorators.py 2021-06-02 10:50:52.379 | M tempest/lib/exceptions.py 2021-06-02 10:50:52.379 | M tempest/lib/services/__init__.py 2021-06-02 10:50:52.379 | M tempest/lib/services/clients.py 2021-06-02 10:50:52.379 | M tempest/lib/services/compute/__init__.py 2021-06-02 10:50:52.379 | M tempest/lib/services/compute/agents_client.py 2021-06-02 10:50:52.379 | M tempest/lib/services/compute/aggregates_client.py 2021-06-02 10:50:52.379 | M tempest/lib/services/compute/assisted_volume_snapshots_client.py 2021-06-02 10:50:52.379 | M tempest/lib/services/compute/availability_zone_client.py 2021-06-02 10:50:52.379 | M tempest/lib/services/compute/baremetal_nodes_client.py 2021-06-02 10:50:52.379 | M tempest/lib/services/compute/base_compute_client.py 2021-06-02 10:50:52.379 | M tempest/lib/services/compute/certificates_client.py 2021-06-02 10:50:52.379 | M tempest/lib/services/compute/extensions_client.py 2021-06-02 10:50:52.379 | M tempest/lib/services/compute/fixed_ips_client.py 2021-06-02 10:50:52.379 | M tempest/lib/services/compute/flavors_client.py 2021-06-02 10:50:52.379 | M tempest/lib/services/compute/floating_ip_pools_client.py 2021-06-02 10:50:52.379 | M tempest/lib/services/compute/floating_ips_bulk_client.py 2021-06-02 10:50:52.379 | M tempest/lib/services/compute/floating_ips_client.py 2021-06-02 10:50:52.379 | M tempest/lib/services/compute/hosts_client.py 2021-06-02 10:50:52.379 | M tempest/lib/services/compute/hypervisor_client.py 2021-06-02 10:50:52.379 | M tempest/lib/services/compute/images_client.py 2021-06-02 10:50:52.379 | M tempest/lib/services/compute/instance_usage_audit_log_client.py 2021-06-02 10:50:52.379 | M tempest/lib/services/compute/interfaces_client.py 2021-06-02 10:50:52.379 | M tempest/lib/services/compute/keypairs_client.py 2021-06-02 10:50:52.379 | M tempest/lib/services/compute/limits_client.py 2021-06-02 10:50:52.379 | M tempest/lib/services/compute/migrations_client.py 2021-06-02 10:50:52.379 | M tempest/lib/services/compute/networks_client.py 2021-06-02 10:50:52.379 | M tempest/lib/services/compute/quota_classes_client.py 2021-06-02 10:50:52.379 | M tempest/lib/services/compute/quotas_client.py 2021-06-02 10:50:52.379 | M tempest/lib/services/compute/security_group_default_rules_client.py 2021-06-02 10:50:52.379 | M tempest/lib/services/compute/security_group_rules_client.py 2021-06-02 10:50:52.380 | M tempest/lib/services/compute/security_groups_client.py 2021-06-02 10:50:52.380 | M tempest/lib/services/compute/server_groups_client.py 2021-06-02 10:50:52.380 | M tempest/lib/services/compute/servers_client.py 2021-06-02 10:50:52.380 | M tempest/lib/services/compute/services_client.py 2021-06-02 10:50:52.380 | M tempest/lib/services/compute/snapshots_client.py 2021-06-02 10:50:52.380 | M tempest/lib/services/compute/tenant_networks_client.py 2021-06-02 10:50:52.380 | M tempest/lib/services/compute/tenant_usages_client.py 2021-06-02 10:50:52.380 | M tempest/lib/services/compute/versions_client.py 2021-06-02 10:50:52.380 | M tempest/lib/services/compute/volumes_client.py 2021-06-02 10:50:52.380 | M tempest/lib/services/identity/__init__.py 2021-06-02 10:50:52.380 | M tempest/lib/services/identity/v2/__init__.py 2021-06-02 10:50:52.380 | M tempest/lib/services/identity/v2/endpoints_client.py 2021-06-02 10:50:52.380 | M tempest/lib/services/identity/v2/identity_client.py 2021-06-02 10:50:52.380 | M tempest/lib/services/identity/v2/roles_client.py 2021-06-02 10:50:52.380 | M tempest/lib/services/identity/v2/services_client.py 2021-06-02 10:50:52.380 | M tempest/lib/services/identity/v2/tenants_client.py 2021-06-02 10:50:52.380 | M tempest/lib/services/identity/v2/token_client.py 2021-06-02 10:50:52.380 | M tempest/lib/services/identity/v2/users_client.py 2021-06-02 10:50:52.380 | M tempest/lib/services/identity/v3/__init__.py 2021-06-02 10:50:52.380 | M tempest/lib/services/identity/v3/access_rules_client.py 2021-06-02 10:50:52.380 | M tempest/lib/services/identity/v3/application_credentials_client.py 2021-06-02 10:50:52.380 | M tempest/lib/services/identity/v3/catalog_client.py 2021-06-02 10:50:52.380 | M tempest/lib/services/identity/v3/credentials_client.py 2021-06-02 10:50:52.380 | M tempest/lib/services/identity/v3/domain_configuration_client.py 2021-06-02 10:50:52.380 | M tempest/lib/services/identity/v3/domains_client.py 2021-06-02 10:50:52.380 | M tempest/lib/services/identity/v3/endpoint_filter_client.py 2021-06-02 10:50:52.380 | M tempest/lib/services/identity/v3/endpoint_groups_client.py 2021-06-02 10:50:52.380 | M tempest/lib/services/identity/v3/endpoints_client.py 2021-06-02 10:50:52.380 | M tempest/lib/services/identity/v3/groups_client.py 2021-06-02 10:50:52.380 | M tempest/lib/services/identity/v3/identity_client.py 2021-06-02 10:50:52.380 | M tempest/lib/services/identity/v3/identity_providers_client.py 2021-06-02 10:50:52.380 | M tempest/lib/services/identity/v3/inherited_roles_client.py 2021-06-02 10:50:52.380 | M tempest/lib/services/identity/v3/mappings_client.py 2021-06-02 10:50:52.380 | M tempest/lib/services/identity/v3/oauth_consumers_client.py 2021-06-02 10:50:52.380 | M tempest/lib/services/identity/v3/oauth_token_client.py 2021-06-02 10:50:52.380 | M tempest/lib/services/identity/v3/policies_client.py 2021-06-02 10:50:52.380 | M tempest/lib/services/identity/v3/project_tags_client.py 2021-06-02 10:50:52.380 | M tempest/lib/services/identity/v3/projects_client.py 2021-06-02 10:50:52.380 | M tempest/lib/services/identity/v3/protocols_client.py 2021-06-02 10:50:52.380 | M tempest/lib/services/identity/v3/regions_client.py 2021-06-02 10:50:52.380 | M tempest/lib/services/identity/v3/role_assignments_client.py 2021-06-02 10:50:52.380 | M tempest/lib/services/identity/v3/roles_client.py 2021-06-02 10:50:52.380 | M tempest/lib/services/identity/v3/service_providers_client.py 2021-06-02 10:50:52.380 | M tempest/lib/services/identity/v3/services_client.py 2021-06-02 10:50:52.380 | M tempest/lib/services/identity/v3/token_client.py 2021-06-02 10:50:52.380 | M tempest/lib/services/identity/v3/trusts_client.py 2021-06-02 10:50:52.380 | M tempest/lib/services/identity/v3/users_client.py 2021-06-02 10:50:52.380 | M tempest/lib/services/identity/v3/versions_client.py 2021-06-02 10:50:52.381 | M tempest/lib/services/image/__init__.py 2021-06-02 10:50:52.381 | M tempest/lib/services/image/v1/__init__.py 2021-06-02 10:50:52.381 | M tempest/lib/services/image/v1/image_members_client.py 2021-06-02 10:50:52.381 | M tempest/lib/services/image/v1/images_client.py 2021-06-02 10:50:52.381 | M tempest/lib/services/image/v2/__init__.py 2021-06-02 10:50:52.381 | M tempest/lib/services/image/v2/image_members_client.py 2021-06-02 10:50:52.381 | M tempest/lib/services/image/v2/images_client.py 2021-06-02 10:50:52.381 | M tempest/lib/services/image/v2/namespace_objects_client.py 2021-06-02 10:50:52.381 | M tempest/lib/services/image/v2/namespace_properties_client.py 2021-06-02 10:50:52.381 | M tempest/lib/services/image/v2/namespace_tags_client.py 2021-06-02 10:50:52.381 | M tempest/lib/services/image/v2/namespaces_client.py 2021-06-02 10:50:52.381 | M tempest/lib/services/image/v2/resource_types_client.py 2021-06-02 10:50:52.381 | M tempest/lib/services/image/v2/schemas_client.py 2021-06-02 10:50:52.381 | M tempest/lib/services/image/v2/versions_client.py 2021-06-02 10:50:52.381 | M tempest/lib/services/network/__init__.py 2021-06-02 10:50:52.381 | M tempest/lib/services/network/agents_client.py 2021-06-02 10:50:52.381 | M tempest/lib/services/network/base.py 2021-06-02 10:50:52.381 | M tempest/lib/services/network/extensions_client.py 2021-06-02 10:50:52.381 | M tempest/lib/services/network/floating_ips_client.py 2021-06-02 10:50:52.381 | M tempest/lib/services/network/metering_label_rules_client.py 2021-06-02 10:50:52.381 | M tempest/lib/services/network/metering_labels_client.py 2021-06-02 10:50:52.381 | M tempest/lib/services/network/networks_client.py 2021-06-02 10:50:52.381 | M tempest/lib/services/network/ports_client.py 2021-06-02 10:50:52.381 | M tempest/lib/services/network/qos_client.py 2021-06-02 10:50:52.381 | M tempest/lib/services/network/qos_minimum_bandwidth_rules_client.py 2021-06-02 10:50:52.381 | M tempest/lib/services/network/quotas_client.py 2021-06-02 10:50:52.381 | M tempest/lib/services/network/routers_client.py 2021-06-02 10:50:52.381 | M tempest/lib/services/network/security_group_rules_client.py 2021-06-02 10:50:52.381 | M tempest/lib/services/network/security_groups_client.py 2021-06-02 10:50:52.381 | M tempest/lib/services/network/segments_client.py 2021-06-02 10:50:52.381 | M tempest/lib/services/network/service_providers_client.py 2021-06-02 10:50:52.381 | M tempest/lib/services/network/subnetpools_client.py 2021-06-02 10:50:52.381 | M tempest/lib/services/network/subnets_client.py 2021-06-02 10:50:52.381 | M tempest/lib/services/network/tags_client.py 2021-06-02 10:50:52.381 | M tempest/lib/services/network/trunks_client.py 2021-06-02 10:50:52.381 | M tempest/lib/services/network/versions_client.py 2021-06-02 10:50:52.381 | M tempest/lib/services/object_storage/__init__.py 2021-06-02 10:50:52.381 | M tempest/lib/services/object_storage/account_client.py 2021-06-02 10:50:52.381 | M tempest/lib/services/object_storage/bulk_middleware_client.py 2021-06-02 10:50:52.381 | M tempest/lib/services/object_storage/capabilities_client.py 2021-06-02 10:50:52.381 | M tempest/lib/services/object_storage/container_client.py 2021-06-02 10:50:52.381 | M tempest/lib/services/object_storage/object_client.py 2021-06-02 10:50:52.381 | M tempest/lib/services/placement/__init__.py 2021-06-02 10:50:52.381 | M tempest/lib/services/placement/base_placement_client.py 2021-06-02 10:50:52.381 | M tempest/lib/services/placement/placement_client.py 2021-06-02 10:50:52.381 | M tempest/lib/services/placement/resource_providers_client.py 2021-06-02 10:50:52.381 | M tempest/lib/services/volume/__init__.py 2021-06-02 10:50:52.381 | M tempest/lib/services/volume/base_client.py 2021-06-02 10:50:52.382 | M tempest/lib/services/volume/v2/__init__.py 2021-06-02 10:50:52.382 | M tempest/lib/services/volume/v2/availability_zone_client.py 2021-06-02 10:50:52.382 | M tempest/lib/services/volume/v2/backups_client.py 2021-06-02 10:50:52.382 | M tempest/lib/services/volume/v2/capabilities_client.py 2021-06-02 10:50:52.382 | M tempest/lib/services/volume/v2/encryption_types_client.py 2021-06-02 10:50:52.382 | M tempest/lib/services/volume/v2/extensions_client.py 2021-06-02 10:50:52.382 | M tempest/lib/services/volume/v2/hosts_client.py 2021-06-02 10:50:52.382 | M tempest/lib/services/volume/v2/limits_client.py 2021-06-02 10:50:52.382 | M tempest/lib/services/volume/v2/qos_client.py 2021-06-02 10:50:52.382 | M tempest/lib/services/volume/v2/quota_classes_client.py 2021-06-02 10:50:52.382 | M tempest/lib/services/volume/v2/quotas_client.py 2021-06-02 10:50:52.382 | M tempest/lib/services/volume/v2/scheduler_stats_client.py 2021-06-02 10:50:52.382 | M tempest/lib/services/volume/v2/services_client.py 2021-06-02 10:50:52.382 | M tempest/lib/services/volume/v2/snapshot_manage_client.py 2021-06-02 10:50:52.382 | M tempest/lib/services/volume/v2/snapshots_client.py 2021-06-02 10:50:52.382 | M tempest/lib/services/volume/v2/transfers_client.py 2021-06-02 10:50:52.382 | M tempest/lib/services/volume/v2/types_client.py 2021-06-02 10:50:52.382 | M tempest/lib/services/volume/v2/volume_manage_client.py 2021-06-02 10:50:52.382 | M tempest/lib/services/volume/v2/volumes_client.py 2021-06-02 10:50:52.382 | M tempest/lib/services/volume/v3/__init__.py 2021-06-02 10:50:52.382 | M tempest/lib/services/volume/v3/attachments_client.py 2021-06-02 10:50:52.382 | M tempest/lib/services/volume/v3/availability_zone_client.py 2021-06-02 10:50:52.382 | M tempest/lib/services/volume/v3/backups_client.py 2021-06-02 10:50:52.382 | M tempest/lib/services/volume/v3/base_client.py 2021-06-02 10:50:52.382 | M tempest/lib/services/volume/v3/capabilities_client.py 2021-06-02 10:50:52.382 | M tempest/lib/services/volume/v3/encryption_types_client.py 2021-06-02 10:50:52.382 | M tempest/lib/services/volume/v3/extensions_client.py 2021-06-02 10:50:52.382 | M tempest/lib/services/volume/v3/group_snapshots_client.py 2021-06-02 10:50:52.382 | M tempest/lib/services/volume/v3/group_types_client.py 2021-06-02 10:50:52.382 | M tempest/lib/services/volume/v3/groups_client.py 2021-06-02 10:50:52.382 | M tempest/lib/services/volume/v3/hosts_client.py 2021-06-02 10:50:52.382 | M tempest/lib/services/volume/v3/limits_client.py 2021-06-02 10:50:52.382 | M tempest/lib/services/volume/v3/messages_client.py 2021-06-02 10:50:52.382 | M tempest/lib/services/volume/v3/qos_client.py 2021-06-02 10:50:52.382 | M tempest/lib/services/volume/v3/quota_classes_client.py 2021-06-02 10:50:52.382 | M tempest/lib/services/volume/v3/quotas_client.py 2021-06-02 10:50:52.382 | M tempest/lib/services/volume/v3/scheduler_stats_client.py 2021-06-02 10:50:52.382 | M tempest/lib/services/volume/v3/services_client.py 2021-06-02 10:50:52.382 | M tempest/lib/services/volume/v3/snapshot_manage_client.py 2021-06-02 10:50:52.382 | M tempest/lib/services/volume/v3/snapshots_client.py 2021-06-02 10:50:52.382 | M tempest/lib/services/volume/v3/transfers_client.py 2021-06-02 10:50:52.382 | M tempest/lib/services/volume/v3/types_client.py 2021-06-02 10:50:52.382 | M tempest/lib/services/volume/v3/versions_client.py 2021-06-02 10:50:52.382 | M tempest/lib/services/volume/v3/volume_manage_client.py 2021-06-02 10:50:52.382 | M tempest/lib/services/volume/v3/volumes_client.py 2021-06-02 10:50:52.382 | M tempest/scenario/README.rst 2021-06-02 10:50:52.382 | M tempest/scenario/__init__.py 2021-06-02 10:50:52.382 | M tempest/scenario/manager.py 2021-06-02 10:50:52.383 | M tempest/scenario/test_aggregates_basic_ops.py 2021-06-02 10:50:52.383 | M tempest/scenario/test_dashboard_basic_ops.py 2021-06-02 10:50:52.383 | M tempest/scenario/test_encrypted_cinder_volumes.py 2021-06-02 10:50:52.383 | M tempest/scenario/test_minbw_allocation_placement.py 2021-06-02 10:50:52.383 | M tempest/scenario/test_minimum_basic.py 2021-06-02 10:50:52.383 | M tempest/scenario/test_network_advanced_server_ops.py 2021-06-02 10:50:52.383 | M tempest/scenario/test_network_basic_ops.py 2021-06-02 10:50:52.383 | M tempest/scenario/test_network_v6.py 2021-06-02 10:50:52.383 | M tempest/scenario/test_object_storage_basic_ops.py 2021-06-02 10:50:52.383 | M tempest/scenario/test_security_groups_basic_ops.py 2021-06-02 10:50:52.383 | M tempest/scenario/test_server_advanced_ops.py 2021-06-02 10:50:52.383 | M tempest/scenario/test_server_basic_ops.py 2021-06-02 10:50:52.383 | M tempest/scenario/test_server_multinode.py 2021-06-02 10:50:52.383 | M tempest/scenario/test_shelve_instance.py 2021-06-02 10:50:52.383 | M tempest/scenario/test_snapshot_pattern.py 2021-06-02 10:50:52.383 | M tempest/scenario/test_stamp_pattern.py 2021-06-02 10:50:52.383 | M tempest/scenario/test_volume_backup_restore.py 2021-06-02 10:50:52.383 | M tempest/scenario/test_volume_boot_pattern.py 2021-06-02 10:50:52.383 | M tempest/scenario/test_volume_migrate_attached.py 2021-06-02 10:50:52.383 | M tempest/services/__init__.py 2021-06-02 10:50:52.383 | M tempest/services/orchestration/__init__.py 2021-06-02 10:50:52.383 | M tempest/services/orchestration/json/__init__.py 2021-06-02 10:50:52.383 | M tempest/services/orchestration/json/orchestration_client.py 2021-06-02 10:50:52.383 | M tempest/test.py 2021-06-02 10:50:52.383 | M tempest/test_discover/__init__.py 2021-06-02 10:50:52.383 | M tempest/test_discover/plugins.py 2021-06-02 10:50:52.383 | M tempest/test_discover/test_discover.py 2021-06-02 10:50:52.383 | M tempest/tests/README.rst 2021-06-02 10:50:52.383 | M tempest/tests/__init__.py 2021-06-02 10:50:52.383 | M tempest/tests/api/__init__.py 2021-06-02 10:50:52.383 | M tempest/tests/api/compute/__init__.py 2021-06-02 10:50:52.383 | M tempest/tests/api/compute/test_base.py 2021-06-02 10:50:52.383 | M tempest/tests/base.py 2021-06-02 10:50:52.383 | M tempest/tests/cmd/__init__.py 2021-06-02 10:50:52.383 | M tempest/tests/cmd/subunit_describe_calls_data/calls.subunit 2021-06-02 10:50:52.383 | M tempest/tests/cmd/subunit_describe_calls_data/calls_subunit_expected.json 2021-06-02 10:50:52.383 | M tempest/tests/cmd/test_account_generator.py 2021-06-02 10:50:52.383 | M tempest/tests/cmd/test_cleanup.py 2021-06-02 10:50:52.383 | M tempest/tests/cmd/test_cleanup_services.py 2021-06-02 10:50:52.383 | M tempest/tests/cmd/test_list_plugins.py 2021-06-02 10:50:52.383 | M tempest/tests/cmd/test_run.py 2021-06-02 10:50:52.383 | M tempest/tests/cmd/test_saved_state_json.json 2021-06-02 10:50:52.383 | M tempest/tests/cmd/test_subunit_describe_calls.py 2021-06-02 10:50:52.383 | M tempest/tests/cmd/test_tempest_init.py 2021-06-02 10:50:52.383 | M tempest/tests/cmd/test_verify_tempest_config.py 2021-06-02 10:50:52.383 | M tempest/tests/cmd/test_workspace.py 2021-06-02 10:50:52.383 | M tempest/tests/common/__init__.py 2021-06-02 10:50:52.383 | M tempest/tests/common/test_admin_available.py 2021-06-02 10:50:52.383 | M tempest/tests/common/test_alt_available.py 2021-06-02 10:50:52.383 | M tempest/tests/common/test_compute.py 2021-06-02 10:50:52.384 | M tempest/tests/common/test_credentials_factory.py 2021-06-02 10:50:52.384 | M tempest/tests/common/test_custom_matchers.py 2021-06-02 10:50:52.384 | M tempest/tests/common/test_image.py 2021-06-02 10:50:52.384 | M tempest/tests/common/utils/__init__.py 2021-06-02 10:50:52.384 | M tempest/tests/common/utils/linux/__init__.py 2021-06-02 10:50:52.384 | M tempest/tests/common/utils/linux/test_remote_client.py 2021-06-02 10:50:52.384 | M tempest/tests/common/utils/test_net_utils.py 2021-06-02 10:50:52.384 | M tempest/tests/fake_config.py 2021-06-02 10:50:52.384 | M tempest/tests/fake_tempest_plugin.py 2021-06-02 10:50:52.384 | M tempest/tests/files/__init__.py 2021-06-02 10:50:52.384 | M tempest/tests/files/failing-tests 2021-06-02 10:50:52.384 | M tempest/tests/files/passing-tests 2021-06-02 10:50:52.384 | M tempest/tests/files/setup.cfg 2021-06-02 10:50:52.384 | M tempest/tests/files/testr-conf 2021-06-02 10:50:52.384 | M tempest/tests/lib/__init__.py 2021-06-02 10:50:52.384 | M tempest/tests/lib/cli/__init__.py 2021-06-02 10:50:52.384 | M tempest/tests/lib/cli/test_command_failed.py 2021-06-02 10:50:52.384 | M tempest/tests/lib/cli/test_execute.py 2021-06-02 10:50:52.384 | M tempest/tests/lib/cli/test_output_parser.py 2021-06-02 10:50:52.384 | M tempest/tests/lib/cmd/__init__.py 2021-06-02 10:50:52.384 | M tempest/tests/lib/cmd/test_check_uuid.py 2021-06-02 10:50:52.384 | M tempest/tests/lib/common/__init__.py 2021-06-02 10:50:52.384 | M tempest/tests/lib/common/test_api_version_request.py 2021-06-02 10:50:52.384 | M tempest/tests/lib/common/test_api_version_utils.py 2021-06-02 10:50:52.384 | M tempest/tests/lib/common/test_cred_client.py 2021-06-02 10:50:52.384 | M tempest/tests/lib/common/test_dynamic_creds.py 2021-06-02 10:50:52.384 | M tempest/tests/lib/common/test_http.py 2021-06-02 10:50:52.384 | M tempest/tests/lib/common/test_jsonschema_validator.py 2021-06-02 10:50:52.384 | M tempest/tests/lib/common/test_preprov_creds.py 2021-06-02 10:50:52.384 | M tempest/tests/lib/common/test_profiler.py 2021-06-02 10:50:52.384 | M tempest/tests/lib/common/test_rest_client.py 2021-06-02 10:50:52.384 | M tempest/tests/lib/common/test_validation_resources.py 2021-06-02 10:50:52.384 | M tempest/tests/lib/common/utils/__init__.py 2021-06-02 10:50:52.384 | M tempest/tests/lib/common/utils/linux/__init__.py 2021-06-02 10:50:52.384 | M tempest/tests/lib/common/utils/linux/test_remote_client.py 2021-06-02 10:50:52.384 | M tempest/tests/lib/common/utils/test_data_utils.py 2021-06-02 10:50:52.384 | M tempest/tests/lib/common/utils/test_misc.py 2021-06-02 10:50:52.384 | M tempest/tests/lib/common/utils/test_test_utils.py 2021-06-02 10:50:52.384 | M tempest/tests/lib/fake_auth_provider.py 2021-06-02 10:50:52.384 | M tempest/tests/lib/fake_credentials.py 2021-06-02 10:50:52.384 | M tempest/tests/lib/fake_http.py 2021-06-02 10:50:52.384 | M tempest/tests/lib/fake_identity.py 2021-06-02 10:50:52.384 | M tempest/tests/lib/services/__init__.py 2021-06-02 10:50:52.384 | M tempest/tests/lib/services/base.py 2021-06-02 10:50:52.384 | M tempest/tests/lib/services/compute/__init__.py 2021-06-02 10:50:52.384 | M tempest/tests/lib/services/compute/test_agents_client.py 2021-06-02 10:50:52.384 | M tempest/tests/lib/services/compute/test_aggregates_client.py 2021-06-02 10:50:52.384 | M tempest/tests/lib/services/compute/test_assisted_volume_snapshots_client.py 2021-06-02 10:50:52.385 | M tempest/tests/lib/services/compute/test_availability_zone_client.py 2021-06-02 10:50:52.385 | M tempest/tests/lib/services/compute/test_baremetal_nodes_client.py 2021-06-02 10:50:52.385 | M tempest/tests/lib/services/compute/test_base_compute_client.py 2021-06-02 10:50:52.385 | M tempest/tests/lib/services/compute/test_certificates_client.py 2021-06-02 10:50:52.385 | M tempest/tests/lib/services/compute/test_extensions_client.py 2021-06-02 10:50:52.385 | M tempest/tests/lib/services/compute/test_fixedIPs_client.py 2021-06-02 10:50:52.385 | M tempest/tests/lib/services/compute/test_flavors_client.py 2021-06-02 10:50:52.385 | M tempest/tests/lib/services/compute/test_floating_ip_pools_client.py 2021-06-02 10:50:52.385 | M tempest/tests/lib/services/compute/test_floating_ips_bulk_client.py 2021-06-02 10:50:52.385 | M tempest/tests/lib/services/compute/test_floating_ips_client.py 2021-06-02 10:50:52.385 | M tempest/tests/lib/services/compute/test_hosts_client.py 2021-06-02 10:50:52.385 | M tempest/tests/lib/services/compute/test_hypervisor_client.py 2021-06-02 10:50:52.385 | M tempest/tests/lib/services/compute/test_images_client.py 2021-06-02 10:50:52.385 | M tempest/tests/lib/services/compute/test_instance_usage_audit_log_client.py 2021-06-02 10:50:52.385 | M tempest/tests/lib/services/compute/test_interfaces_client.py 2021-06-02 10:50:52.385 | M tempest/tests/lib/services/compute/test_keypairs_client.py 2021-06-02 10:50:52.385 | M tempest/tests/lib/services/compute/test_limits_client.py 2021-06-02 10:50:52.385 | M tempest/tests/lib/services/compute/test_migrations_client.py 2021-06-02 10:50:52.385 | M tempest/tests/lib/services/compute/test_networks_client.py 2021-06-02 10:50:52.385 | M tempest/tests/lib/services/compute/test_quota_classes_client.py 2021-06-02 10:50:52.385 | M tempest/tests/lib/services/compute/test_quotas_client.py 2021-06-02 10:50:52.385 | M tempest/tests/lib/services/compute/test_security_group_default_rules_client.py 2021-06-02 10:50:52.385 | M tempest/tests/lib/services/compute/test_security_group_rules_client.py 2021-06-02 10:50:52.385 | M tempest/tests/lib/services/compute/test_security_groups_client.py 2021-06-02 10:50:52.385 | M tempest/tests/lib/services/compute/test_server_groups_client.py 2021-06-02 10:50:52.385 | M tempest/tests/lib/services/compute/test_servers_client.py 2021-06-02 10:50:52.385 | M tempest/tests/lib/services/compute/test_services_client.py 2021-06-02 10:50:52.385 | M tempest/tests/lib/services/compute/test_snapshots_client.py 2021-06-02 10:50:52.385 | M tempest/tests/lib/services/compute/test_tenant_networks_client.py 2021-06-02 10:50:52.385 | M tempest/tests/lib/services/compute/test_tenant_usages_client.py 2021-06-02 10:50:52.385 | M tempest/tests/lib/services/compute/test_versions_client.py 2021-06-02 10:50:52.385 | M tempest/tests/lib/services/compute/test_volumes_client.py 2021-06-02 10:50:52.385 | M tempest/tests/lib/services/identity/__init__.py 2021-06-02 10:50:52.385 | M tempest/tests/lib/services/identity/v2/__init__.py 2021-06-02 10:50:52.385 | M tempest/tests/lib/services/identity/v2/test_endpoints_client.py 2021-06-02 10:50:52.385 | M tempest/tests/lib/services/identity/v2/test_identity_client.py 2021-06-02 10:50:52.385 | M tempest/tests/lib/services/identity/v2/test_roles_client.py 2021-06-02 10:50:52.385 | M tempest/tests/lib/services/identity/v2/test_services_client.py 2021-06-02 10:50:52.385 | M tempest/tests/lib/services/identity/v2/test_tenants_client.py 2021-06-02 10:50:52.385 | M tempest/tests/lib/services/identity/v2/test_token_client.py 2021-06-02 10:50:52.385 | M tempest/tests/lib/services/identity/v2/test_users_client.py 2021-06-02 10:50:52.385 | M tempest/tests/lib/services/identity/v3/__init__.py 2021-06-02 10:50:52.385 | M tempest/tests/lib/services/identity/v3/test_access_rules_client.py 2021-06-02 10:50:52.385 | M tempest/tests/lib/services/identity/v3/test_application_credentials_client.py 2021-06-02 10:50:52.385 | M tempest/tests/lib/services/identity/v3/test_catalog_client.py 2021-06-02 10:50:52.385 | M tempest/tests/lib/services/identity/v3/test_credentials_client.py 2021-06-02 10:50:52.385 | M tempest/tests/lib/services/identity/v3/test_domain_configuration_client.py 2021-06-02 10:50:52.386 | M tempest/tests/lib/services/identity/v3/test_domains_client.py 2021-06-02 10:50:52.386 | M tempest/tests/lib/services/identity/v3/test_endpoint_filter_client.py 2021-06-02 10:50:52.386 | M tempest/tests/lib/services/identity/v3/test_endpoint_groups_client.py 2021-06-02 10:50:52.386 | M tempest/tests/lib/services/identity/v3/test_endpoints_client.py 2021-06-02 10:50:52.386 | M tempest/tests/lib/services/identity/v3/test_groups_client.py 2021-06-02 10:50:52.386 | M tempest/tests/lib/services/identity/v3/test_identity_client.py 2021-06-02 10:50:52.386 | M tempest/tests/lib/services/identity/v3/test_identity_providers_client.py 2021-06-02 10:50:52.386 | M tempest/tests/lib/services/identity/v3/test_inherited_roles_client.py 2021-06-02 10:50:52.386 | M tempest/tests/lib/services/identity/v3/test_mappings_client.py 2021-06-02 10:50:52.386 | M tempest/tests/lib/services/identity/v3/test_oauth_consumers_client.py 2021-06-02 10:50:52.386 | M tempest/tests/lib/services/identity/v3/test_oauth_token_client.py 2021-06-02 10:50:52.386 | M tempest/tests/lib/services/identity/v3/test_policies_client.py 2021-06-02 10:50:52.386 | M tempest/tests/lib/services/identity/v3/test_project_tags_client.py 2021-06-02 10:50:52.386 | M tempest/tests/lib/services/identity/v3/test_projects_client.py 2021-06-02 10:50:52.386 | M tempest/tests/lib/services/identity/v3/test_protocols_client.py 2021-06-02 10:50:52.386 | M tempest/tests/lib/services/identity/v3/test_regions_client.py 2021-06-02 10:50:52.386 | M tempest/tests/lib/services/identity/v3/test_role_assignments_client.py 2021-06-02 10:50:52.386 | M tempest/tests/lib/services/identity/v3/test_roles_client.py 2021-06-02 10:50:52.386 | M tempest/tests/lib/services/identity/v3/test_service_providers_client.py 2021-06-02 10:50:52.386 | M tempest/tests/lib/services/identity/v3/test_services_client.py 2021-06-02 10:50:52.386 | M tempest/tests/lib/services/identity/v3/test_token_client.py 2021-06-02 10:50:52.386 | M tempest/tests/lib/services/identity/v3/test_trusts_client.py 2021-06-02 10:50:52.386 | M tempest/tests/lib/services/identity/v3/test_users_client.py 2021-06-02 10:50:52.386 | M tempest/tests/lib/services/identity/v3/test_versions_client.py 2021-06-02 10:50:52.386 | M tempest/tests/lib/services/image/__init__.py 2021-06-02 10:50:52.386 | M tempest/tests/lib/services/image/v1/__init__.py 2021-06-02 10:50:52.387 | M tempest/tests/lib/services/image/v1/test_image_members_client.py 2021-06-02 10:50:52.387 | M tempest/tests/lib/services/image/v2/__init__.py 2021-06-02 10:50:52.387 | M tempest/tests/lib/services/image/v2/test_image_members_client.py 2021-06-02 10:50:52.387 | M tempest/tests/lib/services/image/v2/test_images_client.py 2021-06-02 10:50:52.387 | M tempest/tests/lib/services/image/v2/test_namespace_object_client.py 2021-06-02 10:50:52.387 | M tempest/tests/lib/services/image/v2/test_namespace_properties_client.py 2021-06-02 10:50:52.387 | M tempest/tests/lib/services/image/v2/test_namespace_tags_client.py 2021-06-02 10:50:52.387 | M tempest/tests/lib/services/image/v2/test_namespaces_client.py 2021-06-02 10:50:52.387 | M tempest/tests/lib/services/image/v2/test_resource_types_client.py 2021-06-02 10:50:52.387 | M tempest/tests/lib/services/image/v2/test_schemas_client.py 2021-06-02 10:50:52.387 | M tempest/tests/lib/services/image/v2/test_versions_client.py 2021-06-02 10:50:52.387 | M tempest/tests/lib/services/network/__init__.py 2021-06-02 10:50:52.387 | M tempest/tests/lib/services/network/test_agents_client.py 2021-06-02 10:50:52.387 | M tempest/tests/lib/services/network/test_base_network_client.py 2021-06-02 10:50:52.387 | M tempest/tests/lib/services/network/test_extensions_client.py 2021-06-02 10:50:52.387 | M tempest/tests/lib/services/network/test_floating_ips_client.py 2021-06-02 10:50:52.387 | M tempest/tests/lib/services/network/test_metering_label_rules_client.py 2021-06-02 10:50:52.387 | M tempest/tests/lib/services/network/test_metering_labels_client.py 2021-06-02 10:50:52.387 | M tempest/tests/lib/services/network/test_networks_client.py 2021-06-02 10:50:52.387 | M tempest/tests/lib/services/network/test_ports_client.py 2021-06-02 10:50:52.387 | M tempest/tests/lib/services/network/test_qos_client.py 2021-06-02 10:50:52.387 | M tempest/tests/lib/services/network/test_qos_minimum_bandwidth_rules_client.py 2021-06-02 10:50:52.387 | M tempest/tests/lib/services/network/test_quotas_client.py 2021-06-02 10:50:52.387 | M tempest/tests/lib/services/network/test_routers_client.py 2021-06-02 10:50:52.387 | M tempest/tests/lib/services/network/test_security_group_rules_client.py 2021-06-02 10:50:52.387 | M tempest/tests/lib/services/network/test_security_groups_client.py 2021-06-02 10:50:52.387 | M tempest/tests/lib/services/network/test_segments_client.py 2021-06-02 10:50:52.387 | M tempest/tests/lib/services/network/test_service_providers_client.py 2021-06-02 10:50:52.387 | M tempest/tests/lib/services/network/test_subnetpools_client.py 2021-06-02 10:50:52.387 | M tempest/tests/lib/services/network/test_suSwitched to branch 'master' 2021-06-02 10:50:52.387 | bnets_client.py 2021-06-02 10:50:52.387 | M tempest/tests/lib/services/network/test_tags_client.py 2021-06-02 10:50:52.387 | M tempest/tests/lib/services/network/test_trunks_client.py 2021-06-02 10:50:52.387 | M tempest/tests/lib/services/network/test_versions_client.py 2021-06-02 10:50:52.387 | M tempest/tests/lib/services/object_storage/__init__.py 2021-06-02 10:50:52.387 | M tempest/tests/lib/services/object_storage/test_bulk_middleware_client.py 2021-06-02 10:50:52.387 | M tempest/tests/lib/services/object_storage/test_capabilities_client.py 2021-06-02 10:50:52.387 | M tempest/tests/lib/services/object_storage/test_object_client.py 2021-06-02 10:50:52.387 | M tempest/tests/lib/services/placement/__init__.py 2021-06-02 10:50:52.387 | M tempest/tests/lib/services/placement/test_placement_client.py 2021-06-02 10:50:52.387 | M tempest/tests/lib/services/placement/test_resource_providers_client.py 2021-06-02 10:50:52.387 | M tempest/tests/lib/services/registry_fixture.py 2021-06-02 10:50:52.387 | M tempest/tests/lib/services/test_clients.py 2021-06-02 10:50:52.387 | M tempest/tests/lib/services/volume/__init__.py 2021-06-02 10:50:52.387 | M tempest/tests/lib/services/volume/v3/__init__.py 2021-06-02 10:50:52.387 | M tempest/tests/lib/services/volume/v3/test_attachments_client.py 2021-06-02 10:50:52.388 | M tempest/tests/lib/services/volume/v3/test_availability_zone_client.py 2021-06-02 10:50:52.388 | M tempest/tests/lib/services/volume/v3/test_backups_client.py 2021-06-02 10:50:52.388 | M tempest/tests/lib/services/volume/v3/test_capabilities_client.py 2021-06-02 10:50:52.388 | M tempest/tests/lib/services/volume/v3/test_encryption_types_client.py 2021-06-02 10:50:52.388 | M tempest/tests/lib/services/volume/v3/test_extensions_client.py 2021-06-02 10:50:52.388 | M tempest/tests/lib/services/volume/v3/test_group_snapshots_client.py 2021-06-02 10:50:52.388 | M tempest/tests/lib/services/volume/v3/test_group_types_client.py 2021-06-02 10:50:52.388 | M tempest/tests/lib/services/volume/v3/test_groups_client.py 2021-06-02 10:50:52.388 | M tempest/tests/lib/services/volume/v3/test_hosts_client.py 2021-06-02 10:50:52.388 | M tempest/tests/lib/services/volume/v3/test_limits_client.py 2021-06-02 10:50:52.388 | M tempest/tests/lib/services/volume/v3/test_quota_classes_client.py 2021-06-02 10:50:52.388 | M tempest/tests/lib/services/volume/v3/test_quotas_client.py 2021-06-02 10:50:52.388 | M tempest/tests/lib/services/volume/v3/test_scheduler_stats_client.py 2021-06-02 10:50:52.388 | M tempest/tests/lib/services/volume/v3/test_services_client.py 2021-06-02 10:50:52.388 | M tempest/tests/lib/services/volume/v3/test_snapshot_manage_client.py 2021-06-02 10:50:52.388 | M tempest/tests/lib/services/volume/v3/test_snapshots_client.py 2021-06-02 10:50:52.388 | M tempest/tests/lib/services/volume/v3/test_transfers_client.py 2021-06-02 10:50:52.388 | M tempest/tests/lib/services/volume/v3/test_types_client.py 2021-06-02 10:50:52.388 | M tempest/tests/lib/services/volume/v3/test_user_messages_client.py 2021-06-02 10:50:52.388 | M tempest/tests/lib/services/volume/v3/test_versions_client.py 2021-06-02 10:50:52.388 | M tempest/tests/lib/services/volume/v3/test_volume_manage_client.py 2021-06-02 10:50:52.388 | M tempest/tests/lib/services/volume/v3/test_volumes_client.py 2021-06-02 10:50:52.388 | M tempest/tests/lib/test_api_microversion_fixture.py 2021-06-02 10:50:52.388 | M tempest/tests/lib/test_auth.py 2021-06-02 10:50:52.388 | M tempest/tests/lib/test_base.py 2021-06-02 10:50:52.388 | M tempest/tests/lib/test_credentials.py 2021-06-02 10:50:52.388 | M tempest/tests/lib/test_decorators.py 2021-06-02 10:50:52.388 | M tempest/tests/lib/test_ssh.py 2021-06-02 10:50:52.388 | M tempest/tests/lib/test_tempest_lib.py 2021-06-02 10:50:52.388 | M tempest/tests/test_base_test.py 2021-06-02 10:50:52.388 | M tempest/tests/test_config.py 2021-06-02 10:50:52.388 | M tempest/tests/test_decorators.py 2021-06-02 10:50:52.388 | M tempest/tests/test_hacking.py 2021-06-02 10:50:52.388 | M tempest/tests/test_imports.py 2021-06-02 10:50:52.388 | M tempest/tests/test_list_tests.py 2021-06-02 10:50:52.388 | M tempest/tests/test_microversions.py 2021-06-02 10:50:52.388 | M tempest/tests/test_tempest_plugin.py 2021-06-02 10:50:52.388 | M tempest/tests/test_test.py 2021-06-02 10:50:52.388 | M tempest/tests/utils.py 2021-06-02 10:50:52.388 | M tempest/version.py 2021-06-02 10:50:52.388 | M test-requirements.txt 2021-06-02 10:50:52.388 | M tools/generate-tempest-plugins-list.py 2021-06-02 10:50:52.388 | M tools/tempest-integrated-gate-compute-exclude-list.txt 2021-06-02 10:50:52.388 | M tools/tempest-integrated-gate-networking-exclude-list.txt 2021-06-02 10:50:52.388 | M tools/tempest-integrated-gate-object-storage-exclude-list.txt 2021-06-02 10:50:52.388 | M tools/tempest-integrated-gate-placement-exclude-list.txt 2021-06-02 10:50:52.388 | M tools/tempest-integrated-gate-storage-exclude-list.txt 2021-06-02 10:50:52.389 | M tools/tempest-plugin-sanity.sh 2021-06-02 10:50:52.389 | M tox.ini 2021-06-02 10:50:52.389 | M zuul.d/base.yaml 2021-06-02 10:50:52.389 | M zuul.d/integrated-gate.yaml 2021-06-02 10:50:52.389 | M zuul.d/project.yaml 2021-06-02 10:50:52.389 | M zuul.d/stable-jobs.yaml 2021-06-02 10:50:52.389 | M zuul.d/tempest-specific.yaml 2021-06-02 10:50:52.389 | Your branch is up to date with 'origin/master'. 2021-06-02 10:50:52.389 | ++ lib/tempest:install_tempest:749 : local tmp_u_c_m 2021-06-02 10:50:52.389 | +++ lib/tempest:install_tempest:750 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2021-06-02 10:50:52.389 | ++ lib/tempest:install_tempest:750 : tmp_u_c_m=/tmp/tempest_u_c_m.vta9icxfTb 2021-06-02 10:50:52.389 | ++ lib/tempest:install_tempest:751 : set_tempest_venv_constraints /tmp/tempest_u_c_m.vta9icxfTb 2021-06-02 10:50:52.389 | ++ lib/tempest:set_tempest_venv_constraints:114 : local tmp_c 2021-06-02 10:50:52.389 | ++ lib/tempest:set_tempest_venv_constraints:115 : tmp_c=/tmp/tempest_u_c_m.vta9icxfTb 2021-06-02 10:50:52.389 | ++ lib/tempest:set_tempest_venv_constraints:116 : [[ master == \m\a\s\t\e\r ]] 2021-06-02 10:50:52.391 | ++ lib/tempest:set_tempest_venv_constraints:117 : cd /opt/stack/requirements 2021-06-02 10:50:52.393 | ++ lib/tempest:set_tempest_venv_constraints:117 : git show origin/master:upper-constraints.txt 2021-06-02 10:50:52.398 | ++ lib/tempest:install_tempest:753 : tox -r --notest -efull 2021-06-02 10:50:53.087 | full create: /opt/stack/tempest/.tox/tempest 2021-06-02 10:50:58.406 | full installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2021-06-02 10:51:24.263 | full develop-inst: /opt/stack/tempest 2021-06-02 10:51:30.020 | full installed: attrs==21.2.0,bcrypt==3.2.0,certifi==2021.5.30,cffi==1.14.5,chardet==4.0.0,cliff==3.8.0,cmd2==1.5.0,colorama==0.4.4,cryptography==3.4.7,debtcollector==2.2.0,extras==1.0.0,fasteners==0.14.1,fixtures==3.0.0,future==0.18.2,idna==2.10,importlib-metadata==4.4.0,importlib-resources==5.1.4,iso8601==0.1.14,jsonschema==3.2.0,linecache2==1.0.0,monotonic==1.6,msgpack==1.0.2,netaddr==0.8.0,netifaces==0.11.0,oslo.concurrency==4.4.0,oslo.config==8.7.0,oslo.context==3.3.0,oslo.i18n==5.0.1,oslo.log==4.5.0,oslo.serialization==4.1.0,oslo.utils==4.9.0,packaging==20.9,paramiko==2.7.2,pbr==5.6.0,prettytable==0.7.2,pycparser==2.20,pyinotify==0.9.6,PyNaCl==1.4.0,pyparsing==2.4.7,pyperclip==1.8.2,pyrsistent==0.17.3,python-dateutil==2.8.1,python-mimeparse==1.6.0,python-subunit==1.4.0,pytz==2021.1,PyYAML==5.4.1,requests==2.25.1,rfc3986==1.5.0,six==1.16.0,stestr==3.2.0,stevedore==3.3.0,-e git+https://opendev.org/openstack/tempest@3e127640657b294c9d4a941b6a6bb287aa496539#egg=tempest,testtools==2.4.0,traceback2==1.4.0,typing-extensions==3.10.0.0,unittest2==1.1.0,urllib3==1.26.5,voluptuous==0.12.1,wcwidth==0.2.5,wrapt==1.12.1,zipp==3.4.1 2021-06-02 10:51:30.020 | ___________________________________ summary ____________________________________ 2021-06-02 10:51:30.020 | full: skipped tests 2021-06-02 10:51:30.020 | congratulations :) 2021-06-02 10:51:30.050 | ++ lib/tempest:install_tempest:757 : /opt/stack/tempest/.tox/tempest/bin/pip install -c /tmp/tempest_u_c_m.vta9icxfTb -r requirements.txt 2021-06-02 10:51:30.926 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-06-02 10:51:31.153 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-06-02 10:51:31.347 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-06-02 10:51:31.676 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-06-02 10:51:31.678 | Requirement already satisfied: oslo.concurrency===4.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 24)) (4.4.0) 2021-06-02 10:51:31.690 | Requirement already satisfied: pbr===5.6.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 46)) (5.6.0) 2021-06-02 10:51:31.692 | Requirement already satisfied: oslo.i18n===5.0.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 52)) (5.0.1) 2021-06-02 10:51:31.699 | Requirement already satisfied: fixtures===3.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 62)) (3.0.0) 2021-06-02 10:51:31.711 | Requirement already satisfied: debtcollector===2.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 117)) (2.2.0) 2021-06-02 10:51:31.731 | Requirement already satisfied: netaddr===0.8.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 134)) (0.8.0) 2021-06-02 10:51:31.738 | Requirement already satisfied: prettytable===0.7.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 142)) (0.7.2) 2021-06-02 10:51:31.740 | Requirement already satisfied: paramiko===2.7.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 166)) (2.7.2) 2021-06-02 10:51:31.776 | Requirement already satisfied: urllib3===1.26.5 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 171)) (1.26.5) 2021-06-02 10:51:31.799 | Requirement already satisfied: python-subunit===1.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 176)) (1.4.0) 2021-06-02 10:51:31.814 | Requirement already satisfied: PyYAML===5.4.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 180)) (5.4.1) 2021-06-02 10:51:31.818 | Requirement already satisfied: cryptography===3.4.7 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 185)) (3.4.7) 2021-06-02 10:51:31.860 | Requirement already satisfied: unittest2===1.1.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 203)) (1.1.0) 2021-06-02 10:51:31.867 | Requirement already satisfied: bcrypt===3.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 211)) (3.2.0) 2021-06-02 10:51:31.878 | Requirement already satisfied: cliff===3.8.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 245)) (3.8.0) 2021-06-02 10:51:31.889 | Requirement already satisfied: oslo.log===4.5.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 278)) (4.5.0) 2021-06-02 10:51:31.931 | Requirement already satisfied: stestr===3.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 306)) (3.2.0) 2021-06-02 10:51:31.959 | Requirement already satisfied: oslo.serialization===4.1.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 307)) (4.1.0) 2021-06-02 10:51:31.969 | Requirement already satisfied: testtools===2.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 343)) (2.4.0) 2021-06-02 10:51:31.987 | Requirement already satisfied: PyNaCl===1.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 383)) (1.4.0) 2021-06-02 10:51:32.000 | Requirement already satisfied: msgpack===1.0.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 391)) (1.0.2) 2021-06-02 10:51:32.004 | Requirement already satisfied: oslo.config===8.7.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 393)) (8.7.0) 2021-06-02 10:51:32.048 | Requirement already satisfied: pyparsing===2.4.7 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 408)) (2.4.7) 2021-06-02 10:51:32.051 | Requirement already satisfied: stevedore===3.3.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 419)) (3.3.0) 2021-06-02 10:51:32.061 | Requirement already satisfied: cmd2===1.5.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 429)) (1.5.0) 2021-06-02 10:51:32.123 | Requirement already satisfied: six===1.16.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 446)) (1.16.0) 2021-06-02 10:51:32.126 | Requirement already satisfied: wrapt===1.12.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 474)) (1.12.1) 2021-06-02 10:51:32.129 | Requirement already satisfied: rfc3986===1.5.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 485)) (1.5.0) 2021-06-02 10:51:32.133 | Requirement already satisfied: future===0.18.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 490)) (0.18.2) 2021-06-02 10:51:32.137 | Requirement already satisfied: importlib-resources===5.1.4 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 518)) (5.1.4) 2021-06-02 10:51:32.166 | Requirement already satisfied: cffi===1.14.5 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 532)) (1.14.5) 2021-06-02 10:51:32.170 | Requirement already satisfied: jsonschema===3.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 535)) (3.2.0) 2021-06-02 10:51:32.202 | Requirement already satisfied: zipp===3.4.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 548)) (3.4.1) 2021-06-02 10:51:32.228 | Requirement already satisfied: fasteners===0.14.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 562)) (0.14.1) 2021-06-02 10:51:32.233 | Requirement already satisfied: oslo.utils===4.9.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 569)) (4.9.0) 2021-06-02 10:51:32.250 | Requirement already satisfied: python-dateutil===2.8.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 576)) (2.8.1) 2021-06-02 10:51:32.255 | Requirement already satisfied: colorama===0.4.4 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 579)) (0.4.4) 2021-06-02 10:51:32.259 | Requirement already satisfied: pytz===2021.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 582)) (2021.1) 2021-06-02 10:51:32.264 | Requirement already satisfied: setuptools===57.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 589)) (57.0.0) 2021-06-02 10:51:32.320 | Requirement already satisfied: extras===1.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 162)) (1.0.0) 2021-06-02 10:51:32.322 | Requirement already satisfied: argparse in ./.tox/tempest/lib/python3.6/site-packages (from unittest2===1.1.0->-c /tmp/tempest_u_c_m.vta9icxfTb (line 203)) (1.4.0) 2021-06-02 10:51:32.325 | Requirement already satisfied: traceback2===1.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 146)) (1.4.0) 2021-06-02 10:51:32.330 | Requirement already satisfied: pyinotify===0.9.6 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 116)) (0.9.6) 2021-06-02 10:51:32.332 | Requirement already satisfied: oslo.context===3.3.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 55)) (3.3.0) 2021-06-02 10:51:32.338 | Requirement already satisfied: voluptuous===0.12.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 2)) (0.12.1) 2021-06-02 10:51:32.343 | Requirement already satisfied: python-mimeparse===1.6.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 96)) (1.6.0) 2021-06-02 10:51:32.346 | Requirement already satisfied: importlib-metadata===4.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 281)) (4.4.0) 2021-06-02 10:51:32.386 | Requirement already satisfied: requests===2.25.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 220)) (2.25.1) 2021-06-02 10:51:32.407 | Requirement already satisfied: wcwidth===0.2.5 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 139)) (0.2.5) 2021-06-02 10:51:32.412 | Requirement already satisfied: attrs===21.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 49)) (21.2.0) 2021-06-02 10:51:32.470 | Requirement already satisfied: pyperclip===1.8.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 269)) (1.8.2) 2021-06-02 10:51:32.473 | Requirement already satisfied: pycparser===2.20 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 178)) (2.20) 2021-06-02 10:51:32.476 | Requirement already satisfied: pyrsistent===0.17.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 483)) (0.17.3) 2021-06-02 10:51:32.481 | Requirement already satisfied: monotonic===1.6 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 504)) (1.6) 2021-06-02 10:51:32.484 | Requirement already satisfied: netifaces===0.11.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 511)) (0.11.0) 2021-06-02 10:51:32.487 | Requirement already satisfied: iso8601===0.1.14 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 357)) (0.1.14) 2021-06-02 10:51:32.490 | Requirement already satisfied: packaging===20.9 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 331)) (20.9) 2021-06-02 10:51:32.496 | Requirement already satisfied: linecache2===1.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 359)) (1.0.0) 2021-06-02 10:51:32.498 | Requirement already satisfied: typing-extensions===3.10.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 577)) (3.10.0.0) 2021-06-02 10:51:32.502 | Requirement already satisfied: chardet===4.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 3)) (4.0.0) 2021-06-02 10:51:32.506 | Requirement already satisfied: certifi===2021.5.30 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 41)) (2021.5.30) 2021-06-02 10:51:32.509 | Requirement already satisfied: idna===2.10 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.vta9icxfTb (line 361)) (2.10) 2021-06-02 10:51:32.617 | WARNING: You are using pip version 19.2.3, however version 21.1.2 is available. 2021-06-02 10:51:32.617 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-06-02 10:51:32.674 | ++ lib/tempest:install_tempest:758 : PROJECT_VENV["tempest"]=/opt/stack/tempest/.tox/tempest 2021-06-02 10:51:32.676 | ++ lib/tempest:install_tempest:759 : rm -f /tmp/tempest_u_c_m.vta9icxfTb 2021-06-02 10:51:32.680 | ++ lib/tempest:install_tempest:760 : popd 2021-06-02 10:51:32.680 | ~/devstack 2021-06-02 10:51:32.682 | ++ extras.d/80-tempest.sh:source:26 : [[ stack == \u\n\s\t\a\c\k ]] 2021-06-02 10:51:32.685 | ++ extras.d/80-tempest.sh:source:31 : [[ stack == \c\l\e\a\n ]] 2021-06-02 10:51:32.687 | + functions-common:run_phase:1781 : [[ stack == \s\o\u\r\c\e ]] 2021-06-02 10:51:32.690 | + functions-common:run_phase:1784 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-06-02 10:51:32.692 | + functions-common:run_phase:1787 : run_plugins stack install 2021-06-02 10:51:32.695 | + functions-common:run_plugins:1746 : local mode=stack 2021-06-02 10:51:32.697 | + functions-common:run_plugins:1747 : local phase=install 2021-06-02 10:51:32.700 | + functions-common:run_plugins:1749 : local plugins= 2021-06-02 10:51:32.703 | + functions-common:run_plugins:1750 : local plugin 2021-06-02 10:51:32.706 | + ./stack.sh:main:992 : use_library_from_git python-openstackclient 2021-06-02 10:51:32.708 | + inc/python:use_library_from_git:328 : local name=python-openstackclient 2021-06-02 10:51:32.710 | + inc/python:use_library_from_git:329 : local enabled=1 2021-06-02 10:51:32.713 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-06-02 10:51:32.716 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,python-openstackclient, ]] 2021-06-02 10:51:32.719 | + inc/python:use_library_from_git:331 : return 1 2021-06-02 10:51:32.721 | + ./stack.sh:main:996 : pip_install_gr python-openstackclient 2021-06-02 10:51:32.724 | + inc/python:pip_install_gr:68 : local name=python-openstackclient 2021-06-02 10:51:32.726 | + inc/python:pip_install_gr:69 : local clean_name 2021-06-02 10:51:32.729 | ++ inc/python:pip_install_gr:70 : get_from_global_requirements python-openstackclient 2021-06-02 10:51:32.732 | ++ inc/python:get_from_global_requirements:316 : local package=python-openstackclient 2021-06-02 10:51:32.735 | ++ inc/python:get_from_global_requirements:317 : local required_pkg 2021-06-02 10:51:32.738 | +++ inc/python:get_from_global_requirements:318 : grep -i -h '^python-openstackclient' /opt/stack/requirements/global-requirements.txt 2021-06-02 10:51:32.739 | +++ inc/python:get_from_global_requirements:318 : cut -d# -f1 2021-06-02 10:51:32.743 | ++ inc/python:get_from_global_requirements:318 : required_pkg='python-openstackclient ' 2021-06-02 10:51:32.746 | ++ inc/python:get_from_global_requirements:319 : [[ python-openstackclient == '' ]] 2021-06-02 10:51:32.749 | ++ inc/python:get_from_global_requirements:322 : echo python-openstackclient 2021-06-02 10:51:32.752 | + inc/python:pip_install_gr:70 : clean_name=python-openstackclient 2021-06-02 10:51:32.754 | + inc/python:pip_install_gr:71 : pip_install python-openstackclient 2021-06-02 10:51:32.776 | Check python version for : python-openstackclient 2021-06-02 10:51:32.780 | Using 3.6 version to install python-openstackclient based on default behavior 2021-06-02 10:51:33.164 | + inc/python:pip_install:283 : 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-06-02 10:51:34.038 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:51:34.040 | Ignoring Django: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:51:34.043 | Ignoring Django: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:51:34.048 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:51:34.057 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:51:34.060 | Ignoring GitPython: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:51:34.062 | Ignoring GitPython: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:51:34.067 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:51:34.072 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:51:34.096 | Ignoring Pygments: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:51:34.098 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:51:34.101 | Ignoring Pygments: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:51:34.106 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:51:34.113 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:51:34.115 | Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:51:34.118 | Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:51:34.123 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:51:34.125 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:51:34.127 | Ignoring Sphinx: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:51:34.130 | Ignoring Sphinx: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:51:34.134 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:51:34.239 | Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:51:34.242 | Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:51:34.246 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:51:34.255 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:51:34.257 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:51:34.260 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:51:34.307 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:51:34.313 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:51:34.338 | Ignoring diskimage-builder: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:51:34.340 | Ignoring diskimage-builder: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:51:34.343 | Ignoring diskimage-builder: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:51:34.347 | Ignoring diskimage-builder: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:51:34.365 | Ignoring dnspython: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:51:34.368 | Ignoring dnspython: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:51:34.373 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:51:34.375 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:51:34.377 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:51:34.380 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:51:34.384 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:51:34.402 | Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:51:34.432 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:51:34.435 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:51:34.439 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:51:34.464 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:51:34.466 | Ignoring gunicorn: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:51:34.469 | Ignoring gunicorn: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:51:34.473 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:51:34.475 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:51:34.490 | Ignoring ifaddr: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:51:34.492 | Ignoring ifaddr: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:51:34.497 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:51:34.508 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:51:34.510 | Ignoring influxdb: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:51:34.513 | Ignoring influxdb: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:51:34.518 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:51:34.522 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:51:34.531 | Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:51:34.533 | Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:51:34.538 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:51:34.543 | Ignoring joblib: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:51:34.547 | Ignoring joblib: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:51:34.551 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:51:34.567 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:51:34.569 | Ignoring keyring: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:51:34.571 | Ignoring keyring: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:51:34.576 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:51:34.617 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:51:34.620 | Ignoring more-itertools: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:51:34.623 | Ignoring more-itertools: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:51:34.627 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:51:34.639 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:51:34.642 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:51:34.646 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:51:34.648 | Ignoring mypy-extensions: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:51:34.651 | Ignoring mypy-extensions: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:51:34.656 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:51:34.658 | Ignoring ndg-httpsclient: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:51:34.667 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:51:34.670 | Ignoring networkx: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:51:34.672 | Ignoring networkx: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:51:34.678 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:51:34.696 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:51:34.698 | Ignoring numpy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:51:34.701 | Ignoring numpy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:51:34.706 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:51:34.804 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:51:34.891 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:51:34.893 | Ignoring pytest: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:51:34.895 | Ignoring pytest: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:51:34.900 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:51:35.007 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:51:35.053 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:51:35.056 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:51:35.059 | Ignoring scikit-learn: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:51:35.061 | Ignoring scikit-learn: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:51:35.067 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:51:35.069 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:51:35.071 | Ignoring scipy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:51:35.075 | Ignoring scipy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:51:35.080 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:51:35.098 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:51:35.117 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:51:35.119 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:51:35.125 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:51:35.129 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:51:35.131 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:51:35.137 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:51:35.141 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:51:35.144 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:51:35.148 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:51:35.153 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:51:35.155 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:51:35.160 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:51:35.167 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:51:35.170 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:51:35.175 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:51:35.179 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:51:35.181 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:51:35.187 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:51:35.190 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:51:35.226 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:51:35.260 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:51:35.266 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:51:35.269 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:51:35.273 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:51:35.276 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:51:35.285 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:51:35.289 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:51:35.292 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:51:35.296 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:51:35.300 | Ignoring typing-extensions: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:51:35.303 | Ignoring typing-extensions: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:51:35.307 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:51:35.314 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:51:35.338 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:51:35.364 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-06-02 10:51:35.366 | Ignoring zeroconf: markers 'python_version == "3.4"' don't match your environment 2021-06-02 10:51:35.369 | Ignoring zeroconf: markers 'python_version == "3.5"' don't match your environment 2021-06-02 10:51:35.374 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-06-02 10:51:35.533 | Collecting python-openstackclient===4.0.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 502)) 2021-06-02 10:51:35.637 | Downloading http://10.100.0.9:8080/root/pypi/+f/06f/728711b3f1958/python_openstackclient-4.0.2-py2.py3-none-any.whl (872kB) 2021-06-02 10:51:35.960 | Requirement already satisfied: six===1.12.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 575)) 2021-06-02 10:51:35.963 | Requirement already satisfied: openstacksdk===0.36.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 362)) 2021-06-02 10:51:35.994 | Requirement already satisfied: keystoneauth1===3.17.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 288)) 2021-06-02 10:51:36.063 | Requirement already satisfied: cliff===2.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 141)) 2021-06-02 10:51:36.080 | Requirement already satisfied: python-cinderclient===5.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 470)) 2021-06-02 10:51:36.099 | Requirement already satisfied: pbr===5.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 413)) 2021-06-02 10:51:36.102 | Requirement already satisfied: python-glanceclient===2.17.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 479)) 2021-06-02 10:51:36.121 | Requirement already satisfied: python-keystoneclient===3.21.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 486)) 2021-06-02 10:51:36.140 | Requirement already satisfied: Babel===2.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2021-06-02 10:51:36.145 | Requirement already satisfied: python-novaclient===15.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 499)) 2021-06-02 10:51:36.163 | Requirement already satisfied: osc-lib===1.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 380)) 2021-06-02 10:51:36.183 | Requirement already satisfied: oslo.i18n===3.24.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 387)) 2021-06-02 10:51:36.191 | Requirement already satisfied: oslo.utils===3.41.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 398)) 2021-06-02 10:51:36.213 | Requirement already satisfied: dogpile.cache===0.7.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 191)) 2021-06-02 10:51:36.217 | Requirement already satisfied: cryptography===2.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 154)) 2021-06-02 10:51:36.256 | Requirement already satisfied: decorator===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 159)) 2021-06-02 10:51:36.259 | Requirement already satisfied: jsonpatch===1.24 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 275)) 2021-06-02 10:51:36.264 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 540)) 2021-06-02 10:51:36.266 | Requirement already satisfied: appdirs===1.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 105)) 2021-06-02 10:51:36.269 | Requirement already satisfied: munch===2.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) 2021-06-02 10:51:36.273 | 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 374)) 2021-06-02 10:51:36.278 | Requirement already satisfied: PyYAML===5.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 35)) 2021-06-02 10:51:36.281 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) 2021-06-02 10:51:36.284 | Requirement already satisfied: jmespath===0.9.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 269)) 2021-06-02 10:51:36.287 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 331)) 2021-06-02 10:51:36.290 | Requirement already satisfied: requests===2.22.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 532)) 2021-06-02 10:51:36.312 | Requirement already satisfied: stevedore===1.31.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 624)) 2021-06-02 10:51:36.318 | Requirement already satisfied: pyparsing===2.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 450)) 2021-06-02 10:51:36.321 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 421)) 2021-06-02 10:51:36.324 | Requirement already satisfied: cmd2===0.8.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 142)) 2021-06-02 10:51:36.340 | Requirement already satisfied: simplejson===3.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 573)) 2021-06-02 10:51:36.343 | Requirement already satisfied: wrapt===1.11.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 694)) 2021-06-02 10:51:36.346 | Requirement already satisfied: warlock===1.3.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 687)) 2021-06-02 10:51:36.354 | Requirement already satisfied: pyOpenSSL===19.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 431)) 2021-06-02 10:51:36.368 | Requirement already satisfied: oslo.serialization===2.29.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 395)) 2021-06-02 10:51:36.380 | Requirement already satisfied: debtcollector===1.22.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 158)) 2021-06-02 10:51:36.391 | Requirement already satisfied: oslo.config===6.11.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 384)) 2021-06-02 10:51:36.410 | Requirement already satisfied: pytz===2019.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 521)) 2021-06-02 10:51:36.414 | Requirement already satisfied: netaddr===0.7.19 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 330)) 2021-06-02 10:51:36.417 | Requirement already satisfied: cffi===1.12.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 138)) 2021-06-02 10:51:36.432 | Requirement already satisfied: jsonpointer===2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 278)) 2021-06-02 10:51:36.436 | Requirement already satisfied: idna===2.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 243)) 2021-06-02 10:51:36.439 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 139)) 2021-06-02 10:51:36.442 | Requirement already satisfied: certifi===2019.6.16 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 137)) 2021-06-02 10:51:36.444 | Requirement already satisfied: urllib3===1.25.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 678)) 2021-06-02 10:51:36.467 | Requirement already satisfied: pyperclip===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 451)) 2021-06-02 10:51:36.470 | Requirement already satisfied: wcwidth===0.1.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 688)) 2021-06-02 10:51:36.473 | Requirement already satisfied: jsonschema===3.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 279)) 2021-06-02 10:51:36.491 | Requirement already satisfied: msgpack===0.6.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) 2021-06-02 10:51:36.495 | Requirement already satisfied: rfc3986===1.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 544)) 2021-06-02 10:51:36.500 | Requirement already satisfied: pycparser===2.19 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 436)) 2021-06-02 10:51:36.503 | Requirement already satisfied: setuptools in /usr/local/lib/python3.6/dist-packages (from jsonschema===3.0.2->-c /opt/stack/requirements/upper-constraints.txt (line 279)) 2021-06-02 10:51:36.548 | Requirement already satisfied: pyrsistent===0.15.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 454)) 2021-06-02 10:51:36.553 | Requirement already satisfied: attrs===19.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 113)) 2021-06-02 10:51:36.584 | Installing collected packages: python-openstackclient 2021-06-02 10:51:37.878 | Successfully installed python-openstackclient-4.0.2 2021-06-02 10:51:38.043 | You are using pip version 9.0.3, however version 21.1.2 is available. 2021-06-02 10:51:38.044 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-06-02 10:51:38.096 | + inc/python:pip_install:290 : result=0 2021-06-02 10:51:38.098 | + inc/python:pip_install:292 : time_stop pip_install 2021-06-02 10:51:38.101 | + functions-common:time_stop:2336 : local name 2021-06-02 10:51:38.103 | + functions-common:time_stop:2337 : local end_time 2021-06-02 10:51:38.106 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 10:51:38.108 | + functions-common:time_stop:2339 : local total 2021-06-02 10:51:38.111 | + functions-common:time_stop:2340 : local start_time 2021-06-02 10:51:38.113 | + functions-common:time_stop:2342 : name=pip_install 2021-06-02 10:51:38.115 | + functions-common:time_stop:2343 : start_time=1622631092769 2021-06-02 10:51:38.118 | + functions-common:time_stop:2345 : [[ -z 1622631092769 ]] 2021-06-02 10:51:38.121 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 10:51:38.125 | + functions-common:time_stop:2348 : end_time=1622631098122 2021-06-02 10:51:38.127 | + functions-common:time_stop:2349 : elapsed_time=5353 2021-06-02 10:51:38.129 | + functions-common:time_stop:2350 : total=224121 2021-06-02 10:51:38.132 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 10:51:38.134 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=229474 2021-06-02 10:51:38.137 | + inc/python:pip_install:293 : return 0 2021-06-02 10:51:38.140 | + ./stack.sh:main:1001 : install_oscwrap 2021-06-02 10:51:38.143 | ++ functions-common:install_oscwrap:2381 : mktemp 2021-06-02 10:51:38.146 | + functions-common:install_oscwrap:2381 : OSCWRAP_TIMER_FILE=/tmp/tmp.F98baRD1zu 2021-06-02 10:51:38.149 | + functions-common:install_oscwrap:2384 : shopt -s expand_aliases 2021-06-02 10:51:38.151 | + functions-common:install_oscwrap:2387 : unalias -a 2021-06-02 10:51:38.154 | + functions-common:install_oscwrap:2389 : alias openstack=oscwrap 2021-06-02 10:51:38.156 | + ./stack.sh:main:1003 : [[ False = True ]] 2021-06-02 10:51:38.159 | + ./stack.sh:main:1017 : [[ False != \F\a\l\s\e ]] 2021-06-02 10:51:38.161 | + ./stack.sh:main:1057 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2021-06-02 10:51:38.164 | + ./stack.sh:main:1065 : is_service_enabled mysql postgresql 2021-06-02 10:51:38.180 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:51:38.183 | + ./stack.sh:main:1066 : configure_database 2021-06-02 10:51:38.186 | + lib/database:configure_database:126 : configure_database_mysql 2021-06-02 10:51:38.188 | + lib/databases/mysql:configure_database_mysql:67 : local my_conf mysql slow_log 2021-06-02 10:51:38.191 | + lib/databases/mysql:configure_database_mysql:68 : echo_summary 'Configuring and starting MySQL' 2021-06-02 10:51:38.193 | + ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-06-02 10:51:38.196 | + ./stack.sh:echo_summary:461 : echo -e Configuring and starting MySQL 2021-06-02 10:51:38.199 | + lib/databases/mysql:configure_database_mysql:70 : is_ubuntu 2021-06-02 10:51:38.201 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 10:51:38.204 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 10:51:38.206 | + lib/databases/mysql:configure_database_mysql:71 : my_conf=/etc/mysql/my.cnf 2021-06-02 10:51:38.209 | + lib/databases/mysql:configure_database_mysql:85 : is_fedora 2021-06-02 10:51:38.211 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2021-06-02 10:51:38.214 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2021-06-02 10:51:38.216 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2021-06-02 10:51:38.218 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-06-02 10:51:38.221 | + functions-common:is_fedora:454 : '[' Ubuntu = CentOS ']' 2021-06-02 10:51:38.223 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2021-06-02 10:51:38.225 | + functions-common:is_fedora:455 : '[' Ubuntu = Virtuozzo ']' 2021-06-02 10:51:38.228 | + lib/databases/mysql:configure_database_mysql:85 : is_suse 2021-06-02 10:51:38.230 | + functions-common:is_suse:463 : is_opensuse 2021-06-02 10:51:38.233 | + functions-common:is_opensuse:470 : [[ -z Ubuntu ]] 2021-06-02 10:51:38.235 | + functions-common:is_opensuse:474 : [[ Ubuntu =~ (openSUSE) ]] 2021-06-02 10:51:38.238 | + functions-common:is_suse:463 : is_suse_linux_enterprise 2021-06-02 10:51:38.240 | + functions-common:is_suse_linux_enterprise:482 : [[ -z Ubuntu ]] 2021-06-02 10:51:38.242 | + functions-common:is_suse_linux_enterprise:486 : [[ Ubuntu =~ (^SUSE) ]] 2021-06-02 10:51:38.245 | + lib/databases/mysql:configure_database_mysql:93 : sudo mysqladmin -u root password Passw0rd 2021-06-02 10:51:38.265 | mysqladmin: [Warning] Using a password on the command line interface can be insecure. 2021-06-02 10:51:38.266 | Warning: Since password will be sent to server in plain text, use ssl connection to ensure password safety. 2021-06-02 10:51:38.270 | + lib/databases/mysql:configure_database_mysql:96 : sudo mysql -uroot -pPassw0rd -h127.0.0.1 -e 'GRANT ALL PRIVILEGES ON *.* TO '\''root'\''@'\''%'\'' identified by '\''Passw0rd'\'';' 2021-06-02 10:51:38.280 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-06-02 10:51:38.294 | ++ lib/databases/mysql:configure_database_mysql:102 : ipv6_unquote 0.0.0.0 2021-06-02 10:51:38.297 | ++ functions-common:ipv6_unquote:2134 : echo 0.0.0.0 2021-06-02 10:51:38.298 | ++ functions-common:ipv6_unquote:2134 : tr -d '[]' 2021-06-02 10:51:38.302 | + lib/databases/mysql:configure_database_mysql:102 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2021-06-02 10:51:38.357 | + lib/databases/mysql:configure_database_mysql:103 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2021-06-02 10:51:38.403 | + lib/databases/mysql:configure_database_mysql:104 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2021-06-02 10:51:38.449 | + lib/databases/mysql:configure_database_mysql:105 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2021-06-02 10:51:38.494 | + lib/databases/mysql:configure_database_mysql:106 : iniset -sudo /etc/mysql/my.cnf mysqld query_cache_type OFF 2021-06-02 10:51:38.540 | + lib/databases/mysql:configure_database_mysql:107 : iniset -sudo /etc/mysql/my.cnf mysqld query_cache_size 0 2021-06-02 10:51:38.587 | + lib/databases/mysql:configure_database_mysql:109 : [[ False == \T\r\u\e ]] 2021-06-02 10:51:38.589 | + lib/databases/mysql:configure_database_mysql:129 : restart_service mysql 2021-06-02 10:51:38.592 | + functions-common:restart_service:2220 : '[' -x /bin/systemctl ']' 2021-06-02 10:51:38.594 | + functions-common:restart_service:2221 : sudo /bin/systemctl restart mysql 2021-06-02 10:51:40.447 | + ./stack.sh:main:1070 : save_stackenv 1070 2021-06-02 10:51:40.450 | + functions-common:save_stackenv:62 : local tag=1070 2021-06-02 10:51:40.453 | ++ functions-common:save_stackenv:64 : date +%F-%H%M%S 2021-06-02 10:51:40.457 | + functions-common:save_stackenv:64 : time_stamp=2021-06-02-105140 2021-06-02 10:51:40.459 | + functions-common:save_stackenv:65 : echo '# 2021-06-02-105140 1070' 2021-06-02 10:51:40.462 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-06-02 10:51:40.465 | + functions-common:save_stackenv:67 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-06-02 10:51:40.468 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-06-02 10:51:40.470 | + functions-common:save_stackenv:67 : echo DATA_DIR=/opt/stack/data 2021-06-02 10:51:40.473 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-06-02 10:51:40.475 | + functions-common:save_stackenv:67 : echo DEST=/opt/stack 2021-06-02 10:51:40.478 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-06-02 10:51:40.481 | + functions-common:save_stackenv:67 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,g-reg,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,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-06-02 10:51:40.483 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-06-02 10:51:40.486 | + functions-common:save_stackenv:67 : echo HOST_IP=10.222.0.22 2021-06-02 10:51:40.488 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-06-02 10:51:40.491 | + functions-common:save_stackenv:67 : echo KEYSTONE_AUTH_URI=http://10.222.0.22/identity 2021-06-02 10:51:40.493 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-06-02 10:51:40.496 | + functions-common:save_stackenv:67 : echo KEYSTONE_SERVICE_URI=http://10.222.0.22/identity 2021-06-02 10:51:40.498 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-06-02 10:51:40.501 | + functions-common:save_stackenv:67 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2021-06-02-104204 2021-06-02 10:51:40.503 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-06-02 10:51:40.506 | + functions-common:save_stackenv:67 : echo OS_CACERT= 2021-06-02 10:51:40.508 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-06-02 10:51:40.511 | + functions-common:save_stackenv:67 : echo SERVICE_HOST=10.222.0.22 2021-06-02 10:51:40.513 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-06-02 10:51:40.516 | + functions-common:save_stackenv:67 : echo STACK_USER=ubuntu 2021-06-02 10:51:40.518 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-06-02 10:51:40.521 | + functions-common:save_stackenv:67 : echo TLS_IP= 2021-06-02 10:51:40.523 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-06-02 10:51:40.526 | + functions-common:save_stackenv:67 : echo HOST_IPV6=::1 2021-06-02 10:51:40.529 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-06-02 10:51:40.531 | + functions-common:save_stackenv:67 : echo SERVICE_IP_VERSION=4 2021-06-02 10:51:40.534 | + ./stack.sh:main:1082 : [[ True == \T\r\u\e ]] 2021-06-02 10:51:40.536 | + ./stack.sh:main:1083 : [[ -f /sys/kernel/mm/ksm/run ]] 2021-06-02 10:51:40.539 | + ./stack.sh:main:1084 : sudo sh -c 'echo 1 > /sys/kernel/mm/ksm/run' 2021-06-02 10:51:40.550 | + ./stack.sh:main:1096 : start_dstat 2021-06-02 10:51:40.553 | + lib/dstat:start_dstat:22 : run_process dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-06-02 10:51:40.556 | + functions-common:run_process:1583 : local service=dstat 2021-06-02 10:51:40.558 | + functions-common:run_process:1584 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-06-02 10:51:40.561 | + functions-common:run_process:1585 : local group= 2021-06-02 10:51:40.563 | + functions-common:run_process:1586 : local user= 2021-06-02 10:51:40.566 | + functions-common:run_process:1588 : local name=dstat 2021-06-02 10:51:40.568 | + functions-common:run_process:1590 : time_start run_process 2021-06-02 10:51:40.571 | + functions-common:time_start:2322 : local name=run_process 2021-06-02 10:51:40.574 | + functions-common:time_start:2323 : local start_time= 2021-06-02 10:51:40.576 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-06-02 10:51:40.579 | ++ functions-common:time_start:2327 : date +%s%3N 2021-06-02 10:51:40.583 | + functions-common:time_start:2327 : _TIME_START[$name]=1622631100580 2021-06-02 10:51:40.585 | + functions-common:run_process:1591 : is_service_enabled dstat 2021-06-02 10:51:40.606 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:51:40.609 | + functions-common:run_process:1592 : _run_under_systemd dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' '' 2021-06-02 10:51:40.611 | + functions-common:_run_under_systemd:1548 : local service=dstat 2021-06-02 10:51:40.614 | + functions-common:_run_under_systemd:1549 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-06-02 10:51:40.616 | + functions-common:_run_under_systemd:1550 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-06-02 10:51:40.619 | + functions-common:_run_under_systemd:1552 : _common_systemd_pitfalls '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-06-02 10:51:40.621 | + functions-common:_common_systemd_pitfalls:1520 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-06-02 10:51:40.624 | + functions-common:_common_systemd_pitfalls:1523 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ sudo ]] 2021-06-02 10:51:40.626 | + functions-common:_common_systemd_pitfalls:1534 : [[ ! /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ ^/ ]] 2021-06-02 10:51:40.629 | + functions-common:_run_under_systemd:1554 : local systemd_service=devstack@dstat.service 2021-06-02 10:51:40.631 | + functions-common:_run_under_systemd:1555 : local group= 2021-06-02 10:51:40.634 | + functions-common:_run_under_systemd:1556 : local user=ubuntu 2021-06-02 10:51:40.637 | + functions-common:_run_under_systemd:1557 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ uwsgi ]] 2021-06-02 10:51:40.639 | + functions-common:_run_under_systemd:1560 : write_user_unit_file devstack@dstat.service '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' ubuntu 2021-06-02 10:51:40.642 | + functions-common:write_user_unit_file:1465 : local service=devstack@dstat.service 2021-06-02 10:51:40.644 | + functions-common:write_user_unit_file:1466 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-06-02 10:51:40.647 | + functions-common:write_user_unit_file:1467 : local group= 2021-06-02 10:51:40.649 | + functions-common:write_user_unit_file:1468 : local user=ubuntu 2021-06-02 10:51:40.651 | + functions-common:write_user_unit_file:1469 : local extra= 2021-06-02 10:51:40.654 | + functions-common:write_user_unit_file:1470 : [[ -n '' ]] 2021-06-02 10:51:40.656 | + functions-common:write_user_unit_file:1473 : local unitfile=/etc/systemd/system/devstack@dstat.service 2021-06-02 10:51:40.659 | + functions-common:write_user_unit_file:1474 : mkdir -p /etc/systemd/system 2021-06-02 10:51:40.663 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@dstat.service Unit Description 'Devstack devstack@dstat.service' 2021-06-02 10:51:40.715 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service User ubuntu 2021-06-02 10:51:40.769 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecStart '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-06-02 10:51:40.814 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service KillMode process 2021-06-02 10:51:40.859 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service TimeoutStopSec 300 2021-06-02 10:51:40.904 | + functions-common:write_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-06-02 10:51:40.949 | + functions-common:write_user_unit_file:1482 : [[ -n '' ]] 2021-06-02 10:51:40.952 | + functions-common:write_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@dstat.service Install WantedBy multi-user.target 2021-06-02 10:51:41.006 | + functions-common:write_user_unit_file:1488 : sudo systemctl daemon-reload 2021-06-02 10:51:41.213 | + functions-common:_run_under_systemd:1563 : sudo systemctl enable devstack@dstat.service 2021-06-02 10:51:41.227 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@dstat.service → /etc/systemd/system/devstack@dstat.service. 2021-06-02 10:51:41.408 | + functions-common:_run_under_systemd:1564 : sudo systemctl start devstack@dstat.service 2021-06-02 10:51:41.429 | + functions-common:run_process:1594 : time_stop run_process 2021-06-02 10:51:41.433 | + functions-common:time_stop:2336 : local name 2021-06-02 10:51:41.435 | + functions-common:time_stop:2337 : local end_time 2021-06-02 10:51:41.437 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 10:51:41.440 | + functions-common:time_stop:2339 : local total 2021-06-02 10:51:41.442 | + functions-common:time_stop:2340 : local start_time 2021-06-02 10:51:41.445 | + functions-common:time_stop:2342 : name=run_process 2021-06-02 10:51:41.447 | + functions-common:time_stop:2343 : start_time=1622631100580 2021-06-02 10:51:41.450 | + functions-common:time_stop:2345 : [[ -z 1622631100580 ]] 2021-06-02 10:51:41.454 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 10:51:41.458 | + functions-common:time_stop:2348 : end_time=1622631101455 2021-06-02 10:51:41.460 | + functions-common:time_stop:2349 : elapsed_time=875 2021-06-02 10:51:41.462 | + functions-common:time_stop:2350 : total=0 2021-06-02 10:51:41.466 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 10:51:41.468 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=875 2021-06-02 10:51:41.471 | + lib/dstat:start_dstat:27 : run_process memory_tracker /home/ubuntu/devstack/tools/memory_tracker.sh '' root 2021-06-02 10:51:41.473 | + functions-common:run_process:1583 : local service=memory_tracker 2021-06-02 10:51:41.476 | + functions-common:run_process:1584 : local command=/home/ubuntu/devstack/tools/memory_tracker.sh 2021-06-02 10:51:41.478 | + functions-common:run_process:1585 : local group= 2021-06-02 10:51:41.481 | + functions-common:run_process:1586 : local user=root 2021-06-02 10:51:41.484 | + functions-common:run_process:1588 : local name=memory_tracker 2021-06-02 10:51:41.486 | + functions-common:run_process:1590 : time_start run_process 2021-06-02 10:51:41.489 | + functions-common:time_start:2322 : local name=run_process 2021-06-02 10:51:41.491 | + functions-common:time_start:2323 : local start_time= 2021-06-02 10:51:41.494 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-06-02 10:51:41.497 | ++ functions-common:time_start:2327 : date +%s%3N 2021-06-02 10:51:41.501 | + functions-common:time_start:2327 : _TIME_START[$name]=1622631101498 2021-06-02 10:51:41.503 | + functions-common:run_process:1591 : is_service_enabled memory_tracker 2021-06-02 10:51:41.522 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:51:41.524 | + functions-common:run_process:1594 : time_stop run_process 2021-06-02 10:51:41.528 | + functions-common:time_stop:2336 : local name 2021-06-02 10:51:41.530 | + functions-common:time_stop:2337 : local end_time 2021-06-02 10:51:41.533 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 10:51:41.535 | + functions-common:time_stop:2339 : local total 2021-06-02 10:51:41.538 | + functions-common:time_stop:2340 : local start_time 2021-06-02 10:51:41.541 | + functions-common:time_stop:2342 : name=run_process 2021-06-02 10:51:41.543 | + functions-common:time_stop:2343 : start_time=1622631101498 2021-06-02 10:51:41.546 | + functions-common:time_stop:2345 : [[ -z 1622631101498 ]] 2021-06-02 10:51:41.549 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 10:51:41.552 | + functions-common:time_stop:2348 : end_time=1622631101550 2021-06-02 10:51:41.555 | + functions-common:time_stop:2349 : elapsed_time=52 2021-06-02 10:51:41.557 | + functions-common:time_stop:2350 : total=875 2021-06-02 10:51:41.560 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 10:51:41.563 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=927 2021-06-02 10:51:41.565 | + lib/dstat:start_dstat:30 : is_service_enabled peakmem_tracker 2021-06-02 10:51:41.583 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:51:41.586 | + ./stack.sh:main:1100 : is_service_enabled tcpdump 2021-06-02 10:51:41.602 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:51:41.606 | + ./stack.sh:main:1108 : is_service_enabled etcd3 2021-06-02 10:51:41.622 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:51:41.625 | + ./stack.sh:main:1109 : start_etcd3 2021-06-02 10:51:41.627 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack/bin/etcd 2021-06-02 10:51:41.630 | + lib/etcd3:start_etcd3:42 : cmd+=' --name dv-osbrick-794198-1-iscsi --data-dir /opt/stack/data/etcd' 2021-06-02 10:51:41.632 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2021-06-02 10:51:41.635 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster dv-osbrick-794198-1-iscsi=http://10.222.0.22:2380' 2021-06-02 10:51:41.637 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.222.0.22:2380' 2021-06-02 10:51:41.640 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.222.0.22:2379' 2021-06-02 10:51:41.642 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2021-06-02 10:51:41.644 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2021-06-02 10:51:41.647 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.222.0.22:2379' 2021-06-02 10:51:41.649 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2021-06-02 10:51:41.652 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2021-06-02 10:51:41.655 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2021-06-02 10:51:41.657 | + lib/etcd3:start_etcd3:58 : write_user_unit_file devstack@etcd.service '/opt/stack/bin/etcd --name dv-osbrick-794198-1-iscsi --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-osbrick-794198-1-iscsi=http://10.222.0.22:2380 --initial-advertise-peer-urls http://10.222.0.22:2380 --advertise-client-urls http://10.222.0.22:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.22:2379 --debug' '' root 2021-06-02 10:51:41.660 | + functions-common:write_user_unit_file:1465 : local service=devstack@etcd.service 2021-06-02 10:51:41.662 | + functions-common:write_user_unit_file:1466 : local 'command=/opt/stack/bin/etcd --name dv-osbrick-794198-1-iscsi --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-osbrick-794198-1-iscsi=http://10.222.0.22:2380 --initial-advertise-peer-urls http://10.222.0.22:2380 --advertise-client-urls http://10.222.0.22:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.22:2379 --debug' 2021-06-02 10:51:41.665 | + functions-common:write_user_unit_file:1467 : local group= 2021-06-02 10:51:41.667 | + functions-common:write_user_unit_file:1468 : local user=root 2021-06-02 10:51:41.670 | + functions-common:write_user_unit_file:1469 : local extra= 2021-06-02 10:51:41.672 | + functions-common:write_user_unit_file:1470 : [[ -n '' ]] 2021-06-02 10:51:41.675 | + functions-common:write_user_unit_file:1473 : local unitfile=/etc/systemd/system/devstack@etcd.service 2021-06-02 10:51:41.677 | + functions-common:write_user_unit_file:1474 : mkdir -p /etc/systemd/system 2021-06-02 10:51:41.681 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2021-06-02 10:51:41.736 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2021-06-02 10:51:41.790 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecStart '/opt/stack/bin/etcd --name dv-osbrick-794198-1-iscsi --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-osbrick-794198-1-iscsi=http://10.222.0.22:2380 --initial-advertise-peer-urls http://10.222.0.22:2380 --advertise-client-urls http://10.222.0.22:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.22:2379 --debug' 2021-06-02 10:51:41.836 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2021-06-02 10:51:41.881 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2021-06-02 10:51:41.928 | + functions-common:write_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-06-02 10:51:41.973 | + functions-common:write_user_unit_file:1482 : [[ -n '' ]] 2021-06-02 10:51:41.976 | + functions-common:write_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2021-06-02 10:51:42.029 | + functions-common:write_user_unit_file:1488 : sudo systemctl daemon-reload 2021-06-02 10:51:42.239 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2021-06-02 10:51:42.285 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2021-06-02 10:51:42.332 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2021-06-02 10:51:42.384 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2021-06-02 10:51:42.431 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2021-06-02 10:51:42.435 | ++ functions-common:is_arch:430 : uname -m 2021-06-02 10:51:42.438 | + functions-common:is_arch:430 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2021-06-02 10:51:42.441 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2021-06-02 10:51:42.646 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2021-06-02 10:51:42.659 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2021-06-02 10:51:42.847 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2021-06-02 10:51:43.601 | + ./stack.sh:main:1120 : cat 2021-06-02 10:51:43.607 | + ./stack.sh:main:1135 : is_service_enabled tls-proxy 2021-06-02 10:51:43.624 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:51:43.626 | + ./stack.sh:main:1140 : source /home/ubuntu/devstack/userrc_early 2021-06-02 10:51:43.629 | ++ userrc_early:source:4 : export OS_IDENTITY_API_VERSION=3 2021-06-02 10:51:43.631 | ++ userrc_early:source:4 : OS_IDENTITY_API_VERSION=3 2021-06-02 10:51:43.634 | ++ userrc_early:source:5 : export OS_AUTH_URL=http://10.222.0.22/identity 2021-06-02 10:51:43.637 | ++ userrc_early:source:5 : OS_AUTH_URL=http://10.222.0.22/identity 2021-06-02 10:51:43.640 | ++ userrc_early:source:6 : export OS_USERNAME=admin 2021-06-02 10:51:43.642 | ++ userrc_early:source:6 : OS_USERNAME=admin 2021-06-02 10:51:43.645 | ++ userrc_early:source:7 : export OS_USER_DOMAIN_ID=default 2021-06-02 10:51:43.648 | ++ userrc_early:source:7 : OS_USER_DOMAIN_ID=default 2021-06-02 10:51:43.650 | ++ userrc_early:source:8 : export OS_PASSWORD=Passw0rd 2021-06-02 10:51:43.653 | ++ userrc_early:source:8 : OS_PASSWORD=Passw0rd 2021-06-02 10:51:43.656 | ++ userrc_early:source:9 : export OS_PROJECT_NAME=admin 2021-06-02 10:51:43.659 | ++ userrc_early:source:9 : OS_PROJECT_NAME=admin 2021-06-02 10:51:43.661 | ++ userrc_early:source:10 : export OS_PROJECT_DOMAIN_ID=default 2021-06-02 10:51:43.664 | ++ userrc_early:source:10 : OS_PROJECT_DOMAIN_ID=default 2021-06-02 10:51:43.666 | ++ userrc_early:source:11 : export OS_REGION_NAME=RegionOne 2021-06-02 10:51:43.669 | ++ userrc_early:source:11 : OS_REGION_NAME=RegionOne 2021-06-02 10:51:43.672 | + ./stack.sh:main:1142 : is_service_enabled keystone 2021-06-02 10:51:43.687 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:51:43.689 | + ./stack.sh:main:1143 : echo_summary 'Starting Keystone' 2021-06-02 10:51:43.692 | + ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-06-02 10:51:43.694 | + ./stack.sh:echo_summary:461 : echo -e Starting Keystone 2021-06-02 10:51:43.697 | + ./stack.sh:main:1145 : '[' 10.222.0.22 == 10.222.0.22 ']' 2021-06-02 10:51:43.700 | + ./stack.sh:main:1146 : init_keystone 2021-06-02 10:51:43.702 | + lib/keystone:init_keystone:436 : is_service_enabled ldap 2021-06-02 10:51:43.718 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:51:43.720 | + lib/keystone:init_keystone:440 : [[ True == True ]] 2021-06-02 10:51:43.723 | + lib/keystone:init_keystone:442 : recreate_database keystone 2021-06-02 10:51:43.725 | + lib/database:recreate_database:110 : local db=keystone 2021-06-02 10:51:43.727 | + lib/database:recreate_database:111 : recreate_database_mysql keystone 2021-06-02 10:51:43.730 | + lib/databases/mysql:recreate_database_mysql:61 : local db=keystone 2021-06-02 10:51:43.732 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2021-06-02 10:51:43.736 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-06-02 10:51:43.750 | + lib/databases/mysql:recreate_database_mysql:63 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2021-06-02 10:51:43.753 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-06-02 10:51:43.766 | + lib/keystone:init_keystone:445 : time_start dbsync 2021-06-02 10:51:43.768 | + functions-common:time_start:2322 : local name=dbsync 2021-06-02 10:51:43.771 | + functions-common:time_start:2323 : local start_time= 2021-06-02 10:51:43.773 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-06-02 10:51:43.777 | ++ functions-common:time_start:2327 : date +%s%3N 2021-06-02 10:51:43.780 | + functions-common:time_start:2327 : _TIME_START[$name]=1622631103778 2021-06-02 10:51:43.783 | + lib/keystone:init_keystone:447 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2021-06-02 10:51:46.087 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-06-02 10:51:46.088 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.088 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.089 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.089 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.090 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.090 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.090 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.090 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.091 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.091 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.091 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.091 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.091 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.091 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.092 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.092 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.092 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.092 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.092 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.093 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.093 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.093 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.093 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.093 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.093 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.094 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.094 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.094 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.094 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.094 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.095 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.095 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.095 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.095 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.095 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.095 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.096 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.097 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.097 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.097 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.097 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.097 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.098 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.098 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.098 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.098 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.098 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.098 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.099 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.099 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.099 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.099 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.099 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.099 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.100 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.100 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.100 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.100 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.100 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.101 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.101 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.101 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.101 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.101 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.101 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.102 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.102 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.102 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.102 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.102 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.102 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.103 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.103 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.103 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.103 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.103 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.103 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.104 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.104 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.104 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.104 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.104 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-06-02 10:51:46.105 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-06-02 10:51:46.139 | 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=64170) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:307}} 2021-06-02 10:51:46.141 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-06-02 10:51:46.142 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.142 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.142 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.143 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.143 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.143 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.143 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.143 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.143 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.144 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.144 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.144 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.144 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.144 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.145 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.145 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.145 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.145 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.145 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.145 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.146 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.146 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.146 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.146 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.146 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.146 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.147 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.147 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.147 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.147 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.147 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.147 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.148 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.148 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.148 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.148 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.148 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.148 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.149 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.149 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.149 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.149 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.149 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.149 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.150 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.150 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.150 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.150 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.150 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.150 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.151 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.151 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.151 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.151 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.152 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.153 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.153 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.153 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.153 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.153 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.153 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.154 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.154 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.154 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.154 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.154 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.154 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.155 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.155 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.155 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.155 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.155 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.155 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.156 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.156 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.156 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.156 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.156 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.157 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.157 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.157 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.157 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.157 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.157 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-06-02 10:51:46.158 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-06-02 10:51:46.197 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-06-02 10:51:46.199 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.199 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.199 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.199 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.200 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.200 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.200 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.200 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.200 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.200 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.201 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.201 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.201 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.201 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.201 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.202 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.202 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.202 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.202 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.202 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.202 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.203 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.203 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.203 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.203 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.203 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.204 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.204 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.204 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.204 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.204 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.205 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.205 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.205 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.205 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.205 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.205 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.206 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.206 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.206 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.206 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.206 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.206 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.207 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.207 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.207 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.207 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.207 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.207 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.208 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.208 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.208 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.208 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.208 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.208 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.209 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.209 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.209 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.209 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.209 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.209 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.210 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.210 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.210 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.210 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.210 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.210 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.211 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.211 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.211 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.211 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.211 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.212 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.212 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.212 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.212 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.212 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.212 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.213 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.213 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.213 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.213 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.213 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.213 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.214 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.214 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.215 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-06-02 10:51:46.215 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-06-02 10:51:46.258 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-06-02 10:51:46.259 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.259 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.259 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.259 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.260 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.260 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.260 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.260 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.260 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.260 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.261 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.261 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.262 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.262 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.262 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.262 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.262 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.263 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.263 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.263 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.263 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.263 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.263 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.264 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.264 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.264 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.264 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.264 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.264 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.265 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.265 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.265 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.265 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.265 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.265 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.266 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.266 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.266 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.266 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.266 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.266 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.267 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.267 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.267 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.267 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.267 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.267 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.268 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.268 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.268 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.268 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.268 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.268 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.269 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.269 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.269 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.269 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.269 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.269 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.270 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.270 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.270 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.270 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.270 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.270 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.271 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.271 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.271 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.271 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.271 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.271 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.272 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.272 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.272 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.272 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.272 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.272 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.273 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.273 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.273 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.273 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.273 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.273 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.274 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.274 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:46.274 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:46.274 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-06-02 10:51:46.274 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-06-02 10:51:46.281 | INFO migrate.versioning.api [-] 66 -> 67...  2021-06-02 10:51:48.684 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:48.685 | INFO migrate.versioning.api [-] 67 -> 68...  2021-06-02 10:51:48.692 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:48.692 | INFO migrate.versioning.api [-] 68 -> 69...  2021-06-02 10:51:48.701 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:48.701 | INFO migrate.versioning.api [-] 69 -> 70...  2021-06-02 10:51:48.707 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:48.708 | INFO migrate.versioning.api [-] 70 -> 71...  2021-06-02 10:51:48.716 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:48.716 | INFO migrate.versioning.api [-] 71 -> 72...  2021-06-02 10:51:48.724 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:48.725 | INFO migrate.versioning.api [-] 72 -> 73...  2021-06-02 10:51:48.955 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:48.955 | INFO migrate.versioning.api [-] 73 -> 74...  2021-06-02 10:51:49.064 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:49.064 | INFO migrate.versioning.api [-] 74 -> 75...  2021-06-02 10:51:49.126 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:49.127 | INFO migrate.versioning.api [-] 75 -> 76...  2021-06-02 10:51:49.135 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:49.135 | INFO migrate.versioning.api [-] 76 -> 77...  2021-06-02 10:51:49.144 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:49.144 | INFO migrate.versioning.api [-] 77 -> 78...  2021-06-02 10:51:49.152 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:49.152 | INFO migrate.versioning.api [-] 78 -> 79...  2021-06-02 10:51:49.160 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:49.160 | INFO migrate.versioning.api [-] 79 -> 80...  2021-06-02 10:51:49.169 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:49.169 | INFO migrate.versioning.api [-] 80 -> 81...  2021-06-02 10:51:49.237 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:49.237 | INFO migrate.versioning.api [-] 81 -> 82...  2021-06-02 10:51:49.518 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:49.518 | INFO migrate.versioning.api [-] 82 -> 83...  2021-06-02 10:51:49.856 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:49.856 | INFO migrate.versioning.api [-] 83 -> 84...  2021-06-02 10:51:49.960 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:49.960 | INFO migrate.versioning.api [-] 84 -> 85...  2021-06-02 10:51:50.126 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:50.126 | INFO migrate.versioning.api [-] 85 -> 86...  2021-06-02 10:51:50.181 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:50.182 | INFO migrate.versioning.api [-] 86 -> 87...  2021-06-02 10:51:50.458 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:50.458 | INFO migrate.versioning.api [-] 87 -> 88...  2021-06-02 10:51:50.633 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:50.633 | INFO migrate.versioning.api [-] 88 -> 89...  2021-06-02 10:51:50.660 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:50.660 | INFO migrate.versioning.api [-] 89 -> 90...  2021-06-02 10:51:50.795 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:50.795 | INFO migrate.versioning.api [-] 90 -> 91...  2021-06-02 10:51:51.102 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:51.102 | INFO migrate.versioning.api [-] 91 -> 92...  2021-06-02 10:51:51.402 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:51.402 | INFO migrate.versioning.api [-] 92 -> 93...  2021-06-02 10:51:51.698 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:51.698 | INFO migrate.versioning.api [-] 93 -> 94...  2021-06-02 10:51:51.909 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:51.909 | INFO migrate.versioning.api [-] 94 -> 95...  2021-06-02 10:51:52.063 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:52.063 | INFO migrate.versioning.api [-] 95 -> 96...  2021-06-02 10:51:52.072 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:52.072 | INFO migrate.versioning.api [-] 96 -> 97...  2021-06-02 10:51:52.082 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:52.082 | INFO migrate.versioning.api [-] 97 -> 98...  2021-06-02 10:51:52.088 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:52.088 | INFO migrate.versioning.api [-] 98 -> 99...  2021-06-02 10:51:52.096 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:52.096 | INFO migrate.versioning.api [-] 99 -> 100...  2021-06-02 10:51:52.105 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:52.105 | INFO migrate.versioning.api [-] 100 -> 101...  2021-06-02 10:51:52.114 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:52.114 | INFO migrate.versioning.api [-] 101 -> 102...  2021-06-02 10:51:52.135 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:52.136 | INFO migrate.versioning.api [-] 102 -> 103...  2021-06-02 10:51:52.201 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:52.202 | INFO migrate.versioning.api [-] 103 -> 104...  2021-06-02 10:51:52.211 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:52.211 | INFO migrate.versioning.api [-] 104 -> 105...  2021-06-02 10:51:52.416 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:52.416 | INFO migrate.versioning.api [-] 105 -> 106...  2021-06-02 10:51:52.518 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:52.518 | INFO migrate.versioning.api [-] 106 -> 107...  2021-06-02 10:51:52.690 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:52.690 | INFO migrate.versioning.api [-] 107 -> 108...  2021-06-02 10:51:52.914 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:52.914 | INFO migrate.versioning.api [-] 108 -> 109...  2021-06-02 10:51:53.009 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:53.009 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-06-02 10:51:53.010 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.010 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.011 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.011 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.011 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.011 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.011 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.011 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.012 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.012 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.012 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.012 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.012 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.012 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.013 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.013 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.013 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.013 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.013 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.013 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.014 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.014 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.014 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.014 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.014 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.015 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.015 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.015 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.015 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.015 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.015 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.016 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.016 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.016 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.016 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.016 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.016 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.017 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.017 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.017 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.017 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.017 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.017 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.018 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.018 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.018 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.018 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.018 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.018 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.019 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.019 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.019 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.019 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.019 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.019 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.020 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.020 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.020 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.020 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.020 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.020 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.021 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.021 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.021 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.021 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.021 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.021 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.022 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.022 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.022 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.022 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.022 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.022 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.023 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.023 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.023 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.023 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.023 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.023 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.024 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.024 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.024 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.024 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.024 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.024 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.025 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.025 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-06-02 10:51:53.025 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-06-02 10:51:53.026 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-06-02 10:51:53.026 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.027 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.027 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.027 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.027 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.027 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.027 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.028 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.028 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.028 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.028 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.028 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.028 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.029 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.029 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.029 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.029 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.030 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.030 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.030 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.031 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.031 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.031 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.031 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.031 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.031 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.032 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.032 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.032 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.032 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.032 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.032 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.033 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.033 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.033 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.033 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.033 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.033 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.034 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.034 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.034 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.034 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.034 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.034 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.035 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.035 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.035 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.035 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.035 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.035 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.036 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.036 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.036 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.036 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.036 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.036 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.037 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.037 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.037 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.037 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.037 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.037 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.038 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.038 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.038 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.038 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.038 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.038 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.039 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.039 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.039 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.039 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.039 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.039 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.040 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.040 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.040 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.040 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.040 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.040 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.041 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.041 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.041 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.041 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.041 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.041 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.042 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-06-02 10:51:53.042 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-06-02 10:51:53.042 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-06-02 10:51:53.043 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.043 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.043 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.043 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.044 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.044 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.044 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.044 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.044 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.044 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.045 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.045 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.046 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.046 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.046 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.046 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.046 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.046 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.047 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.047 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.047 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.047 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.047 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.047 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.048 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.048 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.048 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.048 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.048 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.049 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.049 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.049 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.049 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.049 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.049 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.050 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.050 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.050 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.050 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.050 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.050 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.051 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.051 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.051 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.051 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.051 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.051 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.052 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.052 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.052 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.052 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.052 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.052 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.053 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.053 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.053 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.053 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.053 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.053 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.054 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.054 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.054 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.054 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.054 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.054 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.055 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.055 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.055 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.055 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.055 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.055 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.056 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.056 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.056 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.056 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.056 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.056 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.057 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.057 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.057 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.057 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.057 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.057 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.058 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.058 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.058 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.058 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-06-02 10:51:53.058 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-06-02 10:51:53.064 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-06-02 10:51:53.065 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.065 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.065 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.066 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.066 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.066 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.066 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.066 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.067 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.067 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.067 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.067 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.067 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.067 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.068 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.068 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.068 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.068 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.068 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.068 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.069 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.069 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.069 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.069 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.069 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.069 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.070 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.070 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.070 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.070 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.070 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.070 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.071 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.071 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.071 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.071 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.071 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.071 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.072 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.072 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.072 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.072 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.072 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.073 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.073 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.073 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.073 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.073 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.073 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.074 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.074 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.074 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.074 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.074 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.074 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.075 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.075 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.075 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.075 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.075 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.075 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.076 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.076 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.076 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.076 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.076 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.076 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.077 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.077 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.077 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.077 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.077 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.077 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.078 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.078 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.078 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.078 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.078 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.079 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.079 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.079 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.079 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.079 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.080 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.080 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.080 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.080 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.080 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.080 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.081 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.081 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.081 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.081 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.081 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.081 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.082 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.082 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.082 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.082 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.082 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.082 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.083 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.083 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.083 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.083 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.083 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.083 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.084 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.084 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.084 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.084 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.084 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.085 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.085 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.085 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.085 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/046_expand_old_password_data_to_password_hash_column.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.085 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.085 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.086 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/053_expand_add_role_description_to_role_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.086 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/053_expand_add_role_description_to_role_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.086 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.086 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.086 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.086 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.087 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.087 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.087 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.087 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.087 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.087 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.088 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.088 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.088 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.088 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.088 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.088 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.089 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.089 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.089 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.089 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.089 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.089 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.090 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-06-02 10:51:53.090 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_expand'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-06-02 10:51:53.103 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-06-02 10:51:53.104 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.104 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.105 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.105 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.105 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.105 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.105 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.105 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.106 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.106 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.106 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.106 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.106 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.106 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.107 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.107 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.107 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.107 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.107 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.108 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.108 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.109 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.109 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.109 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.109 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.109 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.109 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.110 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.110 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.110 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.110 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.110 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.110 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.111 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.111 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.111 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.111 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.111 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.111 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.112 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.112 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.112 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.112 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.112 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.113 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.113 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.113 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.113 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.113 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.113 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.114 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.114 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.114 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.114 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.114 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.114 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.115 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.115 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.115 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.115 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.115 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.115 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.115 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.116 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.116 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.116 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.116 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.116 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.117 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.117 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.117 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.117 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.117 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.117 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.118 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.118 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.118 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.118 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.118 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.118 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.119 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.119 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.119 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.119 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.119 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.119 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.120 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.120 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.120 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.120 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.120 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.120 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.121 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.121 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.121 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.121 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.121 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.121 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.122 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.122 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.122 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.122 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.122 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.122 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.123 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.123 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.123 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.123 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.123 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.124 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.124 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.124 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.124 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.124 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.124 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.125 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.125 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.125 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.125 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.125 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.125 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.126 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.126 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.126 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.126 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.126 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.126 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.127 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.127 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.127 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.127 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.127 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.127 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.128 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.128 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.128 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.128 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.128 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.129 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.129 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.129 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.129 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.129 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-06-02 10:51:53.129 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_expand'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-06-02 10:51:53.130 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-06-02 10:51:53.131 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.131 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.131 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.131 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.131 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.131 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.132 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.132 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.132 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.132 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.133 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.133 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.133 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.133 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.133 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.133 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.134 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.134 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.134 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.134 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.134 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.134 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.135 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.135 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.135 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.135 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.135 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.135 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.136 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.136 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.136 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.136 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.136 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.136 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.137 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.137 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.137 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.137 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.137 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.137 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.138 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.138 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.138 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.138 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.138 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.138 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.139 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.139 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.139 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.139 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.139 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.139 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.140 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.140 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/036_expand_rename_application_credential_restriction_column.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.140 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.140 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.140 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.140 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.141 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.141 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.141 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.141 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.141 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.141 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.142 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.142 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.142 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.142 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.142 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.142 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.143 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.143 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.143 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.143 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.143 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.143 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.144 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.144 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.144 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.144 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.144 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.144 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.145 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.145 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.145 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.145 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/003_add_key_hash_and_encrypted_blob_to_credential.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.145 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/003_add_key_hash_and_encrypted_blob_to_credential.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.146 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.146 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.146 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.146 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.146 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.146 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.147 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.147 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.147 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.147 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.147 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.147 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.148 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.148 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.148 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.148 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.148 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.148 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.149 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.149 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.149 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.149 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.149 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.149 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.150 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.150 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.150 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.150 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.150 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.150 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.151 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.151 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/053_expand_add_role_description_to_role_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.151 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.151 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.151 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.151 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.153 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.153 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.153 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.153 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.153 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.153 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.154 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.154 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.154 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.154 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.154 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.155 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.155 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-06-02 10:51:53.155 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_expand'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-06-02 10:51:53.160 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-06-02 10:51:53.161 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.162 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.162 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.162 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.162 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.162 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.163 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/056_expand_add_application_credential_access_rules.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.163 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/056_expand_add_application_credential_access_rules.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.163 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.163 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.163 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.163 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.164 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.164 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.164 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.164 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.164 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.164 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.165 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.165 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.165 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.165 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.165 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.166 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.166 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.166 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.166 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.167 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.167 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.167 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.167 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.167 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.167 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.168 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.168 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.168 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.168 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.168 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.168 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.169 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.169 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.169 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.169 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.169 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.169 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.170 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.170 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.171 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.171 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.171 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.171 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.171 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.171 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.172 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.172 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.172 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.172 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.172 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.173 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.173 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.173 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.173 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.173 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.173 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.174 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.174 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.174 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.174 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.174 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.174 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.175 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.175 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.175 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.176 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.176 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.176 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.176 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.176 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.176 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.177 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.177 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.177 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.177 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.177 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.177 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.178 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.178 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.178 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.178 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.178 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.178 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.179 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.179 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.179 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.179 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.179 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.179 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.180 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.180 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.180 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.180 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.180 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.180 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.181 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.181 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.181 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.181 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.181 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.181 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.182 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.182 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.182 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.182 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.182 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.182 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.183 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.183 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.183 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.183 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.183 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.183 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.184 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.184 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.184 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.184 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.184 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.184 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.185 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.185 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.185 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.185 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.185 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.185 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.186 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.186 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.186 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:53.186 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:53.187 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-06-02 10:51:53.187 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_expand'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-06-02 10:51:53.193 | INFO migrate.versioning.api [-] 0 -> 1...  2021-06-02 10:51:53.199 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:53.199 | INFO migrate.versioning.api [-] 1 -> 2...  2021-06-02 10:51:53.206 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:53.206 | INFO migrate.versioning.api [-] 2 -> 3...  2021-06-02 10:51:53.450 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:53.450 | INFO migrate.versioning.api [-] 3 -> 4...  2021-06-02 10:51:53.459 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:53.459 | INFO migrate.versioning.api [-] 4 -> 5...  2021-06-02 10:51:53.467 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:53.468 | INFO migrate.versioning.api [-] 5 -> 6...  2021-06-02 10:51:53.474 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:53.474 | INFO migrate.versioning.api [-] 6 -> 7...  2021-06-02 10:51:53.482 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:53.483 | INFO migrate.versioning.api [-] 7 -> 8...  2021-06-02 10:51:53.489 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:53.489 | INFO migrate.versioning.api [-] 8 -> 9...  2021-06-02 10:51:53.498 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:53.498 | INFO migrate.versioning.api [-] 9 -> 10...  2021-06-02 10:51:53.664 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:53.665 | INFO migrate.versioning.api [-] 10 -> 11...  2021-06-02 10:51:53.673 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:53.673 | INFO migrate.versioning.api [-] 11 -> 12...  2021-06-02 10:51:53.893 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:53.893 | INFO migrate.versioning.api [-] 12 -> 13...  2021-06-02 10:51:53.901 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:53.901 | INFO migrate.versioning.api [-] 13 -> 14...  2021-06-02 10:51:54.137 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:54.137 | INFO migrate.versioning.api [-] 14 -> 15...  2021-06-02 10:51:54.145 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:54.145 | INFO migrate.versioning.api [-] 15 -> 16...  2021-06-02 10:51:54.204 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:54.204 | INFO migrate.versioning.api [-] 16 -> 17...  2021-06-02 10:51:54.210 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:54.210 | INFO migrate.versioning.api [-] 17 -> 18...  2021-06-02 10:51:54.216 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:54.216 | INFO migrate.versioning.api [-] 18 -> 19...  2021-06-02 10:51:54.225 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:54.225 | INFO migrate.versioning.api [-] 19 -> 20...  2021-06-02 10:51:54.234 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:54.234 | INFO migrate.versioning.api [-] 20 -> 21...  2021-06-02 10:51:54.241 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:54.241 | INFO migrate.versioning.api [-] 21 -> 22...  2021-06-02 10:51:54.293 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:54.293 | INFO migrate.versioning.api [-] 22 -> 23...  2021-06-02 10:51:54.385 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:54.385 | INFO migrate.versioning.api [-] 23 -> 24...  2021-06-02 10:51:54.586 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:54.586 | INFO migrate.versioning.api [-] 24 -> 25...  2021-06-02 10:51:54.643 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:54.643 | INFO migrate.versioning.api [-] 25 -> 26...  2021-06-02 10:51:54.650 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:54.650 | INFO migrate.versioning.api [-] 26 -> 27...  2021-06-02 10:51:54.656 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:54.656 | INFO migrate.versioning.api [-] 27 -> 28...  2021-06-02 10:51:54.662 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:54.662 | INFO migrate.versioning.api [-] 28 -> 29...  2021-06-02 10:51:54.668 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:54.668 | INFO migrate.versioning.api [-] 29 -> 30...  2021-06-02 10:51:54.728 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:54.728 | INFO migrate.versioning.api [-] 30 -> 31...  2021-06-02 10:51:54.781 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:54.781 | INFO migrate.versioning.api [-] 31 -> 32...  2021-06-02 10:51:54.935 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:54.936 | INFO migrate.versioning.api [-] 32 -> 33...  2021-06-02 10:51:55.216 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:55.217 | INFO migrate.versioning.api [-] 33 -> 34...  2021-06-02 10:51:55.338 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:55.338 | INFO migrate.versioning.api [-] 34 -> 35...  2021-06-02 10:51:55.434 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:55.434 | INFO migrate.versioning.api [-] 35 -> 36...  2021-06-02 10:51:55.563 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:55.563 | INFO migrate.versioning.api [-] 36 -> 37...  2021-06-02 10:51:55.569 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:55.570 | INFO migrate.versioning.api [-] 37 -> 38...  2021-06-02 10:51:55.576 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:55.576 | INFO migrate.versioning.api [-] 38 -> 39...  2021-06-02 10:51:55.584 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:55.584 | INFO migrate.versioning.api [-] 39 -> 40...  2021-06-02 10:51:55.594 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:55.594 | INFO migrate.versioning.api [-] 40 -> 41...  2021-06-02 10:51:55.600 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:55.600 | INFO migrate.versioning.api [-] 41 -> 42...  2021-06-02 10:51:55.609 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:55.609 | INFO migrate.versioning.api [-] 42 -> 43...  2021-06-02 10:51:55.616 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:55.617 | INFO migrate.versioning.api [-] 43 -> 44...  2021-06-02 10:51:55.622 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:55.623 | INFO migrate.versioning.api [-] 44 -> 45...  2021-06-02 10:51:55.836 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:55.836 | INFO migrate.versioning.api [-] 45 -> 46...  2021-06-02 10:51:55.847 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:55.848 | INFO migrate.versioning.api [-] 46 -> 47...  2021-06-02 10:51:56.429 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:56.429 | INFO migrate.versioning.api [-] 47 -> 48...  2021-06-02 10:51:56.688 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:56.688 | INFO migrate.versioning.api [-] 48 -> 49...  2021-06-02 10:51:56.696 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:56.696 | INFO migrate.versioning.api [-] 49 -> 50...  2021-06-02 10:51:56.702 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:56.703 | INFO migrate.versioning.api [-] 50 -> 51...  2021-06-02 10:51:56.710 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:56.710 | INFO migrate.versioning.api [-] 51 -> 52...  2021-06-02 10:51:56.719 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:56.719 | INFO migrate.versioning.api [-] 52 -> 53...  2021-06-02 10:51:56.815 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:56.815 | INFO migrate.versioning.api [-] 53 -> 54...  2021-06-02 10:51:56.823 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:56.823 | INFO migrate.versioning.api [-] 54 -> 55...  2021-06-02 10:51:56.959 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:56.959 | INFO migrate.versioning.api [-] 55 -> 56...  2021-06-02 10:51:57.083 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:57.083 | INFO migrate.versioning.api [-] 56 -> 57...  2021-06-02 10:51:57.092 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:57.092 | INFO migrate.versioning.api [-] 57 -> 58...  2021-06-02 10:51:57.100 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:57.100 | INFO migrate.versioning.api [-] 58 -> 59...  2021-06-02 10:51:57.109 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:57.110 | INFO migrate.versioning.api [-] 59 -> 60...  2021-06-02 10:51:57.115 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:57.115 | INFO migrate.versioning.api [-] 60 -> 61...  2021-06-02 10:51:57.125 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:57.125 | INFO migrate.versioning.api [-] 61 -> 62...  2021-06-02 10:51:57.343 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:57.343 | INFO migrate.versioning.api [-] 62 -> 63...  2021-06-02 10:51:57.351 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:57.351 | INFO migrate.versioning.api [-] 63 -> 64...  2021-06-02 10:51:57.453 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:57.453 | INFO migrate.versioning.api [-] 64 -> 65...  2021-06-02 10:51:57.836 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:57.836 | INFO migrate.versioning.api [-] 65 -> 66...  2021-06-02 10:51:57.954 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:57.954 | INFO migrate.versioning.api [-] 66 -> 67...  2021-06-02 10:51:57.962 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:57.962 | INFO migrate.versioning.api [-] 67 -> 68...  2021-06-02 10:51:57.971 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:57.971 | INFO migrate.versioning.api [-] 68 -> 69...  2021-06-02 10:51:57.977 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:57.977 | INFO migrate.versioning.api [-] 69 -> 70...  2021-06-02 10:51:57.985 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:57.985 | INFO migrate.versioning.api [-] 70 -> 71...  2021-06-02 10:51:57.993 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:57.994 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-06-02 10:51:57.995 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:57.995 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:57.995 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:57.995 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:57.996 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:57.996 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:57.996 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:57.996 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:57.996 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:57.996 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:57.997 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:57.997 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:57.997 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:57.997 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:57.997 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:57.998 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:57.998 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:57.998 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:57.998 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:57.998 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:57.999 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:57.999 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:57.999 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:57.999 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:57.999 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.000 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.000 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.000 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.000 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.000 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.000 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.001 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.001 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.001 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.001 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.001 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.002 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.002 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.002 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.002 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.002 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.002 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.003 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.003 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.003 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.003 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.003 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.003 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.004 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.004 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.004 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.004 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.004 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.004 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.005 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.005 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.005 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.005 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.005 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.005 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.006 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.006 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.006 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.006 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.006 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.007 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.007 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.007 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.007 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.007 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.007 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.008 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.008 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.008 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.008 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.008 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.008 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.009 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.009 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.009 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.009 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.009 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.009 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.010 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.010 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.010 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.010 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.010 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.010 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.011 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.011 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.011 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.011 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.012 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.012 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.012 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.012 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.012 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.013 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.013 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.013 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.013 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.013 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.013 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.014 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.014 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.014 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.015 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.015 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.015 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.015 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.015 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.015 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.016 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.016 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.016 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.016 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.016 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.017 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.017 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.017 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.017 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.017 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.017 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.018 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.018 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.018 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.018 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.018 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.018 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.019 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.019 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.019 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.019 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.019 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.019 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.020 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.020 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.020 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.020 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.020 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.020 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.021 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-06-02 10:51:58.021 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-06-02 10:51:58.021 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-06-02 10:51:58.022 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.022 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.023 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.023 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.023 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.023 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.023 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.024 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.024 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.024 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.024 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.024 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.024 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.025 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.025 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.025 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.025 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.025 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.025 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.026 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.026 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.026 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.026 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.026 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.026 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.027 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.027 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.027 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.027 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.027 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.027 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.028 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.028 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.028 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.028 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.028 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.029 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.029 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.029 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.029 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.029 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.030 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.030 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.030 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.031 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.031 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.031 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.031 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.031 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.031 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.032 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.032 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.032 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.032 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.032 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.032 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.033 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.033 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.033 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.033 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.033 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.033 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.034 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.034 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.034 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.034 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.034 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.034 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.035 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.035 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.035 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.035 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.035 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.035 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.036 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.036 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.036 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.036 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.036 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.037 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.037 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.037 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.037 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.037 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.037 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.038 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.038 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.038 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.038 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.038 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.038 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.039 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.039 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.039 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.039 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.039 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.039 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.040 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.040 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.040 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.040 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.040 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.040 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.041 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.041 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.041 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.041 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.041 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.041 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.042 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.042 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.042 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.042 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.042 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.042 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.043 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.043 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.043 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.043 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.043 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.044 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.044 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.044 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.044 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.044 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.044 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.045 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.045 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.045 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.045 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.045 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.046 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.046 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.046 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.046 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.046 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.047 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.047 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.047 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.047 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.047 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.047 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.048 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-06-02 10:51:58.048 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_expand'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-06-02 10:51:58.048 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-06-02 10:51:58.049 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.049 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.049 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.050 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.050 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.050 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.050 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.050 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.050 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.051 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.051 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.051 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.051 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.051 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.051 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.052 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.052 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.052 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.052 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.052 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.052 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.053 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.053 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.053 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.053 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.053 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.054 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.054 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.054 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.054 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.054 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.054 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.055 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.055 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.055 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.055 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.055 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.055 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.056 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.056 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.056 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.056 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.056 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.056 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.057 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.057 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.057 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.057 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.057 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.057 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.058 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.058 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.058 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.058 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.058 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.058 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.059 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.059 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.059 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.059 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.059 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.059 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.060 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.060 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.060 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.060 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.060 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.060 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.061 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.061 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.061 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.061 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.061 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.062 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.062 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.062 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.062 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.062 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.062 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.063 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.063 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.063 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.063 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.063 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.063 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.064 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.064 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.064 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.064 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.064 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.064 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.065 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.065 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.065 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.065 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.065 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.066 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.066 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.066 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.066 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.066 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.066 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.067 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.067 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.067 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.067 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.067 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.067 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.068 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.068 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.068 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.068 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.068 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.068 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.069 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.069 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.069 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.069 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.069 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.069 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.070 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.070 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.070 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.070 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.070 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.070 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.071 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.071 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.071 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.071 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.071 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.071 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.072 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.072 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.072 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.072 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.072 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.072 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.073 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.073 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.073 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.073 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.073 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-06-02 10:51:58.073 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_expand'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-06-02 10:51:58.080 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-06-02 10:51:58.081 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.081 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.081 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.081 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.082 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.082 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.082 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.082 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.082 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.082 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.083 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.083 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.083 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.083 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.083 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.083 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.084 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.084 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.084 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.084 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.084 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.085 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.085 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.085 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.085 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.085 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.085 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.086 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.086 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.086 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.086 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.086 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.086 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.087 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.087 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.087 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.087 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.087 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.087 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.088 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.088 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.088 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.088 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.088 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.088 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.089 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.089 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.089 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.089 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.089 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.089 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.090 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.090 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.090 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.090 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.090 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.090 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.091 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.091 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.091 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.091 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.091 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.092 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.092 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.092 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.093 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.093 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.093 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.093 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.093 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.094 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.094 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.094 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.094 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.094 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.094 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.095 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.095 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.095 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.095 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.095 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.095 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.096 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.097 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.097 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.097 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.097 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.097 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.097 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.098 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.098 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.098 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.098 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.098 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.098 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.099 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.099 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.099 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.099 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.099 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.099 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.100 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.100 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.100 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.100 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.100 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.100 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.101 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.101 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.101 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.101 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.101 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.101 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.102 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.102 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.102 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.102 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.102 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.102 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.103 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.103 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.103 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.103 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.103 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.103 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.104 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.104 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.104 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.104 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.104 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.104 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.105 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.105 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.105 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.105 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.105 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.106 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.106 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-06-02 10:51:58.106 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-06-02 10:51:58.127 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-06-02 10:51:58.128 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.128 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.128 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.128 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.128 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.129 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.129 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.129 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.129 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.130 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.130 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.130 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.130 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.130 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.130 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.131 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.131 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.132 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.132 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.133 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.133 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.133 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.133 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.133 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.133 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.134 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.134 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.134 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.134 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.134 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.134 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.135 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.135 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.135 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.135 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.135 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.135 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.136 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.136 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.136 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.136 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.136 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.137 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.137 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.137 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.137 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.137 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.137 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.138 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.138 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.138 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.138 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.138 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/015_migrate_update_federated_user_domain.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.138 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.139 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.139 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.140 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.140 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.140 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.141 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.141 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.141 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.141 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.142 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.142 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.142 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.143 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.143 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.143 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.143 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.143 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.143 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.144 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.144 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.144 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.144 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.144 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.144 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.145 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.145 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.145 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.145 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.145 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.145 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.146 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.146 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.146 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.146 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.146 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.146 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.147 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.147 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.147 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.147 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.147 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.147 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.148 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.148 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.148 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.148 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.148 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.149 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.149 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.149 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.149 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.149 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.149 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.150 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.150 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.150 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.150 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.150 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.150 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.151 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.151 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.151 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.151 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.151 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.151 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.152 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.152 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.152 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.152 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.153 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.153 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.153 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.153 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.153 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.153 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.154 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-06-02 10:51:58.154 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-06-02 10:51:58.154 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-06-02 10:51:58.156 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.156 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.156 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.157 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.157 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.157 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.157 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.157 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.158 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.158 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.158 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.158 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.158 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.158 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.159 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.159 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.159 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.159 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.159 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.159 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.160 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.160 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.160 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.160 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.160 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.160 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.161 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.161 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.161 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.161 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.161 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.161 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.162 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.162 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.162 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.162 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.162 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.163 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.163 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.163 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.163 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.163 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.163 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.164 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.164 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.164 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.164 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.164 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.164 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.165 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.165 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.165 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.165 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.165 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.165 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.166 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/015_migrate_update_federated_user_domain.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.167 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.167 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.167 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.167 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.167 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.167 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.168 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.168 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.168 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.168 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.168 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/045_migrate_add_description_to_limit.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.169 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.169 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.169 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.169 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.169 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.169 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.170 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.170 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.170 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.170 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.170 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.171 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.171 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.171 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.171 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.171 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.171 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.172 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.172 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.172 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.172 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.172 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.172 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.173 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.173 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.173 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.173 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.173 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.173 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.174 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.174 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.174 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.174 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.174 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.174 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.175 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.175 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.175 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.176 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.176 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.176 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.176 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.176 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.177 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.177 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.177 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.177 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.177 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.177 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.178 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.178 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.178 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.178 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.178 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.178 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.179 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.179 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.179 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.179 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.179 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.179 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.180 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.180 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.180 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.180 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.180 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.180 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.181 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-06-02 10:51:58.181 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-06-02 10:51:58.186 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-06-02 10:51:58.187 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.188 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.188 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.188 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.188 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.188 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.189 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.189 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.189 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.189 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.189 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.189 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.190 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.190 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.190 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.190 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.190 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.191 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.191 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.191 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.191 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.191 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.191 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.192 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.192 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.192 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.192 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.192 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.192 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.193 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.193 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.193 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.193 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.193 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.193 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.194 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.194 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.194 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.194 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.194 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.194 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.195 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.195 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.195 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.195 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.195 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.195 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.196 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.196 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.196 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.196 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.196 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.197 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.197 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.197 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.197 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.197 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.197 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.198 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.198 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.198 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.198 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.198 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.198 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.199 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.199 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.199 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.199 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.199 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.199 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.200 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.200 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.200 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.200 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.200 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.200 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.201 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.201 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.201 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.202 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.202 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.202 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.202 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.203 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.203 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.203 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.203 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.203 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.203 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.204 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.204 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.204 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.204 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.205 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.205 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.205 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.205 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.205 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.205 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.206 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.206 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.206 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.206 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.206 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.206 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.207 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.207 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.207 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.207 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.207 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.207 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.208 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.208 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.208 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.208 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.208 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.208 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.209 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.209 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.209 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.209 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.209 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.209 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.210 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.210 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.210 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.210 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.210 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.210 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.211 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.211 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.211 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.211 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.211 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.211 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/054_migrate_drop_old_passoword_column.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.212 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.212 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/032_migrate_add_expired_at_int_to_trust.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.212 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/032_migrate_add_expired_at_int_to_trust.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.212 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.212 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.212 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.213 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.213 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-06-02 10:51:58.213 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-06-02 10:51:58.220 | INFO migrate.versioning.api [-] 0 -> 1...  2021-06-02 10:51:58.226 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.226 | INFO migrate.versioning.api [-] 1 -> 2...  2021-06-02 10:51:58.232 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.232 | INFO migrate.versioning.api [-] 2 -> 3...  2021-06-02 10:51:58.245 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.245 | INFO migrate.versioning.api [-] 3 -> 4...  2021-06-02 10:51:58.251 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.251 | INFO migrate.versioning.api [-] 4 -> 5...  2021-06-02 10:51:58.257 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.257 | INFO migrate.versioning.api [-] 5 -> 6...  2021-06-02 10:51:58.263 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.263 | INFO migrate.versioning.api [-] 6 -> 7...  2021-06-02 10:51:58.270 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.270 | INFO migrate.versioning.api [-] 7 -> 8...  2021-06-02 10:51:58.276 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.276 | INFO migrate.versioning.api [-] 8 -> 9...  2021-06-02 10:51:58.284 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.284 | INFO migrate.versioning.api [-] 9 -> 10...  2021-06-02 10:51:58.292 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.293 | INFO migrate.versioning.api [-] 10 -> 11...  2021-06-02 10:51:58.301 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.301 | INFO migrate.versioning.api [-] 11 -> 12...  2021-06-02 10:51:58.319 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.319 | INFO migrate.versioning.api [-] 12 -> 13...  2021-06-02 10:51:58.325 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.325 | INFO migrate.versioning.api [-] 13 -> 14...  2021-06-02 10:51:58.351 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.351 | INFO migrate.versioning.api [-] 14 -> 15...  2021-06-02 10:51:58.378 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.378 | INFO migrate.versioning.api [-] 15 -> 16...  2021-06-02 10:51:58.384 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.384 | INFO migrate.versioning.api [-] 16 -> 17...  2021-06-02 10:51:58.390 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.390 | INFO migrate.versioning.api [-] 17 -> 18...  2021-06-02 10:51:58.396 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.396 | INFO migrate.versioning.api [-] 18 -> 19...  2021-06-02 10:51:58.402 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.402 | INFO migrate.versioning.api [-] 19 -> 20...  2021-06-02 10:51:58.408 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.408 | INFO migrate.versioning.api [-] 20 -> 21...  2021-06-02 10:51:58.414 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.414 | INFO migrate.versioning.api [-] 21 -> 22...  2021-06-02 10:51:58.420 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.420 | INFO migrate.versioning.api [-] 22 -> 23...  2021-06-02 10:51:58.429 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.429 | INFO migrate.versioning.api [-] 23 -> 24...  2021-06-02 10:51:58.437 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.437 | INFO migrate.versioning.api [-] 24 -> 25...  2021-06-02 10:51:58.445 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.445 | INFO migrate.versioning.api [-] 25 -> 26...  2021-06-02 10:51:58.451 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.451 | INFO migrate.versioning.api [-] 26 -> 27...  2021-06-02 10:51:58.459 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.459 | INFO migrate.versioning.api [-] 27 -> 28...  2021-06-02 10:51:58.468 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.468 | INFO migrate.versioning.api [-] 28 -> 29...  2021-06-02 10:51:58.476 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.476 | INFO migrate.versioning.api [-] 29 -> 30...  2021-06-02 10:51:58.482 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.482 | INFO migrate.versioning.api [-] 30 -> 31...  2021-06-02 10:51:58.490 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.490 | INFO migrate.versioning.api [-] 31 -> 32...  2021-06-02 10:51:58.499 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.499 | INFO migrate.versioning.api [-] 32 -> 33...  2021-06-02 10:51:58.507 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.507 | INFO migrate.versioning.api [-] 33 -> 34...  2021-06-02 10:51:58.516 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.516 | INFO migrate.versioning.api [-] 34 -> 35...  2021-06-02 10:51:58.522 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.522 | INFO migrate.versioning.api [-] 35 -> 36...  2021-06-02 10:51:58.531 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.531 | INFO migrate.versioning.api [-] 36 -> 37...  2021-06-02 10:51:58.538 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.539 | INFO migrate.versioning.api [-] 37 -> 38...  2021-06-02 10:51:58.548 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.548 | INFO migrate.versioning.api [-] 38 -> 39...  2021-06-02 10:51:58.555 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.556 | INFO migrate.versioning.api [-] 39 -> 40...  2021-06-02 10:51:58.565 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.565 | INFO migrate.versioning.api [-] 40 -> 41...  2021-06-02 10:51:58.572 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.572 | INFO migrate.versioning.api [-] 41 -> 42...  2021-06-02 10:51:58.580 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.580 | INFO migrate.versioning.api [-] 42 -> 43...  2021-06-02 10:51:58.586 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.586 | INFO migrate.versioning.api [-] 43 -> 44...  2021-06-02 10:51:58.595 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.595 | INFO migrate.versioning.api [-] 44 -> 45...  2021-06-02 10:51:58.603 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.603 | INFO migrate.versioning.api [-] 45 -> 46...  2021-06-02 10:51:58.623 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.623 | INFO migrate.versioning.api [-] 46 -> 47...  2021-06-02 10:51:58.630 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.630 | INFO migrate.versioning.api [-] 47 -> 48...  2021-06-02 10:51:58.635 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.636 | INFO migrate.versioning.api [-] 48 -> 49...  2021-06-02 10:51:58.642 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.642 | INFO migrate.versioning.api [-] 49 -> 50...  2021-06-02 10:51:58.648 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.648 | INFO migrate.versioning.api [-] 50 -> 51...  2021-06-02 10:51:58.657 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.657 | INFO migrate.versioning.api [-] 51 -> 52...  2021-06-02 10:51:58.665 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.665 | INFO migrate.versioning.api [-] 52 -> 53...  2021-06-02 10:51:58.671 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.671 | INFO migrate.versioning.api [-] 53 -> 54...  2021-06-02 10:51:58.679 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.679 | INFO migrate.versioning.api [-] 54 -> 55...  2021-06-02 10:51:58.688 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.688 | INFO migrate.versioning.api [-] 55 -> 56...  2021-06-02 10:51:58.696 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.696 | INFO migrate.versioning.api [-] 56 -> 57...  2021-06-02 10:51:58.703 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.703 | INFO migrate.versioning.api [-] 57 -> 58...  2021-06-02 10:51:58.710 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.711 | INFO migrate.versioning.api [-] 58 -> 59...  2021-06-02 10:51:58.719 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.720 | INFO migrate.versioning.api [-] 59 -> 60...  2021-06-02 10:51:58.727 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.727 | INFO migrate.versioning.api [-] 60 -> 61...  2021-06-02 10:51:58.733 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.734 | INFO migrate.versioning.api [-] 61 -> 62...  2021-06-02 10:51:58.747 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.747 | INFO migrate.versioning.api [-] 62 -> 63...  2021-06-02 10:51:58.753 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.753 | INFO migrate.versioning.api [-] 63 -> 64...  2021-06-02 10:51:58.759 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.759 | INFO migrate.versioning.api [-] 64 -> 65...  2021-06-02 10:51:58.768 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.768 | INFO migrate.versioning.api [-] 65 -> 66...  2021-06-02 10:51:58.774 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.774 | INFO migrate.versioning.api [-] 66 -> 67...  2021-06-02 10:51:58.783 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.783 | INFO migrate.versioning.api [-] 67 -> 68...  2021-06-02 10:51:58.790 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.790 | INFO migrate.versioning.api [-] 68 -> 69...  2021-06-02 10:51:58.799 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.799 | INFO migrate.versioning.api [-] 69 -> 70...  2021-06-02 10:51:58.805 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.805 | INFO migrate.versioning.api [-] 70 -> 71...  2021-06-02 10:51:58.813 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:58.814 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-06-02 10:51:58.815 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.815 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.815 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.815 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.816 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.816 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.816 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.816 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.816 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.817 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.817 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.817 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.817 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.817 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.818 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.818 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.818 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.818 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.818 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.818 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.819 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.819 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.819 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.819 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.819 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.819 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.820 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.820 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.820 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.820 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.820 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.820 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.821 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.821 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.821 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.821 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.821 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.822 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.822 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.822 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.822 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.822 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.823 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.823 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.823 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.823 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.823 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.823 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.824 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.824 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.824 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.824 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.824 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.824 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.825 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.825 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.825 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.825 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.825 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.825 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.826 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.826 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.826 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.827 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.827 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.827 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.827 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.828 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.828 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.828 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.828 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.828 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.829 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.829 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.829 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.829 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.829 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.830 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.830 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.830 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.830 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.830 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.830 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.831 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.831 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.831 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.831 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.831 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.832 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.832 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.832 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/046_contract_old_password_data_to_password_hash_column.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.832 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/046_contract_old_password_data_to_password_hash_column.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.832 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.832 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.833 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.833 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.833 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.833 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.833 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.833 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.834 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.834 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.834 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.834 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.834 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.834 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.835 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.835 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.835 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.835 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.835 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.835 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.836 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.836 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.836 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.836 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.836 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.836 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.837 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.837 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.837 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.837 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.837 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/003_remove_unencrypted_blob_column_from_credential.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.838 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.838 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.838 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.838 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.838 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.838 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.839 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.839 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.839 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.839 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.839 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.839 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.840 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.840 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.840 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.840 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.840 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.840 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.841 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.841 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-06-02 10:51:58.841 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_contract'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-06-02 10:51:58.842 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-06-02 10:51:58.843 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.843 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.843 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.844 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.844 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.844 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.844 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.844 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.845 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.845 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.845 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.845 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.845 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.845 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.846 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.846 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.846 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.846 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.846 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.846 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.847 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.847 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.847 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.847 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.847 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.847 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.848 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.848 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.848 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.848 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.848 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.849 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.849 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.849 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.849 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.849 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.849 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.850 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.850 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.850 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.850 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.850 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.850 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.851 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.851 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.851 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.851 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.851 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.851 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.852 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.852 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.852 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.852 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.852 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.853 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.853 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.853 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.853 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.853 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.853 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.854 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.854 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.854 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.854 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.854 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.854 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.855 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.855 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.855 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.855 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.855 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.855 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.856 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.856 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.856 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.856 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.856 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.856 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.857 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.857 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.857 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.857 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.857 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.858 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.858 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.858 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.858 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.858 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.858 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.859 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.859 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.859 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.859 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.859 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.859 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.860 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.860 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.860 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.860 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.860 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.861 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.861 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.861 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.861 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.861 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.861 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.862 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.862 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.862 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.862 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.862 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.862 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.863 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.863 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.863 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.863 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.863 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.863 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.864 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.864 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.864 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.864 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.864 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.864 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.865 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.865 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.865 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.865 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.865 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.865 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.866 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.866 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.866 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.866 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.866 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.867 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.867 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.867 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.867 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.867 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.867 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.868 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.868 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-06-02 10:51:58.868 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-06-02 10:51:58.868 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-06-02 10:51:58.869 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.869 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.870 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.870 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.870 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.870 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.870 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.870 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.871 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.871 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.871 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.871 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.871 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.871 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.872 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.872 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.872 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.872 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.872 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.872 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.873 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.873 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.873 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.873 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.873 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.874 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.874 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.874 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.874 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.874 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.875 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.875 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.875 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.875 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.875 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.875 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.876 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.876 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.876 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.876 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.876 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.876 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.877 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.877 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.877 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.877 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.877 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.877 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.878 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.878 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.878 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.878 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.878 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.878 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.879 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.879 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.879 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.879 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.879 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.879 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.880 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.880 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.880 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.880 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.880 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.881 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.881 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.881 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.881 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.881 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.881 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.882 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.882 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.882 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.882 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.882 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.882 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.883 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.883 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.883 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.883 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.883 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.883 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.884 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.884 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.884 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.884 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.884 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.884 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.885 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.885 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.885 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.885 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.885 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.885 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.886 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.886 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.886 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.886 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.886 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.887 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.887 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.887 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.887 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.887 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.887 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.888 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.888 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.888 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.888 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.888 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.888 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.889 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.889 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.889 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.890 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.890 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.890 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.890 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.890 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.890 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.891 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.891 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.891 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.891 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.891 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.891 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.892 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.892 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.892 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.892 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.892 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.893 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.893 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.893 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.893 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.893 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.893 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.894 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.894 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.894 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.894 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.894 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-06-02 10:51:58.894 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-06-02 10:51:58.900 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-06-02 10:51:58.901 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.901 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.901 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.902 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.902 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.902 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.902 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.902 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.902 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.903 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.903 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.903 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.903 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.903 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.904 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.904 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.904 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.904 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.904 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.905 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.905 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.905 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.906 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.906 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.906 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.906 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.906 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.906 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.907 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.907 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.907 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.907 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.907 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.908 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.908 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.908 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.908 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.908 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.908 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.909 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.909 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.909 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.909 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.909 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.909 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.910 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.910 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.910 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.910 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.910 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.910 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.911 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.911 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.911 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.911 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.911 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.911 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.912 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.912 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.912 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.912 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.912 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.913 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.913 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.913 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.913 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.913 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.913 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.914 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.914 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.914 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.914 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.914 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.914 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.915 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.915 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.915 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.915 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.915 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.915 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.916 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.916 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.916 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.916 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.916 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.916 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.917 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.917 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.917 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.917 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.917 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.917 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.918 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.918 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.918 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.918 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.918 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.918 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.919 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.919 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.919 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.919 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.919 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.919 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.920 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.920 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.920 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.920 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.920 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.921 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.921 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.921 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.921 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.921 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.921 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.922 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.922 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.922 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.922 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.922 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.923 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.923 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.923 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.923 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.923 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.923 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.924 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.924 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.924 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.924 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.924 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.924 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.925 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.925 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.925 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.925 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.925 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.925 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.926 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.926 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.926 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.926 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.926 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-06-02 10:51:58.926 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_contract'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-06-02 10:51:58.940 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-06-02 10:51:58.941 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.941 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.941 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.942 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.942 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.942 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.942 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.942 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.942 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.943 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.943 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.943 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.943 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.943 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.944 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.944 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.944 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.944 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.944 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.944 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.945 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.945 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.945 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.945 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.945 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.945 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.946 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.946 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.946 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.946 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.946 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.946 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.947 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.947 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.947 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.947 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.947 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.947 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.948 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.948 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.948 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.948 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.948 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.949 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.949 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.949 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.949 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.949 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.949 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.950 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.950 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.950 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.950 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.950 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.950 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.951 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.951 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.951 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.951 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.952 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.952 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.952 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.952 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.953 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.953 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.953 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.953 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.953 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.953 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.954 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.954 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.954 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.954 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.955 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.955 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.955 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.955 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.955 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.955 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.956 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.956 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.956 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.956 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.956 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.956 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.957 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.957 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.957 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.957 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.957 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.958 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.958 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.958 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.958 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.958 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.958 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.959 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.959 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.959 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.959 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.959 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.959 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.960 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.960 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.960 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.960 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.960 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.960 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.961 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.961 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.961 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.961 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.961 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.961 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.962 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.962 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.962 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.962 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.962 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.962 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.963 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.963 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.963 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.963 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.963 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.963 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.964 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.964 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.964 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.964 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.964 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.965 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.965 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.965 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.965 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.965 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.965 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.966 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.966 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.966 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.966 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.966 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.966 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-06-02 10:51:58.967 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_contract'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-06-02 10:51:58.967 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-06-02 10:51:58.968 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.968 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.968 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.969 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.969 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.969 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.969 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.969 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.970 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.970 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.970 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.970 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.970 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.970 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.971 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.971 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.971 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.971 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.971 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.971 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.972 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.972 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.972 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.972 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.972 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.973 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.973 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.973 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.973 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.973 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.973 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.974 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.974 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.974 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.974 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.974 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.974 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.975 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.975 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.975 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.975 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.975 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.975 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.976 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.976 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.976 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.976 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.976 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.976 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.977 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.977 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.977 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.977 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.977 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.977 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.979 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.979 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.979 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.979 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.979 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.979 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.980 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.980 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.980 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.980 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.980 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.980 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.981 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.981 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.981 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.981 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.981 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.981 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.982 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.982 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.982 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.982 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.982 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.982 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.983 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.983 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.983 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.983 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.983 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.983 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.984 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.984 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.984 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.984 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.984 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.985 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.985 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.985 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.985 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.985 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.985 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.986 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.986 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.986 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.986 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.986 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.986 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.987 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.987 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.987 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.987 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.987 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.987 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.988 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.988 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.988 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.988 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.988 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.988 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.989 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.989 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.989 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.989 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.989 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.990 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.990 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.990 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.990 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.990 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.990 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.991 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.991 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.991 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.991 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.991 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.991 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.992 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.992 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.992 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.992 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.992 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:58.992 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:58.993 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-06-02 10:51:58.993 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_contract'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-06-02 10:51:58.999 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-06-02 10:51:59.000 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.000 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.000 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.000 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.000 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.000 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.001 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.001 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.001 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.001 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.001 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.002 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.002 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.002 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.002 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.002 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.002 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.003 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.003 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.003 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.003 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.003 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.003 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.004 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.004 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.004 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.004 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.004 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.005 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.005 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.005 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.005 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.005 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.005 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.006 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.006 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.006 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.006 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.006 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.006 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.007 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.007 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.007 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.007 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.007 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.007 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.008 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.008 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.008 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.008 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.008 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.008 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.009 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.009 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.009 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.009 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.009 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.009 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.010 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.010 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.010 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.010 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.010 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.011 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.011 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.011 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.011 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.011 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.011 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.012 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.012 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.012 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.012 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.012 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.012 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.013 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.013 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.013 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.013 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.013 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.013 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.014 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.014 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.015 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.015 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.015 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.015 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.015 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.015 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.016 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.016 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.016 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.016 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.016 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.016 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.017 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.017 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.017 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.017 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.017 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.017 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.018 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.018 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.018 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.018 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.018 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.018 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.019 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.019 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.019 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.019 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.019 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.019 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.020 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.020 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.020 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.020 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.020 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.021 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.021 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.021 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.021 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.021 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.021 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.022 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.022 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.022 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.022 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.022 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.022 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.023 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.023 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.023 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.023 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.023 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.023 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.024 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.024 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.024 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.024 | 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=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.024 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:51:59.024 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:51:59.025 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-06-02 10:51:59.025 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_contract'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=64170) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-06-02 10:51:59.032 | INFO migrate.versioning.api [-] 0 -> 1...  2021-06-02 10:51:59.039 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:59.039 | INFO migrate.versioning.api [-] 1 -> 2...  2021-06-02 10:51:59.221 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:59.221 | INFO migrate.versioning.api [-] 2 -> 3...  2021-06-02 10:51:59.474 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:59.475 | INFO migrate.versioning.api [-] 3 -> 4...  2021-06-02 10:51:59.777 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:59.777 | INFO migrate.versioning.api [-] 4 -> 5...  2021-06-02 10:51:59.785 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:59.786 | INFO migrate.versioning.api [-] 5 -> 6...  2021-06-02 10:51:59.793 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:59.794 | INFO migrate.versioning.api [-] 6 -> 7...  2021-06-02 10:51:59.802 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:59.802 | INFO migrate.versioning.api [-] 7 -> 8...  2021-06-02 10:51:59.808 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:59.808 | INFO migrate.versioning.api [-] 8 -> 9...  2021-06-02 10:51:59.816 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:59.816 | INFO migrate.versioning.api [-] 9 -> 10...  2021-06-02 10:51:59.825 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:59.825 | INFO migrate.versioning.api [-] 10 -> 11...  2021-06-02 10:51:59.884 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:59.885 | INFO migrate.versioning.api [-] 11 -> 12...  2021-06-02 10:51:59.985 | INFO migrate.versioning.api [-] done 2021-06-02 10:51:59.985 | INFO migrate.versioning.api [-] 12 -> 13...  2021-06-02 10:52:00.161 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:00.162 | INFO migrate.versioning.api [-] 13 -> 14...  2021-06-02 10:52:00.550 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:00.550 | INFO migrate.versioning.api [-] 14 -> 15...  2021-06-02 10:52:00.663 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:00.663 | INFO migrate.versioning.api [-] 15 -> 16...  2021-06-02 10:52:00.672 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:00.672 | INFO migrate.versioning.api [-] 16 -> 17...  2021-06-02 10:52:00.680 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:00.680 | INFO migrate.versioning.api [-] 17 -> 18...  2021-06-02 10:52:00.688 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:00.688 | INFO migrate.versioning.api [-] 18 -> 19...  2021-06-02 10:52:00.696 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:00.697 | INFO migrate.versioning.api [-] 19 -> 20...  2021-06-02 10:52:00.705 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:00.705 | INFO migrate.versioning.api [-] 20 -> 21...  2021-06-02 10:52:00.711 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:00.712 | INFO migrate.versioning.api [-] 21 -> 22...  2021-06-02 10:52:00.720 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:00.721 | INFO migrate.versioning.api [-] 22 -> 23...  2021-06-02 10:52:00.729 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:00.729 | INFO migrate.versioning.api [-] 23 -> 24...  2021-06-02 10:52:00.841 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:00.841 | INFO migrate.versioning.api [-] 24 -> 25...  2021-06-02 10:52:00.849 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:00.849 | INFO migrate.versioning.api [-] 25 -> 26...  2021-06-02 10:52:00.857 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:00.857 | INFO migrate.versioning.api [-] 26 -> 27...  2021-06-02 10:52:00.866 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:00.866 | INFO migrate.versioning.api [-] 27 -> 28...  2021-06-02 10:52:00.874 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:00.874 | INFO migrate.versioning.api [-] 28 -> 29...  2021-06-02 10:52:00.882 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:00.883 | INFO migrate.versioning.api [-] 29 -> 30...  2021-06-02 10:52:00.892 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:00.892 | INFO migrate.versioning.api [-] 30 -> 31...  2021-06-02 10:52:00.897 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:00.898 | INFO migrate.versioning.api [-] 31 -> 32...  2021-06-02 10:52:00.936 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:00.936 | INFO migrate.versioning.api [-] 32 -> 33...  2021-06-02 10:52:00.944 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:00.944 | INFO migrate.versioning.api [-] 33 -> 34...  2021-06-02 10:52:00.953 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:00.954 | INFO migrate.versioning.api [-] 34 -> 35...  2021-06-02 10:52:01.050 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:01.050 | INFO migrate.versioning.api [-] 35 -> 36...  2021-06-02 10:52:01.162 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:01.162 | INFO migrate.versioning.api [-] 36 -> 37...  2021-06-02 10:52:01.200 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:01.200 | INFO migrate.versioning.api [-] 37 -> 38...  2021-06-02 10:52:01.208 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:01.208 | INFO migrate.versioning.api [-] 38 -> 39...  2021-06-02 10:52:01.217 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:01.217 | INFO migrate.versioning.api [-] 39 -> 40...  2021-06-02 10:52:01.225 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:01.225 | INFO migrate.versioning.api [-] 40 -> 41...  2021-06-02 10:52:01.233 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:01.234 | INFO migrate.versioning.api [-] 41 -> 42...  2021-06-02 10:52:01.239 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:01.240 | INFO migrate.versioning.api [-] 42 -> 43...  2021-06-02 10:52:01.248 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:01.248 | INFO migrate.versioning.api [-] 43 -> 44...  2021-06-02 10:52:01.256 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:01.256 | INFO migrate.versioning.api [-] 44 -> 45...  2021-06-02 10:52:01.265 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:01.265 | INFO migrate.versioning.api [-] 45 -> 46...  2021-06-02 10:52:01.273 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:01.273 | INFO migrate.versioning.api [-] 46 -> 47...  2021-06-02 10:52:01.391 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:01.392 | INFO migrate.versioning.api [-] 47 -> 48...  2021-06-02 10:52:01.399 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:01.399 | INFO migrate.versioning.api [-] 48 -> 49...  2021-06-02 10:52:01.408 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:01.408 | INFO migrate.versioning.api [-] 49 -> 50...  2021-06-02 10:52:01.416 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:01.416 | INFO migrate.versioning.api [-] 50 -> 51...  2021-06-02 10:52:01.424 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:01.425 | INFO migrate.versioning.api [-] 51 -> 52...  2021-06-02 10:52:01.431 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:01.431 | INFO migrate.versioning.api [-] 52 -> 53...  2021-06-02 10:52:01.440 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:01.440 | INFO migrate.versioning.api [-] 53 -> 54...  2021-06-02 10:52:01.549 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:01.549 | INFO migrate.versioning.api [-] 54 -> 55...  2021-06-02 10:52:01.567 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:01.567 | INFO migrate.versioning.api [-] 55 -> 56...  2021-06-02 10:52:01.576 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:01.576 | INFO migrate.versioning.api [-] 56 -> 57...  2021-06-02 10:52:01.582 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:01.582 | INFO migrate.versioning.api [-] 57 -> 58...  2021-06-02 10:52:01.591 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:01.591 | INFO migrate.versioning.api [-] 58 -> 59...  2021-06-02 10:52:01.599 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:01.599 | INFO migrate.versioning.api [-] 59 -> 60...  2021-06-02 10:52:01.608 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:01.608 | INFO migrate.versioning.api [-] 60 -> 61...  2021-06-02 10:52:01.614 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:01.614 | INFO migrate.versioning.api [-] 61 -> 62...  2021-06-02 10:52:01.623 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:01.623 | INFO migrate.versioning.api [-] 62 -> 63...  2021-06-02 10:52:01.958 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:01.958 | INFO migrate.versioning.api [-] 63 -> 64...  2021-06-02 10:52:01.966 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:01.966 | INFO migrate.versioning.api [-] 64 -> 65...  2021-06-02 10:52:01.974 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:01.974 | INFO migrate.versioning.api [-] 65 -> 66...  2021-06-02 10:52:01.980 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:01.980 | INFO migrate.versioning.api [-] 66 -> 67...  2021-06-02 10:52:01.989 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:01.989 | INFO migrate.versioning.api [-] 67 -> 68...  2021-06-02 10:52:01.997 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:01.997 | INFO migrate.versioning.api [-] 68 -> 69...  2021-06-02 10:52:02.005 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:02.005 | INFO migrate.versioning.api [-] 69 -> 70...  2021-06-02 10:52:02.014 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:02.014 | INFO migrate.versioning.api [-] 70 -> 71...  2021-06-02 10:52:02.020 | INFO migrate.versioning.api [-] done 2021-06-02 10:52:02.245 | + lib/keystone:init_keystone:448 : time_stop dbsync 2021-06-02 10:52:02.247 | + functions-common:time_stop:2336 : local name 2021-06-02 10:52:02.250 | + functions-common:time_stop:2337 : local end_time 2021-06-02 10:52:02.252 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 10:52:02.255 | + functions-common:time_stop:2339 : local total 2021-06-02 10:52:02.257 | + functions-common:time_stop:2340 : local start_time 2021-06-02 10:52:02.260 | + functions-common:time_stop:2342 : name=dbsync 2021-06-02 10:52:02.262 | + functions-common:time_stop:2343 : start_time=1622631103778 2021-06-02 10:52:02.265 | + functions-common:time_stop:2345 : [[ -z 1622631103778 ]] 2021-06-02 10:52:02.268 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 10:52:02.272 | + functions-common:time_stop:2348 : end_time=1622631122269 2021-06-02 10:52:02.274 | + functions-common:time_stop:2349 : elapsed_time=18491 2021-06-02 10:52:02.277 | + functions-common:time_stop:2350 : total=0 2021-06-02 10:52:02.279 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 10:52:02.282 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=18491 2021-06-02 10:52:02.285 | + lib/keystone:init_keystone:450 : [[ fernet == \f\e\r\n\e\t ]] 2021-06-02 10:52:02.287 | + lib/keystone:init_keystone:451 : rm -rf /etc/keystone/fernet-keys/ 2021-06-02 10:52:02.291 | + lib/keystone:init_keystone:452 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2021-06-02 10:52:04.435 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2021-06-02 10:52:04.436 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2021-06-02 10:52:04.436 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2021-06-02 10:52:04.437 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2021-06-02 10:52:04.437 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2021-06-02 10:52:04.438 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2021-06-02 10:52:04.438 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2021-06-02 10:52:04.439 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2021-06-02 10:52:04.439 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2021-06-02 10:52:04.652 | + lib/keystone:init_keystone:454 : rm -rf /etc/keystone/credential-keys/ 2021-06-02 10:52:04.656 | + lib/keystone:init_keystone:455 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2021-06-02 10:52:06.807 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2021-06-02 10:52:06.808 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2021-06-02 10:52:06.808 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2021-06-02 10:52:06.808 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2021-06-02 10:52:06.809 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2021-06-02 10:52:06.809 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2021-06-02 10:52:06.810 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2021-06-02 10:52:06.810 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2021-06-02 10:52:06.810 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2021-06-02 10:52:07.021 | + ./stack.sh:main:1147 : start_keystone 2021-06-02 10:52:07.024 | + lib/keystone:start_keystone:515 : local service_port=5000 2021-06-02 10:52:07.026 | + lib/keystone:start_keystone:516 : local auth_protocol=http 2021-06-02 10:52:07.029 | + lib/keystone:start_keystone:517 : is_service_enabled tls-proxy 2021-06-02 10:52:07.044 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:52:07.047 | + lib/keystone:start_keystone:522 : '[' uwsgi == mod_wsgi ']' 2021-06-02 10:52:07.050 | ++ lib/keystone:start_keystone:526 : which uwsgi 2021-06-02 10:52:07.054 | + lib/keystone:start_keystone:526 : run_process keystone '/usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2021-06-02 10:52:07.056 | + functions-common:run_process:1583 : local service=keystone 2021-06-02 10:52:07.059 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-06-02 10:52:07.061 | + functions-common:run_process:1585 : local group= 2021-06-02 10:52:07.064 | + functions-common:run_process:1586 : local user= 2021-06-02 10:52:07.066 | + functions-common:run_process:1588 : local name=keystone 2021-06-02 10:52:07.069 | + functions-common:run_process:1590 : time_start run_process 2021-06-02 10:52:07.071 | + functions-common:time_start:2322 : local name=run_process 2021-06-02 10:52:07.073 | + functions-common:time_start:2323 : local start_time= 2021-06-02 10:52:07.076 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-06-02 10:52:07.080 | ++ functions-common:time_start:2327 : date +%s%3N 2021-06-02 10:52:07.083 | + functions-common:time_start:2327 : _TIME_START[$name]=1622631127080 2021-06-02 10:52:07.086 | + functions-common:run_process:1591 : is_service_enabled keystone 2021-06-02 10:52:07.103 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:52:07.105 | + functions-common:run_process:1592 : _run_under_systemd keystone '/usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' 2021-06-02 10:52:07.108 | + functions-common:_run_under_systemd:1548 : local service=keystone 2021-06-02 10:52:07.110 | + functions-common:_run_under_systemd:1549 : local 'command=/usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-06-02 10:52:07.113 | + functions-common:_run_under_systemd:1550 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-06-02 10:52:07.115 | + functions-common:_run_under_systemd:1552 : _common_systemd_pitfalls '/usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-06-02 10:52:07.118 | + functions-common:_common_systemd_pitfalls:1520 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-06-02 10:52:07.120 | + functions-common:_common_systemd_pitfalls:1523 : [[ /usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2021-06-02 10:52:07.122 | + functions-common:_common_systemd_pitfalls:1534 : [[ ! /usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2021-06-02 10:52:07.125 | + functions-common:_run_under_systemd:1554 : local systemd_service=devstack@keystone.service 2021-06-02 10:52:07.127 | + functions-common:_run_under_systemd:1555 : local group= 2021-06-02 10:52:07.129 | + functions-common:_run_under_systemd:1556 : local user=ubuntu 2021-06-02 10:52:07.132 | + functions-common:_run_under_systemd:1557 : [[ /usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2021-06-02 10:52:07.134 | + functions-common:_run_under_systemd:1558 : write_uwsgi_user_unit_file devstack@keystone.service '/usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' ubuntu 2021-06-02 10:52:07.137 | + functions-common:write_uwsgi_user_unit_file:1492 : local service=devstack@keystone.service 2021-06-02 10:52:07.139 | + functions-common:write_uwsgi_user_unit_file:1493 : local 'command=/usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-06-02 10:52:07.142 | + functions-common:write_uwsgi_user_unit_file:1494 : local group= 2021-06-02 10:52:07.144 | + functions-common:write_uwsgi_user_unit_file:1495 : local user=ubuntu 2021-06-02 10:52:07.146 | + functions-common:write_uwsgi_user_unit_file:1496 : local unitfile=/etc/systemd/system/devstack@keystone.service 2021-06-02 10:52:07.148 | + functions-common:write_uwsgi_user_unit_file:1497 : mkdir -p /etc/systemd/system 2021-06-02 10:52:07.152 | + functions-common:write_uwsgi_user_unit_file:1499 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2021-06-02 10:52:07.205 | + functions-common:write_uwsgi_user_unit_file:1500 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2021-06-02 10:52:07.257 | + functions-common:write_uwsgi_user_unit_file:1501 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User ubuntu 2021-06-02 10:52:07.301 | + functions-common:write_uwsgi_user_unit_file:1502 : 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-06-02 10:52:07.347 | + functions-common:write_uwsgi_user_unit_file:1503 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-06-02 10:52:07.391 | + functions-common:write_uwsgi_user_unit_file:1504 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2021-06-02 10:52:07.435 | + functions-common:write_uwsgi_user_unit_file:1505 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2021-06-02 10:52:07.480 | + functions-common:write_uwsgi_user_unit_file:1506 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2021-06-02 10:52:07.525 | + functions-common:write_uwsgi_user_unit_file:1507 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2021-06-02 10:52:07.571 | + functions-common:write_uwsgi_user_unit_file:1508 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2021-06-02 10:52:07.616 | + functions-common:write_uwsgi_user_unit_file:1510 : [[ -n '' ]] 2021-06-02 10:52:07.619 | + functions-common:write_uwsgi_user_unit_file:1513 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2021-06-02 10:52:07.672 | + functions-common:write_uwsgi_user_unit_file:1516 : sudo systemctl daemon-reload 2021-06-02 10:52:07.874 | + functions-common:_run_under_systemd:1563 : sudo systemctl enable devstack@keystone.service 2021-06-02 10:52:07.888 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2021-06-02 10:52:08.077 | + functions-common:_run_under_systemd:1564 : sudo systemctl start devstack@keystone.service 2021-06-02 10:52:08.150 | + functions-common:run_process:1594 : time_stop run_process 2021-06-02 10:52:08.152 | + functions-common:time_stop:2336 : local name 2021-06-02 10:52:08.155 | + functions-common:time_stop:2337 : local end_time 2021-06-02 10:52:08.165 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 10:52:08.167 | + functions-common:time_stop:2339 : local total 2021-06-02 10:52:08.169 | + functions-common:time_stop:2340 : local start_time 2021-06-02 10:52:08.173 | + functions-common:time_stop:2342 : name=run_process 2021-06-02 10:52:08.175 | + functions-common:time_stop:2343 : start_time=1622631127080 2021-06-02 10:52:08.177 | + functions-common:time_stop:2345 : [[ -z 1622631127080 ]] 2021-06-02 10:52:08.180 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 10:52:08.184 | + functions-common:time_stop:2348 : end_time=1622631128181 2021-06-02 10:52:08.186 | + functions-common:time_stop:2349 : elapsed_time=1101 2021-06-02 10:52:08.189 | + functions-common:time_stop:2350 : total=927 2021-06-02 10:52:08.191 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 10:52:08.193 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=2028 2021-06-02 10:52:08.196 | + lib/keystone:start_keystone:529 : echo 'Waiting for keystone to start...' 2021-06-02 10:52:08.196 | Waiting for keystone to start... 2021-06-02 10:52:08.198 | + lib/keystone:start_keystone:535 : local service_uri=http://10.222.0.22/identity/v3/ 2021-06-02 10:52:08.201 | + lib/keystone:start_keystone:537 : wait_for_service 60 http://10.222.0.22/identity/v3/ 2021-06-02 10:52:08.203 | + functions:wait_for_service:428 : local timeout=60 2021-06-02 10:52:08.206 | + functions:wait_for_service:429 : local url=http://10.222.0.22/identity/v3/ 2021-06-02 10:52:08.208 | + functions:wait_for_service:430 : local rval=0 2021-06-02 10:52:08.211 | + functions:wait_for_service:431 : time_start wait_for_service 2021-06-02 10:52:08.213 | + functions-common:time_start:2322 : local name=wait_for_service 2021-06-02 10:52:08.215 | + functions-common:time_start:2323 : local start_time= 2021-06-02 10:52:08.218 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-06-02 10:52:08.221 | ++ functions-common:time_start:2327 : date +%s%3N 2021-06-02 10:52:08.225 | + functions-common:time_start:2327 : _TIME_START[$name]=1622631128222 2021-06-02 10:52:08.227 | + functions:wait_for_service:432 : timeout 60 bash -x 2021-06-02 10:52:08.232 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.22/identity/v3/ 2021-06-02 10:52:11.790 | + :: : [[ 200 == 503 ]] 2021-06-02 10:52:11.791 | + :: : [[ 0 -eq 7 ]] 2021-06-02 10:52:11.794 | + functions:wait_for_service:437 : time_stop wait_for_service 2021-06-02 10:52:11.797 | + functions-common:time_stop:2336 : local name 2021-06-02 10:52:11.799 | + functions-common:time_stop:2337 : local end_time 2021-06-02 10:52:11.802 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 10:52:11.804 | + functions-common:time_stop:2339 : local total 2021-06-02 10:52:11.806 | + functions-common:time_stop:2340 : local start_time 2021-06-02 10:52:11.809 | + functions-common:time_stop:2342 : name=wait_for_service 2021-06-02 10:52:11.812 | + functions-common:time_stop:2343 : start_time=1622631128222 2021-06-02 10:52:11.814 | + functions-common:time_stop:2345 : [[ -z 1622631128222 ]] 2021-06-02 10:52:11.817 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 10:52:11.820 | + functions-common:time_stop:2348 : end_time=1622631131818 2021-06-02 10:52:11.823 | + functions-common:time_stop:2349 : elapsed_time=3596 2021-06-02 10:52:11.825 | + functions-common:time_stop:2350 : total=0 2021-06-02 10:52:11.828 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 10:52:11.831 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=3596 2021-06-02 10:52:11.833 | + functions:wait_for_service:438 : return 0 2021-06-02 10:52:11.836 | + lib/keystone:start_keystone:542 : is_service_enabled tls-proxy 2021-06-02 10:52:11.851 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:52:11.854 | + lib/keystone:start_keystone:548 : restart_service memcached 2021-06-02 10:52:11.856 | + functions-common:restart_service:2220 : '[' -x /bin/systemctl ']' 2021-06-02 10:52:11.859 | + functions-common:restart_service:2221 : sudo /bin/systemctl restart memcached 2021-06-02 10:52:11.897 | + ./stack.sh:main:1148 : bootstrap_keystone 2021-06-02 10:52:11.900 | + lib/keystone:bootstrap_keystone:572 : /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.22/identity --bootstrap-public-url http://10.222.0.22/identity 2021-06-02 10:52:14.107 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=64805) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-06-02 10:52:14.108 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=64805) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-06-02 10:52:14.108 | 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=64805) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-06-02 10:52:14.117 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=64805) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-06-02 10:52:14.136 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=64805) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-06-02 10:52:14.136 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=64805) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-06-02 10:52:14.172 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=64805) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-06-02 10:52:14.207 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=64805) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-06-02 10:52:14.207 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=64805) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-06-02 10:52:14.315 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=64805) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-06-02 10:52:14.315 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=64805) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-06-02 10:52:14.315 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=64805) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-06-02 10:52:14.316 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=64805) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-06-02 10:52:14.316 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=64805) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-06-02 10:52:14.316 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=64805) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-06-02 10:52:14.384 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=64805) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-06-02 10:52:14.384 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=64805) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-06-02 10:52:14.384 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=64805) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-06-02 10:52:14.384 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=64805) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-06-02 10:52:14.385 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=64805) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-06-02 10:52:14.385 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=64805) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-06-02 10:52:14.385 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=64805) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-06-02 10:52:14.395 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=64805) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-06-02 10:52:14.398 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=64805) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-06-02 10:52:14.398 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=64805) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-06-02 10:52:14.398 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=64805) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-06-02 10:52:14.398 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=64805) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-06-02 10:52:14.398 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=64805) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-06-02 10:52:14.399 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=64805) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-06-02 10:52:14.399 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=64805) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-06-02 10:52:14.445 | 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=64805) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:307}} 2021-06-02 10:52:14.828 | INFO keystone.cmd.bootstrap [None req-f3dbcd2e-67e5-45b4-98cf-e8f7bbb76780 None None] Created domain default 2021-06-02 10:52:14.868 | INFO keystone.cmd.bootstrap [None req-f3dbcd2e-67e5-45b4-98cf-e8f7bbb76780 None None] Created project admin 2021-06-02 10:52:14.897 | DEBUG passlib.handlers.bcrypt [None req-f3dbcd2e-67e5-45b4-98cf-e8f7bbb76780 None None] detected 'bcrypt' backend, version '3.1.7' {{(pid=64805) _load_backend_mixin /usr/local/lib/python3.6/dist-packages/passlib/handlers/bcrypt.py:564}} 2021-06-02 10:52:14.898 | DEBUG passlib.handlers.bcrypt [None req-f3dbcd2e-67e5-45b4-98cf-e8f7bbb76780 None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=64805) _finalize_backend_mixin /usr/local/lib/python3.6/dist-packages/passlib/handlers/bcrypt.py:379}} 2021-06-02 10:52:14.957 | INFO keystone.cmd.bootstrap [None req-f3dbcd2e-67e5-45b4-98cf-e8f7bbb76780 None None] Created user admin 2021-06-02 10:52:14.965 | INFO keystone.cmd.bootstrap [None req-f3dbcd2e-67e5-45b4-98cf-e8f7bbb76780 None None] Created role reader 2021-06-02 10:52:14.966 | WARNING keystone.cmd.bootstrap [None req-f3dbcd2e-67e5-45b4-98cf-e8f7bbb76780 None None] Role reader was created as a mutable role. It is recommended to make this role immutable, which will become the default behavior of the bootstrap command in the future.You can opt into this behavior by using the --immutable-role flag, or update role reader with the 'immutable' resource option. 2021-06-02 10:52:14.974 | INFO keystone.cmd.bootstrap [None req-f3dbcd2e-67e5-45b4-98cf-e8f7bbb76780 None None] Created role member 2021-06-02 10:52:14.974 | WARNING keystone.cmd.bootstrap [None req-f3dbcd2e-67e5-45b4-98cf-e8f7bbb76780 None None] Role member was created as a mutable role. It is recommended to make this role immutable, which will become the default behavior of the bootstrap command in the future.You can opt into this behavior by using the --immutable-role flag, or update role member with the 'immutable' resource option. 2021-06-02 10:52:14.995 | INFO keystone.cmd.bootstrap [None req-f3dbcd2e-67e5-45b4-98cf-e8f7bbb76780 None None] Created implied role where 922fca092a2e41c1a03389d9bc6f0457 implies 4fdb372951b845bba8d22c78ad998cc3 2021-06-02 10:52:15.003 | INFO keystone.cmd.bootstrap [None req-f3dbcd2e-67e5-45b4-98cf-e8f7bbb76780 None None] Created role admin 2021-06-02 10:52:15.004 | WARNING keystone.cmd.bootstrap [None req-f3dbcd2e-67e5-45b4-98cf-e8f7bbb76780 None None] Role admin was created as a mutable role. It is recommended to make this role immutable, which will become the default behavior of the bootstrap command in the future.You can opt into this behavior by using the --immutable-role flag, or update role admin with the 'immutable' resource option. 2021-06-02 10:52:15.021 | INFO keystone.cmd.bootstrap [None req-f3dbcd2e-67e5-45b4-98cf-e8f7bbb76780 None None] Created implied role where 79889d38c8d54addbc933303b04bb544 implies 922fca092a2e41c1a03389d9bc6f0457 2021-06-02 10:52:15.030 | INFO keystone.cmd.bootstrap [None req-f3dbcd2e-67e5-45b4-98cf-e8f7bbb76780 None None] Granted role admin on project admin to user admin. 2021-06-02 10:52:15.036 | INFO keystone.cmd.bootstrap [None req-f3dbcd2e-67e5-45b4-98cf-e8f7bbb76780 None None] Granted role admin on the system to user admin. 2021-06-02 10:52:15.046 | WARNING py.warnings [None req-f3dbcd2e-67e5-45b4-98cf-e8f7bbb76780 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-06-02 10:52:15.046 | 'identifiers should be a valid uuid.' % (value))) 2021-06-02 10:52:15.046 |  2021-06-02 10:52:15.050 | INFO keystone.cmd.bootstrap [None req-f3dbcd2e-67e5-45b4-98cf-e8f7bbb76780 None None] Created region RegionOne 2021-06-02 10:52:15.078 | INFO keystone.cmd.bootstrap [None req-f3dbcd2e-67e5-45b4-98cf-e8f7bbb76780 None None] Created public endpoint http://10.222.0.22/identity 2021-06-02 10:52:15.087 | INFO keystone.cmd.bootstrap [None req-f3dbcd2e-67e5-45b4-98cf-e8f7bbb76780 None None] Created admin endpoint http://10.222.0.22/identity 2021-06-02 10:52:15.402 | + ./stack.sh:main:1151 : create_keystone_accounts 2021-06-02 10:52:15.404 | + lib/keystone:create_keystone_accounts:314 : local admin_project 2021-06-02 10:52:15.408 | ++ lib/keystone:create_keystone_accounts:315 : oscwrap project show admin -f value -c id 2021-06-02 10:52:18.293 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:52:18.297 | + lib/keystone:create_keystone_accounts:315 : admin_project=5147c25ebaa345ef9d463e007d90b024 2021-06-02 10:52:18.299 | + lib/keystone:create_keystone_accounts:316 : local admin_user 2021-06-02 10:52:18.302 | ++ lib/keystone:create_keystone_accounts:317 : oscwrap user show admin -f value -c id 2021-06-02 10:52:20.478 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:52:20.481 | + lib/keystone:create_keystone_accounts:317 : admin_user=66cd5a36942a49828e6202ab31b60df7 2021-06-02 10:52:20.484 | + lib/keystone:create_keystone_accounts:318 : local admin_role=admin 2021-06-02 10:52:20.486 | + lib/keystone:create_keystone_accounts:319 : local member_role=member 2021-06-02 10:52:20.489 | + lib/keystone:create_keystone_accounts:321 : get_or_add_user_domain_role admin 66cd5a36942a49828e6202ab31b60df7 default 2021-06-02 10:52:20.491 | + functions-common:get_or_add_user_domain_role:919 : local user_role_id 2021-06-02 10:52:20.495 | ++ functions-common:get_or_add_user_domain_role:925 : oscwrap role assignment list --role admin --user 66cd5a36942a49828e6202ab31b60df7 --domain default 2021-06-02 10:52:20.495 | ++ functions-common:get_or_add_user_domain_role:925 : grep '^|\s[a-f0-9]\+' 2021-06-02 10:52:20.495 | ++ functions-common:get_or_add_user_domain_role:925 : get_field 1 2021-06-02 10:52:20.499 | ++ functions-common:get_field:727 : local data field 2021-06-02 10:52:20.501 | ++ functions-common:get_field:728 : read data 2021-06-02 10:52:22.800 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:52:22.804 | + functions-common:get_or_add_user_domain_role:925 : user_role_id= 2021-06-02 10:52:22.807 | + functions-common:get_or_add_user_domain_role:926 : [[ -z '' ]] 2021-06-02 10:52:22.809 | + functions-common:get_or_add_user_domain_role:928 : openstack role add admin --user 66cd5a36942a49828e6202ab31b60df7 --domain default 2021-06-02 10:52:25.419 | ++ functions-common:get_or_add_user_domain_role:935 : oscwrap role assignment list --role admin --user 66cd5a36942a49828e6202ab31b60df7 --domain default 2021-06-02 10:52:25.419 | ++ functions-common:get_or_add_user_domain_role:935 : grep '^|\s[a-f0-9]\+' 2021-06-02 10:52:25.420 | ++ functions-common:get_or_add_user_domain_role:935 : get_field 1 2021-06-02 10:52:25.424 | ++ functions-common:get_field:727 : local data field 2021-06-02 10:52:25.426 | ++ functions-common:get_field:728 : read data 2021-06-02 10:52:27.798 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:52:27.801 | ++ functions-common:get_field:729 : '[' 1 -lt 0 ']' 2021-06-02 10:52:27.803 | ++ functions-common:get_field:732 : field='$2' 2021-06-02 10:52:27.806 | ++ functions-common:get_field:734 : echo '| 79889d38c8d54addbc933303b04bb544 | 66cd5a36942a49828e6202ab31b60df7 | | | default | | False |' 2021-06-02 10:52:27.807 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-06-02 10:52:27.811 | ++ functions-common:get_field:728 : read data 2021-06-02 10:52:27.815 | + functions-common:get_or_add_user_domain_role:935 : user_role_id=79889d38c8d54addbc933303b04bb544 2021-06-02 10:52:27.817 | + functions-common:get_or_add_user_domain_role:937 : echo 79889d38c8d54addbc933303b04bb544 2021-06-02 10:52:27.817 | 79889d38c8d54addbc933303b04bb544 2021-06-02 10:52:27.820 | + lib/keystone:create_keystone_accounts:324 : get_or_create_domain Default 2021-06-02 10:52:27.822 | + functions-common:get_or_create_domain:793 : local domain_id 2021-06-02 10:52:27.825 | ++ functions-common:get_or_create_domain:805 : oscwrap domain show Default -f value -c id 2021-06-02 10:52:29.990 | + functions-common:get_or_create_domain:803 : domain_id=default 2021-06-02 10:52:29.992 | + functions-common:get_or_create_domain:804 : echo default 2021-06-02 10:52:29.993 | default 2021-06-02 10:52:29.995 | + lib/keystone:create_keystone_accounts:325 : get_or_create_project service Default 2021-06-02 10:52:29.997 | + functions-common:get_or_create_project:848 : local project_id 2021-06-02 10:52:30.001 | ++ functions-common:get_or_create_project:856 : oscwrap project create service --domain=Default --or-show -f value -c id 2021-06-02 10:52:32.605 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:52:32.609 | + functions-common:get_or_create_project:854 : project_id=89513ee8c18e4a4b9adab3f3aaac42b4 2021-06-02 10:52:32.611 | + functions-common:get_or_create_project:855 : echo 89513ee8c18e4a4b9adab3f3aaac42b4 2021-06-02 10:52:32.611 | 89513ee8c18e4a4b9adab3f3aaac42b4 2021-06-02 10:52:32.613 | + lib/keystone:create_keystone_accounts:328 : get_or_create_role service 2021-06-02 10:52:32.616 | + functions-common:get_or_create_role:861 : local role_id 2021-06-02 10:52:32.619 | ++ functions-common:get_or_create_role:868 : oscwrap role create service --or-show -f value -c id 2021-06-02 10:52:34.786 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:52:34.789 | + functions-common:get_or_create_role:866 : role_id=6d9951909cf746f59e9a68315a0e0e7f 2021-06-02 10:52:34.792 | + functions-common:get_or_create_role:867 : echo 6d9951909cf746f59e9a68315a0e0e7f 2021-06-02 10:52:34.792 | 6d9951909cf746f59e9a68315a0e0e7f 2021-06-02 10:52:34.794 | + lib/keystone:create_keystone_accounts:334 : get_or_create_role ResellerAdmin 2021-06-02 10:52:34.797 | + functions-common:get_or_create_role:861 : local role_id 2021-06-02 10:52:34.800 | ++ functions-common:get_or_create_role:868 : oscwrap role create ResellerAdmin --or-show -f value -c id 2021-06-02 10:52:36.880 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:52:36.883 | + functions-common:get_or_create_role:866 : role_id=ecb8174135074493bc82e413bd2fcb4a 2021-06-02 10:52:36.886 | + functions-common:get_or_create_role:867 : echo ecb8174135074493bc82e413bd2fcb4a 2021-06-02 10:52:36.886 | ecb8174135074493bc82e413bd2fcb4a 2021-06-02 10:52:36.888 | + lib/keystone:create_keystone_accounts:338 : local another_role=anotherrole 2021-06-02 10:52:36.891 | + lib/keystone:create_keystone_accounts:339 : get_or_create_role anotherrole 2021-06-02 10:52:36.894 | + functions-common:get_or_create_role:861 : local role_id 2021-06-02 10:52:36.897 | ++ functions-common:get_or_create_role:868 : oscwrap role create anotherrole --or-show -f value -c id 2021-06-02 10:52:38.982 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:52:38.985 | + functions-common:get_or_create_role:866 : role_id=d743919b784648b78eca50837d75d2b6 2021-06-02 10:52:38.988 | + functions-common:get_or_create_role:867 : echo d743919b784648b78eca50837d75d2b6 2021-06-02 10:52:38.988 | d743919b784648b78eca50837d75d2b6 2021-06-02 10:52:38.990 | + lib/keystone:create_keystone_accounts:342 : local invis_project 2021-06-02 10:52:38.993 | ++ lib/keystone:create_keystone_accounts:343 : get_or_create_project invisible_to_admin default 2021-06-02 10:52:38.996 | ++ functions-common:get_or_create_project:848 : local project_id 2021-06-02 10:52:38.999 | +++ functions-common:get_or_create_project:856 : oscwrap project create invisible_to_admin --domain=default --or-show -f value -c id 2021-06-02 10:52:41.161 | +++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:52:41.164 | ++ functions-common:get_or_create_project:854 : project_id=62fb788c3d98420ba0a44258a6abbf9b 2021-06-02 10:52:41.166 | ++ functions-common:get_or_create_project:855 : echo 62fb788c3d98420ba0a44258a6abbf9b 2021-06-02 10:52:41.169 | + lib/keystone:create_keystone_accounts:343 : invis_project=62fb788c3d98420ba0a44258a6abbf9b 2021-06-02 10:52:41.172 | + lib/keystone:create_keystone_accounts:346 : local demo_project 2021-06-02 10:52:41.175 | ++ lib/keystone:create_keystone_accounts:347 : get_or_create_project demo default 2021-06-02 10:52:41.178 | ++ functions-common:get_or_create_project:848 : local project_id 2021-06-02 10:52:41.181 | +++ functions-common:get_or_create_project:856 : oscwrap project create demo --domain=default --or-show -f value -c id 2021-06-02 10:52:43.410 | +++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:52:43.413 | ++ functions-common:get_or_create_project:854 : project_id=b87c76d7152c4cd2b97c230f09df9828 2021-06-02 10:52:43.416 | ++ functions-common:get_or_create_project:855 : echo b87c76d7152c4cd2b97c230f09df9828 2021-06-02 10:52:43.419 | + lib/keystone:create_keystone_accounts:347 : demo_project=b87c76d7152c4cd2b97c230f09df9828 2021-06-02 10:52:43.422 | + lib/keystone:create_keystone_accounts:348 : local demo_user 2021-06-02 10:52:43.425 | ++ lib/keystone:create_keystone_accounts:350 : get_or_create_user demo Passw0rd default demo@example.com 2021-06-02 10:52:43.427 | ++ functions-common:get_or_create_user:825 : local user_id 2021-06-02 10:52:43.430 | ++ functions-common:get_or_create_user:826 : [[ ! -z demo@example.com ]] 2021-06-02 10:52:43.432 | ++ functions-common:get_or_create_user:827 : local email=--email=demo@example.com 2021-06-02 10:52:43.436 | +++ functions-common:get_or_create_user:843 : oscwrap user create demo --password Passw0rd --domain=default --email=demo@example.com --or-show -f value -c id 2021-06-02 10:52:45.697 | +++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:52:45.701 | ++ functions-common:get_or_create_user:841 : user_id=75e257147d884a3495427b658492a078 2021-06-02 10:52:45.703 | ++ functions-common:get_or_create_user:842 : echo 75e257147d884a3495427b658492a078 2021-06-02 10:52:45.706 | + lib/keystone:create_keystone_accounts:350 : demo_user=75e257147d884a3495427b658492a078 2021-06-02 10:52:45.709 | + lib/keystone:create_keystone_accounts:352 : get_or_add_user_project_role member 75e257147d884a3495427b658492a078 b87c76d7152c4cd2b97c230f09df9828 2021-06-02 10:52:45.711 | + functions-common:get_or_add_user_project_role:889 : local user_role_id 2021-06-02 10:52:45.714 | ++ functions-common:get_or_add_user_project_role:891 : _get_domain_args 2021-06-02 10:52:45.718 | ++ functions-common:_get_domain_args:873 : local domain 2021-06-02 10:52:45.720 | ++ functions-common:_get_domain_args:874 : domain= 2021-06-02 10:52:45.722 | ++ functions-common:_get_domain_args:876 : [[ -n '' ]] 2021-06-02 10:52:45.725 | ++ functions-common:_get_domain_args:879 : [[ -n '' ]] 2021-06-02 10:52:45.727 | ++ functions-common:_get_domain_args:883 : echo 2021-06-02 10:52:45.730 | + functions-common:get_or_add_user_project_role:891 : domain_args= 2021-06-02 10:52:45.735 | ++ functions-common:get_or_add_user_project_role:899 : oscwrap role assignment list --role member --user 75e257147d884a3495427b658492a078 --project b87c76d7152c4cd2b97c230f09df9828 2021-06-02 10:52:45.735 | ++ functions-common:get_or_add_user_project_role:899 : grep '^|\s[a-f0-9]\+' 2021-06-02 10:52:45.736 | ++ functions-common:get_or_add_user_project_role:899 : get_field 1 2021-06-02 10:52:45.738 | ++ functions-common:get_field:727 : local data field 2021-06-02 10:52:45.741 | ++ functions-common:get_field:728 : read data 2021-06-02 10:52:48.165 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:52:48.169 | + functions-common:get_or_add_user_project_role:899 : user_role_id= 2021-06-02 10:52:48.172 | + functions-common:get_or_add_user_project_role:900 : [[ -z '' ]] 2021-06-02 10:52:48.174 | + functions-common:get_or_add_user_project_role:902 : openstack role add member --user 75e257147d884a3495427b658492a078 --project b87c76d7152c4cd2b97c230f09df9828 2021-06-02 10:52:50.563 | ++ functions-common:get_or_add_user_project_role:911 : oscwrap role assignment list --role member --user 75e257147d884a3495427b658492a078 --project b87c76d7152c4cd2b97c230f09df9828 2021-06-02 10:52:50.563 | ++ functions-common:get_or_add_user_project_role:911 : get_field 1 2021-06-02 10:52:50.564 | ++ functions-common:get_or_add_user_project_role:911 : grep '^|\s[a-f0-9]\+' 2021-06-02 10:52:50.565 | ++ functions-common:get_field:727 : local data field 2021-06-02 10:52:50.568 | ++ functions-common:get_field:728 : read data 2021-06-02 10:52:53.070 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:52:53.073 | ++ functions-common:get_field:729 : '[' 1 -lt 0 ']' 2021-06-02 10:52:53.076 | ++ functions-common:get_field:732 : field='$2' 2021-06-02 10:52:53.079 | ++ functions-common:get_field:734 : echo '| 922fca092a2e41c1a03389d9bc6f0457 | 75e257147d884a3495427b658492a078 | | b87c76d7152c4cd2b97c230f09df9828 | | | False |' 2021-06-02 10:52:53.080 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-06-02 10:52:53.084 | ++ functions-common:get_field:728 : read data 2021-06-02 10:52:53.088 | + functions-common:get_or_add_user_project_role:911 : user_role_id=922fca092a2e41c1a03389d9bc6f0457 2021-06-02 10:52:53.090 | + functions-common:get_or_add_user_project_role:913 : echo 922fca092a2e41c1a03389d9bc6f0457 2021-06-02 10:52:53.090 | 922fca092a2e41c1a03389d9bc6f0457 2021-06-02 10:52:53.093 | + lib/keystone:create_keystone_accounts:353 : get_or_add_user_project_role admin 66cd5a36942a49828e6202ab31b60df7 b87c76d7152c4cd2b97c230f09df9828 2021-06-02 10:52:53.096 | + functions-common:get_or_add_user_project_role:889 : local user_role_id 2021-06-02 10:52:53.099 | ++ functions-common:get_or_add_user_project_role:891 : _get_domain_args 2021-06-02 10:52:53.101 | ++ functions-common:_get_domain_args:873 : local domain 2021-06-02 10:52:53.104 | ++ functions-common:_get_domain_args:874 : domain= 2021-06-02 10:52:53.106 | ++ functions-common:_get_domain_args:876 : [[ -n '' ]] 2021-06-02 10:52:53.109 | ++ functions-common:_get_domain_args:879 : [[ -n '' ]] 2021-06-02 10:52:53.112 | ++ functions-common:_get_domain_args:883 : echo 2021-06-02 10:52:53.115 | + functions-common:get_or_add_user_project_role:891 : domain_args= 2021-06-02 10:52:53.119 | ++ functions-common:get_or_add_user_project_role:899 : oscwrap role assignment list --role admin --user 66cd5a36942a49828e6202ab31b60df7 --project b87c76d7152c4cd2b97c230f09df9828 2021-06-02 10:52:53.119 | ++ functions-common:get_or_add_user_project_role:899 : grep '^|\s[a-f0-9]\+' 2021-06-02 10:52:53.119 | ++ functions-common:get_or_add_user_project_role:899 : get_field 1 2021-06-02 10:52:53.122 | ++ functions-common:get_field:727 : local data field 2021-06-02 10:52:53.125 | ++ functions-common:get_field:728 : read data 2021-06-02 10:52:55.491 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:52:55.495 | + functions-common:get_or_add_user_project_role:899 : user_role_id= 2021-06-02 10:52:55.498 | + functions-common:get_or_add_user_project_role:900 : [[ -z '' ]] 2021-06-02 10:52:55.500 | + functions-common:get_or_add_user_project_role:902 : openstack role add admin --user 66cd5a36942a49828e6202ab31b60df7 --project b87c76d7152c4cd2b97c230f09df9828 2021-06-02 10:52:57.871 | ++ functions-common:get_or_add_user_project_role:911 : oscwrap role assignment list --role admin --user 66cd5a36942a49828e6202ab31b60df7 --project b87c76d7152c4cd2b97c230f09df9828 2021-06-02 10:52:57.871 | ++ functions-common:get_or_add_user_project_role:911 : grep '^|\s[a-f0-9]\+' 2021-06-02 10:52:57.871 | ++ functions-common:get_or_add_user_project_role:911 : get_field 1 2021-06-02 10:52:57.874 | ++ functions-common:get_field:727 : local data field 2021-06-02 10:52:57.877 | ++ functions-common:get_field:728 : read data 2021-06-02 10:53:00.301 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:53:00.305 | ++ functions-common:get_field:729 : '[' 1 -lt 0 ']' 2021-06-02 10:53:00.307 | ++ functions-common:get_field:732 : field='$2' 2021-06-02 10:53:00.311 | ++ functions-common:get_field:734 : echo '| 79889d38c8d54addbc933303b04bb544 | 66cd5a36942a49828e6202ab31b60df7 | | b87c76d7152c4cd2b97c230f09df9828 | | | False |' 2021-06-02 10:53:00.311 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-06-02 10:53:00.316 | ++ functions-common:get_field:728 : read data 2021-06-02 10:53:00.320 | + functions-common:get_or_add_user_project_role:911 : user_role_id=79889d38c8d54addbc933303b04bb544 2021-06-02 10:53:00.322 | + functions-common:get_or_add_user_project_role:913 : echo 79889d38c8d54addbc933303b04bb544 2021-06-02 10:53:00.322 | 79889d38c8d54addbc933303b04bb544 2021-06-02 10:53:00.325 | + lib/keystone:create_keystone_accounts:354 : get_or_add_user_project_role anotherrole 75e257147d884a3495427b658492a078 b87c76d7152c4cd2b97c230f09df9828 2021-06-02 10:53:00.327 | + functions-common:get_or_add_user_project_role:889 : local user_role_id 2021-06-02 10:53:00.331 | ++ functions-common:get_or_add_user_project_role:891 : _get_domain_args 2021-06-02 10:53:00.333 | ++ functions-common:_get_domain_args:873 : local domain 2021-06-02 10:53:00.336 | ++ functions-common:_get_domain_args:874 : domain= 2021-06-02 10:53:00.338 | ++ functions-common:_get_domain_args:876 : [[ -n '' ]] 2021-06-02 10:53:00.340 | ++ functions-common:_get_domain_args:879 : [[ -n '' ]] 2021-06-02 10:53:00.343 | ++ functions-common:_get_domain_args:883 : echo 2021-06-02 10:53:00.346 | + functions-common:get_or_add_user_project_role:891 : domain_args= 2021-06-02 10:53:00.350 | ++ functions-common:get_or_add_user_project_role:899 : oscwrap role assignment list --role anotherrole --user 75e257147d884a3495427b658492a078 --project b87c76d7152c4cd2b97c230f09df9828 2021-06-02 10:53:00.350 | ++ functions-common:get_or_add_user_project_role:899 : grep '^|\s[a-f0-9]\+' 2021-06-02 10:53:00.350 | ++ functions-common:get_or_add_user_project_role:899 : get_field 1 2021-06-02 10:53:00.353 | ++ functions-common:get_field:727 : local data field 2021-06-02 10:53:00.355 | ++ functions-common:get_field:728 : read data 2021-06-02 10:53:02.738 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:53:02.742 | + functions-common:get_or_add_user_project_role:899 : user_role_id= 2021-06-02 10:53:02.745 | + functions-common:get_or_add_user_project_role:900 : [[ -z '' ]] 2021-06-02 10:53:02.748 | + functions-common:get_or_add_user_project_role:902 : openstack role add anotherrole --user 75e257147d884a3495427b658492a078 --project b87c76d7152c4cd2b97c230f09df9828 2021-06-02 10:53:05.030 | ++ functions-common:get_or_add_user_project_role:911 : oscwrap role assignment list --role anotherrole --user 75e257147d884a3495427b658492a078 --project b87c76d7152c4cd2b97c230f09df9828 2021-06-02 10:53:05.030 | ++ functions-common:get_or_add_user_project_role:911 : grep '^|\s[a-f0-9]\+' 2021-06-02 10:53:05.030 | ++ functions-common:get_or_add_user_project_role:911 : get_field 1 2021-06-02 10:53:05.033 | ++ functions-common:get_field:727 : local data field 2021-06-02 10:53:05.035 | ++ functions-common:get_field:728 : read data 2021-06-02 10:53:07.463 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:53:07.466 | ++ functions-common:get_field:729 : '[' 1 -lt 0 ']' 2021-06-02 10:53:07.469 | ++ functions-common:get_field:732 : field='$2' 2021-06-02 10:53:07.473 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-06-02 10:53:07.473 | ++ functions-common:get_field:734 : echo '| d743919b784648b78eca50837d75d2b6 | 75e257147d884a3495427b658492a078 | | b87c76d7152c4cd2b97c230f09df9828 | | | False |' 2021-06-02 10:53:07.478 | ++ functions-common:get_field:728 : read data 2021-06-02 10:53:07.482 | + functions-common:get_or_add_user_project_role:911 : user_role_id=d743919b784648b78eca50837d75d2b6 2021-06-02 10:53:07.484 | + functions-common:get_or_add_user_project_role:913 : echo d743919b784648b78eca50837d75d2b6 2021-06-02 10:53:07.484 | d743919b784648b78eca50837d75d2b6 2021-06-02 10:53:07.487 | + lib/keystone:create_keystone_accounts:355 : get_or_add_user_project_role member 75e257147d884a3495427b658492a078 62fb788c3d98420ba0a44258a6abbf9b 2021-06-02 10:53:07.489 | + functions-common:get_or_add_user_project_role:889 : local user_role_id 2021-06-02 10:53:07.493 | ++ functions-common:get_or_add_user_project_role:891 : _get_domain_args 2021-06-02 10:53:07.495 | ++ functions-common:_get_domain_args:873 : local domain 2021-06-02 10:53:07.498 | ++ functions-common:_get_domain_args:874 : domain= 2021-06-02 10:53:07.500 | ++ functions-common:_get_domain_args:876 : [[ -n '' ]] 2021-06-02 10:53:07.502 | ++ functions-common:_get_domain_args:879 : [[ -n '' ]] 2021-06-02 10:53:07.505 | ++ functions-common:_get_domain_args:883 : echo 2021-06-02 10:53:07.508 | + functions-common:get_or_add_user_project_role:891 : domain_args= 2021-06-02 10:53:07.512 | ++ functions-common:get_or_add_user_project_role:899 : oscwrap role assignment list --role member --user 75e257147d884a3495427b658492a078 --project 62fb788c3d98420ba0a44258a6abbf9b 2021-06-02 10:53:07.512 | ++ functions-common:get_or_add_user_project_role:899 : grep '^|\s[a-f0-9]\+' 2021-06-02 10:53:07.512 | ++ functions-common:get_or_add_user_project_role:899 : get_field 1 2021-06-02 10:53:07.515 | ++ functions-common:get_field:727 : local data field 2021-06-02 10:53:07.518 | ++ functions-common:get_field:728 : read data 2021-06-02 10:53:09.869 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:53:09.873 | + functions-common:get_or_add_user_project_role:899 : user_role_id= 2021-06-02 10:53:09.876 | + functions-common:get_or_add_user_project_role:900 : [[ -z '' ]] 2021-06-02 10:53:09.878 | + functions-common:get_or_add_user_project_role:902 : openstack role add member --user 75e257147d884a3495427b658492a078 --project 62fb788c3d98420ba0a44258a6abbf9b 2021-06-02 10:53:12.150 | ++ functions-common:get_or_add_user_project_role:911 : oscwrap role assignment list --role member --user 75e257147d884a3495427b658492a078 --project 62fb788c3d98420ba0a44258a6abbf9b 2021-06-02 10:53:12.150 | ++ functions-common:get_or_add_user_project_role:911 : grep '^|\s[a-f0-9]\+' 2021-06-02 10:53:12.150 | ++ functions-common:get_or_add_user_project_role:911 : get_field 1 2021-06-02 10:53:12.153 | ++ functions-common:get_field:727 : local data field 2021-06-02 10:53:12.156 | ++ functions-common:get_field:728 : read data 2021-06-02 10:53:14.567 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:53:14.570 | ++ functions-common:get_field:729 : '[' 1 -lt 0 ']' 2021-06-02 10:53:14.573 | ++ functions-common:get_field:732 : field='$2' 2021-06-02 10:53:14.576 | ++ functions-common:get_field:734 : echo '| 922fca092a2e41c1a03389d9bc6f0457 | 75e257147d884a3495427b658492a078 | | 62fb788c3d98420ba0a44258a6abbf9b | | | False |' 2021-06-02 10:53:14.576 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-06-02 10:53:14.582 | ++ functions-common:get_field:728 : read data 2021-06-02 10:53:14.585 | + functions-common:get_or_add_user_project_role:911 : user_role_id=922fca092a2e41c1a03389d9bc6f0457 2021-06-02 10:53:14.588 | + functions-common:get_or_add_user_project_role:913 : echo 922fca092a2e41c1a03389d9bc6f0457 2021-06-02 10:53:14.588 | 922fca092a2e41c1a03389d9bc6f0457 2021-06-02 10:53:14.590 | + lib/keystone:create_keystone_accounts:358 : local alt_demo_project 2021-06-02 10:53:14.593 | ++ lib/keystone:create_keystone_accounts:359 : get_or_create_project alt_demo default 2021-06-02 10:53:14.596 | ++ functions-common:get_or_create_project:848 : local project_id 2021-06-02 10:53:14.599 | +++ functions-common:get_or_create_project:856 : oscwrap project create alt_demo --domain=default --or-show -f value -c id 2021-06-02 10:53:16.765 | +++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:53:16.768 | ++ functions-common:get_or_create_project:854 : project_id=00be76e46f1c481eba23ab102ce0748d 2021-06-02 10:53:16.770 | ++ functions-common:get_or_create_project:855 : echo 00be76e46f1c481eba23ab102ce0748d 2021-06-02 10:53:16.773 | + lib/keystone:create_keystone_accounts:359 : alt_demo_project=00be76e46f1c481eba23ab102ce0748d 2021-06-02 10:53:16.775 | + lib/keystone:create_keystone_accounts:360 : local alt_demo_user 2021-06-02 10:53:16.779 | ++ lib/keystone:create_keystone_accounts:362 : get_or_create_user alt_demo Passw0rd default alt_demo@example.com 2021-06-02 10:53:16.782 | ++ functions-common:get_or_create_user:825 : local user_id 2021-06-02 10:53:16.784 | ++ functions-common:get_or_create_user:826 : [[ ! -z alt_demo@example.com ]] 2021-06-02 10:53:16.787 | ++ functions-common:get_or_create_user:827 : local email=--email=alt_demo@example.com 2021-06-02 10:53:16.790 | +++ functions-common:get_or_create_user:843 : oscwrap user create alt_demo --password Passw0rd --domain=default --email=alt_demo@example.com --or-show -f value -c id 2021-06-02 10:53:19.020 | +++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:53:19.023 | ++ functions-common:get_or_create_user:841 : user_id=9243f39336704b07bb947181ead46df1 2021-06-02 10:53:19.026 | ++ functions-common:get_or_create_user:842 : echo 9243f39336704b07bb947181ead46df1 2021-06-02 10:53:19.029 | + lib/keystone:create_keystone_accounts:362 : alt_demo_user=9243f39336704b07bb947181ead46df1 2021-06-02 10:53:19.032 | + lib/keystone:create_keystone_accounts:364 : get_or_add_user_project_role member 9243f39336704b07bb947181ead46df1 00be76e46f1c481eba23ab102ce0748d 2021-06-02 10:53:19.034 | + functions-common:get_or_add_user_project_role:889 : local user_role_id 2021-06-02 10:53:19.038 | ++ functions-common:get_or_add_user_project_role:891 : _get_domain_args 2021-06-02 10:53:19.040 | ++ functions-common:_get_domain_args:873 : local domain 2021-06-02 10:53:19.042 | ++ functions-common:_get_domain_args:874 : domain= 2021-06-02 10:53:19.045 | ++ functions-common:_get_domain_args:876 : [[ -n '' ]] 2021-06-02 10:53:19.047 | ++ functions-common:_get_domain_args:879 : [[ -n '' ]] 2021-06-02 10:53:19.050 | ++ functions-common:_get_domain_args:883 : echo 2021-06-02 10:53:19.053 | + functions-common:get_or_add_user_project_role:891 : domain_args= 2021-06-02 10:53:19.057 | ++ functions-common:get_or_add_user_project_role:899 : oscwrap role assignment list --role member --user 9243f39336704b07bb947181ead46df1 --project 00be76e46f1c481eba23ab102ce0748d 2021-06-02 10:53:19.057 | ++ functions-common:get_or_add_user_project_role:899 : grep '^|\s[a-f0-9]\+' 2021-06-02 10:53:19.057 | ++ functions-common:get_or_add_user_project_role:899 : get_field 1 2021-06-02 10:53:19.061 | ++ functions-common:get_field:727 : local data field 2021-06-02 10:53:19.063 | ++ functions-common:get_field:728 : read data 2021-06-02 10:53:21.462 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:53:21.466 | + functions-common:get_or_add_user_project_role:899 : user_role_id= 2021-06-02 10:53:21.469 | + functions-common:get_or_add_user_project_role:900 : [[ -z '' ]] 2021-06-02 10:53:21.471 | + functions-common:get_or_add_user_project_role:902 : openstack role add member --user 9243f39336704b07bb947181ead46df1 --project 00be76e46f1c481eba23ab102ce0748d 2021-06-02 10:53:23.761 | ++ functions-common:get_or_add_user_project_role:911 : oscwrap role assignment list --role member --user 9243f39336704b07bb947181ead46df1 --project 00be76e46f1c481eba23ab102ce0748d 2021-06-02 10:53:23.762 | ++ functions-common:get_or_add_user_project_role:911 : grep '^|\s[a-f0-9]\+' 2021-06-02 10:53:23.762 | ++ functions-common:get_or_add_user_project_role:911 : get_field 1 2021-06-02 10:53:23.765 | ++ functions-common:get_field:727 : local data field 2021-06-02 10:53:23.767 | ++ functions-common:get_field:728 : read data 2021-06-02 10:53:26.195 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:53:26.198 | ++ functions-common:get_field:729 : '[' 1 -lt 0 ']' 2021-06-02 10:53:26.201 | ++ functions-common:get_field:732 : field='$2' 2021-06-02 10:53:26.205 | ++ functions-common:get_field:734 : echo '| 922fca092a2e41c1a03389d9bc6f0457 | 9243f39336704b07bb947181ead46df1 | | 00be76e46f1c481eba23ab102ce0748d | | | False |' 2021-06-02 10:53:26.205 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-06-02 10:53:26.210 | ++ functions-common:get_field:728 : read data 2021-06-02 10:53:26.213 | + functions-common:get_or_add_user_project_role:911 : user_role_id=922fca092a2e41c1a03389d9bc6f0457 2021-06-02 10:53:26.216 | + functions-common:get_or_add_user_project_role:913 : echo 922fca092a2e41c1a03389d9bc6f0457 2021-06-02 10:53:26.216 | 922fca092a2e41c1a03389d9bc6f0457 2021-06-02 10:53:26.218 | + lib/keystone:create_keystone_accounts:365 : get_or_add_user_project_role admin 66cd5a36942a49828e6202ab31b60df7 00be76e46f1c481eba23ab102ce0748d 2021-06-02 10:53:26.221 | + functions-common:get_or_add_user_project_role:889 : local user_role_id 2021-06-02 10:53:26.224 | ++ functions-common:get_or_add_user_project_role:891 : _get_domain_args 2021-06-02 10:53:26.227 | ++ functions-common:_get_domain_args:873 : local domain 2021-06-02 10:53:26.229 | ++ functions-common:_get_domain_args:874 : domain= 2021-06-02 10:53:26.231 | ++ functions-common:_get_domain_args:876 : [[ -n '' ]] 2021-06-02 10:53:26.234 | ++ functions-common:_get_domain_args:879 : [[ -n '' ]] 2021-06-02 10:53:26.236 | ++ functions-common:_get_domain_args:883 : echo 2021-06-02 10:53:26.239 | + functions-common:get_or_add_user_project_role:891 : domain_args= 2021-06-02 10:53:26.243 | ++ functions-common:get_or_add_user_project_role:899 : oscwrap role assignment list --role admin --user 66cd5a36942a49828e6202ab31b60df7 --project 00be76e46f1c481eba23ab102ce0748d 2021-06-02 10:53:26.244 | ++ functions-common:get_or_add_user_project_role:899 : get_field 1 2021-06-02 10:53:26.244 | ++ functions-common:get_or_add_user_project_role:899 : grep '^|\s[a-f0-9]\+' 2021-06-02 10:53:26.247 | ++ functions-common:get_field:727 : local data field 2021-06-02 10:53:26.250 | ++ functions-common:get_field:728 : read data 2021-06-02 10:53:28.611 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:53:28.615 | + functions-common:get_or_add_user_project_role:899 : user_role_id= 2021-06-02 10:53:28.617 | + functions-common:get_or_add_user_project_role:900 : [[ -z '' ]] 2021-06-02 10:53:28.620 | + functions-common:get_or_add_user_project_role:902 : openstack role add admin --user 66cd5a36942a49828e6202ab31b60df7 --project 00be76e46f1c481eba23ab102ce0748d 2021-06-02 10:53:30.895 | ++ functions-common:get_or_add_user_project_role:911 : oscwrap role assignment list --role admin --user 66cd5a36942a49828e6202ab31b60df7 --project 00be76e46f1c481eba23ab102ce0748d 2021-06-02 10:53:30.895 | ++ functions-common:get_or_add_user_project_role:911 : grep '^|\s[a-f0-9]\+' 2021-06-02 10:53:30.895 | ++ functions-common:get_or_add_user_project_role:911 : get_field 1 2021-06-02 10:53:30.898 | ++ functions-common:get_field:727 : local data field 2021-06-02 10:53:30.901 | ++ functions-common:get_field:728 : read data 2021-06-02 10:53:33.356 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:53:33.359 | ++ functions-common:get_field:729 : '[' 1 -lt 0 ']' 2021-06-02 10:53:33.362 | ++ functions-common:get_field:732 : field='$2' 2021-06-02 10:53:33.365 | ++ functions-common:get_field:734 : echo '| 79889d38c8d54addbc933303b04bb544 | 66cd5a36942a49828e6202ab31b60df7 | | 00be76e46f1c481eba23ab102ce0748d | | | False |' 2021-06-02 10:53:33.365 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-06-02 10:53:33.370 | ++ functions-common:get_field:728 : read data 2021-06-02 10:53:33.375 | + functions-common:get_or_add_user_project_role:911 : user_role_id=79889d38c8d54addbc933303b04bb544 2021-06-02 10:53:33.377 | + functions-common:get_or_add_user_project_role:913 : echo 79889d38c8d54addbc933303b04bb544 2021-06-02 10:53:33.377 | 79889d38c8d54addbc933303b04bb544 2021-06-02 10:53:33.379 | + lib/keystone:create_keystone_accounts:366 : get_or_add_user_project_role anotherrole 9243f39336704b07bb947181ead46df1 00be76e46f1c481eba23ab102ce0748d 2021-06-02 10:53:33.382 | + functions-common:get_or_add_user_project_role:889 : local user_role_id 2021-06-02 10:53:33.385 | ++ functions-common:get_or_add_user_project_role:891 : _get_domain_args 2021-06-02 10:53:33.388 | ++ functions-common:_get_domain_args:873 : local domain 2021-06-02 10:53:33.390 | ++ functions-common:_get_domain_args:874 : domain= 2021-06-02 10:53:33.392 | ++ functions-common:_get_domain_args:876 : [[ -n '' ]] 2021-06-02 10:53:33.395 | ++ functions-common:_get_domain_args:879 : [[ -n '' ]] 2021-06-02 10:53:33.397 | ++ functions-common:_get_domain_args:883 : echo 2021-06-02 10:53:33.400 | + functions-common:get_or_add_user_project_role:891 : domain_args= 2021-06-02 10:53:33.404 | ++ functions-common:get_or_add_user_project_role:899 : oscwrap role assignment list --role anotherrole --user 9243f39336704b07bb947181ead46df1 --project 00be76e46f1c481eba23ab102ce0748d 2021-06-02 10:53:33.404 | ++ functions-common:get_or_add_user_project_role:899 : grep '^|\s[a-f0-9]\+' 2021-06-02 10:53:33.404 | ++ functions-common:get_or_add_user_project_role:899 : get_field 1 2021-06-02 10:53:33.407 | ++ functions-common:get_field:727 : local data field 2021-06-02 10:53:33.410 | ++ functions-common:get_field:728 : read data 2021-06-02 10:53:35.767 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:53:35.771 | + functions-common:get_or_add_user_project_role:899 : user_role_id= 2021-06-02 10:53:35.774 | + functions-common:get_or_add_user_project_role:900 : [[ -z '' ]] 2021-06-02 10:53:35.776 | + functions-common:get_or_add_user_project_role:902 : openstack role add anotherrole --user 9243f39336704b07bb947181ead46df1 --project 00be76e46f1c481eba23ab102ce0748d 2021-06-02 10:53:38.065 | ++ functions-common:get_or_add_user_project_role:911 : oscwrap role assignment list --role anotherrole --user 9243f39336704b07bb947181ead46df1 --project 00be76e46f1c481eba23ab102ce0748d 2021-06-02 10:53:38.065 | ++ functions-common:get_or_add_user_project_role:911 : grep '^|\s[a-f0-9]\+' 2021-06-02 10:53:38.066 | ++ functions-common:get_or_add_user_project_role:911 : get_field 1 2021-06-02 10:53:38.068 | ++ functions-common:get_field:727 : local data field 2021-06-02 10:53:38.071 | ++ functions-common:get_field:728 : read data 2021-06-02 10:53:40.474 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:53:40.477 | ++ functions-common:get_field:729 : '[' 1 -lt 0 ']' 2021-06-02 10:53:40.479 | ++ functions-common:get_field:732 : field='$2' 2021-06-02 10:53:40.483 | ++ functions-common:get_field:734 : echo '| d743919b784648b78eca50837d75d2b6 | 9243f39336704b07bb947181ead46df1 | | 00be76e46f1c481eba23ab102ce0748d | | | False |' 2021-06-02 10:53:40.483 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-06-02 10:53:40.488 | ++ functions-common:get_field:728 : read data 2021-06-02 10:53:40.491 | + functions-common:get_or_add_user_project_role:911 : user_role_id=d743919b784648b78eca50837d75d2b6 2021-06-02 10:53:40.494 | + functions-common:get_or_add_user_project_role:913 : echo d743919b784648b78eca50837d75d2b6 2021-06-02 10:53:40.494 | d743919b784648b78eca50837d75d2b6 2021-06-02 10:53:40.497 | + lib/keystone:create_keystone_accounts:369 : local admin_group 2021-06-02 10:53:40.500 | ++ lib/keystone:create_keystone_accounts:371 : get_or_create_group admins default 'openstack admin group' 2021-06-02 10:53:40.502 | ++ functions-common:get_or_create_group:810 : local 'desc=openstack admin group' 2021-06-02 10:53:40.505 | ++ functions-common:get_or_create_group:811 : local group_id 2021-06-02 10:53:40.508 | +++ functions-common:get_or_create_group:820 : oscwrap group create admins --domain default --description 'openstack admin group' --or-show -f value -c id 2021-06-02 10:53:42.644 | +++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:53:42.647 | ++ functions-common:get_or_create_group:818 : group_id=d2b58e0d339b4d5cb629690e2d5eabd9 2021-06-02 10:53:42.649 | ++ functions-common:get_or_create_group:819 : echo d2b58e0d339b4d5cb629690e2d5eabd9 2021-06-02 10:53:42.652 | + lib/keystone:create_keystone_accounts:371 : admin_group=d2b58e0d339b4d5cb629690e2d5eabd9 2021-06-02 10:53:42.655 | + lib/keystone:create_keystone_accounts:372 : local non_admin_group 2021-06-02 10:53:42.658 | ++ lib/keystone:create_keystone_accounts:374 : get_or_create_group nonadmins default 'non-admin group' 2021-06-02 10:53:42.661 | ++ functions-common:get_or_create_group:810 : local 'desc=non-admin group' 2021-06-02 10:53:42.663 | ++ functions-common:get_or_create_group:811 : local group_id 2021-06-02 10:53:42.667 | +++ functions-common:get_or_create_group:820 : oscwrap group create nonadmins --domain default --description 'non-admin group' --or-show -f value -c id 2021-06-02 10:53:44.815 | +++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:53:44.818 | ++ functions-common:get_or_create_group:818 : group_id=f3fb0db8da22485883b9e47e43522822 2021-06-02 10:53:44.821 | ++ functions-common:get_or_create_group:819 : echo f3fb0db8da22485883b9e47e43522822 2021-06-02 10:53:44.824 | + lib/keystone:create_keystone_accounts:374 : non_admin_group=f3fb0db8da22485883b9e47e43522822 2021-06-02 10:53:44.827 | + lib/keystone:create_keystone_accounts:376 : get_or_add_group_project_role member f3fb0db8da22485883b9e47e43522822 b87c76d7152c4cd2b97c230f09df9828 2021-06-02 10:53:44.829 | + functions-common:get_or_add_group_project_role:943 : local group_role_id 2021-06-02 10:53:44.833 | ++ functions-common:get_or_add_group_project_role:949 : oscwrap role assignment list --role member --group f3fb0db8da22485883b9e47e43522822 --project b87c76d7152c4cd2b97c230f09df9828 -f value 2021-06-02 10:53:47.208 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:53:47.211 | + functions-common:get_or_add_group_project_role:949 : group_role_id= 2021-06-02 10:53:47.213 | + functions-common:get_or_add_group_project_role:950 : [[ -z '' ]] 2021-06-02 10:53:47.216 | + functions-common:get_or_add_group_project_role:952 : openstack role add member --group f3fb0db8da22485883b9e47e43522822 --project b87c76d7152c4cd2b97c230f09df9828 2021-06-02 10:53:49.507 | ++ functions-common:get_or_add_group_project_role:959 : oscwrap role assignment list --role member --group f3fb0db8da22485883b9e47e43522822 --project b87c76d7152c4cd2b97c230f09df9828 -f value 2021-06-02 10:53:51.937 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:53:51.941 | + functions-common:get_or_add_group_project_role:959 : group_role_id='922fca092a2e41c1a03389d9bc6f0457 f3fb0db8da22485883b9e47e43522822 b87c76d7152c4cd2b97c230f09df9828 False' 2021-06-02 10:53:51.943 | + functions-common:get_or_add_group_project_role:961 : echo 922fca092a2e41c1a03389d9bc6f0457 f3fb0db8da22485883b9e47e43522822 b87c76d7152c4cd2b97c230f09df9828 False 2021-06-02 10:53:51.943 | 922fca092a2e41c1a03389d9bc6f0457 f3fb0db8da22485883b9e47e43522822 b87c76d7152c4cd2b97c230f09df9828 False 2021-06-02 10:53:51.945 | + lib/keystone:create_keystone_accounts:377 : get_or_add_group_project_role anotherrole f3fb0db8da22485883b9e47e43522822 b87c76d7152c4cd2b97c230f09df9828 2021-06-02 10:53:51.948 | + functions-common:get_or_add_group_project_role:943 : local group_role_id 2021-06-02 10:53:51.951 | ++ functions-common:get_or_add_group_project_role:949 : oscwrap role assignment list --role anotherrole --group f3fb0db8da22485883b9e47e43522822 --project b87c76d7152c4cd2b97c230f09df9828 -f value 2021-06-02 10:53:54.322 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:53:54.325 | + functions-common:get_or_add_group_project_role:949 : group_role_id= 2021-06-02 10:53:54.328 | + functions-common:get_or_add_group_project_role:950 : [[ -z '' ]] 2021-06-02 10:53:54.330 | + functions-common:get_or_add_group_project_role:952 : openstack role add anotherrole --group f3fb0db8da22485883b9e47e43522822 --project b87c76d7152c4cd2b97c230f09df9828 2021-06-02 10:53:56.652 | ++ functions-common:get_or_add_group_project_role:959 : oscwrap role assignment list --role anotherrole --group f3fb0db8da22485883b9e47e43522822 --project b87c76d7152c4cd2b97c230f09df9828 -f value 2021-06-02 10:53:59.084 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:53:59.087 | + functions-common:get_or_add_group_project_role:959 : group_role_id='d743919b784648b78eca50837d75d2b6 f3fb0db8da22485883b9e47e43522822 b87c76d7152c4cd2b97c230f09df9828 False' 2021-06-02 10:53:59.089 | + functions-common:get_or_add_group_project_role:961 : echo d743919b784648b78eca50837d75d2b6 f3fb0db8da22485883b9e47e43522822 b87c76d7152c4cd2b97c230f09df9828 False 2021-06-02 10:53:59.089 | d743919b784648b78eca50837d75d2b6 f3fb0db8da22485883b9e47e43522822 b87c76d7152c4cd2b97c230f09df9828 False 2021-06-02 10:53:59.092 | + lib/keystone:create_keystone_accounts:378 : get_or_add_group_project_role member f3fb0db8da22485883b9e47e43522822 00be76e46f1c481eba23ab102ce0748d 2021-06-02 10:53:59.094 | + functions-common:get_or_add_group_project_role:943 : local group_role_id 2021-06-02 10:53:59.098 | ++ functions-common:get_or_add_group_project_role:949 : oscwrap role assignment list --role member --group f3fb0db8da22485883b9e47e43522822 --project 00be76e46f1c481eba23ab102ce0748d -f value 2021-06-02 10:54:01.465 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:54:01.469 | + functions-common:get_or_add_group_project_role:949 : group_role_id= 2021-06-02 10:54:01.471 | + functions-common:get_or_add_group_project_role:950 : [[ -z '' ]] 2021-06-02 10:54:01.474 | + functions-common:get_or_add_group_project_role:952 : openstack role add member --group f3fb0db8da22485883b9e47e43522822 --project 00be76e46f1c481eba23ab102ce0748d 2021-06-02 10:54:03.791 | ++ functions-common:get_or_add_group_project_role:959 : oscwrap role assignment list --role member --group f3fb0db8da22485883b9e47e43522822 --project 00be76e46f1c481eba23ab102ce0748d -f value 2021-06-02 10:54:06.223 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:54:06.226 | + functions-common:get_or_add_group_project_role:959 : group_role_id='922fca092a2e41c1a03389d9bc6f0457 f3fb0db8da22485883b9e47e43522822 00be76e46f1c481eba23ab102ce0748d False' 2021-06-02 10:54:06.229 | + functions-common:get_or_add_group_project_role:961 : echo 922fca092a2e41c1a03389d9bc6f0457 f3fb0db8da22485883b9e47e43522822 00be76e46f1c481eba23ab102ce0748d False 2021-06-02 10:54:06.229 | 922fca092a2e41c1a03389d9bc6f0457 f3fb0db8da22485883b9e47e43522822 00be76e46f1c481eba23ab102ce0748d False 2021-06-02 10:54:06.231 | + lib/keystone:create_keystone_accounts:379 : get_or_add_group_project_role anotherrole f3fb0db8da22485883b9e47e43522822 00be76e46f1c481eba23ab102ce0748d 2021-06-02 10:54:06.234 | + functions-common:get_or_add_group_project_role:943 : local group_role_id 2021-06-02 10:54:06.237 | ++ functions-common:get_or_add_group_project_role:949 : oscwrap role assignment list --role anotherrole --group f3fb0db8da22485883b9e47e43522822 --project 00be76e46f1c481eba23ab102ce0748d -f value 2021-06-02 10:54:08.596 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:54:08.599 | + functions-common:get_or_add_group_project_role:949 : group_role_id= 2021-06-02 10:54:08.602 | + functions-common:get_or_add_group_project_role:950 : [[ -z '' ]] 2021-06-02 10:54:08.604 | + functions-common:get_or_add_group_project_role:952 : openstack role add anotherrole --group f3fb0db8da22485883b9e47e43522822 --project 00be76e46f1c481eba23ab102ce0748d 2021-06-02 10:54:10.893 | ++ functions-common:get_or_add_group_project_role:959 : oscwrap role assignment list --role anotherrole --group f3fb0db8da22485883b9e47e43522822 --project 00be76e46f1c481eba23ab102ce0748d -f value 2021-06-02 10:54:13.316 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:54:13.319 | + functions-common:get_or_add_group_project_role:959 : group_role_id='d743919b784648b78eca50837d75d2b6 f3fb0db8da22485883b9e47e43522822 00be76e46f1c481eba23ab102ce0748d False' 2021-06-02 10:54:13.321 | + functions-common:get_or_add_group_project_role:961 : echo d743919b784648b78eca50837d75d2b6 f3fb0db8da22485883b9e47e43522822 00be76e46f1c481eba23ab102ce0748d False 2021-06-02 10:54:13.321 | d743919b784648b78eca50837d75d2b6 f3fb0db8da22485883b9e47e43522822 00be76e46f1c481eba23ab102ce0748d False 2021-06-02 10:54:13.324 | + lib/keystone:create_keystone_accounts:380 : get_or_add_group_project_role admin d2b58e0d339b4d5cb629690e2d5eabd9 5147c25ebaa345ef9d463e007d90b024 2021-06-02 10:54:13.326 | + functions-common:get_or_add_group_project_role:943 : local group_role_id 2021-06-02 10:54:13.330 | ++ functions-common:get_or_add_group_project_role:949 : oscwrap role assignment list --role admin --group d2b58e0d339b4d5cb629690e2d5eabd9 --project 5147c25ebaa345ef9d463e007d90b024 -f value 2021-06-02 10:54:15.713 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:54:15.716 | + functions-common:get_or_add_group_project_role:949 : group_role_id= 2021-06-02 10:54:15.719 | + functions-common:get_or_add_group_project_role:950 : [[ -z '' ]] 2021-06-02 10:54:15.721 | + functions-common:get_or_add_group_project_role:952 : openstack role add admin --group d2b58e0d339b4d5cb629690e2d5eabd9 --project 5147c25ebaa345ef9d463e007d90b024 2021-06-02 10:54:17.986 | ++ functions-common:get_or_add_group_project_role:959 : oscwrap role assignment list --role admin --group d2b58e0d339b4d5cb629690e2d5eabd9 --project 5147c25ebaa345ef9d463e007d90b024 -f value 2021-06-02 10:54:20.430 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:54:20.433 | + functions-common:get_or_add_group_project_role:959 : group_role_id='79889d38c8d54addbc933303b04bb544 d2b58e0d339b4d5cb629690e2d5eabd9 5147c25ebaa345ef9d463e007d90b024 False' 2021-06-02 10:54:20.435 | + functions-common:get_or_add_group_project_role:961 : echo 79889d38c8d54addbc933303b04bb544 d2b58e0d339b4d5cb629690e2d5eabd9 5147c25ebaa345ef9d463e007d90b024 False 2021-06-02 10:54:20.435 | 79889d38c8d54addbc933303b04bb544 d2b58e0d339b4d5cb629690e2d5eabd9 5147c25ebaa345ef9d463e007d90b024 False 2021-06-02 10:54:20.438 | + lib/keystone:create_keystone_accounts:382 : is_service_enabled ldap 2021-06-02 10:54:20.454 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:54:20.457 | + ./stack.sh:main:1152 : is_service_enabled nova 2021-06-02 10:54:20.473 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:54:20.475 | + ./stack.sh:main:1153 : create_nova_accounts 2021-06-02 10:54:20.477 | + lib/nova:create_nova_accounts:344 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,g-reg,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,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-06-02 10:54:20.480 | + lib/nova:create_nova_accounts:348 : create_service_user nova admin 2021-06-02 10:54:20.483 | + lib/keystone:create_service_user:395 : get_or_create_user nova Passw0rd Default 2021-06-02 10:54:20.486 | + functions-common:get_or_create_user:825 : local user_id 2021-06-02 10:54:20.488 | + functions-common:get_or_create_user:826 : [[ ! -z '' ]] 2021-06-02 10:54:20.491 | + functions-common:get_or_create_user:829 : local email= 2021-06-02 10:54:20.494 | ++ functions-common:get_or_create_user:843 : oscwrap user create nova --password Passw0rd --domain=Default --or-show -f value -c id 2021-06-02 10:54:22.733 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:54:22.736 | + functions-common:get_or_create_user:841 : user_id=b9f1be50f7814383b91635452c1538de 2021-06-02 10:54:22.738 | + functions-common:get_or_create_user:842 : echo b9f1be50f7814383b91635452c1538de 2021-06-02 10:54:22.738 | b9f1be50f7814383b91635452c1538de 2021-06-02 10:54:22.740 | + lib/keystone:create_service_user:396 : get_or_add_user_project_role service nova service Default Default 2021-06-02 10:54:22.743 | + functions-common:get_or_add_user_project_role:889 : local user_role_id 2021-06-02 10:54:22.746 | ++ functions-common:get_or_add_user_project_role:891 : _get_domain_args Default Default 2021-06-02 10:54:22.749 | ++ functions-common:_get_domain_args:873 : local domain 2021-06-02 10:54:22.751 | ++ functions-common:_get_domain_args:874 : domain= 2021-06-02 10:54:22.753 | ++ functions-common:_get_domain_args:876 : [[ -n Default ]] 2021-06-02 10:54:22.756 | ++ functions-common:_get_domain_args:877 : domain=' --user-domain Default' 2021-06-02 10:54:22.758 | ++ functions-common:_get_domain_args:879 : [[ -n Default ]] 2021-06-02 10:54:22.761 | ++ functions-common:_get_domain_args:880 : domain=' --user-domain Default --project-domain Default' 2021-06-02 10:54:22.763 | ++ functions-common:_get_domain_args:883 : echo --user-domain Default --project-domain Default 2021-06-02 10:54:22.766 | + functions-common:get_or_add_user_project_role:891 : domain_args='--user-domain Default --project-domain Default' 2021-06-02 10:54:22.770 | ++ functions-common:get_or_add_user_project_role:899 : oscwrap role assignment list --role service --user nova --project service --user-domain Default --project-domain Default 2021-06-02 10:54:22.770 | ++ functions-common:get_or_add_user_project_role:899 : get_field 1 2021-06-02 10:54:22.772 | ++ functions-common:get_or_add_user_project_role:899 : grep '^|\s[a-f0-9]\+' 2021-06-02 10:54:22.773 | ++ functions-common:get_field:727 : local data field 2021-06-02 10:54:22.776 | ++ functions-common:get_field:728 : read data 2021-06-02 10:54:25.658 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:54:25.662 | + functions-common:get_or_add_user_project_role:899 : user_role_id= 2021-06-02 10:54:25.665 | + functions-common:get_or_add_user_project_role:900 : [[ -z '' ]] 2021-06-02 10:54:25.667 | + functions-common:get_or_add_user_project_role:902 : openstack role add service --user nova --project service --user-domain Default --project-domain Default 2021-06-02 10:54:28.501 | ++ functions-common:get_or_add_user_project_role:911 : oscwrap role assignment list --role service --user nova --project service --user-domain Default --project-domain Default 2021-06-02 10:54:28.501 | ++ functions-common:get_or_add_user_project_role:911 : grep '^|\s[a-f0-9]\+' 2021-06-02 10:54:28.501 | ++ functions-common:get_or_add_user_project_role:911 : get_field 1 2021-06-02 10:54:28.504 | ++ functions-common:get_field:727 : local data field 2021-06-02 10:54:28.507 | ++ functions-common:get_field:728 : read data 2021-06-02 10:54:31.457 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:54:31.460 | ++ functions-common:get_field:729 : '[' 1 -lt 0 ']' 2021-06-02 10:54:31.462 | ++ functions-common:get_field:732 : field='$2' 2021-06-02 10:54:31.466 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-06-02 10:54:31.467 | ++ functions-common:get_field:734 : echo '| 6d9951909cf746f59e9a68315a0e0e7f | b9f1be50f7814383b91635452c1538de | | 89513ee8c18e4a4b9adab3f3aaac42b4 | | | False |' 2021-06-02 10:54:31.471 | ++ functions-common:get_field:728 : read data 2021-06-02 10:54:31.475 | + functions-common:get_or_add_user_project_role:911 : user_role_id=6d9951909cf746f59e9a68315a0e0e7f 2021-06-02 10:54:31.477 | + functions-common:get_or_add_user_project_role:913 : echo 6d9951909cf746f59e9a68315a0e0e7f 2021-06-02 10:54:31.477 | 6d9951909cf746f59e9a68315a0e0e7f 2021-06-02 10:54:31.480 | + lib/keystone:create_service_user:398 : [[ -n admin ]] 2021-06-02 10:54:31.482 | + lib/keystone:create_service_user:399 : get_or_add_user_project_role admin nova service Default Default 2021-06-02 10:54:31.485 | + functions-common:get_or_add_user_project_role:889 : local user_role_id 2021-06-02 10:54:31.488 | ++ functions-common:get_or_add_user_project_role:891 : _get_domain_args Default Default 2021-06-02 10:54:31.490 | ++ functions-common:_get_domain_args:873 : local domain 2021-06-02 10:54:31.493 | ++ functions-common:_get_domain_args:874 : domain= 2021-06-02 10:54:31.495 | ++ functions-common:_get_domain_args:876 : [[ -n Default ]] 2021-06-02 10:54:31.498 | ++ functions-common:_get_domain_args:877 : domain=' --user-domain Default' 2021-06-02 10:54:31.500 | ++ functions-common:_get_domain_args:879 : [[ -n Default ]] 2021-06-02 10:54:31.502 | ++ functions-common:_get_domain_args:880 : domain=' --user-domain Default --project-domain Default' 2021-06-02 10:54:31.505 | ++ functions-common:_get_domain_args:883 : echo --user-domain Default --project-domain Default 2021-06-02 10:54:31.508 | + functions-common:get_or_add_user_project_role:891 : domain_args='--user-domain Default --project-domain Default' 2021-06-02 10:54:31.512 | ++ functions-common:get_or_add_user_project_role:899 : oscwrap role assignment list --role admin --user nova --project service --user-domain Default --project-domain Default 2021-06-02 10:54:31.513 | ++ functions-common:get_or_add_user_project_role:899 : get_field 1 2021-06-02 10:54:31.513 | ++ functions-common:get_or_add_user_project_role:899 : grep '^|\s[a-f0-9]\+' 2021-06-02 10:54:31.515 | ++ functions-common:get_field:727 : local data field 2021-06-02 10:54:31.518 | ++ functions-common:get_field:728 : read data 2021-06-02 10:54:34.383 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:54:34.387 | + functions-common:get_or_add_user_project_role:899 : user_role_id= 2021-06-02 10:54:34.389 | + functions-common:get_or_add_user_project_role:900 : [[ -z '' ]] 2021-06-02 10:54:34.392 | + functions-common:get_or_add_user_project_role:902 : openstack role add admin --user nova --project service --user-domain Default --project-domain Default 2021-06-02 10:54:37.187 | ++ functions-common:get_or_add_user_project_role:911 : oscwrap role assignment list --role admin --user nova --project service --user-domain Default --project-domain Default 2021-06-02 10:54:37.187 | ++ functions-common:get_or_add_user_project_role:911 : grep '^|\s[a-f0-9]\+' 2021-06-02 10:54:37.187 | ++ functions-common:get_or_add_user_project_role:911 : get_field 1 2021-06-02 10:54:37.190 | ++ functions-common:get_field:727 : local data field 2021-06-02 10:54:37.192 | ++ functions-common:get_field:728 : read data 2021-06-02 10:54:40.114 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:54:40.117 | ++ functions-common:get_field:729 : '[' 1 -lt 0 ']' 2021-06-02 10:54:40.119 | ++ functions-common:get_field:732 : field='$2' 2021-06-02 10:54:40.123 | ++ functions-common:get_field:734 : echo '| 79889d38c8d54addbc933303b04bb544 | b9f1be50f7814383b91635452c1538de | | 89513ee8c18e4a4b9adab3f3aaac42b4 | | | False |' 2021-06-02 10:54:40.123 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-06-02 10:54:40.128 | ++ functions-common:get_field:728 : read data 2021-06-02 10:54:40.131 | + functions-common:get_or_add_user_project_role:911 : user_role_id=79889d38c8d54addbc933303b04bb544 2021-06-02 10:54:40.133 | + functions-common:get_or_add_user_project_role:913 : echo 79889d38c8d54addbc933303b04bb544 2021-06-02 10:54:40.134 | 79889d38c8d54addbc933303b04bb544 2021-06-02 10:54:40.136 | + lib/nova:create_nova_accounts:350 : local nova_api_url 2021-06-02 10:54:40.139 | + lib/nova:create_nova_accounts:351 : [[ True == \F\a\l\s\e ]] 2021-06-02 10:54:40.141 | + lib/nova:create_nova_accounts:354 : nova_api_url=http://10.222.0.22/compute 2021-06-02 10:54:40.144 | + lib/nova:create_nova_accounts:357 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2021-06-02 10:54:40.146 | + functions-common:get_or_create_service:967 : local service_id 2021-06-02 10:54:40.149 | ++ functions-common:get_or_create_service:980 : oscwrap service show compute_legacy -f value -c id 2021-06-02 10:54:42.364 | ++ functions-common:get_or_create_service:982 : oscwrap service create compute_legacy --name nova_legacy '--description=Nova Compute Service (Legacy 2.0)' -f value -c id 2021-06-02 10:54:44.447 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:54:44.450 | + functions-common:get_or_create_service:978 : service_id=' 2021-06-02 10:54:44.450 | fc1f9b40987c4baeb579a5db150ce91e' 2021-06-02 10:54:44.452 | + functions-common:get_or_create_service:979 : echo fc1f9b40987c4baeb579a5db150ce91e 2021-06-02 10:54:44.453 | fc1f9b40987c4baeb579a5db150ce91e 2021-06-02 10:54:44.455 | + lib/nova:create_nova_accounts:359 : get_or_create_endpoint compute_legacy RegionOne 'http://10.222.0.22/compute/v2/$(project_id)s' 2021-06-02 10:54:44.457 | + functions-common:get_or_create_endpoint:1011 : local public_id 2021-06-02 10:54:44.460 | ++ functions-common:get_or_create_endpoint:1012 : _get_or_create_endpoint_with_interface compute_legacy public 'http://10.222.0.22/compute/v2/$(project_id)s' RegionOne 2021-06-02 10:54:44.463 | ++ functions-common:_get_or_create_endpoint_with_interface:985 : local endpoint_id 2021-06-02 10:54:44.467 | +++ functions-common:_get_or_create_endpoint_with_interface:990 : oscwrap endpoint list --service compute_legacy --interface public --region RegionOne -c ID -f value 2021-06-02 10:54:46.886 | +++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:54:46.890 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : endpoint_id= 2021-06-02 10:54:46.892 | ++ functions-common:_get_or_create_endpoint_with_interface:991 : [[ -z '' ]] 2021-06-02 10:54:46.895 | +++ functions-common:_get_or_create_endpoint_with_interface:994 : oscwrap endpoint create compute_legacy public 'http://10.222.0.22/compute/v2/$(project_id)s' --region RegionOne -f value -c id 2021-06-02 10:54:49.160 | +++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:54:49.163 | ++ functions-common:_get_or_create_endpoint_with_interface:994 : endpoint_id=62de7adf47094ec980726f7aa78048c0 2021-06-02 10:54:49.166 | ++ functions-common:_get_or_create_endpoint_with_interface:997 : echo 62de7adf47094ec980726f7aa78048c0 2021-06-02 10:54:49.169 | + functions-common:get_or_create_endpoint:1012 : public_id=62de7adf47094ec980726f7aa78048c0 2021-06-02 10:54:49.171 | + functions-common:get_or_create_endpoint:1014 : [[ -n '' ]] 2021-06-02 10:54:49.174 | + functions-common:get_or_create_endpoint:1017 : [[ -n '' ]] 2021-06-02 10:54:49.176 | + functions-common:get_or_create_endpoint:1021 : echo 62de7adf47094ec980726f7aa78048c0 2021-06-02 10:54:49.176 | 62de7adf47094ec980726f7aa78048c0 2021-06-02 10:54:49.179 | + lib/nova:create_nova_accounts:363 : get_or_create_service nova compute 'Nova Compute Service' 2021-06-02 10:54:49.181 | + functions-common:get_or_create_service:967 : local service_id 2021-06-02 10:54:49.185 | ++ functions-common:get_or_create_service:980 : oscwrap service show compute -f value -c id 2021-06-02 10:54:51.422 | ++ functions-common:get_or_create_service:982 : oscwrap service create compute --name nova '--description=Nova Compute Service' -f value -c id 2021-06-02 10:54:53.511 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:54:53.514 | + functions-common:get_or_create_service:978 : service_id=' 2021-06-02 10:54:53.514 | 4751a77763224745b4628e70e47fc60f' 2021-06-02 10:54:53.517 | + functions-common:get_or_create_service:979 : echo 4751a77763224745b4628e70e47fc60f 2021-06-02 10:54:53.517 | 4751a77763224745b4628e70e47fc60f 2021-06-02 10:54:53.519 | + lib/nova:create_nova_accounts:365 : get_or_create_endpoint compute RegionOne http://10.222.0.22/compute/v2.1 2021-06-02 10:54:53.521 | + functions-common:get_or_create_endpoint:1011 : local public_id 2021-06-02 10:54:53.524 | ++ functions-common:get_or_create_endpoint:1012 : _get_or_create_endpoint_with_interface compute public http://10.222.0.22/compute/v2.1 RegionOne 2021-06-02 10:54:53.528 | ++ functions-common:_get_or_create_endpoint_with_interface:985 : local endpoint_id 2021-06-02 10:54:53.531 | +++ functions-common:_get_or_create_endpoint_with_interface:990 : oscwrap endpoint list --service compute --interface public --region RegionOne -c ID -f value 2021-06-02 10:54:55.888 | +++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:54:55.891 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : endpoint_id= 2021-06-02 10:54:55.893 | ++ functions-common:_get_or_create_endpoint_with_interface:991 : [[ -z '' ]] 2021-06-02 10:54:55.896 | +++ functions-common:_get_or_create_endpoint_with_interface:994 : oscwrap endpoint create compute public http://10.222.0.22/compute/v2.1 --region RegionOne -f value -c id 2021-06-02 10:54:58.202 | +++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:54:58.205 | ++ functions-common:_get_or_create_endpoint_with_interface:994 : endpoint_id=78e4e438b8494e95897c6d71c98f291c 2021-06-02 10:54:58.208 | ++ functions-common:_get_or_create_endpoint_with_interface:997 : echo 78e4e438b8494e95897c6d71c98f291c 2021-06-02 10:54:58.210 | + functions-common:get_or_create_endpoint:1012 : public_id=78e4e438b8494e95897c6d71c98f291c 2021-06-02 10:54:58.213 | + functions-common:get_or_create_endpoint:1014 : [[ -n '' ]] 2021-06-02 10:54:58.216 | + functions-common:get_or_create_endpoint:1017 : [[ -n '' ]] 2021-06-02 10:54:58.218 | + functions-common:get_or_create_endpoint:1021 : echo 78e4e438b8494e95897c6d71c98f291c 2021-06-02 10:54:58.218 | 78e4e438b8494e95897c6d71c98f291c 2021-06-02 10:54:58.221 | + lib/nova:create_nova_accounts:370 : is_service_enabled n-api 2021-06-02 10:54:58.236 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:54:58.239 | + lib/nova:create_nova_accounts:372 : is_service_enabled swift 2021-06-02 10:54:58.255 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:54:58.257 | + lib/nova:create_nova_accounts:375 : get_or_add_user_project_role ResellerAdmin nova service Default Default 2021-06-02 10:54:58.260 | + functions-common:get_or_add_user_project_role:889 : local user_role_id 2021-06-02 10:54:58.264 | ++ functions-common:get_or_add_user_project_role:891 : _get_domain_args Default Default 2021-06-02 10:54:58.266 | ++ functions-common:_get_domain_args:873 : local domain 2021-06-02 10:54:58.269 | ++ functions-common:_get_domain_args:874 : domain= 2021-06-02 10:54:58.275 | ++ functions-common:_get_domain_args:876 : [[ -n Default ]] 2021-06-02 10:54:58.280 | ++ functions-common:_get_domain_args:877 : domain=' --user-domain Default' 2021-06-02 10:54:58.283 | ++ functions-common:_get_domain_args:879 : [[ -n Default ]] 2021-06-02 10:54:58.285 | ++ functions-common:_get_domain_args:880 : domain=' --user-domain Default --project-domain Default' 2021-06-02 10:54:58.288 | ++ functions-common:_get_domain_args:883 : echo --user-domain Default --project-domain Default 2021-06-02 10:54:58.290 | + functions-common:get_or_add_user_project_role:891 : domain_args='--user-domain Default --project-domain Default' 2021-06-02 10:54:58.294 | ++ functions-common:get_or_add_user_project_role:899 : oscwrap role assignment list --role ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2021-06-02 10:54:58.295 | ++ functions-common:get_or_add_user_project_role:899 : grep '^|\s[a-f0-9]\+' 2021-06-02 10:54:58.295 | ++ functions-common:get_or_add_user_project_role:899 : get_field 1 2021-06-02 10:54:58.298 | ++ functions-common:get_field:727 : local data field 2021-06-02 10:54:58.301 | ++ functions-common:get_field:728 : read data 2021-06-02 10:55:01.193 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:55:01.197 | + functions-common:get_or_add_user_project_role:899 : user_role_id= 2021-06-02 10:55:01.199 | + functions-common:get_or_add_user_project_role:900 : [[ -z '' ]] 2021-06-02 10:55:01.202 | + functions-common:get_or_add_user_project_role:902 : openstack role add ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2021-06-02 10:55:04.018 | ++ functions-common:get_or_add_user_project_role:911 : oscwrap role assignment list --role ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2021-06-02 10:55:04.018 | ++ functions-common:get_or_add_user_project_role:911 : grep '^|\s[a-f0-9]\+' 2021-06-02 10:55:04.018 | ++ functions-common:get_or_add_user_project_role:911 : get_field 1 2021-06-02 10:55:04.021 | ++ functions-common:get_field:727 : local data field 2021-06-02 10:55:04.023 | ++ functions-common:get_field:728 : read data 2021-06-02 10:55:06.976 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:55:06.979 | ++ functions-common:get_field:729 : '[' 1 -lt 0 ']' 2021-06-02 10:55:06.982 | ++ functions-common:get_field:732 : field='$2' 2021-06-02 10:55:06.985 | ++ functions-common:get_field:734 : echo '| ecb8174135074493bc82e413bd2fcb4a | b9f1be50f7814383b91635452c1538de | | 89513ee8c18e4a4b9adab3f3aaac42b4 | | | False |' 2021-06-02 10:55:06.985 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-06-02 10:55:06.990 | ++ functions-common:get_field:728 : read data 2021-06-02 10:55:06.994 | + functions-common:get_or_add_user_project_role:911 : user_role_id=ecb8174135074493bc82e413bd2fcb4a 2021-06-02 10:55:06.996 | + functions-common:get_or_add_user_project_role:913 : echo ecb8174135074493bc82e413bd2fcb4a 2021-06-02 10:55:06.996 | ecb8174135074493bc82e413bd2fcb4a 2021-06-02 10:55:06.998 | + lib/nova:create_nova_accounts:380 : is_service_enabled s3api 2021-06-02 10:55:07.014 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:55:07.017 | + ./stack.sh:main:1155 : is_service_enabled glance 2021-06-02 10:55:07.033 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:55:07.035 | + ./stack.sh:main:1156 : create_glance_accounts 2021-06-02 10:55:07.037 | + lib/glance:create_glance_accounts:253 : is_service_enabled g-api 2021-06-02 10:55:07.054 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:55:07.056 | + lib/glance:create_glance_accounts:255 : create_service_user glance 2021-06-02 10:55:07.058 | + lib/keystone:create_service_user:395 : get_or_create_user glance Passw0rd Default 2021-06-02 10:55:07.061 | + functions-common:get_or_create_user:825 : local user_id 2021-06-02 10:55:07.063 | + functions-common:get_or_create_user:826 : [[ ! -z '' ]] 2021-06-02 10:55:07.066 | + functions-common:get_or_create_user:829 : local email= 2021-06-02 10:55:07.069 | ++ functions-common:get_or_create_user:843 : oscwrap user create glance --password Passw0rd --domain=Default --or-show -f value -c id 2021-06-02 10:55:09.319 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:55:09.322 | + functions-common:get_or_create_user:841 : user_id=47d73e4f76fd46e69a97e14b55552e02 2021-06-02 10:55:09.325 | + functions-common:get_or_create_user:842 : echo 47d73e4f76fd46e69a97e14b55552e02 2021-06-02 10:55:09.325 | 47d73e4f76fd46e69a97e14b55552e02 2021-06-02 10:55:09.328 | + lib/keystone:create_service_user:396 : get_or_add_user_project_role service glance service Default Default 2021-06-02 10:55:09.330 | + functions-common:get_or_add_user_project_role:889 : local user_role_id 2021-06-02 10:55:09.333 | ++ functions-common:get_or_add_user_project_role:891 : _get_domain_args Default Default 2021-06-02 10:55:09.336 | ++ functions-common:_get_domain_args:873 : local domain 2021-06-02 10:55:09.339 | ++ functions-common:_get_domain_args:874 : domain= 2021-06-02 10:55:09.341 | ++ functions-common:_get_domain_args:876 : [[ -n Default ]] 2021-06-02 10:55:09.343 | ++ functions-common:_get_domain_args:877 : domain=' --user-domain Default' 2021-06-02 10:55:09.346 | ++ functions-common:_get_domain_args:879 : [[ -n Default ]] 2021-06-02 10:55:09.348 | ++ functions-common:_get_domain_args:880 : domain=' --user-domain Default --project-domain Default' 2021-06-02 10:55:09.350 | ++ functions-common:_get_domain_args:883 : echo --user-domain Default --project-domain Default 2021-06-02 10:55:09.353 | + functions-common:get_or_add_user_project_role:891 : domain_args='--user-domain Default --project-domain Default' 2021-06-02 10:55:09.358 | ++ functions-common:get_or_add_user_project_role:899 : oscwrap role assignment list --role service --user glance --project service --user-domain Default --project-domain Default 2021-06-02 10:55:09.358 | ++ functions-common:get_or_add_user_project_role:899 : grep '^|\s[a-f0-9]\+' 2021-06-02 10:55:09.358 | ++ functions-common:get_or_add_user_project_role:899 : get_field 1 2021-06-02 10:55:09.361 | ++ functions-common:get_field:727 : local data field 2021-06-02 10:55:09.363 | ++ functions-common:get_field:728 : read data 2021-06-02 10:55:12.248 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:55:12.252 | + functions-common:get_or_add_user_project_role:899 : user_role_id= 2021-06-02 10:55:12.255 | + functions-common:get_or_add_user_project_role:900 : [[ -z '' ]] 2021-06-02 10:55:12.257 | + functions-common:get_or_add_user_project_role:902 : openstack role add service --user glance --project service --user-domain Default --project-domain Default 2021-06-02 10:55:15.056 | ++ functions-common:get_or_add_user_project_role:911 : oscwrap role assignment list --role service --user glance --project service --user-domain Default --project-domain Default 2021-06-02 10:55:15.056 | ++ functions-common:get_or_add_user_project_role:911 : grep '^|\s[a-f0-9]\+' 2021-06-02 10:55:15.056 | ++ functions-common:get_or_add_user_project_role:911 : get_field 1 2021-06-02 10:55:15.060 | ++ functions-common:get_field:727 : local data field 2021-06-02 10:55:15.062 | ++ functions-common:get_field:728 : read data 2021-06-02 10:55:17.999 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:55:18.002 | ++ functions-common:get_field:729 : '[' 1 -lt 0 ']' 2021-06-02 10:55:18.005 | ++ functions-common:get_field:732 : field='$2' 2021-06-02 10:55:18.008 | ++ functions-common:get_field:734 : echo '| 6d9951909cf746f59e9a68315a0e0e7f | 47d73e4f76fd46e69a97e14b55552e02 | | 89513ee8c18e4a4b9adab3f3aaac42b4 | | | False |' 2021-06-02 10:55:18.008 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-06-02 10:55:18.014 | ++ functions-common:get_field:728 : read data 2021-06-02 10:55:18.017 | + functions-common:get_or_add_user_project_role:911 : user_role_id=6d9951909cf746f59e9a68315a0e0e7f 2021-06-02 10:55:18.020 | + functions-common:get_or_add_user_project_role:913 : echo 6d9951909cf746f59e9a68315a0e0e7f 2021-06-02 10:55:18.020 | 6d9951909cf746f59e9a68315a0e0e7f 2021-06-02 10:55:18.022 | + lib/keystone:create_service_user:398 : [[ -n '' ]] 2021-06-02 10:55:18.025 | + lib/glance:create_glance_accounts:258 : is_service_enabled s-proxy 2021-06-02 10:55:18.041 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:55:18.043 | + lib/glance:create_glance_accounts:259 : create_service_user glance-swift ResellerAdmin 2021-06-02 10:55:18.046 | + lib/keystone:create_service_user:395 : get_or_create_user glance-swift Passw0rd Default 2021-06-02 10:55:18.048 | + functions-common:get_or_create_user:825 : local user_id 2021-06-02 10:55:18.051 | + functions-common:get_or_create_user:826 : [[ ! -z '' ]] 2021-06-02 10:55:18.053 | + functions-common:get_or_create_user:829 : local email= 2021-06-02 10:55:18.057 | ++ functions-common:get_or_create_user:843 : oscwrap user create glance-swift --password Passw0rd --domain=Default --or-show -f value -c id 2021-06-02 10:55:20.407 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:55:20.410 | + functions-common:get_or_create_user:841 : user_id=696b01810a6a4903b6eaef1f411c115d 2021-06-02 10:55:20.413 | + functions-common:get_or_create_user:842 : echo 696b01810a6a4903b6eaef1f411c115d 2021-06-02 10:55:20.413 | 696b01810a6a4903b6eaef1f411c115d 2021-06-02 10:55:20.415 | + lib/keystone:create_service_user:396 : get_or_add_user_project_role service glance-swift service Default Default 2021-06-02 10:55:20.418 | + functions-common:get_or_add_user_project_role:889 : local user_role_id 2021-06-02 10:55:20.422 | ++ functions-common:get_or_add_user_project_role:891 : _get_domain_args Default Default 2021-06-02 10:55:20.424 | ++ functions-common:_get_domain_args:873 : local domain 2021-06-02 10:55:20.426 | ++ functions-common:_get_domain_args:874 : domain= 2021-06-02 10:55:20.429 | ++ functions-common:_get_domain_args:876 : [[ -n Default ]] 2021-06-02 10:55:20.431 | ++ functions-common:_get_domain_args:877 : domain=' --user-domain Default' 2021-06-02 10:55:20.434 | ++ functions-common:_get_domain_args:879 : [[ -n Default ]] 2021-06-02 10:55:20.437 | ++ functions-common:_get_domain_args:880 : domain=' --user-domain Default --project-domain Default' 2021-06-02 10:55:20.439 | ++ functions-common:_get_domain_args:883 : echo --user-domain Default --project-domain Default 2021-06-02 10:55:20.442 | + functions-common:get_or_add_user_project_role:891 : domain_args='--user-domain Default --project-domain Default' 2021-06-02 10:55:20.446 | ++ functions-common:get_or_add_user_project_role:899 : oscwrap role assignment list --role service --user glance-swift --project service --user-domain Default --project-domain Default 2021-06-02 10:55:20.446 | ++ functions-common:get_or_add_user_project_role:899 : grep '^|\s[a-f0-9]\+' 2021-06-02 10:55:20.446 | ++ functions-common:get_or_add_user_project_role:899 : get_field 1 2021-06-02 10:55:20.450 | ++ functions-common:get_field:727 : local data field 2021-06-02 10:55:20.453 | ++ functions-common:get_field:728 : read data 2021-06-02 10:55:23.346 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:55:23.350 | + functions-common:get_or_add_user_project_role:899 : user_role_id= 2021-06-02 10:55:23.352 | + functions-common:get_or_add_user_project_role:900 : [[ -z '' ]] 2021-06-02 10:55:23.355 | + functions-common:get_or_add_user_project_role:902 : openstack role add service --user glance-swift --project service --user-domain Default --project-domain Default 2021-06-02 10:55:26.177 | ++ functions-common:get_or_add_user_project_role:911 : oscwrap role assignment list --role service --user glance-swift --project service --user-domain Default --project-domain Default 2021-06-02 10:55:26.177 | ++ functions-common:get_or_add_user_project_role:911 : grep '^|\s[a-f0-9]\+' 2021-06-02 10:55:26.177 | ++ functions-common:get_or_add_user_project_role:911 : get_field 1 2021-06-02 10:55:26.180 | ++ functions-common:get_field:727 : local data field 2021-06-02 10:55:26.183 | ++ functions-common:get_field:728 : read data 2021-06-02 10:55:29.125 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:55:29.128 | ++ functions-common:get_field:729 : '[' 1 -lt 0 ']' 2021-06-02 10:55:29.130 | ++ functions-common:get_field:732 : field='$2' 2021-06-02 10:55:29.133 | ++ functions-common:get_field:734 : echo '| 6d9951909cf746f59e9a68315a0e0e7f | 696b01810a6a4903b6eaef1f411c115d | | 89513ee8c18e4a4b9adab3f3aaac42b4 | | | False |' 2021-06-02 10:55:29.134 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-06-02 10:55:29.139 | ++ functions-common:get_field:728 : read data 2021-06-02 10:55:29.142 | + functions-common:get_or_add_user_project_role:911 : user_role_id=6d9951909cf746f59e9a68315a0e0e7f 2021-06-02 10:55:29.145 | + functions-common:get_or_add_user_project_role:913 : echo 6d9951909cf746f59e9a68315a0e0e7f 2021-06-02 10:55:29.145 | 6d9951909cf746f59e9a68315a0e0e7f 2021-06-02 10:55:29.147 | + lib/keystone:create_service_user:398 : [[ -n ResellerAdmin ]] 2021-06-02 10:55:29.150 | + lib/keystone:create_service_user:399 : get_or_add_user_project_role ResellerAdmin glance-swift service Default Default 2021-06-02 10:55:29.152 | + functions-common:get_or_add_user_project_role:889 : local user_role_id 2021-06-02 10:55:29.155 | ++ functions-common:get_or_add_user_project_role:891 : _get_domain_args Default Default 2021-06-02 10:55:29.158 | ++ functions-common:_get_domain_args:873 : local domain 2021-06-02 10:55:29.160 | ++ functions-common:_get_domain_args:874 : domain= 2021-06-02 10:55:29.163 | ++ functions-common:_get_domain_args:876 : [[ -n Default ]] 2021-06-02 10:55:29.165 | ++ functions-common:_get_domain_args:877 : domain=' --user-domain Default' 2021-06-02 10:55:29.168 | ++ functions-common:_get_domain_args:879 : [[ -n Default ]] 2021-06-02 10:55:29.170 | ++ functions-common:_get_domain_args:880 : domain=' --user-domain Default --project-domain Default' 2021-06-02 10:55:29.173 | ++ functions-common:_get_domain_args:883 : echo --user-domain Default --project-domain Default 2021-06-02 10:55:29.176 | + functions-common:get_or_add_user_project_role:891 : domain_args='--user-domain Default --project-domain Default' 2021-06-02 10:55:29.179 | ++ functions-common:get_or_add_user_project_role:899 : oscwrap role assignment list --role ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2021-06-02 10:55:29.180 | ++ functions-common:get_or_add_user_project_role:899 : grep '^|\s[a-f0-9]\+' 2021-06-02 10:55:29.180 | ++ functions-common:get_or_add_user_project_role:899 : get_field 1 2021-06-02 10:55:29.183 | ++ functions-common:get_field:727 : local data field 2021-06-02 10:55:29.186 | ++ functions-common:get_field:728 : read data 2021-06-02 10:55:32.066 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:55:32.070 | + functions-common:get_or_add_user_project_role:899 : user_role_id= 2021-06-02 10:55:32.072 | + functions-common:get_or_add_user_project_role:900 : [[ -z '' ]] 2021-06-02 10:55:32.075 | + functions-common:get_or_add_user_project_role:902 : openstack role add ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2021-06-02 10:55:34.895 | ++ functions-common:get_or_add_user_project_role:911 : oscwrap role assignment list --role ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2021-06-02 10:55:34.895 | ++ functions-common:get_or_add_user_project_role:911 : grep '^|\s[a-f0-9]\+' 2021-06-02 10:55:34.895 | ++ functions-common:get_or_add_user_project_role:911 : get_field 1 2021-06-02 10:55:34.898 | ++ functions-common:get_field:727 : local data field 2021-06-02 10:55:34.901 | ++ functions-common:get_field:728 : read data 2021-06-02 10:55:37.842 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:55:37.846 | ++ functions-common:get_field:729 : '[' 1 -lt 0 ']' 2021-06-02 10:55:37.848 | ++ functions-common:get_field:732 : field='$2' 2021-06-02 10:55:37.851 | ++ functions-common:get_field:734 : echo '| ecb8174135074493bc82e413bd2fcb4a | 696b01810a6a4903b6eaef1f411c115d | | 89513ee8c18e4a4b9adab3f3aaac42b4 | | | False |' 2021-06-02 10:55:37.852 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-06-02 10:55:37.857 | ++ functions-common:get_field:728 : read data 2021-06-02 10:55:37.860 | + functions-common:get_or_add_user_project_role:911 : user_role_id=ecb8174135074493bc82e413bd2fcb4a 2021-06-02 10:55:37.863 | + functions-common:get_or_add_user_project_role:913 : echo ecb8174135074493bc82e413bd2fcb4a 2021-06-02 10:55:37.863 | ecb8174135074493bc82e413bd2fcb4a 2021-06-02 10:55:37.865 | + lib/glance:create_glance_accounts:262 : get_or_create_service glance image 'Glance Image Service' 2021-06-02 10:55:37.867 | + functions-common:get_or_create_service:967 : local service_id 2021-06-02 10:55:37.871 | ++ functions-common:get_or_create_service:980 : oscwrap service show image -f value -c id 2021-06-02 10:55:40.094 | ++ functions-common:get_or_create_service:982 : oscwrap service create image --name glance '--description=Glance Image Service' -f value -c id 2021-06-02 10:55:42.175 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:55:42.178 | + functions-common:get_or_create_service:978 : service_id=' 2021-06-02 10:55:42.178 | 4a660fe226e6419893e1ba6412556e38' 2021-06-02 10:55:42.181 | + functions-common:get_or_create_service:979 : echo 4a660fe226e6419893e1ba6412556e38 2021-06-02 10:55:42.181 | 4a660fe226e6419893e1ba6412556e38 2021-06-02 10:55:42.183 | + lib/glance:create_glance_accounts:264 : get_or_create_endpoint image RegionOne http://10.222.0.22/image 2021-06-02 10:55:42.186 | + functions-common:get_or_create_endpoint:1011 : local public_id 2021-06-02 10:55:42.189 | ++ functions-common:get_or_create_endpoint:1012 : _get_or_create_endpoint_with_interface image public http://10.222.0.22/image RegionOne 2021-06-02 10:55:42.192 | ++ functions-common:_get_or_create_endpoint_with_interface:985 : local endpoint_id 2021-06-02 10:55:42.195 | +++ functions-common:_get_or_create_endpoint_with_interface:990 : oscwrap endpoint list --service image --interface public --region RegionOne -c ID -f value 2021-06-02 10:55:44.539 | +++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:55:44.542 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : endpoint_id= 2021-06-02 10:55:44.545 | ++ functions-common:_get_or_create_endpoint_with_interface:991 : [[ -z '' ]] 2021-06-02 10:55:44.548 | +++ functions-common:_get_or_create_endpoint_with_interface:994 : oscwrap endpoint create image public http://10.222.0.22/image --region RegionOne -f value -c id 2021-06-02 10:55:46.858 | +++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:55:46.861 | ++ functions-common:_get_or_create_endpoint_with_interface:994 : endpoint_id=48bf92eff18f483d93603fafe56f5491 2021-06-02 10:55:46.864 | ++ functions-common:_get_or_create_endpoint_with_interface:997 : echo 48bf92eff18f483d93603fafe56f5491 2021-06-02 10:55:46.867 | + functions-common:get_or_create_endpoint:1012 : public_id=48bf92eff18f483d93603fafe56f5491 2021-06-02 10:55:46.869 | + functions-common:get_or_create_endpoint:1014 : [[ -n '' ]] 2021-06-02 10:55:46.871 | + functions-common:get_or_create_endpoint:1017 : [[ -n '' ]] 2021-06-02 10:55:46.874 | + functions-common:get_or_create_endpoint:1021 : echo 48bf92eff18f483d93603fafe56f5491 2021-06-02 10:55:46.874 | 48bf92eff18f483d93603fafe56f5491 2021-06-02 10:55:46.877 | ++ lib/glance:create_glance_accounts:269 : get_or_create_domain Default 2021-06-02 10:55:46.879 | ++ functions-common:get_or_create_domain:793 : local domain_id 2021-06-02 10:55:46.883 | +++ functions-common:get_or_create_domain:805 : oscwrap domain show Default -f value -c id 2021-06-02 10:55:49.040 | ++ functions-common:get_or_create_domain:803 : domain_id=default 2021-06-02 10:55:49.043 | ++ functions-common:get_or_create_domain:804 : echo default 2021-06-02 10:55:49.046 | + lib/glance:create_glance_accounts:269 : service_domain_id=default 2021-06-02 10:55:49.048 | + lib/glance:create_glance_accounts:270 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2021-06-02 10:55:49.073 | + lib/glance:create_glance_accounts:271 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2021-06-02 10:55:49.099 | + ./stack.sh:main:1158 : is_service_enabled cinder 2021-06-02 10:55:49.115 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:55:49.118 | + ./stack.sh:main:1159 : create_cinder_accounts 2021-06-02 10:55:49.120 | + lib/cinder:create_cinder_accounts:339 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,g-reg,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,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-06-02 10:55:49.123 | + lib/cinder:create_cinder_accounts:341 : create_service_user cinder 2021-06-02 10:55:49.126 | + lib/keystone:create_service_user:395 : get_or_create_user cinder Passw0rd Default 2021-06-02 10:55:49.128 | + functions-common:get_or_create_user:825 : local user_id 2021-06-02 10:55:49.130 | + functions-common:get_or_create_user:826 : [[ ! -z '' ]] 2021-06-02 10:55:49.133 | + functions-common:get_or_create_user:829 : local email= 2021-06-02 10:55:49.136 | ++ functions-common:get_or_create_user:843 : oscwrap user create cinder --password Passw0rd --domain=Default --or-show -f value -c id 2021-06-02 10:55:51.398 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:55:51.402 | + functions-common:get_or_create_user:841 : user_id=e738aa1fce674f2da97a7db732eb72c8 2021-06-02 10:55:51.404 | + functions-common:get_or_create_user:842 : echo e738aa1fce674f2da97a7db732eb72c8 2021-06-02 10:55:51.404 | e738aa1fce674f2da97a7db732eb72c8 2021-06-02 10:55:51.407 | + lib/keystone:create_service_user:396 : get_or_add_user_project_role service cinder service Default Default 2021-06-02 10:55:51.409 | + functions-common:get_or_add_user_project_role:889 : local user_role_id 2021-06-02 10:55:51.412 | ++ functions-common:get_or_add_user_project_role:891 : _get_domain_args Default Default 2021-06-02 10:55:51.415 | ++ functions-common:_get_domain_args:873 : local domain 2021-06-02 10:55:51.418 | ++ functions-common:_get_domain_args:874 : domain= 2021-06-02 10:55:51.420 | ++ functions-common:_get_domain_args:876 : [[ -n Default ]] 2021-06-02 10:55:51.422 | ++ functions-common:_get_domain_args:877 : domain=' --user-domain Default' 2021-06-02 10:55:51.425 | ++ functions-common:_get_domain_args:879 : [[ -n Default ]] 2021-06-02 10:55:51.427 | ++ functions-common:_get_domain_args:880 : domain=' --user-domain Default --project-domain Default' 2021-06-02 10:55:51.429 | ++ functions-common:_get_domain_args:883 : echo --user-domain Default --project-domain Default 2021-06-02 10:55:51.433 | + functions-common:get_or_add_user_project_role:891 : domain_args='--user-domain Default --project-domain Default' 2021-06-02 10:55:51.437 | ++ functions-common:get_or_add_user_project_role:899 : oscwrap role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default 2021-06-02 10:55:51.437 | ++ functions-common:get_or_add_user_project_role:899 : grep '^|\s[a-f0-9]\+' 2021-06-02 10:55:51.437 | ++ functions-common:get_or_add_user_project_role:899 : get_field 1 2021-06-02 10:55:51.440 | ++ functions-common:get_field:727 : local data field 2021-06-02 10:55:51.442 | ++ functions-common:get_field:728 : read data 2021-06-02 10:55:54.331 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:55:54.335 | + functions-common:get_or_add_user_project_role:899 : user_role_id= 2021-06-02 10:55:54.338 | + functions-common:get_or_add_user_project_role:900 : [[ -z '' ]] 2021-06-02 10:55:54.341 | + functions-common:get_or_add_user_project_role:902 : openstack role add service --user cinder --project service --user-domain Default --project-domain Default 2021-06-02 10:55:57.206 | ++ functions-common:get_or_add_user_project_role:911 : oscwrap role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default 2021-06-02 10:55:57.206 | ++ functions-common:get_or_add_user_project_role:911 : grep '^|\s[a-f0-9]\+' 2021-06-02 10:55:57.207 | ++ functions-common:get_or_add_user_project_role:911 : get_field 1 2021-06-02 10:55:57.209 | ++ functions-common:get_field:727 : local data field 2021-06-02 10:55:57.212 | ++ functions-common:get_field:728 : read data 2021-06-02 10:56:00.229 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:56:00.232 | ++ functions-common:get_field:729 : '[' 1 -lt 0 ']' 2021-06-02 10:56:00.234 | ++ functions-common:get_field:732 : field='$2' 2021-06-02 10:56:00.237 | ++ functions-common:get_field:734 : echo '| 6d9951909cf746f59e9a68315a0e0e7f | e738aa1fce674f2da97a7db732eb72c8 | | 89513ee8c18e4a4b9adab3f3aaac42b4 | | | False |' 2021-06-02 10:56:00.238 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-06-02 10:56:00.243 | ++ functions-common:get_field:728 : read data 2021-06-02 10:56:00.246 | + functions-common:get_or_add_user_project_role:911 : user_role_id=6d9951909cf746f59e9a68315a0e0e7f 2021-06-02 10:56:00.249 | + functions-common:get_or_add_user_project_role:913 : echo 6d9951909cf746f59e9a68315a0e0e7f 2021-06-02 10:56:00.249 | 6d9951909cf746f59e9a68315a0e0e7f 2021-06-02 10:56:00.251 | + lib/keystone:create_service_user:398 : [[ -n '' ]] 2021-06-02 10:56:00.254 | + lib/cinder:create_cinder_accounts:344 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2021-06-02 10:56:00.256 | + functions-common:get_or_create_service:967 : local service_id 2021-06-02 10:56:00.260 | ++ functions-common:get_or_create_service:980 : oscwrap service show block-storage -f value -c id 2021-06-02 10:56:02.480 | ++ functions-common:get_or_create_service:982 : oscwrap service create block-storage --name cinder '--description=Cinder Volume Service' -f value -c id 2021-06-02 10:56:04.577 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:56:04.580 | + functions-common:get_or_create_service:978 : service_id=' 2021-06-02 10:56:04.580 | f0f8070d11254a3b9a6bcb257c75a953' 2021-06-02 10:56:04.583 | + functions-common:get_or_create_service:979 : echo f0f8070d11254a3b9a6bcb257c75a953 2021-06-02 10:56:04.583 | f0f8070d11254a3b9a6bcb257c75a953 2021-06-02 10:56:04.585 | + lib/cinder:create_cinder_accounts:345 : '[' True == False ']' 2021-06-02 10:56:04.588 | + lib/cinder:create_cinder_accounts:364 : get_or_create_endpoint block-storage RegionOne 'http://10.222.0.22/volume/v3/$(project_id)s' 2021-06-02 10:56:04.590 | + functions-common:get_or_create_endpoint:1011 : local public_id 2021-06-02 10:56:04.593 | ++ functions-common:get_or_create_endpoint:1012 : _get_or_create_endpoint_with_interface block-storage public 'http://10.222.0.22/volume/v3/$(project_id)s' RegionOne 2021-06-02 10:56:04.596 | ++ functions-common:_get_or_create_endpoint_with_interface:985 : local endpoint_id 2021-06-02 10:56:04.599 | +++ functions-common:_get_or_create_endpoint_with_interface:990 : oscwrap endpoint list --service block-storage --interface public --region RegionOne -c ID -f value 2021-06-02 10:56:06.968 | +++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:56:06.971 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : endpoint_id= 2021-06-02 10:56:06.974 | ++ functions-common:_get_or_create_endpoint_with_interface:991 : [[ -z '' ]] 2021-06-02 10:56:06.978 | +++ functions-common:_get_or_create_endpoint_with_interface:994 : oscwrap endpoint create block-storage public 'http://10.222.0.22/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2021-06-02 10:56:09.330 | +++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:56:09.333 | ++ functions-common:_get_or_create_endpoint_with_interface:994 : endpoint_id=9adf887322784004a6612fcc6928e9d6 2021-06-02 10:56:09.336 | ++ functions-common:_get_or_create_endpoint_with_interface:997 : echo 9adf887322784004a6612fcc6928e9d6 2021-06-02 10:56:09.339 | + functions-common:get_or_create_endpoint:1012 : public_id=9adf887322784004a6612fcc6928e9d6 2021-06-02 10:56:09.341 | + functions-common:get_or_create_endpoint:1014 : [[ -n '' ]] 2021-06-02 10:56:09.343 | + functions-common:get_or_create_endpoint:1017 : [[ -n '' ]] 2021-06-02 10:56:09.346 | + functions-common:get_or_create_endpoint:1021 : echo 9adf887322784004a6612fcc6928e9d6 2021-06-02 10:56:09.346 | 9adf887322784004a6612fcc6928e9d6 2021-06-02 10:56:09.348 | + lib/cinder:create_cinder_accounts:368 : get_or_create_service cinderv2 volumev2 'Cinder Volume Service V2' 2021-06-02 10:56:09.351 | + functions-common:get_or_create_service:967 : local service_id 2021-06-02 10:56:09.354 | ++ functions-common:get_or_create_service:980 : oscwrap service show volumev2 -f value -c id 2021-06-02 10:56:11.586 | ++ functions-common:get_or_create_service:982 : oscwrap service create volumev2 --name cinderv2 '--description=Cinder Volume Service V2' -f value -c id 2021-06-02 10:56:13.688 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:56:13.691 | + functions-common:get_or_create_service:978 : service_id=' 2021-06-02 10:56:13.691 | d0a62764274e441aaa29f23d9e2d08ee' 2021-06-02 10:56:13.694 | + functions-common:get_or_create_service:979 : echo d0a62764274e441aaa29f23d9e2d08ee 2021-06-02 10:56:13.694 | d0a62764274e441aaa29f23d9e2d08ee 2021-06-02 10:56:13.697 | + lib/cinder:create_cinder_accounts:370 : get_or_create_endpoint volumev2 RegionOne 'http://10.222.0.22/volume/v2/$(project_id)s' 2021-06-02 10:56:13.700 | + functions-common:get_or_create_endpoint:1011 : local public_id 2021-06-02 10:56:13.703 | ++ functions-common:get_or_create_endpoint:1012 : _get_or_create_endpoint_with_interface volumev2 public 'http://10.222.0.22/volume/v2/$(project_id)s' RegionOne 2021-06-02 10:56:13.705 | ++ functions-common:_get_or_create_endpoint_with_interface:985 : local endpoint_id 2021-06-02 10:56:13.709 | +++ functions-common:_get_or_create_endpoint_with_interface:990 : oscwrap endpoint list --service volumev2 --interface public --region RegionOne -c ID -f value 2021-06-02 10:56:16.056 | +++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:56:16.059 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : endpoint_id= 2021-06-02 10:56:16.062 | ++ functions-common:_get_or_create_endpoint_with_interface:991 : [[ -z '' ]] 2021-06-02 10:56:16.065 | +++ functions-common:_get_or_create_endpoint_with_interface:994 : oscwrap endpoint create volumev2 public 'http://10.222.0.22/volume/v2/$(project_id)s' --region RegionOne -f value -c id 2021-06-02 10:56:18.337 | +++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:56:18.340 | ++ functions-common:_get_or_create_endpoint_with_interface:994 : endpoint_id=479edc3982bb4b9eb44a4779bbbbdba8 2021-06-02 10:56:18.342 | ++ functions-common:_get_or_create_endpoint_with_interface:997 : echo 479edc3982bb4b9eb44a4779bbbbdba8 2021-06-02 10:56:18.345 | + functions-common:get_or_create_endpoint:1012 : public_id=479edc3982bb4b9eb44a4779bbbbdba8 2021-06-02 10:56:18.348 | + functions-common:get_or_create_endpoint:1014 : [[ -n '' ]] 2021-06-02 10:56:18.350 | + functions-common:get_or_create_endpoint:1017 : [[ -n '' ]] 2021-06-02 10:56:18.353 | + functions-common:get_or_create_endpoint:1021 : echo 479edc3982bb4b9eb44a4779bbbbdba8 2021-06-02 10:56:18.353 | 479edc3982bb4b9eb44a4779bbbbdba8 2021-06-02 10:56:18.356 | + lib/cinder:create_cinder_accounts:374 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2021-06-02 10:56:18.358 | + functions-common:get_or_create_service:967 : local service_id 2021-06-02 10:56:18.362 | ++ functions-common:get_or_create_service:980 : oscwrap service show volumev3 -f value -c id 2021-06-02 10:56:20.599 | ++ functions-common:get_or_create_service:982 : oscwrap service create volumev3 --name cinderv3 '--description=Cinder Volume Service V3' -f value -c id 2021-06-02 10:56:22.703 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:56:22.706 | + functions-common:get_or_create_service:978 : service_id=' 2021-06-02 10:56:22.706 | a69523c4e6f243d6860f75d611742bf7' 2021-06-02 10:56:22.709 | + functions-common:get_or_create_service:979 : echo a69523c4e6f243d6860f75d611742bf7 2021-06-02 10:56:22.709 | a69523c4e6f243d6860f75d611742bf7 2021-06-02 10:56:22.712 | + lib/cinder:create_cinder_accounts:376 : get_or_create_endpoint volumev3 RegionOne 'http://10.222.0.22/volume/v3/$(project_id)s' 2021-06-02 10:56:22.715 | + functions-common:get_or_create_endpoint:1011 : local public_id 2021-06-02 10:56:22.718 | ++ functions-common:get_or_create_endpoint:1012 : _get_or_create_endpoint_with_interface volumev3 public 'http://10.222.0.22/volume/v3/$(project_id)s' RegionOne 2021-06-02 10:56:22.720 | ++ functions-common:_get_or_create_endpoint_with_interface:985 : local endpoint_id 2021-06-02 10:56:22.723 | +++ functions-common:_get_or_create_endpoint_with_interface:990 : oscwrap endpoint list --service volumev3 --interface public --region RegionOne -c ID -f value 2021-06-02 10:56:25.063 | +++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:56:25.066 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : endpoint_id= 2021-06-02 10:56:25.068 | ++ functions-common:_get_or_create_endpoint_with_interface:991 : [[ -z '' ]] 2021-06-02 10:56:25.071 | +++ functions-common:_get_or_create_endpoint_with_interface:994 : oscwrap endpoint create volumev3 public 'http://10.222.0.22/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2021-06-02 10:56:27.353 | +++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:56:27.356 | ++ functions-common:_get_or_create_endpoint_with_interface:994 : endpoint_id=b5ce9de6d36f4dad9e202cb0c26f2305 2021-06-02 10:56:27.358 | ++ functions-common:_get_or_create_endpoint_with_interface:997 : echo b5ce9de6d36f4dad9e202cb0c26f2305 2021-06-02 10:56:27.361 | + functions-common:get_or_create_endpoint:1012 : public_id=b5ce9de6d36f4dad9e202cb0c26f2305 2021-06-02 10:56:27.364 | + functions-common:get_or_create_endpoint:1014 : [[ -n '' ]] 2021-06-02 10:56:27.366 | + functions-common:get_or_create_endpoint:1017 : [[ -n '' ]] 2021-06-02 10:56:27.369 | + functions-common:get_or_create_endpoint:1021 : echo b5ce9de6d36f4dad9e202cb0c26f2305 2021-06-02 10:56:27.369 | b5ce9de6d36f4dad9e202cb0c26f2305 2021-06-02 10:56:27.371 | + lib/cinder:create_cinder_accounts:381 : configure_cinder_internal_tenant 2021-06-02 10:56:27.374 | ++ lib/cinder:configure_cinder_internal_tenant:554 : get_or_create_project service 2021-06-02 10:56:27.377 | ++ functions-common:get_or_create_project:848 : local project_id 2021-06-02 10:56:27.380 | +++ functions-common:get_or_create_project:856 : oscwrap project create service --domain= --or-show -f value -c id 2021-06-02 10:56:29.671 | +++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:56:29.674 | ++ functions-common:get_or_create_project:854 : project_id=89513ee8c18e4a4b9adab3f3aaac42b4 2021-06-02 10:56:29.676 | ++ functions-common:get_or_create_project:855 : echo 89513ee8c18e4a4b9adab3f3aaac42b4 2021-06-02 10:56:29.680 | + lib/cinder:configure_cinder_internal_tenant:554 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id 89513ee8c18e4a4b9adab3f3aaac42b4 2021-06-02 10:56:29.705 | ++ lib/cinder:configure_cinder_internal_tenant:555 : get_or_create_user cinder 2021-06-02 10:56:29.708 | ++ functions-common:get_or_create_user:825 : local user_id 2021-06-02 10:56:29.711 | ++ functions-common:get_or_create_user:826 : [[ ! -z '' ]] 2021-06-02 10:56:29.713 | ++ functions-common:get_or_create_user:829 : local email= 2021-06-02 10:56:29.716 | +++ functions-common:get_or_create_user:843 : oscwrap user create cinder --password '' --domain= --or-show -f value -c id 2021-06-02 10:56:31.592 | No password was supplied, authentication will fail when a user does not have a password. 2021-06-02 10:56:32.008 | +++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:56:32.011 | ++ functions-common:get_or_create_user:841 : user_id=e738aa1fce674f2da97a7db732eb72c8 2021-06-02 10:56:32.014 | ++ functions-common:get_or_create_user:842 : echo e738aa1fce674f2da97a7db732eb72c8 2021-06-02 10:56:32.017 | + lib/cinder:configure_cinder_internal_tenant:555 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id e738aa1fce674f2da97a7db732eb72c8 2021-06-02 10:56:32.042 | + ./stack.sh:main:1161 : is_service_enabled neutron 2021-06-02 10:56:32.058 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:56:32.060 | + ./stack.sh:main:1162 : create_neutron_accounts 2021-06-02 10:56:32.063 | + lib/neutron:create_neutron_accounts:642 : is_neutron_legacy_enabled 2021-06-02 10:56:32.067 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-06-02 10:56:32.067 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-06-02 10:56:32.072 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-06-02 10:56:32.074 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2021-06-02 10:56:32.077 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,g-reg,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,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-06-02 10:56:32.079 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-06-02 10:56:32.082 | + lib/neutron:create_neutron_accounts:644 : create_mutnauq_accounts 2021-06-02 10:56:32.085 | + lib/neutron-legacy:create_mutnauq_accounts:411 : local neutron_url 2021-06-02 10:56:32.088 | + lib/neutron-legacy:create_mutnauq_accounts:412 : '[' False == True ']' 2021-06-02 10:56:32.090 | + lib/neutron-legacy:create_mutnauq_accounts:415 : neutron_url=http://10.222.0.22:9696/ 2021-06-02 10:56:32.093 | + lib/neutron-legacy:create_mutnauq_accounts:418 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,g-reg,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,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-06-02 10:56:32.095 | + lib/neutron-legacy:create_mutnauq_accounts:420 : create_service_user neutron 2021-06-02 10:56:32.098 | + lib/keystone:create_service_user:395 : get_or_create_user neutron Passw0rd Default 2021-06-02 10:56:32.100 | + functions-common:get_or_create_user:825 : local user_id 2021-06-02 10:56:32.103 | + functions-common:get_or_create_user:826 : [[ ! -z '' ]] 2021-06-02 10:56:32.105 | + functions-common:get_or_create_user:829 : local email= 2021-06-02 10:56:32.108 | ++ functions-common:get_or_create_user:843 : oscwrap user create neutron --password Passw0rd --domain=Default --or-show -f value -c id 2021-06-02 10:56:34.370 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:56:34.373 | + functions-common:get_or_create_user:841 : user_id=0784b40b4d674112b29906bd2a0c9323 2021-06-02 10:56:34.375 | + functions-common:get_or_create_user:842 : echo 0784b40b4d674112b29906bd2a0c9323 2021-06-02 10:56:34.375 | 0784b40b4d674112b29906bd2a0c9323 2021-06-02 10:56:34.378 | + lib/keystone:create_service_user:396 : get_or_add_user_project_role service neutron service Default Default 2021-06-02 10:56:34.380 | + functions-common:get_or_add_user_project_role:889 : local user_role_id 2021-06-02 10:56:34.384 | ++ functions-common:get_or_add_user_project_role:891 : _get_domain_args Default Default 2021-06-02 10:56:34.387 | ++ functions-common:_get_domain_args:873 : local domain 2021-06-02 10:56:34.389 | ++ functions-common:_get_domain_args:874 : domain= 2021-06-02 10:56:34.391 | ++ functions-common:_get_domain_args:876 : [[ -n Default ]] 2021-06-02 10:56:34.394 | ++ functions-common:_get_domain_args:877 : domain=' --user-domain Default' 2021-06-02 10:56:34.396 | ++ functions-common:_get_domain_args:879 : [[ -n Default ]] 2021-06-02 10:56:34.399 | ++ functions-common:_get_domain_args:880 : domain=' --user-domain Default --project-domain Default' 2021-06-02 10:56:34.402 | ++ functions-common:_get_domain_args:883 : echo --user-domain Default --project-domain Default 2021-06-02 10:56:34.405 | + functions-common:get_or_add_user_project_role:891 : domain_args='--user-domain Default --project-domain Default' 2021-06-02 10:56:34.409 | ++ functions-common:get_or_add_user_project_role:899 : oscwrap role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default 2021-06-02 10:56:34.409 | ++ functions-common:get_or_add_user_project_role:899 : grep '^|\s[a-f0-9]\+' 2021-06-02 10:56:34.409 | ++ functions-common:get_or_add_user_project_role:899 : get_field 1 2021-06-02 10:56:34.412 | ++ functions-common:get_field:727 : local data field 2021-06-02 10:56:34.414 | ++ functions-common:get_field:728 : read data 2021-06-02 10:56:37.430 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:56:37.433 | + functions-common:get_or_add_user_project_role:899 : user_role_id= 2021-06-02 10:56:37.436 | + functions-common:get_or_add_user_project_role:900 : [[ -z '' ]] 2021-06-02 10:56:37.439 | + functions-common:get_or_add_user_project_role:902 : openstack role add service --user neutron --project service --user-domain Default --project-domain Default 2021-06-02 10:56:40.342 | ++ functions-common:get_or_add_user_project_role:911 : oscwrap role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default 2021-06-02 10:56:40.342 | ++ functions-common:get_or_add_user_project_role:911 : grep '^|\s[a-f0-9]\+' 2021-06-02 10:56:40.343 | ++ functions-common:get_or_add_user_project_role:911 : get_field 1 2021-06-02 10:56:40.345 | ++ functions-common:get_field:727 : local data field 2021-06-02 10:56:40.348 | ++ functions-common:get_field:728 : read data 2021-06-02 10:56:43.283 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:56:43.286 | ++ functions-common:get_field:729 : '[' 1 -lt 0 ']' 2021-06-02 10:56:43.288 | ++ functions-common:get_field:732 : field='$2' 2021-06-02 10:56:43.291 | ++ functions-common:get_field:734 : echo '| 6d9951909cf746f59e9a68315a0e0e7f | 0784b40b4d674112b29906bd2a0c9323 | | 89513ee8c18e4a4b9adab3f3aaac42b4 | | | False |' 2021-06-02 10:56:43.292 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-06-02 10:56:43.297 | ++ functions-common:get_field:728 : read data 2021-06-02 10:56:43.300 | + functions-common:get_or_add_user_project_role:911 : user_role_id=6d9951909cf746f59e9a68315a0e0e7f 2021-06-02 10:56:43.303 | + functions-common:get_or_add_user_project_role:913 : echo 6d9951909cf746f59e9a68315a0e0e7f 2021-06-02 10:56:43.303 | 6d9951909cf746f59e9a68315a0e0e7f 2021-06-02 10:56:43.305 | + lib/keystone:create_service_user:398 : [[ -n '' ]] 2021-06-02 10:56:43.308 | + lib/neutron-legacy:create_mutnauq_accounts:422 : get_or_create_service neutron network 'Neutron Service' 2021-06-02 10:56:43.310 | + functions-common:get_or_create_service:967 : local service_id 2021-06-02 10:56:43.313 | ++ functions-common:get_or_create_service:980 : oscwrap service show network -f value -c id 2021-06-02 10:56:45.527 | ++ functions-common:get_or_create_service:982 : oscwrap service create network --name neutron '--description=Neutron Service' -f value -c id 2021-06-02 10:56:47.626 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:56:47.629 | + functions-common:get_or_create_service:978 : service_id=' 2021-06-02 10:56:47.629 | 7a2f4c9843c14ce5b864a41926a93aca' 2021-06-02 10:56:47.632 | + functions-common:get_or_create_service:979 : echo 7a2f4c9843c14ce5b864a41926a93aca 2021-06-02 10:56:47.632 | 7a2f4c9843c14ce5b864a41926a93aca 2021-06-02 10:56:47.634 | + lib/neutron-legacy:create_mutnauq_accounts:424 : get_or_create_endpoint network RegionOne http://10.222.0.22:9696/ 2021-06-02 10:56:47.637 | + functions-common:get_or_create_endpoint:1011 : local public_id 2021-06-02 10:56:47.640 | ++ functions-common:get_or_create_endpoint:1012 : _get_or_create_endpoint_with_interface network public http://10.222.0.22:9696/ RegionOne 2021-06-02 10:56:47.643 | ++ functions-common:_get_or_create_endpoint_with_interface:985 : local endpoint_id 2021-06-02 10:56:47.646 | +++ functions-common:_get_or_create_endpoint_with_interface:990 : oscwrap endpoint list --service network --interface public --region RegionOne -c ID -f value 2021-06-02 10:56:49.992 | +++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:56:49.995 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : endpoint_id= 2021-06-02 10:56:49.997 | ++ functions-common:_get_or_create_endpoint_with_interface:991 : [[ -z '' ]] 2021-06-02 10:56:50.000 | +++ functions-common:_get_or_create_endpoint_with_interface:994 : oscwrap endpoint create network public http://10.222.0.22:9696/ --region RegionOne -f value -c id 2021-06-02 10:56:52.291 | +++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:56:52.294 | ++ functions-common:_get_or_create_endpoint_with_interface:994 : endpoint_id=ef3f9581885b47baba486c18eb00acbb 2021-06-02 10:56:52.296 | ++ functions-common:_get_or_create_endpoint_with_interface:997 : echo ef3f9581885b47baba486c18eb00acbb 2021-06-02 10:56:52.299 | + functions-common:get_or_create_endpoint:1012 : public_id=ef3f9581885b47baba486c18eb00acbb 2021-06-02 10:56:52.302 | + functions-common:get_or_create_endpoint:1014 : [[ -n '' ]] 2021-06-02 10:56:52.305 | + functions-common:get_or_create_endpoint:1017 : [[ -n '' ]] 2021-06-02 10:56:52.307 | + functions-common:get_or_create_endpoint:1021 : echo ef3f9581885b47baba486c18eb00acbb 2021-06-02 10:56:52.308 | ef3f9581885b47baba486c18eb00acbb 2021-06-02 10:56:52.310 | + ./stack.sh:main:1164 : is_service_enabled swift 2021-06-02 10:56:52.327 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:56:52.329 | + ./stack.sh:main:1165 : create_swift_accounts 2021-06-02 10:56:52.332 | + lib/swift:create_swift_accounts:630 : export swiftusertest1_password=testing 2021-06-02 10:56:52.334 | + lib/swift:create_swift_accounts:630 : swiftusertest1_password=testing 2021-06-02 10:56:52.337 | + lib/swift:create_swift_accounts:631 : export swiftusertest2_password=testing2 2021-06-02 10:56:52.339 | + lib/swift:create_swift_accounts:631 : swiftusertest2_password=testing2 2021-06-02 10:56:52.342 | + lib/swift:create_swift_accounts:632 : export swiftusertest3_password=testing3 2021-06-02 10:56:52.344 | + lib/swift:create_swift_accounts:632 : swiftusertest3_password=testing3 2021-06-02 10:56:52.347 | + lib/swift:create_swift_accounts:633 : export swiftusertest4_password=testing4 2021-06-02 10:56:52.350 | + lib/swift:create_swift_accounts:633 : swiftusertest4_password=testing4 2021-06-02 10:56:52.352 | + lib/swift:create_swift_accounts:635 : local another_role 2021-06-02 10:56:52.355 | ++ lib/swift:create_swift_accounts:636 : get_or_create_role anotherrole 2021-06-02 10:56:52.357 | ++ functions-common:get_or_create_role:861 : local role_id 2021-06-02 10:56:52.360 | +++ functions-common:get_or_create_role:868 : oscwrap role create anotherrole --or-show -f value -c id 2021-06-02 10:56:54.586 | +++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:56:54.589 | ++ functions-common:get_or_create_role:866 : role_id=d743919b784648b78eca50837d75d2b6 2021-06-02 10:56:54.591 | ++ functions-common:get_or_create_role:867 : echo d743919b784648b78eca50837d75d2b6 2021-06-02 10:56:54.594 | + lib/swift:create_swift_accounts:636 : another_role=d743919b784648b78eca50837d75d2b6 2021-06-02 10:56:54.596 | + lib/swift:create_swift_accounts:640 : create_service_user swift admin 2021-06-02 10:56:54.599 | + lib/keystone:create_service_user:395 : get_or_create_user swift Passw0rd Default 2021-06-02 10:56:54.602 | + functions-common:get_or_create_user:825 : local user_id 2021-06-02 10:56:54.604 | + functions-common:get_or_create_user:826 : [[ ! -z '' ]] 2021-06-02 10:56:54.606 | + functions-common:get_or_create_user:829 : local email= 2021-06-02 10:56:54.609 | ++ functions-common:get_or_create_user:843 : oscwrap user create swift --password Passw0rd --domain=Default --or-show -f value -c id 2021-06-02 10:56:56.856 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:56:56.859 | + functions-common:get_or_create_user:841 : user_id=d6201d0b2e8043a294959d3b46bfb91a 2021-06-02 10:56:56.861 | + functions-common:get_or_create_user:842 : echo d6201d0b2e8043a294959d3b46bfb91a 2021-06-02 10:56:56.861 | d6201d0b2e8043a294959d3b46bfb91a 2021-06-02 10:56:56.863 | + lib/keystone:create_service_user:396 : get_or_add_user_project_role service swift service Default Default 2021-06-02 10:56:56.866 | + functions-common:get_or_add_user_project_role:889 : local user_role_id 2021-06-02 10:56:56.869 | ++ functions-common:get_or_add_user_project_role:891 : _get_domain_args Default Default 2021-06-02 10:56:56.871 | ++ functions-common:_get_domain_args:873 : local domain 2021-06-02 10:56:56.873 | ++ functions-common:_get_domain_args:874 : domain= 2021-06-02 10:56:56.876 | ++ functions-common:_get_domain_args:876 : [[ -n Default ]] 2021-06-02 10:56:56.878 | ++ functions-common:_get_domain_args:877 : domain=' --user-domain Default' 2021-06-02 10:56:56.881 | ++ functions-common:_get_domain_args:879 : [[ -n Default ]] 2021-06-02 10:56:56.883 | ++ functions-common:_get_domain_args:880 : domain=' --user-domain Default --project-domain Default' 2021-06-02 10:56:56.886 | ++ functions-common:_get_domain_args:883 : echo --user-domain Default --project-domain Default 2021-06-02 10:56:56.889 | + functions-common:get_or_add_user_project_role:891 : domain_args='--user-domain Default --project-domain Default' 2021-06-02 10:56:56.893 | ++ functions-common:get_or_add_user_project_role:899 : oscwrap role assignment list --role service --user swift --project service --user-domain Default --project-domain Default 2021-06-02 10:56:56.893 | ++ functions-common:get_or_add_user_project_role:899 : grep '^|\s[a-f0-9]\+' 2021-06-02 10:56:56.893 | ++ functions-common:get_or_add_user_project_role:899 : get_field 1 2021-06-02 10:56:56.896 | ++ functions-common:get_field:727 : local data field 2021-06-02 10:56:56.900 | ++ functions-common:get_field:728 : read data 2021-06-02 10:56:59.788 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:56:59.792 | + functions-common:get_or_add_user_project_role:899 : user_role_id= 2021-06-02 10:56:59.794 | + functions-common:get_or_add_user_project_role:900 : [[ -z '' ]] 2021-06-02 10:56:59.797 | + functions-common:get_or_add_user_project_role:902 : openstack role add service --user swift --project service --user-domain Default --project-domain Default 2021-06-02 10:57:02.736 | ++ functions-common:get_or_add_user_project_role:911 : oscwrap role assignment list --role service --user swift --project service --user-domain Default --project-domain Default 2021-06-02 10:57:02.736 | ++ functions-common:get_or_add_user_project_role:911 : grep '^|\s[a-f0-9]\+' 2021-06-02 10:57:02.736 | ++ functions-common:get_or_add_user_project_role:911 : get_field 1 2021-06-02 10:57:02.739 | ++ functions-common:get_field:727 : local data field 2021-06-02 10:57:02.741 | ++ functions-common:get_field:728 : read data 2021-06-02 10:57:05.691 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:57:05.694 | ++ functions-common:get_field:729 : '[' 1 -lt 0 ']' 2021-06-02 10:57:05.696 | ++ functions-common:get_field:732 : field='$2' 2021-06-02 10:57:05.699 | ++ functions-common:get_field:734 : echo '| 6d9951909cf746f59e9a68315a0e0e7f | d6201d0b2e8043a294959d3b46bfb91a | | 89513ee8c18e4a4b9adab3f3aaac42b4 | | | False |' 2021-06-02 10:57:05.700 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-06-02 10:57:05.704 | ++ functions-common:get_field:728 : read data 2021-06-02 10:57:05.708 | + functions-common:get_or_add_user_project_role:911 : user_role_id=6d9951909cf746f59e9a68315a0e0e7f 2021-06-02 10:57:05.710 | + functions-common:get_or_add_user_project_role:913 : echo 6d9951909cf746f59e9a68315a0e0e7f 2021-06-02 10:57:05.710 | 6d9951909cf746f59e9a68315a0e0e7f 2021-06-02 10:57:05.713 | + lib/keystone:create_service_user:398 : [[ -n admin ]] 2021-06-02 10:57:05.715 | + lib/keystone:create_service_user:399 : get_or_add_user_project_role admin swift service Default Default 2021-06-02 10:57:05.717 | + functions-common:get_or_add_user_project_role:889 : local user_role_id 2021-06-02 10:57:05.720 | ++ functions-common:get_or_add_user_project_role:891 : _get_domain_args Default Default 2021-06-02 10:57:05.723 | ++ functions-common:_get_domain_args:873 : local domain 2021-06-02 10:57:05.725 | ++ functions-common:_get_domain_args:874 : domain= 2021-06-02 10:57:05.727 | ++ functions-common:_get_domain_args:876 : [[ -n Default ]] 2021-06-02 10:57:05.729 | ++ functions-common:_get_domain_args:877 : domain=' --user-domain Default' 2021-06-02 10:57:05.731 | ++ functions-common:_get_domain_args:879 : [[ -n Default ]] 2021-06-02 10:57:05.733 | ++ functions-common:_get_domain_args:880 : domain=' --user-domain Default --project-domain Default' 2021-06-02 10:57:05.735 | ++ functions-common:_get_domain_args:883 : echo --user-domain Default --project-domain Default 2021-06-02 10:57:05.738 | + functions-common:get_or_add_user_project_role:891 : domain_args='--user-domain Default --project-domain Default' 2021-06-02 10:57:05.742 | ++ functions-common:get_or_add_user_project_role:899 : oscwrap role assignment list --role admin --user swift --project service --user-domain Default --project-domain Default 2021-06-02 10:57:05.742 | ++ functions-common:get_or_add_user_project_role:899 : grep '^|\s[a-f0-9]\+' 2021-06-02 10:57:05.743 | ++ functions-common:get_or_add_user_project_role:899 : get_field 1 2021-06-02 10:57:05.745 | ++ functions-common:get_field:727 : local data field 2021-06-02 10:57:05.748 | ++ functions-common:get_field:728 : read data 2021-06-02 10:57:08.736 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:57:08.739 | + functions-common:get_or_add_user_project_role:899 : user_role_id= 2021-06-02 10:57:08.741 | + functions-common:get_or_add_user_project_role:900 : [[ -z '' ]] 2021-06-02 10:57:08.744 | + functions-common:get_or_add_user_project_role:902 : openstack role add admin --user swift --project service --user-domain Default --project-domain Default 2021-06-02 10:57:11.548 | ++ functions-common:get_or_add_user_project_role:911 : oscwrap role assignment list --role admin --user swift --project service --user-domain Default --project-domain Default 2021-06-02 10:57:11.548 | ++ functions-common:get_or_add_user_project_role:911 : get_field 1 2021-06-02 10:57:11.548 | ++ functions-common:get_or_add_user_project_role:911 : grep '^|\s[a-f0-9]\+' 2021-06-02 10:57:11.549 | ++ functions-common:get_field:727 : local data field 2021-06-02 10:57:11.552 | ++ functions-common:get_field:728 : read data 2021-06-02 10:57:14.568 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:57:14.571 | ++ functions-common:get_field:729 : '[' 1 -lt 0 ']' 2021-06-02 10:57:14.573 | ++ functions-common:get_field:732 : field='$2' 2021-06-02 10:57:14.577 | ++ functions-common:get_field:734 : echo '| 79889d38c8d54addbc933303b04bb544 | d6201d0b2e8043a294959d3b46bfb91a | | 89513ee8c18e4a4b9adab3f3aaac42b4 | | | False |' 2021-06-02 10:57:14.577 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-06-02 10:57:14.582 | ++ functions-common:get_field:728 : read data 2021-06-02 10:57:14.585 | + functions-common:get_or_add_user_project_role:911 : user_role_id=79889d38c8d54addbc933303b04bb544 2021-06-02 10:57:14.588 | + functions-common:get_or_add_user_project_role:913 : echo 79889d38c8d54addbc933303b04bb544 2021-06-02 10:57:14.588 | 79889d38c8d54addbc933303b04bb544 2021-06-02 10:57:14.590 | + lib/swift:create_swift_accounts:642 : get_or_create_service swift object-store 'Swift Service' 2021-06-02 10:57:14.592 | + functions-common:get_or_create_service:967 : local service_id 2021-06-02 10:57:14.595 | ++ functions-common:get_or_create_service:980 : oscwrap service show object-store -f value -c id 2021-06-02 10:57:16.776 | ++ functions-common:get_or_create_service:982 : oscwrap service create object-store --name swift '--description=Swift Service' -f value -c id 2021-06-02 10:57:18.861 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:57:18.864 | + functions-common:get_or_create_service:978 : service_id=' 2021-06-02 10:57:18.864 | 1b9ce0d6d7b0448dbf662d87468f7fe7' 2021-06-02 10:57:18.866 | + functions-common:get_or_create_service:979 : echo 1b9ce0d6d7b0448dbf662d87468f7fe7 2021-06-02 10:57:18.866 | 1b9ce0d6d7b0448dbf662d87468f7fe7 2021-06-02 10:57:18.869 | + lib/swift:create_swift_accounts:644 : get_or_create_endpoint object-store RegionOne 'http://10.222.0.22:8080/v1/AUTH_$(project_id)s' http://10.222.0.22:8080 2021-06-02 10:57:18.871 | + functions-common:get_or_create_endpoint:1011 : local public_id 2021-06-02 10:57:18.874 | ++ functions-common:get_or_create_endpoint:1012 : _get_or_create_endpoint_with_interface object-store public 'http://10.222.0.22:8080/v1/AUTH_$(project_id)s' RegionOne 2021-06-02 10:57:18.877 | ++ functions-common:_get_or_create_endpoint_with_interface:985 : local endpoint_id 2021-06-02 10:57:18.880 | +++ functions-common:_get_or_create_endpoint_with_interface:990 : oscwrap endpoint list --service object-store --interface public --region RegionOne -c ID -f value 2021-06-02 10:57:21.226 | +++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:57:21.229 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : endpoint_id= 2021-06-02 10:57:21.231 | ++ functions-common:_get_or_create_endpoint_with_interface:991 : [[ -z '' ]] 2021-06-02 10:57:21.234 | +++ functions-common:_get_or_create_endpoint_with_interface:994 : oscwrap endpoint create object-store public 'http://10.222.0.22:8080/v1/AUTH_$(project_id)s' --region RegionOne -f value -c id 2021-06-02 10:57:23.518 | +++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:57:23.521 | ++ functions-common:_get_or_create_endpoint_with_interface:994 : endpoint_id=39fde0d6e5224606b9086206fe7d04a8 2021-06-02 10:57:23.523 | ++ functions-common:_get_or_create_endpoint_with_interface:997 : echo 39fde0d6e5224606b9086206fe7d04a8 2021-06-02 10:57:23.526 | + functions-common:get_or_create_endpoint:1012 : public_id=39fde0d6e5224606b9086206fe7d04a8 2021-06-02 10:57:23.528 | + functions-common:get_or_create_endpoint:1014 : [[ -n http://10.222.0.22:8080 ]] 2021-06-02 10:57:23.531 | + functions-common:get_or_create_endpoint:1015 : _get_or_create_endpoint_with_interface object-store admin http://10.222.0.22:8080 RegionOne 2021-06-02 10:57:23.533 | + functions-common:_get_or_create_endpoint_with_interface:985 : local endpoint_id 2021-06-02 10:57:23.536 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : oscwrap endpoint list --service object-store --interface admin --region RegionOne -c ID -f value 2021-06-02 10:57:25.892 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:57:25.895 | + functions-common:_get_or_create_endpoint_with_interface:990 : endpoint_id= 2021-06-02 10:57:25.898 | + functions-common:_get_or_create_endpoint_with_interface:991 : [[ -z '' ]] 2021-06-02 10:57:25.901 | ++ functions-common:_get_or_create_endpoint_with_interface:994 : oscwrap endpoint create object-store admin http://10.222.0.22:8080 --region RegionOne -f value -c id 2021-06-02 10:57:28.198 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:57:28.201 | + functions-common:_get_or_create_endpoint_with_interface:994 : endpoint_id=22fbe61386af4ec19aae428170f3dd31 2021-06-02 10:57:28.204 | + functions-common:_get_or_create_endpoint_with_interface:997 : echo 22fbe61386af4ec19aae428170f3dd31 2021-06-02 10:57:28.204 | 22fbe61386af4ec19aae428170f3dd31 2021-06-02 10:57:28.206 | + functions-common:get_or_create_endpoint:1017 : [[ -n '' ]] 2021-06-02 10:57:28.209 | + functions-common:get_or_create_endpoint:1021 : echo 39fde0d6e5224606b9086206fe7d04a8 2021-06-02 10:57:28.209 | 39fde0d6e5224606b9086206fe7d04a8 2021-06-02 10:57:28.211 | + lib/swift:create_swift_accounts:649 : local swift_project_test1 2021-06-02 10:57:28.214 | ++ lib/swift:create_swift_accounts:650 : get_or_create_project swiftprojecttest1 default 2021-06-02 10:57:28.217 | ++ functions-common:get_or_create_project:848 : local project_id 2021-06-02 10:57:28.220 | +++ functions-common:get_or_create_project:856 : oscwrap project create swiftprojecttest1 --domain=default --or-show -f value -c id 2021-06-02 10:57:30.400 | +++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:57:30.403 | ++ functions-common:get_or_create_project:854 : project_id=ebe51245bcad414a81fcd0acc01e2001 2021-06-02 10:57:30.406 | ++ functions-common:get_or_create_project:855 : echo ebe51245bcad414a81fcd0acc01e2001 2021-06-02 10:57:30.409 | + lib/swift:create_swift_accounts:650 : swift_project_test1=ebe51245bcad414a81fcd0acc01e2001 2021-06-02 10:57:30.412 | + lib/swift:create_swift_accounts:651 : die_if_not_set 651 swift_project_test1 'Failure creating swift_project_test1' 2021-06-02 10:57:30.414 | + functions-common:die_if_not_set:213 : local exitcode=0 2021-06-02 10:57:30.430 | ++ lib/swift:create_swift_accounts:653 : get_or_create_user swiftusertest1 testing default test@example.com 2021-06-02 10:57:30.433 | ++ functions-common:get_or_create_user:825 : local user_id 2021-06-02 10:57:30.435 | ++ functions-common:get_or_create_user:826 : [[ ! -z test@example.com ]] 2021-06-02 10:57:30.438 | ++ functions-common:get_or_create_user:827 : local email=--email=test@example.com 2021-06-02 10:57:30.441 | +++ functions-common:get_or_create_user:843 : oscwrap user create swiftusertest1 --password testing --domain=default --email=test@example.com --or-show -f value -c id 2021-06-02 10:57:32.650 | +++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:57:32.653 | ++ functions-common:get_or_create_user:841 : user_id=ffcdab8617334f738a7dc0c732d83439 2021-06-02 10:57:32.656 | ++ functions-common:get_or_create_user:842 : echo ffcdab8617334f738a7dc0c732d83439 2021-06-02 10:57:32.658 | + lib/swift:create_swift_accounts:653 : SWIFT_USER_TEST1=ffcdab8617334f738a7dc0c732d83439 2021-06-02 10:57:32.662 | + lib/swift:create_swift_accounts:654 : die_if_not_set 654 SWIFT_USER_TEST1 'Failure creating SWIFT_USER_TEST1' 2021-06-02 10:57:32.664 | + functions-common:die_if_not_set:213 : local exitcode=0 2021-06-02 10:57:32.680 | + lib/swift:create_swift_accounts:655 : get_or_add_user_project_role admin ffcdab8617334f738a7dc0c732d83439 ebe51245bcad414a81fcd0acc01e2001 2021-06-02 10:57:32.682 | + functions-common:get_or_add_user_project_role:889 : local user_role_id 2021-06-02 10:57:32.685 | ++ functions-common:get_or_add_user_project_role:891 : _get_domain_args 2021-06-02 10:57:32.688 | ++ functions-common:_get_domain_args:873 : local domain 2021-06-02 10:57:32.690 | ++ functions-common:_get_domain_args:874 : domain= 2021-06-02 10:57:32.692 | ++ functions-common:_get_domain_args:876 : [[ -n '' ]] 2021-06-02 10:57:32.694 | ++ functions-common:_get_domain_args:879 : [[ -n '' ]] 2021-06-02 10:57:32.697 | ++ functions-common:_get_domain_args:883 : echo 2021-06-02 10:57:32.700 | + functions-common:get_or_add_user_project_role:891 : domain_args= 2021-06-02 10:57:32.703 | ++ functions-common:get_or_add_user_project_role:899 : oscwrap role assignment list --role admin --user ffcdab8617334f738a7dc0c732d83439 --project ebe51245bcad414a81fcd0acc01e2001 2021-06-02 10:57:32.704 | ++ functions-common:get_or_add_user_project_role:899 : grep '^|\s[a-f0-9]\+' 2021-06-02 10:57:32.704 | ++ functions-common:get_or_add_user_project_role:899 : get_field 1 2021-06-02 10:57:32.707 | ++ functions-common:get_field:727 : local data field 2021-06-02 10:57:32.710 | ++ functions-common:get_field:728 : read data 2021-06-02 10:57:35.094 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:57:35.097 | + functions-common:get_or_add_user_project_role:899 : user_role_id= 2021-06-02 10:57:35.100 | + functions-common:get_or_add_user_project_role:900 : [[ -z '' ]] 2021-06-02 10:57:35.102 | + functions-common:get_or_add_user_project_role:902 : openstack role add admin --user ffcdab8617334f738a7dc0c732d83439 --project ebe51245bcad414a81fcd0acc01e2001 2021-06-02 10:57:37.404 | ++ functions-common:get_or_add_user_project_role:911 : oscwrap role assignment list --role admin --user ffcdab8617334f738a7dc0c732d83439 --project ebe51245bcad414a81fcd0acc01e2001 2021-06-02 10:57:37.404 | ++ functions-common:get_or_add_user_project_role:911 : get_field 1 2021-06-02 10:57:37.404 | ++ functions-common:get_or_add_user_project_role:911 : grep '^|\s[a-f0-9]\+' 2021-06-02 10:57:37.407 | ++ functions-common:get_field:727 : local data field 2021-06-02 10:57:37.410 | ++ functions-common:get_field:728 : read data 2021-06-02 10:57:39.866 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:57:39.869 | ++ functions-common:get_field:729 : '[' 1 -lt 0 ']' 2021-06-02 10:57:39.872 | ++ functions-common:get_field:732 : field='$2' 2021-06-02 10:57:39.874 | ++ functions-common:get_field:734 : echo '| 79889d38c8d54addbc933303b04bb544 | ffcdab8617334f738a7dc0c732d83439 | | ebe51245bcad414a81fcd0acc01e2001 | | | False |' 2021-06-02 10:57:39.875 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-06-02 10:57:39.880 | ++ functions-common:get_field:728 : read data 2021-06-02 10:57:39.884 | + functions-common:get_or_add_user_project_role:911 : user_role_id=79889d38c8d54addbc933303b04bb544 2021-06-02 10:57:39.886 | + functions-common:get_or_add_user_project_role:913 : echo 79889d38c8d54addbc933303b04bb544 2021-06-02 10:57:39.886 | 79889d38c8d54addbc933303b04bb544 2021-06-02 10:57:39.889 | + lib/swift:create_swift_accounts:657 : local swift_user_test3 2021-06-02 10:57:39.892 | ++ lib/swift:create_swift_accounts:659 : get_or_create_user swiftusertest3 testing3 default test3@example.com 2021-06-02 10:57:39.894 | ++ functions-common:get_or_create_user:825 : local user_id 2021-06-02 10:57:39.897 | ++ functions-common:get_or_create_user:826 : [[ ! -z test3@example.com ]] 2021-06-02 10:57:39.899 | ++ functions-common:get_or_create_user:827 : local email=--email=test3@example.com 2021-06-02 10:57:39.902 | +++ functions-common:get_or_create_user:843 : oscwrap user create swiftusertest3 --password testing3 --domain=default --email=test3@example.com --or-show -f value -c id 2021-06-02 10:57:42.069 | +++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:57:42.072 | ++ functions-common:get_or_create_user:841 : user_id=eb2d2bc53e8f4a659652eeef8ac4fd36 2021-06-02 10:57:42.075 | ++ functions-common:get_or_create_user:842 : echo eb2d2bc53e8f4a659652eeef8ac4fd36 2021-06-02 10:57:42.078 | + lib/swift:create_swift_accounts:659 : swift_user_test3=eb2d2bc53e8f4a659652eeef8ac4fd36 2021-06-02 10:57:42.080 | + lib/swift:create_swift_accounts:660 : die_if_not_set 660 swift_user_test3 'Failure creating swift_user_test3' 2021-06-02 10:57:42.083 | + functions-common:die_if_not_set:213 : local exitcode=0 2021-06-02 10:57:42.099 | + lib/swift:create_swift_accounts:661 : get_or_add_user_project_role d743919b784648b78eca50837d75d2b6 eb2d2bc53e8f4a659652eeef8ac4fd36 ebe51245bcad414a81fcd0acc01e2001 2021-06-02 10:57:42.102 | + functions-common:get_or_add_user_project_role:889 : local user_role_id 2021-06-02 10:57:42.105 | ++ functions-common:get_or_add_user_project_role:891 : _get_domain_args 2021-06-02 10:57:42.107 | ++ functions-common:_get_domain_args:873 : local domain 2021-06-02 10:57:42.109 | ++ functions-common:_get_domain_args:874 : domain= 2021-06-02 10:57:42.112 | ++ functions-common:_get_domain_args:876 : [[ -n '' ]] 2021-06-02 10:57:42.114 | ++ functions-common:_get_domain_args:879 : [[ -n '' ]] 2021-06-02 10:57:42.117 | ++ functions-common:_get_domain_args:883 : echo 2021-06-02 10:57:42.119 | + functions-common:get_or_add_user_project_role:891 : domain_args= 2021-06-02 10:57:42.123 | ++ functions-common:get_or_add_user_project_role:899 : oscwrap role assignment list --role d743919b784648b78eca50837d75d2b6 --user eb2d2bc53e8f4a659652eeef8ac4fd36 --project ebe51245bcad414a81fcd0acc01e2001 2021-06-02 10:57:42.123 | ++ functions-common:get_or_add_user_project_role:899 : grep '^|\s[a-f0-9]\+' 2021-06-02 10:57:42.124 | ++ functions-common:get_or_add_user_project_role:899 : get_field 1 2021-06-02 10:57:42.126 | ++ functions-common:get_field:727 : local data field 2021-06-02 10:57:42.129 | ++ functions-common:get_field:728 : read data 2021-06-02 10:57:44.476 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:57:44.479 | + functions-common:get_or_add_user_project_role:899 : user_role_id= 2021-06-02 10:57:44.482 | + functions-common:get_or_add_user_project_role:900 : [[ -z '' ]] 2021-06-02 10:57:44.484 | + functions-common:get_or_add_user_project_role:902 : openstack role add d743919b784648b78eca50837d75d2b6 --user eb2d2bc53e8f4a659652eeef8ac4fd36 --project ebe51245bcad414a81fcd0acc01e2001 2021-06-02 10:57:46.726 | ++ functions-common:get_or_add_user_project_role:911 : oscwrap role assignment list --role d743919b784648b78eca50837d75d2b6 --user eb2d2bc53e8f4a659652eeef8ac4fd36 --project ebe51245bcad414a81fcd0acc01e2001 2021-06-02 10:57:46.726 | ++ functions-common:get_or_add_user_project_role:911 : grep '^|\s[a-f0-9]\+' 2021-06-02 10:57:46.726 | ++ functions-common:get_or_add_user_project_role:911 : get_field 1 2021-06-02 10:57:46.729 | ++ functions-common:get_field:727 : local data field 2021-06-02 10:57:46.732 | ++ functions-common:get_field:728 : read data 2021-06-02 10:57:49.093 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:57:49.096 | ++ functions-common:get_field:729 : '[' 1 -lt 0 ']' 2021-06-02 10:57:49.099 | ++ functions-common:get_field:732 : field='$2' 2021-06-02 10:57:49.102 | ++ functions-common:get_field:734 : echo '| d743919b784648b78eca50837d75d2b6 | eb2d2bc53e8f4a659652eeef8ac4fd36 | | ebe51245bcad414a81fcd0acc01e2001 | | | False |' 2021-06-02 10:57:49.102 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-06-02 10:57:49.107 | ++ functions-common:get_field:728 : read data 2021-06-02 10:57:49.111 | + functions-common:get_or_add_user_project_role:911 : user_role_id=d743919b784648b78eca50837d75d2b6 2021-06-02 10:57:49.113 | + functions-common:get_or_add_user_project_role:913 : echo d743919b784648b78eca50837d75d2b6 2021-06-02 10:57:49.113 | d743919b784648b78eca50837d75d2b6 2021-06-02 10:57:49.116 | + lib/swift:create_swift_accounts:663 : local swift_project_test2 2021-06-02 10:57:49.119 | ++ lib/swift:create_swift_accounts:664 : get_or_create_project swiftprojecttest2 default 2021-06-02 10:57:49.121 | ++ functions-common:get_or_create_project:848 : local project_id 2021-06-02 10:57:49.124 | +++ functions-common:get_or_create_project:856 : oscwrap project create swiftprojecttest2 --domain=default --or-show -f value -c id 2021-06-02 10:57:51.292 | +++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:57:51.295 | ++ functions-common:get_or_create_project:854 : project_id=539b55e3a7244b7dacae233e8824975c 2021-06-02 10:57:51.297 | ++ functions-common:get_or_create_project:855 : echo 539b55e3a7244b7dacae233e8824975c 2021-06-02 10:57:51.300 | + lib/swift:create_swift_accounts:664 : swift_project_test2=539b55e3a7244b7dacae233e8824975c 2021-06-02 10:57:51.302 | + lib/swift:create_swift_accounts:665 : die_if_not_set 665 swift_project_test2 'Failure creating swift_project_test2' 2021-06-02 10:57:51.305 | + functions-common:die_if_not_set:213 : local exitcode=0 2021-06-02 10:57:51.320 | + lib/swift:create_swift_accounts:667 : local swift_user_test2 2021-06-02 10:57:51.324 | ++ lib/swift:create_swift_accounts:669 : get_or_create_user swiftusertest2 testing2 default test2@example.com 2021-06-02 10:57:51.326 | ++ functions-common:get_or_create_user:825 : local user_id 2021-06-02 10:57:51.329 | ++ functions-common:get_or_create_user:826 : [[ ! -z test2@example.com ]] 2021-06-02 10:57:51.332 | ++ functions-common:get_or_create_user:827 : local email=--email=test2@example.com 2021-06-02 10:57:51.335 | +++ functions-common:get_or_create_user:843 : oscwrap user create swiftusertest2 --password testing2 --domain=default --email=test2@example.com --or-show -f value -c id 2021-06-02 10:57:53.585 | +++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:57:53.588 | ++ functions-common:get_or_create_user:841 : user_id=7dc40c430cae4772823c94ee2b6db8bc 2021-06-02 10:57:53.590 | ++ functions-common:get_or_create_user:842 : echo 7dc40c430cae4772823c94ee2b6db8bc 2021-06-02 10:57:53.593 | + lib/swift:create_swift_accounts:669 : swift_user_test2=7dc40c430cae4772823c94ee2b6db8bc 2021-06-02 10:57:53.596 | + lib/swift:create_swift_accounts:670 : die_if_not_set 670 swift_user_test2 'Failure creating swift_user_test2' 2021-06-02 10:57:53.599 | + functions-common:die_if_not_set:213 : local exitcode=0 2021-06-02 10:57:53.614 | + lib/swift:create_swift_accounts:671 : get_or_add_user_project_role admin 7dc40c430cae4772823c94ee2b6db8bc 539b55e3a7244b7dacae233e8824975c 2021-06-02 10:57:53.617 | + functions-common:get_or_add_user_project_role:889 : local user_role_id 2021-06-02 10:57:53.620 | ++ functions-common:get_or_add_user_project_role:891 : _get_domain_args 2021-06-02 10:57:53.622 | ++ functions-common:_get_domain_args:873 : local domain 2021-06-02 10:57:53.625 | ++ functions-common:_get_domain_args:874 : domain= 2021-06-02 10:57:53.627 | ++ functions-common:_get_domain_args:876 : [[ -n '' ]] 2021-06-02 10:57:53.629 | ++ functions-common:_get_domain_args:879 : [[ -n '' ]] 2021-06-02 10:57:53.632 | ++ functions-common:_get_domain_args:883 : echo 2021-06-02 10:57:53.634 | + functions-common:get_or_add_user_project_role:891 : domain_args= 2021-06-02 10:57:53.638 | ++ functions-common:get_or_add_user_project_role:899 : oscwrap role assignment list --role admin --user 7dc40c430cae4772823c94ee2b6db8bc --project 539b55e3a7244b7dacae233e8824975c 2021-06-02 10:57:53.638 | ++ functions-common:get_or_add_user_project_role:899 : grep '^|\s[a-f0-9]\+' 2021-06-02 10:57:53.639 | ++ functions-common:get_or_add_user_project_role:899 : get_field 1 2021-06-02 10:57:53.641 | ++ functions-common:get_field:727 : local data field 2021-06-02 10:57:53.645 | ++ functions-common:get_field:728 : read data 2021-06-02 10:57:56.032 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:57:56.036 | + functions-common:get_or_add_user_project_role:899 : user_role_id= 2021-06-02 10:57:56.039 | + functions-common:get_or_add_user_project_role:900 : [[ -z '' ]] 2021-06-02 10:57:56.041 | + functions-common:get_or_add_user_project_role:902 : openstack role add admin --user 7dc40c430cae4772823c94ee2b6db8bc --project 539b55e3a7244b7dacae233e8824975c 2021-06-02 10:57:58.324 | ++ functions-common:get_or_add_user_project_role:911 : oscwrap role assignment list --role admin --user 7dc40c430cae4772823c94ee2b6db8bc --project 539b55e3a7244b7dacae233e8824975c 2021-06-02 10:57:58.325 | ++ functions-common:get_or_add_user_project_role:911 : grep '^|\s[a-f0-9]\+' 2021-06-02 10:57:58.325 | ++ functions-common:get_or_add_user_project_role:911 : get_field 1 2021-06-02 10:57:58.327 | ++ functions-common:get_field:727 : local data field 2021-06-02 10:57:58.330 | ++ functions-common:get_field:728 : read data 2021-06-02 10:58:00.762 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:58:00.765 | ++ functions-common:get_field:729 : '[' 1 -lt 0 ']' 2021-06-02 10:58:00.767 | ++ functions-common:get_field:732 : field='$2' 2021-06-02 10:58:00.771 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-06-02 10:58:00.771 | ++ functions-common:get_field:734 : echo '| 79889d38c8d54addbc933303b04bb544 | 7dc40c430cae4772823c94ee2b6db8bc | | 539b55e3a7244b7dacae233e8824975c | | | False |' 2021-06-02 10:58:00.776 | ++ functions-common:get_field:728 : read data 2021-06-02 10:58:00.779 | + functions-common:get_or_add_user_project_role:911 : user_role_id=79889d38c8d54addbc933303b04bb544 2021-06-02 10:58:00.782 | + functions-common:get_or_add_user_project_role:913 : echo 79889d38c8d54addbc933303b04bb544 2021-06-02 10:58:00.782 | 79889d38c8d54addbc933303b04bb544 2021-06-02 10:58:00.785 | + lib/swift:create_swift_accounts:673 : local swift_domain 2021-06-02 10:58:00.788 | ++ lib/swift:create_swift_accounts:674 : get_or_create_domain swift_test 'Used for swift functional testing' 2021-06-02 10:58:00.791 | ++ functions-common:get_or_create_domain:793 : local domain_id 2021-06-02 10:58:00.794 | +++ functions-common:get_or_create_domain:805 : oscwrap domain show swift_test -f value -c id 2021-06-02 10:58:03.121 | +++ functions-common:get_or_create_domain:807 : oscwrap domain create swift_test --description 'Used for swift functional testing' -f value -c id 2021-06-02 10:58:05.247 | +++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:58:05.250 | ++ functions-common:get_or_create_domain:803 : domain_id=' 2021-06-02 10:58:05.250 | 6b59ad8ce35d4bfc9778f803843a6776' 2021-06-02 10:58:05.252 | ++ functions-common:get_or_create_domain:804 : echo 6b59ad8ce35d4bfc9778f803843a6776 2021-06-02 10:58:05.255 | + lib/swift:create_swift_accounts:674 : swift_domain=6b59ad8ce35d4bfc9778f803843a6776 2021-06-02 10:58:05.258 | + lib/swift:create_swift_accounts:675 : die_if_not_set 675 swift_domain 'Failure creating swift_test domain' 2021-06-02 10:58:05.260 | + functions-common:die_if_not_set:213 : local exitcode=0 2021-06-02 10:58:05.276 | + lib/swift:create_swift_accounts:677 : local swift_project_test4 2021-06-02 10:58:05.279 | ++ lib/swift:create_swift_accounts:678 : get_or_create_project swiftprojecttest4 6b59ad8ce35d4bfc9778f803843a6776 2021-06-02 10:58:05.282 | ++ functions-common:get_or_create_project:848 : local project_id 2021-06-02 10:58:05.285 | +++ functions-common:get_or_create_project:856 : oscwrap project create swiftprojecttest4 --domain=6b59ad8ce35d4bfc9778f803843a6776 --or-show -f value -c id 2021-06-02 10:58:07.533 | +++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:58:07.536 | ++ functions-common:get_or_create_project:854 : project_id=1b1860e912bc4bb3a4d8649603829227 2021-06-02 10:58:07.539 | ++ functions-common:get_or_create_project:855 : echo 1b1860e912bc4bb3a4d8649603829227 2021-06-02 10:58:07.542 | + lib/swift:create_swift_accounts:678 : swift_project_test4=1b1860e912bc4bb3a4d8649603829227 2021-06-02 10:58:07.544 | + lib/swift:create_swift_accounts:679 : die_if_not_set 679 swift_project_test4 'Failure creating swift_project_test4' 2021-06-02 10:58:07.547 | + functions-common:die_if_not_set:213 : local exitcode=0 2021-06-02 10:58:07.566 | + lib/swift:create_swift_accounts:681 : local swift_user_test4 2021-06-02 10:58:07.569 | ++ lib/swift:create_swift_accounts:683 : get_or_create_user swiftusertest4 testing4 6b59ad8ce35d4bfc9778f803843a6776 test4@example.com 2021-06-02 10:58:07.572 | ++ functions-common:get_or_create_user:825 : local user_id 2021-06-02 10:58:07.575 | ++ functions-common:get_or_create_user:826 : [[ ! -z test4@example.com ]] 2021-06-02 10:58:07.577 | ++ functions-common:get_or_create_user:827 : local email=--email=test4@example.com 2021-06-02 10:58:07.580 | +++ functions-common:get_or_create_user:843 : oscwrap user create swiftusertest4 --password testing4 --domain=6b59ad8ce35d4bfc9778f803843a6776 --email=test4@example.com --or-show -f value -c id 2021-06-02 10:58:09.811 | +++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:58:09.815 | ++ functions-common:get_or_create_user:841 : user_id=a58da2de9b6944c4ae58efa8ba2d64d7 2021-06-02 10:58:09.818 | ++ functions-common:get_or_create_user:842 : echo a58da2de9b6944c4ae58efa8ba2d64d7 2021-06-02 10:58:09.821 | + lib/swift:create_swift_accounts:683 : swift_user_test4=a58da2de9b6944c4ae58efa8ba2d64d7 2021-06-02 10:58:09.823 | + lib/swift:create_swift_accounts:684 : die_if_not_set 684 swift_user_test4 'Failure creating swift_user_test4' 2021-06-02 10:58:09.826 | + functions-common:die_if_not_set:213 : local exitcode=0 2021-06-02 10:58:09.841 | + lib/swift:create_swift_accounts:685 : get_or_add_user_project_role admin a58da2de9b6944c4ae58efa8ba2d64d7 1b1860e912bc4bb3a4d8649603829227 2021-06-02 10:58:09.844 | + functions-common:get_or_add_user_project_role:889 : local user_role_id 2021-06-02 10:58:09.847 | ++ functions-common:get_or_add_user_project_role:891 : _get_domain_args 2021-06-02 10:58:09.849 | ++ functions-common:_get_domain_args:873 : local domain 2021-06-02 10:58:09.852 | ++ functions-common:_get_domain_args:874 : domain= 2021-06-02 10:58:09.854 | ++ functions-common:_get_domain_args:876 : [[ -n '' ]] 2021-06-02 10:58:09.856 | ++ functions-common:_get_domain_args:879 : [[ -n '' ]] 2021-06-02 10:58:09.859 | ++ functions-common:_get_domain_args:883 : echo 2021-06-02 10:58:09.862 | + functions-common:get_or_add_user_project_role:891 : domain_args= 2021-06-02 10:58:09.866 | ++ functions-common:get_or_add_user_project_role:899 : oscwrap role assignment list --role admin --user a58da2de9b6944c4ae58efa8ba2d64d7 --project 1b1860e912bc4bb3a4d8649603829227 2021-06-02 10:58:09.866 | ++ functions-common:get_or_add_user_project_role:899 : grep '^|\s[a-f0-9]\+' 2021-06-02 10:58:09.866 | ++ functions-common:get_or_add_user_project_role:899 : get_field 1 2021-06-02 10:58:09.869 | ++ functions-common:get_field:727 : local data field 2021-06-02 10:58:09.872 | ++ functions-common:get_field:728 : read data 2021-06-02 10:58:12.294 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:58:12.299 | + functions-common:get_or_add_user_project_role:899 : user_role_id= 2021-06-02 10:58:12.301 | + functions-common:get_or_add_user_project_role:900 : [[ -z '' ]] 2021-06-02 10:58:12.304 | + functions-common:get_or_add_user_project_role:902 : openstack role add admin --user a58da2de9b6944c4ae58efa8ba2d64d7 --project 1b1860e912bc4bb3a4d8649603829227 2021-06-02 10:58:14.592 | ++ functions-common:get_or_add_user_project_role:911 : oscwrap role assignment list --role admin --user a58da2de9b6944c4ae58efa8ba2d64d7 --project 1b1860e912bc4bb3a4d8649603829227 2021-06-02 10:58:14.592 | ++ functions-common:get_or_add_user_project_role:911 : grep '^|\s[a-f0-9]\+' 2021-06-02 10:58:14.593 | ++ functions-common:get_or_add_user_project_role:911 : get_field 1 2021-06-02 10:58:14.595 | ++ functions-common:get_field:727 : local data field 2021-06-02 10:58:14.598 | ++ functions-common:get_field:728 : read data 2021-06-02 10:58:17.030 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 10:58:17.034 | ++ functions-common:get_field:729 : '[' 1 -lt 0 ']' 2021-06-02 10:58:17.036 | ++ functions-common:get_field:732 : field='$2' 2021-06-02 10:58:17.040 | ++ functions-common:get_field:734 : echo '| 79889d38c8d54addbc933303b04bb544 | a58da2de9b6944c4ae58efa8ba2d64d7 | | 1b1860e912bc4bb3a4d8649603829227 | | | False |' 2021-06-02 10:58:17.040 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-06-02 10:58:17.045 | ++ functions-common:get_field:728 : read data 2021-06-02 10:58:17.049 | + functions-common:get_or_add_user_project_role:911 : user_role_id=79889d38c8d54addbc933303b04bb544 2021-06-02 10:58:17.051 | + functions-common:get_or_add_user_project_role:913 : echo 79889d38c8d54addbc933303b04bb544 2021-06-02 10:58:17.051 | 79889d38c8d54addbc933303b04bb544 2021-06-02 10:58:17.054 | + ./stack.sh:main:1171 : write_clouds_yaml 2021-06-02 10:58:17.057 | + functions-common:write_clouds_yaml:81 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2021-06-02 10:58:17.060 | ++ functions-common:write_clouds_yaml:83 : dirname /etc/openstack/clouds.yaml 2021-06-02 10:58:17.063 | + functions-common:write_clouds_yaml:83 : sudo mkdir -p /etc/openstack 2021-06-02 10:58:17.075 | + functions-common:write_clouds_yaml:84 : sudo chown -R ubuntu /etc/openstack 2021-06-02 10:58:17.086 | + functions-common:write_clouds_yaml:86 : CA_CERT_ARG= 2021-06-02 10:58:17.088 | + functions-common:write_clouds_yaml:87 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2021-06-02 10:58:17.091 | + functions-common:write_clouds_yaml:91 : /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.22/identity --os-username demo --os-password Passw0rd --os-project-name demo 2021-06-02 10:58:17.187 | The user clouds.yaml file didn't exist. 2021-06-02 10:58:17.197 | + functions-common:write_clouds_yaml:102 : /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.22/identity --os-username alt_demo --os-password Passw0rd --os-project-name alt_demo 2021-06-02 10:58:17.298 | /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-06-02 10:58:17.298 | self._clouds = yaml.load(clouds_file) 2021-06-02 10:58:17.307 | + functions-common:write_clouds_yaml:113 : /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.22/identity --os-username admin --os-password Passw0rd --os-project-name admin 2021-06-02 10:58:17.412 | /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-06-02 10:58:17.412 | self._clouds = yaml.load(clouds_file) 2021-06-02 10:58:17.420 | + functions-common:write_clouds_yaml:124 : /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.22/identity --os-username admin --os-password Passw0rd --os-system-scope all 2021-06-02 10:58:17.529 | /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-06-02 10:58:17.529 | self._clouds = yaml.load(clouds_file) 2021-06-02 10:58:17.539 | ++ functions-common:write_clouds_yaml:135 : eval echo '~ubuntu' 2021-06-02 10:58:17.543 | +++ functions-common:write_clouds_yaml:135 : echo /home/ubuntu 2021-06-02 10:58:17.546 | + functions-common:write_clouds_yaml:135 : rm -f /home/ubuntu/.config/openstack/clouds.yaml 2021-06-02 10:58:17.550 | + ./stack.sh:main:1176 : is_service_enabled horizon 2021-06-02 10:58:17.567 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:58:17.570 | + ./stack.sh:main:1185 : is_service_enabled g-reg 2021-06-02 10:58:17.587 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:58:17.590 | + ./stack.sh:main:1186 : echo_summary 'Configuring Glance' 2021-06-02 10:58:17.592 | + ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-06-02 10:58:17.596 | + ./stack.sh:echo_summary:461 : echo -e Configuring Glance 2021-06-02 10:58:17.598 | + ./stack.sh:main:1187 : init_glance 2021-06-02 10:58:17.601 | + lib/glance:init_glance:278 : rm -rf /opt/stack/data/glance/images 2021-06-02 10:58:17.604 | + lib/glance:init_glance:279 : mkdir -p /opt/stack/data/glance/images 2021-06-02 10:58:17.608 | + lib/glance:init_glance:282 : recreate_database glance 2021-06-02 10:58:17.611 | + lib/database:recreate_database:110 : local db=glance 2021-06-02 10:58:17.614 | + lib/database:recreate_database:111 : recreate_database_mysql glance 2021-06-02 10:58:17.616 | + lib/databases/mysql:recreate_database_mysql:61 : local db=glance 2021-06-02 10:58:17.619 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2021-06-02 10:58:17.622 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-06-02 10:58:17.636 | + lib/databases/mysql:recreate_database_mysql:63 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2021-06-02 10:58:17.640 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-06-02 10:58:17.652 | + lib/glance:init_glance:284 : time_start dbsync 2021-06-02 10:58:17.655 | + functions-common:time_start:2322 : local name=dbsync 2021-06-02 10:58:17.659 | + functions-common:time_start:2323 : local start_time= 2021-06-02 10:58:17.661 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-06-02 10:58:17.664 | ++ functions-common:time_start:2327 : date +%s%3N 2021-06-02 10:58:17.668 | + functions-common:time_start:2327 : _TIME_START[$name]=1622631497665 2021-06-02 10:58:17.670 | + lib/glance:init_glance:286 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2021-06-02 10:58:19.898 | 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=70749) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:307}} 2021-06-02 10:58:19.901 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2021-06-02 10:58:19.901 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2021-06-02 10:58:19.926 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2021-06-02 10:58:19.926 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2021-06-02 10:58:19.942 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/glance/glance/db/sqlalchemy/migrate_repo... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-06-02 10:58:19.943 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/043_add_image_created_updated_idx.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.943 | 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=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.943 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.943 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.944 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.944 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.944 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.944 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.944 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.945 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.945 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.945 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.945 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/044_update_metadef_os_nova_server.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.946 | 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=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.946 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.946 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.946 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.946 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.947 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_add_changes_to_satisfy_models.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.947 | 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=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.947 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_upgrade.sql... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.947 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_upgrade.sql loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.947 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.947 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.948 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.948 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.948 | 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=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.948 | 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=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.948 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.948 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.949 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.949 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.949 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.949 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.949 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.950 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.950 | 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=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.950 | 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=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.950 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.950 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.950 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.951 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.951 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.951 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.951 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.951 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.951 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.952 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.952 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.952 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.952 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.952 | 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=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.952 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.953 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.953 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.953 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.953 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.953 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.954 | 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=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.954 | 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=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.954 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.955 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.955 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.955 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.955 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_add_visibility.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.956 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_add_visibility.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.956 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_sqlite_upgrade.sql... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.956 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_sqlite_upgrade.sql loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.956 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.956 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.956 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.957 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.957 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.957 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.957 | 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=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.957 | 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=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.958 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.958 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.958 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.958 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.958 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.958 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.959 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.959 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.959 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.959 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.959 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.959 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.960 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.960 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.960 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.960 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.960 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.960 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.961 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.961 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.961 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.961 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.961 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.962 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.962 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:19.962 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:19.962 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/glance/glance/db/sqlalchemy/migrate_repo loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-06-02 10:58:19.962 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'Glance Migrations'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-06-02 10:58:20.004 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/glance/glance/db/sqlalchemy/migrate_repo... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-06-02 10:58:20.004 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/043_add_image_created_updated_idx.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.005 | 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=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.005 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.005 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.005 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.005 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.006 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.006 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.006 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.006 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.006 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.007 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.007 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/044_update_metadef_os_nova_server.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.007 | 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=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.007 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.007 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.007 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.008 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.008 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_add_changes_to_satisfy_models.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.008 | 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=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.008 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_upgrade.sql... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.008 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_upgrade.sql loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.009 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.009 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.009 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.009 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.009 | 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=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.009 | 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=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.010 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.010 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.010 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.010 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.010 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.010 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.011 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.011 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.011 | 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=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.011 | 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=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.011 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.012 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.012 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.012 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.012 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.012 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.012 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.013 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.013 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.013 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.013 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.013 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.014 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.014 | 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=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.014 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.014 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.014 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.014 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.015 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.015 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.015 | 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=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.015 | 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=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.015 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.015 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.016 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.016 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.016 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_add_visibility.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.016 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_add_visibility.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.016 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_sqlite_upgrade.sql... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.017 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_sqlite_upgrade.sql loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.017 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.017 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.018 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.018 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.018 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.018 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.018 | 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=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.019 | 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=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.019 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.019 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.019 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.019 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.019 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.020 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.020 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.020 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.020 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.020 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.021 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.021 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.021 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.021 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.021 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.021 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.022 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.022 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.022 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.022 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.022 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.022 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.023 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.023 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.023 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py... {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:58:20.023 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:58:20.023 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/glance/glance/db/sqlalchemy/migrate_repo loaded successfully {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-06-02 10:58:20.024 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'Glance Migrations'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) {{(pid=70749) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-06-02 10:58:20.091 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-06-02 10:58:20.091 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-06-02 10:58:20.138 | INFO [alembic.runtime.migration] Running upgrade -> liberty, liberty initial 2021-06-02 10:58:23.045 | INFO [alembic.runtime.migration] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2021-06-02 10:58:23.167 | INFO [alembic.runtime.migration] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2021-06-02 10:58:23.178 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2021-06-02 10:58:23.523 | INFO [alembic.runtime.migration] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2021-06-02 10:58:23.532 | INFO [alembic.runtime.migration] Running upgrade pike_expand01 -> queens_expand01 2021-06-02 10:58:23.534 | INFO [alembic.runtime.migration] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2021-06-02 10:58:23.723 | INFO [alembic.runtime.migration] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2021-06-02 10:58:24.054 | INFO [alembic.runtime.migration] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2021-06-02 10:58:24.064 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-06-02 10:58:24.064 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-06-02 10:58:24.070 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-06-02 10:58:24.070 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-06-02 10:58:24.075 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-06-02 10:58:24.075 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-06-02 10:58:24.095 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-06-02 10:58:24.095 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-06-02 10:58:24.128 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-06-02 10:58:24.128 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-06-02 10:58:24.135 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2021-06-02 10:58:24.459 | INFO [alembic.runtime.migration] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2021-06-02 10:58:24.597 | INFO [alembic.runtime.migration] Running upgrade pike_contract01 -> queens_contract01 2021-06-02 10:58:24.605 | INFO [alembic.runtime.migration] Running upgrade queens_contract01 -> rocky_contract01 2021-06-02 10:58:24.614 | INFO [alembic.runtime.migration] Running upgrade rocky_contract01 -> rocky_contract02 2021-06-02 10:58:24.623 | INFO [alembic.runtime.migration] Running upgrade rocky_contract02 -> train_contract01 2021-06-02 10:58:24.644 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-06-02 10:58:24.644 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-06-02 10:58:24.649 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-06-02 10:58:24.649 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-06-02 10:58:24.652 | Upgraded database to: train_expand01, current revision(s): train_expand01 2021-06-02 10:58:24.652 | Database migration is up to date. No migration needed. 2021-06-02 10:58:24.652 | Upgraded database to: train_contract01, current revision(s): train_contract01 2021-06-02 10:58:24.653 | Database is synced successfully. 2021-06-02 10:58:24.843 | + lib/glance:init_glance:289 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2021-06-02 10:58:27.001 | 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=70756) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:307}} 2021-06-02 10:58:27.150 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2021-06-02 10:58:27.190 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2021-06-02 10:58:27.293 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2021-06-02 10:58:27.434 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2021-06-02 10:58:27.478 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2021-06-02 10:58:27.635 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2021-06-02 10:58:27.690 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2021-06-02 10:58:27.711 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2021-06-02 10:58:27.759 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2021-06-02 10:58:27.782 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-trust.json loaded to database. 2021-06-02 10:58:27.816 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2021-06-02 10:58:27.992 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2021-06-02 10:58:28.018 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2021-06-02 10:58:28.157 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2021-06-02 10:58:28.182 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2021-06-02 10:58:28.259 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2021-06-02 10:58:28.290 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2021-06-02 10:58:28.328 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2021-06-02 10:58:28.391 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2021-06-02 10:58:28.422 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2021-06-02 10:58:28.465 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2021-06-02 10:58:28.499 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2021-06-02 10:58:28.541 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2021-06-02 10:58:28.610 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2021-06-02 10:58:28.735 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2021-06-02 10:58:28.781 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2021-06-02 10:58:28.804 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2021-06-02 10:58:28.851 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2021-06-02 10:58:28.915 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2021-06-02 10:58:28.956 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2021-06-02 10:58:28.986 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2021-06-02 10:58:28.987 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2021-06-02 10:58:29.172 | + lib/glance:init_glance:290 : time_stop dbsync 2021-06-02 10:58:29.175 | + functions-common:time_stop:2336 : local name 2021-06-02 10:58:29.178 | + functions-common:time_stop:2337 : local end_time 2021-06-02 10:58:29.181 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 10:58:29.183 | + functions-common:time_stop:2339 : local total 2021-06-02 10:58:29.186 | + functions-common:time_stop:2340 : local start_time 2021-06-02 10:58:29.188 | + functions-common:time_stop:2342 : name=dbsync 2021-06-02 10:58:29.191 | + functions-common:time_stop:2343 : start_time=1622631497665 2021-06-02 10:58:29.194 | + functions-common:time_stop:2345 : [[ -z 1622631497665 ]] 2021-06-02 10:58:29.197 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 10:58:29.201 | + functions-common:time_stop:2348 : end_time=1622631509198 2021-06-02 10:58:29.203 | + functions-common:time_stop:2349 : elapsed_time=11533 2021-06-02 10:58:29.206 | + functions-common:time_stop:2350 : total=18491 2021-06-02 10:58:29.209 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 10:58:29.211 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=30024 2021-06-02 10:58:29.214 | + ./stack.sh:main:1194 : is_service_enabled neutron 2021-06-02 10:58:29.230 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:58:29.233 | + ./stack.sh:main:1195 : echo_summary 'Configuring Neutron' 2021-06-02 10:58:29.235 | + ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-06-02 10:58:29.238 | + ./stack.sh:echo_summary:461 : echo -e Configuring Neutron 2021-06-02 10:58:29.240 | + ./stack.sh:main:1197 : configure_neutron 2021-06-02 10:58:29.243 | + lib/neutron:configure_neutron:606 : is_neutron_legacy_enabled 2021-06-02 10:58:29.247 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-06-02 10:58:29.247 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-06-02 10:58:29.251 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-06-02 10:58:29.254 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2021-06-02 10:58:29.257 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,g-reg,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,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-06-02 10:58:29.260 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-06-02 10:58:29.262 | + lib/neutron:configure_neutron:608 : configure_mutnauq 2021-06-02 10:58:29.265 | + lib/neutron-legacy:configure_mutnauq:338 : _configure_neutron_common 2021-06-02 10:58:29.267 | + lib/neutron-legacy:_configure_neutron_common:691 : _create_neutron_conf_dir 2021-06-02 10:58:29.269 | + lib/neutron-legacy:_create_neutron_conf_dir:684 : sudo install -d -o ubuntu /etc/neutron 2021-06-02 10:58:29.281 | + lib/neutron-legacy:_configure_neutron_common:694 : cd /opt/stack/neutron 2021-06-02 10:58:29.284 | + lib/neutron-legacy:_configure_neutron_common:694 : exec ./tools/generate_config_file_samples.sh 2021-06-02 10:58:57.348 | + lib/neutron-legacy:_configure_neutron_common:696 : cp /opt/stack/neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2021-06-02 10:58:57.352 | + lib/neutron-legacy:_configure_neutron_common:698 : Q_POLICY_FILE=/etc/neutron/policy.json 2021-06-02 10:58:57.354 | + lib/neutron-legacy:_configure_neutron_common:702 : '[' -f /opt/stack/neutron/etc/policy.json ']' 2021-06-02 10:58:57.356 | + lib/neutron-legacy:_configure_neutron_common:706 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2021-06-02 10:58:57.359 | + lib/neutron-legacy:_configure_neutron_common:711 : neutron_plugin_configure_common 2021-06-02 10:58:57.361 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:64 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2021-06-02 10:58:57.363 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2021-06-02 10:58:57.365 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CLASS=ml2 2021-06-02 10:58:57.367 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:69 : _neutron_service_plugin_class_add router 2021-06-02 10:58:57.369 | + lib/neutron-legacy:_neutron_service_plugin_class_add:860 : local service_plugin_class=router 2021-06-02 10:58:57.372 | + lib/neutron-legacy:_neutron_service_plugin_class_add:861 : [[ '' == '' ]] 2021-06-02 10:58:57.374 | + lib/neutron-legacy:_neutron_service_plugin_class_add:862 : Q_SERVICE_PLUGIN_CLASSES=router 2021-06-02 10:58:57.377 | + lib/neutron-legacy:_configure_neutron_common:713 : [[ etc/neutron/plugins/ml2 == '' ]] 2021-06-02 10:58:57.379 | + lib/neutron-legacy:_configure_neutron_common:713 : [[ ml2_conf.ini == '' ]] 2021-06-02 10:58:57.381 | + lib/neutron-legacy:_configure_neutron_common:713 : [[ ml2 == '' ]] 2021-06-02 10:58:57.383 | + lib/neutron-legacy:_configure_neutron_common:718 : mkdir -p /etc/neutron/plugins/ml2 2021-06-02 10:58:57.387 | + lib/neutron-legacy:_configure_neutron_common:719 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2021-06-02 10:58:57.389 | + lib/neutron-legacy:_configure_neutron_common:722 : '[' -f /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2021-06-02 10:58:57.392 | + lib/neutron-legacy:_configure_neutron_common:723 : cp /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample /etc/neutron/plugins/ml2/ml2_conf.ini 2021-06-02 10:58:57.396 | ++ lib/neutron-legacy:_configure_neutron_common:728 : database_connection_url neutron 2021-06-02 10:58:57.398 | ++ lib/database:database_connection_url:132 : local db=neutron 2021-06-02 10:58:57.401 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql neutron 2021-06-02 10:58:57.403 | ++ lib/databases/mysql:database_connection_url_mysql:179 : local db=neutron 2021-06-02 10:58:57.405 | ++ lib/databases/mysql:database_connection_url_mysql:180 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/neutron?charset=utf8' 2021-06-02 10:58:57.408 | + lib/neutron-legacy:_configure_neutron_common:728 : iniset /etc/neutron/neutron.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/neutron?charset=utf8' 2021-06-02 10:58:57.436 | + lib/neutron-legacy:_configure_neutron_common:729 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2021-06-02 10:58:57.466 | + lib/neutron-legacy:_configure_neutron_common:730 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2021-06-02 10:58:57.495 | + lib/neutron-legacy:_configure_neutron_common:731 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2021-06-02 10:58:57.525 | + lib/neutron-legacy:_configure_neutron_common:732 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2021-06-02 10:58:57.556 | + lib/neutron-legacy:_configure_neutron_common:735 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2021-06-02 10:58:57.586 | + lib/neutron-legacy:_configure_neutron_common:737 : '[' libvirt = fake ']' 2021-06-02 10:58:57.589 | + lib/neutron-legacy:_configure_neutron_common:747 : setup_logging /etc/neutron/neutron.conf 2021-06-02 10:58:57.591 | + functions:setup_logging:639 : local conf_file=/etc/neutron/neutron.conf 2021-06-02 10:58:57.593 | + functions:setup_logging:640 : local other_cond=False 2021-06-02 10:58:57.595 | + functions:setup_logging:641 : [[ True == \T\r\u\e ]] 2021-06-02 10:58:57.598 | + functions:setup_logging:642 : setup_systemd_logging /etc/neutron/neutron.conf 2021-06-02 10:58:57.600 | + functions:setup_systemd_logging:670 : local conf_file=/etc/neutron/neutron.conf 2021-06-02 10:58:57.602 | + functions:setup_systemd_logging:671 : local conf_section=DEFAULT 2021-06-02 10:58:57.605 | ++ functions:setup_systemd_logging:676 : trueorfalse False USE_JOURNAL 2021-06-02 10:58:57.620 | + functions:setup_systemd_logging:676 : USE_JOURNAL=False 2021-06-02 10:58:57.623 | + functions:setup_systemd_logging:677 : local pidstr= 2021-06-02 10:58:57.625 | + functions:setup_systemd_logging:678 : [[ False == \T\r\u\e ]] 2021-06-02 10:58:57.628 | + functions:setup_systemd_logging:682 : pidstr='(pid=%(process)d) ' 2021-06-02 10:58:57.630 | + functions:setup_systemd_logging:684 : iniset /etc/neutron/neutron.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-06-02 10:58:57.659 | + functions:setup_systemd_logging:686 : 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-06-02 10:58:57.689 | + functions:setup_systemd_logging:687 : 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-06-02 10:58:57.719 | + functions:setup_systemd_logging:688 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-06-02 10:58:57.749 | + lib/neutron-legacy:_configure_neutron_common:749 : is_service_enabled tls-proxy 2021-06-02 10:58:57.764 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:58:57.766 | + lib/neutron-legacy:_configure_neutron_common:755 : _neutron_setup_rootwrap 2021-06-02 10:58:57.768 | + lib/neutron-legacy:_neutron_setup_rootwrap:895 : [[ True == \F\a\l\s\e ]] 2021-06-02 10:58:57.771 | + lib/neutron-legacy:_neutron_setup_rootwrap:899 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2021-06-02 10:58:57.773 | + lib/neutron-legacy:_neutron_setup_rootwrap:900 : [[ -d /etc/neutron/rootwrap.d ]] 2021-06-02 10:58:57.775 | + lib/neutron-legacy:_neutron_setup_rootwrap:904 : _neutron_deploy_rootwrap_filters /opt/stack/neutron 2021-06-02 10:58:57.777 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:885 : [[ True == \F\a\l\s\e ]] 2021-06-02 10:58:57.780 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:888 : local srcdir=/opt/stack/neutron 2021-06-02 10:58:57.782 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:889 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2021-06-02 10:58:57.793 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:890 : 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-06-02 10:58:57.806 | + lib/neutron-legacy:_neutron_setup_rootwrap:908 : test -r /opt/stack/neutron/etc/neutron/rootwrap.conf 2021-06-02 10:58:57.808 | + lib/neutron-legacy:_neutron_setup_rootwrap:911 : sudo install -o root -g root -m 644 /opt/stack/neutron/etc/rootwrap.conf /etc/neutron/rootwrap.conf 2021-06-02 10:58:57.820 | + lib/neutron-legacy:_neutron_setup_rootwrap:913 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2021-06-02 10:58:57.831 | + lib/neutron-legacy:_neutron_setup_rootwrap:914 : sudo sed -e 's:^exec_dirs=\(.*\)$:exec_dirs=\1,/usr/local/bin:' -i /etc/neutron/rootwrap.conf 2021-06-02 10:58:57.842 | + lib/neutron-legacy:_neutron_setup_rootwrap:917 : ROOTWRAP_SUDOER_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2021-06-02 10:58:57.844 | + lib/neutron-legacy:_neutron_setup_rootwrap:918 : ROOTWRAP_DAEMON_SUDOER_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2021-06-02 10:58:57.847 | ++ lib/neutron-legacy:_neutron_setup_rootwrap:921 : mktemp 2021-06-02 10:58:57.851 | + lib/neutron-legacy:_neutron_setup_rootwrap:921 : TEMPFILE=/tmp/tmp.5YKUw6bLpt 2021-06-02 10:58:57.853 | + lib/neutron-legacy:_neutron_setup_rootwrap:922 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2021-06-02 10:58:57.855 | + lib/neutron-legacy:_neutron_setup_rootwrap:923 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2021-06-02 10:58:57.858 | + lib/neutron-legacy:_neutron_setup_rootwrap:924 : chmod 0440 /tmp/tmp.5YKUw6bLpt 2021-06-02 10:58:57.861 | + lib/neutron-legacy:_neutron_setup_rootwrap:925 : sudo chown root:root /tmp/tmp.5YKUw6bLpt 2021-06-02 10:58:57.872 | + lib/neutron-legacy:_neutron_setup_rootwrap:926 : sudo mv /tmp/tmp.5YKUw6bLpt /etc/sudoers.d/neutron-rootwrap 2021-06-02 10:58:57.883 | + lib/neutron-legacy:_neutron_setup_rootwrap:929 : iniset /etc/neutron/neutron.conf agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2021-06-02 10:58:57.912 | + lib/neutron-legacy:_neutron_setup_rootwrap:930 : [[ True == \T\r\u\e ]] 2021-06-02 10:58:57.915 | + lib/neutron-legacy:_neutron_setup_rootwrap:931 : iniset /etc/neutron/neutron.conf agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2021-06-02 10:58:57.946 | + lib/neutron-legacy:configure_mutnauq:339 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2021-06-02 10:58:57.948 | + lib/rpc_backend:iniset_rpc_backend:152 : local package=neutron 2021-06-02 10:58:57.950 | + lib/rpc_backend:iniset_rpc_backend:153 : local file=/etc/neutron/neutron.conf 2021-06-02 10:58:57.953 | + lib/rpc_backend:iniset_rpc_backend:154 : local section=DEFAULT 2021-06-02 10:58:57.955 | + lib/rpc_backend:iniset_rpc_backend:155 : local virtual_host= 2021-06-02 10:58:57.958 | + lib/rpc_backend:iniset_rpc_backend:156 : is_service_enabled rabbit 2021-06-02 10:58:57.973 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:58:57.976 | ++ lib/rpc_backend:iniset_rpc_backend:157 : get_transport_url '' 2021-06-02 10:58:57.979 | ++ lib/rpc_backend:get_transport_url:134 : local virtual_host= 2021-06-02 10:58:57.981 | ++ lib/rpc_backend:get_transport_url:135 : is_service_enabled rabbit 2021-06-02 10:58:57.998 | ++ functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:58:58.000 | ++ lib/rpc_backend:get_transport_url:136 : echo rabbit://stackrabbit:Passw0rd@10.222.0.22:5672/ 2021-06-02 10:58:58.004 | + lib/rpc_backend:iniset_rpc_backend:157 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.22:5672/ 2021-06-02 10:58:58.034 | + lib/rpc_backend:iniset_rpc_backend:158 : '[' -n '' ']' 2021-06-02 10:58:58.036 | + lib/rpc_backend:iniset_rpc_backend:161 : '[' -n '' ']' 2021-06-02 10:58:58.039 | + lib/neutron-legacy:configure_mutnauq:341 : is_service_enabled q-metering 2021-06-02 10:58:58.055 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:58:58.058 | + lib/neutron-legacy:configure_mutnauq:342 : _configure_neutron_metering 2021-06-02 10:58:58.060 | + lib/neutron-legacy:_configure_neutron_metering:804 : neutron_agent_metering_configure_common 2021-06-02 10:58:58.062 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_common:15 : _neutron_service_plugin_class_add neutron.services.metering.metering_plugin.MeteringPlugin 2021-06-02 10:58:58.065 | + lib/neutron-legacy:_neutron_service_plugin_class_add:860 : local service_plugin_class=neutron.services.metering.metering_plugin.MeteringPlugin 2021-06-02 10:58:58.068 | + lib/neutron-legacy:_neutron_service_plugin_class_add:861 : [[ router == '' ]] 2021-06-02 10:58:58.070 | + lib/neutron-legacy:_neutron_service_plugin_class_add:863 : [[ ! ,router, =~ ,neutron.services.metering.metering_plugin.MeteringPlugin, ]] 2021-06-02 10:58:58.073 | + lib/neutron-legacy:_neutron_service_plugin_class_add:864 : Q_SERVICE_PLUGIN_CLASSES=router,neutron.services.metering.metering_plugin.MeteringPlugin 2021-06-02 10:58:58.075 | + lib/neutron-legacy:_configure_neutron_metering:805 : neutron_agent_metering_configure_agent 2021-06-02 10:58:58.078 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:19 : METERING_AGENT_CONF_PATH=/etc/neutron/services/metering 2021-06-02 10:58:58.080 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:20 : mkdir -p /etc/neutron/services/metering 2021-06-02 10:58:58.084 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:22 : METERING_AGENT_CONF_FILENAME=/etc/neutron/services/metering/metering_agent.ini 2021-06-02 10:58:58.087 | + 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-06-02 10:58:58.091 | + lib/neutron-legacy:configure_mutnauq:344 : is_service_enabled q-agt q-svc 2021-06-02 10:58:58.107 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:58:58.110 | + lib/neutron-legacy:configure_mutnauq:345 : _configure_neutron_service 2021-06-02 10:58:58.113 | + lib/neutron-legacy:_configure_neutron_service:832 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2021-06-02 10:58:58.115 | + lib/neutron-legacy:_configure_neutron_service:833 : cp /opt/stack/neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2021-06-02 10:58:58.120 | + lib/neutron-legacy:_configure_neutron_service:836 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2021-06-02 10:58:58.149 | + lib/neutron-legacy:_configure_neutron_service:838 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2021-06-02 10:58:58.180 | + lib/neutron-legacy:_configure_neutron_service:839 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2021-06-02 10:58:58.211 | + lib/neutron-legacy:_configure_neutron_service:840 : iniset /etc/neutron/neutron.conf DEFAULT allow_overlapping_ips True 2021-06-02 10:58:58.243 | + lib/neutron-legacy:_configure_neutron_service:842 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2021-06-02 10:58:58.273 | + lib/neutron-legacy:_configure_neutron_service:843 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2021-06-02 10:58:58.276 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/neutron/neutron.conf 2021-06-02 10:58:58.278 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=neutron 2021-06-02 10:58:58.280 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2021-06-02 10:58:58.283 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2021-06-02 10:58:58.313 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.222.0.22/identity 2021-06-02 10:58:58.343 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2021-06-02 10:58:58.374 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/neutron/neutron.conf keystone_authtoken password Passw0rd 2021-06-02 10:58:58.404 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2021-06-02 10:58:58.434 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2021-06-02 10:58:58.466 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2021-06-02 10:58:58.496 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2021-06-02 10:58:58.528 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2021-06-02 10:58:58.560 | + lib/neutron-legacy:_configure_neutron_service:846 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2021-06-02 10:58:58.593 | + lib/neutron-legacy:_configure_neutron_service:847 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2021-06-02 10:58:58.624 | + lib/neutron-legacy:_configure_neutron_service:849 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2021-06-02 10:58:58.627 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/neutron/neutron.conf 2021-06-02 10:58:58.630 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=nova 2021-06-02 10:58:58.632 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=nova 2021-06-02 10:58:58.634 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/neutron/neutron.conf nova auth_type password 2021-06-02 10:58:58.664 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/neutron/neutron.conf nova auth_url http://10.222.0.22/identity 2021-06-02 10:58:58.696 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/neutron/neutron.conf nova username nova 2021-06-02 10:58:58.726 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/neutron/neutron.conf nova password Passw0rd 2021-06-02 10:58:58.757 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2021-06-02 10:58:58.788 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/neutron/neutron.conf nova project_name service 2021-06-02 10:58:58.820 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2021-06-02 10:58:58.850 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2021-06-02 10:58:58.881 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2021-06-02 10:58:58.912 | + lib/neutron-legacy:_configure_neutron_service:852 : neutron_plugin_configure_service 2021-06-02 10:58:58.915 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:73 : [[ vlan != \l\o\c\a\l ]] 2021-06-02 10:58:58.917 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2021-06-02 10:58:58.920 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:88 : '[' '' == '' ']' 2021-06-02 10:58:58.922 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : [[ '' == '' ]] 2021-06-02 10:58:58.925 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : [[ physnet1 != '' ]] 2021-06-02 10:58:58.927 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : ML2_VLAN_RANGES=physnet1 2021-06-02 10:58:58.930 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : [[ 350:399 != '' ]] 2021-06-02 10:58:58.932 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : ML2_VLAN_RANGES=physnet1:350:399 2021-06-02 10:58:58.935 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:95 : [[ physnet1:350:399 != '' ]] 2021-06-02 10:58:58.937 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2021-06-02 10:58:58.939 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:102 : [[ -z '' ]] 2021-06-02 10:58:58.942 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -n physnet1 ]] 2021-06-02 10:58:58.944 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2021-06-02 10:58:58.947 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : [[ -n physnet1 ]] 2021-06-02 10:58:58.949 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=physnet1, 2021-06-02 10:58:58.951 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:108 : [[ -n physnet1 ]] 2021-06-02 10:58:58.954 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:108 : [[ physnet1 != \p\h\y\s\n\e\t\1 ]] 2021-06-02 10:58:58.956 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:120 : [[ True == \T\r\u\e ]] 2021-06-02 10:58:58.959 | + 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-06-02 10:58:58.984 | + 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-06-02 10:58:58.987 | + lib/neutron_plugins/ml2:populate_ml2_config:50 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-06-02 10:58:58.989 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : SECTION=ml2 2021-06-02 10:58:58.992 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : OPTS=mechanism_drivers=openvswitch,hyperv 2021-06-02 10:58:58.994 | + lib/neutron_plugins/ml2:populate_ml2_config:54 : '[' -z mechanism_drivers=openvswitch,hyperv ']' 2021-06-02 10:58:58.996 | + lib/neutron_plugins/ml2:populate_ml2_config:57 : for I in "${OPTS[@]}" 2021-06-02 10:58:58.999 | + lib/neutron_plugins/ml2:populate_ml2_config:59 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers openvswitch,hyperv 2021-06-02 10:58:59.023 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:128 : [[ -n '' ]] 2021-06-02 10:58:59.026 | + 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-06-02 10:58:59.028 | + lib/neutron_plugins/ml2:populate_ml2_config:50 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-06-02 10:58:59.030 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : SECTION=ml2 2021-06-02 10:58:59.033 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : OPTS=extension_drivers=port_security 2021-06-02 10:58:59.035 | + lib/neutron_plugins/ml2:populate_ml2_config:54 : '[' -z extension_drivers=port_security ']' 2021-06-02 10:58:59.038 | + lib/neutron_plugins/ml2:populate_ml2_config:57 : for I in "${OPTS[@]}" 2021-06-02 10:58:59.040 | + lib/neutron_plugins/ml2:populate_ml2_config:59 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2021-06-02 10:58:59.066 | + 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-06-02 10:58:59.068 | + lib/neutron_plugins/ml2:populate_ml2_config:50 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-06-02 10:58:59.071 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : SECTION=ml2 2021-06-02 10:58:59.073 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : OPTS=tenant_network_types=vlan 2021-06-02 10:58:59.076 | + lib/neutron_plugins/ml2:populate_ml2_config:54 : '[' -z tenant_network_types=vlan ']' 2021-06-02 10:58:59.078 | + lib/neutron_plugins/ml2:populate_ml2_config:57 : for I in "${OPTS[@]}" 2021-06-02 10:58:59.081 | + lib/neutron_plugins/ml2:populate_ml2_config:59 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2021-06-02 10:58:59.107 | + 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-06-02 10:58:59.110 | + lib/neutron_plugins/ml2:populate_ml2_config:50 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-06-02 10:58:59.112 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : SECTION=ml2_type_gre 2021-06-02 10:58:59.115 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : OPTS=tunnel_id_ranges=1:1000 2021-06-02 10:58:59.117 | + lib/neutron_plugins/ml2:populate_ml2_config:54 : '[' -z tunnel_id_ranges=1:1000 ']' 2021-06-02 10:58:59.119 | + lib/neutron_plugins/ml2:populate_ml2_config:57 : for I in "${OPTS[@]}" 2021-06-02 10:58:59.122 | + 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-06-02 10:58:59.147 | + 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-06-02 10:58:59.150 | + lib/neutron_plugins/ml2:populate_ml2_config:50 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-06-02 10:58:59.152 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : SECTION=ml2_type_vxlan 2021-06-02 10:58:59.154 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : OPTS=vni_ranges=1:1000 2021-06-02 10:58:59.157 | + lib/neutron_plugins/ml2:populate_ml2_config:54 : '[' -z vni_ranges=1:1000 ']' 2021-06-02 10:58:59.160 | + lib/neutron_plugins/ml2:populate_ml2_config:57 : for I in "${OPTS[@]}" 2021-06-02 10:58:59.162 | + lib/neutron_plugins/ml2:populate_ml2_config:59 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2021-06-02 10:58:59.188 | + 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-06-02 10:58:59.190 | + lib/neutron_plugins/ml2:populate_ml2_config:50 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-06-02 10:58:59.193 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : SECTION=ml2_type_flat 2021-06-02 10:58:59.195 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : OPTS=flat_networks=physnet1, 2021-06-02 10:58:59.198 | + lib/neutron_plugins/ml2:populate_ml2_config:54 : '[' -z flat_networks=physnet1, ']' 2021-06-02 10:58:59.200 | + lib/neutron_plugins/ml2:populate_ml2_config:57 : for I in "${OPTS[@]}" 2021-06-02 10:58:59.202 | + lib/neutron_plugins/ml2:populate_ml2_config:59 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks physnet1, 2021-06-02 10:58:59.228 | + 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:350:399 2021-06-02 10:58:59.230 | + lib/neutron_plugins/ml2:populate_ml2_config:50 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-06-02 10:58:59.233 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : SECTION=ml2_type_vlan 2021-06-02 10:58:59.235 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : OPTS=network_vlan_ranges=physnet1:350:399 2021-06-02 10:58:59.238 | + lib/neutron_plugins/ml2:populate_ml2_config:54 : '[' -z network_vlan_ranges=physnet1:350:399 ']' 2021-06-02 10:58:59.241 | + lib/neutron_plugins/ml2:populate_ml2_config:57 : for I in "${OPTS[@]}" 2021-06-02 10:58:59.243 | + lib/neutron_plugins/ml2:populate_ml2_config:59 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges physnet1:350:399 2021-06-02 10:58:59.269 | + 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-06-02 10:58:59.271 | + lib/neutron_plugins/ml2:populate_ml2_config:50 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-06-02 10:58:59.273 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : SECTION=ml2_type_geneve 2021-06-02 10:58:59.276 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : OPTS=vni_ranges=1:1000 2021-06-02 10:58:59.278 | + lib/neutron_plugins/ml2:populate_ml2_config:54 : '[' -z vni_ranges=1:1000 ']' 2021-06-02 10:58:59.280 | + lib/neutron_plugins/ml2:populate_ml2_config:57 : for I in "${OPTS[@]}" 2021-06-02 10:58:59.283 | + lib/neutron_plugins/ml2:populate_ml2_config:59 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2021-06-02 10:58:59.308 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:146 : [[ legacy != \l\e\g\a\c\y ]] 2021-06-02 10:58:59.311 | + lib/neutron-legacy:configure_mutnauq:347 : is_service_enabled q-agt 2021-06-02 10:58:59.327 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:58:59.329 | + lib/neutron-legacy:configure_mutnauq:348 : _configure_neutron_plugin_agent 2021-06-02 10:58:59.332 | + lib/neutron-legacy:_configure_neutron_plugin_agent:819 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2021-06-02 10:58:59.360 | + lib/neutron-legacy:_configure_neutron_plugin_agent:820 : [[ True == \T\r\u\e ]] 2021-06-02 10:58:59.362 | + lib/neutron-legacy:_configure_neutron_plugin_agent:821 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2021-06-02 10:58:59.388 | + lib/neutron-legacy:_configure_neutron_plugin_agent:823 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2021-06-02 10:58:59.422 | + lib/neutron-legacy:_configure_neutron_plugin_agent:826 : neutron_plugin_configure_plugin_agent 2021-06-02 10:58:59.425 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:32 : _neutron_ovs_base_setup_bridge br-int 2021-06-02 10:58:59.427 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:32 : local bridge=br-int 2021-06-02 10:58:59.429 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:33 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2021-06-02 10:59:01.933 | INFO neutron.common.config [-] Logging enabled! 2021-06-02 10:59:01.933 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 15.3.5.dev6 2021-06-02 10:59:01.934 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=72432) setup_logging /opt/stack/neutron/neutron/common/config.py:112}} 2021-06-02 10:59:01.935 | ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:127.0.0.1:6640 to retrieve schema: Connection refused 2021-06-02 10:59:01.936 | 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=72432) execute_rootwrap_daemon /opt/stack/neutron/neutron/agent/linux/utils.py:104}} 2021-06-02 10:59:01.940 | DEBUG oslo_rootwrap.client [-] Popen for ['sudo', '/usr/local/bin/neutron-rootwrap-daemon', '/etc/neutron/rootwrap.conf'] command has been instantiated {{(pid=72432) _initialize /usr/local/lib/python3.6/dist-packages/oslo_rootwrap/client.py:73}} 2021-06-02 10:59:02.232 | INFO oslo_rootwrap.client [-] Spawned new rootwrap daemon process with pid=72437 2021-06-02 10:59:02.316 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2021-06-02 10:59:02.316 | INFO oslo_rootwrap.client [-] Stopping rootwrap daemon process with pid=72437 2021-06-02 10:59:02.580 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:34 : _neutron_ovs_base_add_bridge br-int 2021-06-02 10:59:02.582 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:21 : local bridge=br-int 2021-06-02 10:59:02.585 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:22 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2021-06-02 10:59:02.587 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:24 : '[' system '!=' system ']' 2021-06-02 10:59:02.590 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : sudo ovs-vsctl -- --may-exist add-br br-int 2021-06-02 10:59:02.636 | + 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-06-02 10:59:02.651 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:33 : _neutron_ovs_base_configure_firewall_driver 2021-06-02 10:59:02.654 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:88 : [[ True == \T\r\u\e ]] 2021-06-02 10:59:02.656 | + 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-06-02 10:59:02.686 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:90 : running_in_container 2021-06-02 10:59:02.689 | ++ functions:running_in_container:756 : systemd-detect-virt --container 2021-06-02 10:59:02.695 | + functions:running_in_container:756 : [[ none != \n\o\n\e ]] 2021-06-02 10:59:02.698 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:91 : enable_kernel_bridge_firewall 2021-06-02 10:59:02.700 | + functions:enable_kernel_bridge_firewall:765 : sudo modprobe bridge 2021-06-02 10:59:02.722 | + functions:enable_kernel_bridge_firewall:768 : sudo modprobe br_netfilter 2021-06-02 10:59:02.742 | + functions:enable_kernel_bridge_firewall:772 : for proto in ip ip6 2021-06-02 10:59:02.744 | + functions:enable_kernel_bridge_firewall:773 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2021-06-02 10:59:02.751 | net.bridge.bridge-nf-call-iptables = 1 2021-06-02 10:59:02.755 | + functions:enable_kernel_bridge_firewall:772 : for proto in ip ip6 2021-06-02 10:59:02.757 | + functions:enable_kernel_bridge_firewall:773 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2021-06-02 10:59:02.764 | net.bridge.bridge-nf-call-ip6tables = 1 2021-06-02 10:59:02.768 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : [[ False == \T\r\u\e ]] 2021-06-02 10:59:02.770 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:44 : [[ physnet1:br-data == '' ]] 2021-06-02 10:59:02.773 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:50 : [[ physnet1:br-data != '' ]] 2021-06-02 10:59:02.775 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:51 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs bridge_mappings physnet1:br-data 2021-06-02 10:59:02.804 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:53 : AGENT_BINARY=/usr/local/bin/neutron-openvswitch-agent 2021-06-02 10:59:02.807 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:55 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2021-06-02 10:59:02.833 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2021-06-02 10:59:02.859 | + lib/neutron-legacy:configure_mutnauq:350 : is_service_enabled q-dhcp 2021-06-02 10:59:02.875 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:59:02.877 | + lib/neutron-legacy:configure_mutnauq:351 : _configure_neutron_dhcp_agent 2021-06-02 10:59:02.880 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:760 : cp /opt/stack/neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2021-06-02 10:59:02.884 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:762 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2021-06-02 10:59:02.911 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:764 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2021-06-02 10:59:02.937 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:765 : iniset /etc/neutron/dhcp_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2021-06-02 10:59:02.965 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:766 : [[ True == \T\r\u\e ]] 2021-06-02 10:59:02.967 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:767 : iniset /etc/neutron/dhcp_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2021-06-02 10:59:02.994 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:770 : is_service_enabled q-l3 2021-06-02 10:59:03.010 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:59:03.012 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:781 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2021-06-02 10:59:03.015 | + lib/neutron-legacy:_neutron_setup_interface_driver:939 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2021-06-02 10:59:03.041 | + lib/neutron-legacy:_neutron_setup_interface_driver:941 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2021-06-02 10:59:03.043 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:60 : local conf_file=/etc/neutron/dhcp_agent.ini 2021-06-02 10:59:03.046 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:61 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2021-06-02 10:59:03.072 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:783 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2021-06-02 10:59:03.074 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:21 : local conf_file=/etc/neutron/dhcp_agent.ini 2021-06-02 10:59:03.077 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:22 : : 2021-06-02 10:59:03.080 | + lib/neutron-legacy:configure_mutnauq:353 : is_service_enabled q-l3 2021-06-02 10:59:03.096 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:59:03.098 | + lib/neutron-legacy:configure_mutnauq:354 : _configure_neutron_l3_agent 2021-06-02 10:59:03.101 | + 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-06-02 10:59:03.105 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:117 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2021-06-02 10:59:03.131 | + 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-06-02 10:59:03.160 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:119 : [[ True == \T\r\u\e ]] 2021-06-02 10:59:03.162 | + 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-06-02 10:59:03.188 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:123 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2021-06-02 10:59:03.191 | + lib/neutron-legacy:_neutron_setup_interface_driver:939 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2021-06-02 10:59:03.217 | + lib/neutron-legacy:_neutron_setup_interface_driver:941 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2021-06-02 10:59:03.220 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:60 : local conf_file=/etc/neutron/l3_agent.ini 2021-06-02 10:59:03.223 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:61 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2021-06-02 10:59:03.249 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:125 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2021-06-02 10:59:03.251 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:26 : local conf_file=/etc/neutron/l3_agent.ini 2021-06-02 10:59:03.254 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:27 : _neutron_ovs_base_configure_l3_agent 2021-06-02 10:59:03.256 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:99 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2021-06-02 10:59:05.803 | INFO neutron.common.config [-] Logging enabled! 2021-06-02 10:59:05.804 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 15.3.5.dev6 2021-06-02 10:59:05.805 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=72986) setup_logging /opt/stack/neutron/neutron/common/config.py:112}} 2021-06-02 10:59:05.874 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2021-06-02 10:59:05.874 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(bridge=br-int, all_ports=False) {{(pid=72986) do_commit /usr/local/lib/python3.6/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:84}} 2021-06-02 10:59:05.875 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=72986) do_commit /usr/local/lib/python3.6/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:121}} 2021-06-02 10:59:05.875 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2021-06-02 10:59:06.112 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:100 : [[ False = \T\r\u\e ]] 2021-06-02 10:59:06.115 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:108 : _neutron_ovs_base_add_public_bridge 2021-06-02 10:59:06.117 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:114 : _neutron_ovs_base_add_bridge br-data 2021-06-02 10:59:06.120 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:21 : local bridge=br-data 2021-06-02 10:59:06.122 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:22 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-data' 2021-06-02 10:59:06.125 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:24 : '[' system '!=' system ']' 2021-06-02 10:59:06.127 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : sudo ovs-vsctl -- --may-exist add-br br-data 2021-06-02 10:59:06.149 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:115 : set_mtu br-data 1500 2021-06-02 10:59:06.151 | + functions:set_mtu:748 : local dev=br-data 2021-06-02 10:59:06.154 | + functions:set_mtu:749 : local mtu=1500 2021-06-02 10:59:06.157 | + functions:set_mtu:750 : sudo ip link set mtu 1500 dev br-data 2021-06-02 10:59:06.168 | + 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-06-02 10:59:06.185 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:131 : [[ -n eth1 ]] 2021-06-02 10:59:06.188 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:132 : _move_neutron_addresses_route eth1 br-data True False inet 2021-06-02 10:59:06.190 | + lib/neutron-legacy:_move_neutron_addresses_route:592 : local from_intf=eth1 2021-06-02 10:59:06.193 | + lib/neutron-legacy:_move_neutron_addresses_route:593 : local to_intf=br-data 2021-06-02 10:59:06.196 | + lib/neutron-legacy:_move_neutron_addresses_route:594 : local add_ovs_port=True 2021-06-02 10:59:06.198 | + lib/neutron-legacy:_move_neutron_addresses_route:595 : local del_ovs_port=False 2021-06-02 10:59:06.200 | + lib/neutron-legacy:_move_neutron_addresses_route:596 : local af=inet 2021-06-02 10:59:06.203 | + lib/neutron-legacy:_move_neutron_addresses_route:598 : [[ -n eth1 ]] 2021-06-02 10:59:06.206 | + lib/neutron-legacy:_move_neutron_addresses_route:598 : [[ -n br-data ]] 2021-06-02 10:59:06.208 | + lib/neutron-legacy:_move_neutron_addresses_route:604 : local IP_REPLACE= 2021-06-02 10:59:06.211 | + lib/neutron-legacy:_move_neutron_addresses_route:605 : local IP_DEL= 2021-06-02 10:59:06.213 | + lib/neutron-legacy:_move_neutron_addresses_route:606 : local IP_UP= 2021-06-02 10:59:06.216 | + lib/neutron-legacy:_move_neutron_addresses_route:607 : local DEFAULT_ROUTE_GW 2021-06-02 10:59:06.219 | ++ lib/neutron-legacy:_move_neutron_addresses_route:608 : ip -f inet r 2021-06-02 10:59:06.220 | ++ lib/neutron-legacy:_move_neutron_addresses_route:608 : awk '/default.+eth1\s/ { print $3; exit }' 2021-06-02 10:59:06.226 | + lib/neutron-legacy:_move_neutron_addresses_route:608 : DEFAULT_ROUTE_GW= 2021-06-02 10:59:06.228 | + lib/neutron-legacy:_move_neutron_addresses_route:609 : local ADD_OVS_PORT= 2021-06-02 10:59:06.230 | + lib/neutron-legacy:_move_neutron_addresses_route:610 : local DEL_OVS_PORT= 2021-06-02 10:59:06.233 | + lib/neutron-legacy:_move_neutron_addresses_route:611 : local ARP_CMD= 2021-06-02 10:59:06.237 | ++ lib/neutron-legacy:_move_neutron_addresses_route:613 : ip -f inet a s dev eth1 scope global primary 2021-06-02 10:59:06.237 | ++ lib/neutron-legacy:_move_neutron_addresses_route:613 : grep inet 2021-06-02 10:59:06.237 | ++ lib/neutron-legacy:_move_neutron_addresses_route:613 : awk '{ print $2, $3, $4; exit }' 2021-06-02 10:59:06.243 | + lib/neutron-legacy:_move_neutron_addresses_route:613 : IP_BRD='192.168.0.13/22 brd 192.168.3.255' 2021-06-02 10:59:06.245 | + lib/neutron-legacy:_move_neutron_addresses_route:615 : '[' '' '!=' '' ']' 2021-06-02 10:59:06.247 | + lib/neutron-legacy:_move_neutron_addresses_route:619 : [[ True == \T\r\u\e ]] 2021-06-02 10:59:06.250 | + lib/neutron-legacy:_move_neutron_addresses_route:620 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-data eth1' 2021-06-02 10:59:06.252 | + lib/neutron-legacy:_move_neutron_addresses_route:623 : [[ False == \T\r\u\e ]] 2021-06-02 10:59:06.255 | + lib/neutron-legacy:_move_neutron_addresses_route:627 : [[ 192.168.0.13/22 brd 192.168.3.255 != '' ]] 2021-06-02 10:59:06.257 | + lib/neutron-legacy:_move_neutron_addresses_route:628 : IP_DEL='sudo ip addr del 192.168.0.13/22 brd 192.168.3.255 dev eth1' 2021-06-02 10:59:06.260 | + lib/neutron-legacy:_move_neutron_addresses_route:629 : IP_REPLACE='sudo ip addr replace 192.168.0.13/22 brd 192.168.3.255 dev br-data' 2021-06-02 10:59:06.262 | + lib/neutron-legacy:_move_neutron_addresses_route:630 : IP_UP='sudo ip link set br-data up' 2021-06-02 10:59:06.264 | + lib/neutron-legacy:_move_neutron_addresses_route:631 : [[ inet == \i\n\e\t ]] 2021-06-02 10:59:06.269 | ++ lib/neutron-legacy:_move_neutron_addresses_route:632 : echo 192.168.0.13/22 brd 192.168.3.255 2021-06-02 10:59:06.269 | ++ lib/neutron-legacy:_move_neutron_addresses_route:632 : awk '{ print $1; exit }' 2021-06-02 10:59:06.270 | ++ lib/neutron-legacy:_move_neutron_addresses_route:632 : cut -d / -f1 2021-06-02 10:59:06.270 | ++ lib/neutron-legacy:_move_neutron_addresses_route:632 : grep -o -E '(.*)/' 2021-06-02 10:59:06.275 | + lib/neutron-legacy:_move_neutron_addresses_route:632 : IP=192.168.0.13 2021-06-02 10:59:06.277 | + lib/neutron-legacy:_move_neutron_addresses_route:633 : ARP_CMD='sudo arping -A -c 3 -w 4.5 -I br-data 192.168.0.13 ' 2021-06-02 10:59:06.280 | + lib/neutron-legacy:_move_neutron_addresses_route:639 : sudo ip addr del 192.168.0.13/22 brd 192.168.3.255 dev eth1 2021-06-02 10:59:06.292 | + lib/neutron-legacy:_move_neutron_addresses_route:639 : sudo ip addr replace 192.168.0.13/22 brd 192.168.3.255 dev br-data 2021-06-02 10:59:06.303 | + lib/neutron-legacy:_move_neutron_addresses_route:639 : sudo ip link set br-data up 2021-06-02 10:59:06.314 | + lib/neutron-legacy:_move_neutron_addresses_route:639 : sudo ovs-vsctl --may-exist add-port br-data eth1 2021-06-02 10:59:06.332 | + lib/neutron-legacy:_move_neutron_addresses_route:639 : sudo arping -A -c 3 -w 4.5 -I br-data 192.168.0.13 2021-06-02 10:59:08.340 | ARPING 192.168.0.13 from 192.168.0.13 br-data 2021-06-02 10:59:08.340 | Sent 3 probes (3 broadcast(s)) 2021-06-02 10:59:08.340 | Received 0 response(s) 2021-06-02 10:59:08.358 | ++ lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:134 : ip -f inet6 a s dev eth1 2021-06-02 10:59:08.358 | ++ lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:134 : grep -c global 2021-06-02 10:59:08.363 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:134 : [[ 0 != 0 ]] 2021-06-02 10:59:08.365 | + lib/neutron-legacy:configure_mutnauq:356 : is_service_enabled q-meta 2021-06-02 10:59:08.381 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:59:08.383 | + lib/neutron-legacy:configure_mutnauq:357 : _configure_neutron_metadata_agent 2021-06-02 10:59:08.386 | + lib/neutron-legacy:_configure_neutron_metadata_agent:788 : cp /opt/stack/neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2021-06-02 10:59:08.390 | + lib/neutron-legacy:_configure_neutron_metadata_agent:790 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2021-06-02 10:59:08.419 | + lib/neutron-legacy:_configure_neutron_metadata_agent:791 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.222.0.22 2021-06-02 10:59:08.445 | + lib/neutron-legacy:_configure_neutron_metadata_agent:792 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2021-06-02 10:59:08.473 | + lib/neutron-legacy:_configure_neutron_metadata_agent:793 : iniset /etc/neutron/metadata_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2021-06-02 10:59:08.501 | + lib/neutron-legacy:_configure_neutron_metadata_agent:794 : [[ True == \T\r\u\e ]] 2021-06-02 10:59:08.503 | + lib/neutron-legacy:_configure_neutron_metadata_agent:795 : iniset /etc/neutron/metadata_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2021-06-02 10:59:08.530 | + lib/neutron-legacy:configure_mutnauq:360 : [[ legacy != \l\e\g\a\c\y ]] 2021-06-02 10:59:08.532 | + lib/neutron-legacy:configure_mutnauq:363 : is_service_enabled ceilometer 2021-06-02 10:59:08.551 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:59:08.553 | + lib/neutron-legacy:configure_mutnauq:367 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2021-06-02 10:59:08.587 | + lib/neutron-legacy:configure_mutnauq:371 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2021-06-02 10:59:08.619 | + lib/neutron:configure_neutron:613 : '[' False == True ']' 2021-06-02 10:59:08.622 | + ./stack.sh:main:1200 : is_service_enabled mysql postgresql 2021-06-02 10:59:08.639 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:59:08.641 | + ./stack.sh:main:1200 : is_service_enabled neutron 2021-06-02 10:59:08.658 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:59:08.660 | + ./stack.sh:main:1201 : init_neutron 2021-06-02 10:59:08.663 | + lib/neutron:init_neutron:651 : is_neutron_legacy_enabled 2021-06-02 10:59:08.667 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-06-02 10:59:08.667 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-06-02 10:59:08.671 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-06-02 10:59:08.674 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2021-06-02 10:59:08.676 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,g-reg,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,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-06-02 10:59:08.679 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-06-02 10:59:08.682 | + lib/neutron:init_neutron:653 : init_mutnauq 2021-06-02 10:59:08.684 | + lib/neutron-legacy:init_mutnauq:431 : recreate_database neutron 2021-06-02 10:59:08.687 | + lib/database:recreate_database:110 : local db=neutron 2021-06-02 10:59:08.690 | + lib/database:recreate_database:111 : recreate_database_mysql neutron 2021-06-02 10:59:08.692 | + lib/databases/mysql:recreate_database_mysql:61 : local db=neutron 2021-06-02 10:59:08.695 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2021-06-02 10:59:08.699 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-06-02 10:59:08.712 | + lib/databases/mysql:recreate_database_mysql:63 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2021-06-02 10:59:08.715 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-06-02 10:59:08.728 | + lib/neutron-legacy:init_mutnauq:432 : time_start dbsync 2021-06-02 10:59:08.730 | + functions-common:time_start:2322 : local name=dbsync 2021-06-02 10:59:08.733 | + functions-common:time_start:2323 : local start_time= 2021-06-02 10:59:08.736 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-06-02 10:59:08.739 | ++ functions-common:time_start:2327 : date +%s%3N 2021-06-02 10:59:08.742 | + functions-common:time_start:2327 : _TIME_START[$name]=1622631548740 2021-06-02 10:59:08.745 | + lib/neutron-legacy:init_mutnauq:434 : /usr/local/bin/neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head 2021-06-02 10:59:11.677 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-06-02 10:59:11.677 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-06-02 10:59:11.831 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-06-02 10:59:11.831 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-06-02 10:59:11.888 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2021-06-02 10:59:22.187 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2021-06-02 10:59:22.273 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2021-06-02 10:59:22.602 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2021-06-02 10:59:22.714 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2021-06-02 10:59:22.895 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2021-06-02 10:59:23.015 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2021-06-02 10:59:23.163 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2021-06-02 10:59:23.267 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2021-06-02 10:59:23.354 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2021-06-02 10:59:23.458 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2021-06-02 10:59:23.741 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2021-06-02 10:59:23.852 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2021-06-02 10:59:23.974 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2021-06-02 10:59:24.061 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2021-06-02 10:59:24.166 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2021-06-02 10:59:25.082 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2021-06-02 10:59:25.179 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2021-06-02 10:59:25.281 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2021-06-02 10:59:25.369 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2021-06-02 10:59:25.667 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2021-06-02 10:59:25.727 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2021-06-02 10:59:25.902 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2021-06-02 10:59:26.224 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2021-06-02 10:59:26.292 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2021-06-02 10:59:26.413 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2021-06-02 10:59:26.516 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2021-06-02 10:59:26.576 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2021-06-02 10:59:26.736 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2021-06-02 10:59:26.809 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2021-06-02 10:59:26.877 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2021-06-02 10:59:27.049 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2021-06-02 10:59:27.107 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2021-06-02 10:59:27.169 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2021-06-02 10:59:27.251 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2021-06-02 10:59:27.354 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2021-06-02 10:59:27.362 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2021-06-02 10:59:27.578 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2021-06-02 10:59:27.746 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2021-06-02 10:59:27.823 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2021-06-02 10:59:28.101 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2021-06-02 10:59:28.273 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2021-06-02 10:59:28.642 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2021-06-02 10:59:28.684 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2021-06-02 10:59:31.055 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2021-06-02 10:59:31.096 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2021-06-02 10:59:31.330 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2021-06-02 10:59:31.417 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2021-06-02 10:59:31.425 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2021-06-02 10:59:31.524 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2021-06-02 10:59:31.531 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2021-06-02 10:59:31.698 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2021-06-02 10:59:31.974 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2021-06-02 10:59:32.110 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2021-06-02 10:59:32.129 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2021-06-02 10:59:32.218 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2021-06-02 10:59:32.518 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2021-06-02 10:59:32.589 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2021-06-02 10:59:32.650 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2021-06-02 10:59:32.761 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2021-06-02 10:59:32.851 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2021-06-02 10:59:32.895 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2021-06-02 10:59:33.018 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2021-06-02 10:59:33.022 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2021-06-02 10:59:33.216 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2021-06-02 10:59:33.330 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2021-06-02 10:59:33.627 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2021-06-02 10:59:33.730 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2021-06-02 10:59:33.930 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2021-06-02 10:59:34.040 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2021-06-02 10:59:34.146 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2021-06-02 10:59:34.215 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2021-06-02 10:59:34.228 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2021-06-02 10:59:34.297 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2021-06-02 10:59:34.694 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2021-06-02 10:59:34.806 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2021-06-02 10:59:34.866 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2021-06-02 10:59:34.973 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2021-06-02 10:59:35.050 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2021-06-02 10:59:35.172 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2021-06-02 10:59:35.232 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2021-06-02 10:59:35.358 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2021-06-02 10:59:35.503 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2021-06-02 10:59:36.945 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2021-06-02 10:59:36.953 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2021-06-02 10:59:36.963 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2021-06-02 10:59:37.341 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2021-06-02 10:59:37.823 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2021-06-02 10:59:37.969 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2021-06-02 10:59:38.017 | Running upgrade for neutron ... 2021-06-02 10:59:38.018 | OK 2021-06-02 10:59:38.259 | + lib/neutron-legacy:init_mutnauq:435 : time_stop dbsync 2021-06-02 10:59:38.262 | + functions-common:time_stop:2336 : local name 2021-06-02 10:59:38.264 | + functions-common:time_stop:2337 : local end_time 2021-06-02 10:59:38.267 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 10:59:38.269 | + functions-common:time_stop:2339 : local total 2021-06-02 10:59:38.272 | + functions-common:time_stop:2340 : local start_time 2021-06-02 10:59:38.274 | + functions-common:time_stop:2342 : name=dbsync 2021-06-02 10:59:38.277 | + functions-common:time_stop:2343 : start_time=1622631548740 2021-06-02 10:59:38.280 | + functions-common:time_stop:2345 : [[ -z 1622631548740 ]] 2021-06-02 10:59:38.283 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 10:59:38.286 | + functions-common:time_stop:2348 : end_time=1622631578284 2021-06-02 10:59:38.289 | + functions-common:time_stop:2349 : elapsed_time=29544 2021-06-02 10:59:38.292 | + functions-common:time_stop:2350 : total=30024 2021-06-02 10:59:38.294 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 10:59:38.297 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=59568 2021-06-02 10:59:38.300 | + ./stack.sh:main:1209 : is_service_enabled q-dhcp 2021-06-02 10:59:38.317 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:59:38.321 | ++ ./stack.sh:main:1212 : pidof NetworkManager 2021-06-02 10:59:38.329 | ++ ./stack.sh:main:1212 : true 2021-06-02 10:59:38.332 | + ./stack.sh:main:1212 : netman_pid= 2021-06-02 10:59:38.334 | + ./stack.sh:main:1213 : '[' -z '' ']' 2021-06-02 10:59:38.337 | + ./stack.sh:main:1214 : sudo killall dnsmasq 2021-06-02 10:59:38.352 | dnsmasq: no process found 2021-06-02 10:59:38.356 | + ./stack.sh:main:1214 : true 2021-06-02 10:59:38.358 | + ./stack.sh:main:1219 : clean_iptables 2021-06-02 10:59:38.362 | + lib/nova:clean_iptables:182 : sudo iptables -S -v 2021-06-02 10:59:38.363 | + lib/nova:clean_iptables:182 : grep nova 2021-06-02 10:59:38.365 | + lib/nova:clean_iptables:182 : sed 's/-c [0-9]* [0-9]* //g' 2021-06-02 10:59:38.365 | + lib/nova:clean_iptables:182 : sed s/-A/-D/g 2021-06-02 10:59:38.366 | + lib/nova:clean_iptables:182 : bash 2021-06-02 10:59:38.368 | + lib/nova:clean_iptables:182 : grep '\-A' 2021-06-02 10:59:38.368 | + lib/nova:clean_iptables:182 : awk '{print "sudo iptables",$0}' 2021-06-02 10:59:38.445 | + lib/nova:clean_iptables:184 : grep '\-A' 2021-06-02 10:59:38.445 | + lib/nova:clean_iptables:184 : grep nova 2021-06-02 10:59:38.447 | + lib/nova:clean_iptables:184 : sed s/-A/-D/g 2021-06-02 10:59:38.447 | + lib/nova:clean_iptables:184 : sudo iptables -S -v -t nat 2021-06-02 10:59:38.447 | + lib/nova:clean_iptables:184 : sed 's/-c [0-9]* [0-9]* //g' 2021-06-02 10:59:38.447 | + lib/nova:clean_iptables:184 : awk '{print "sudo iptables -t nat",$0}' 2021-06-02 10:59:38.449 | + lib/nova:clean_iptables:184 : bash 2021-06-02 10:59:38.541 | + lib/nova:clean_iptables:186 : grep '\-N' 2021-06-02 10:59:38.541 | + lib/nova:clean_iptables:186 : sed 's/-c [0-9]* [0-9]* //g' 2021-06-02 10:59:38.541 | + lib/nova:clean_iptables:186 : grep nova 2021-06-02 10:59:38.544 | + lib/nova:clean_iptables:186 : sudo iptables -S -v 2021-06-02 10:59:38.544 | + lib/nova:clean_iptables:186 : bash 2021-06-02 10:59:38.544 | + lib/nova:clean_iptables:186 : sed s/-N/-X/g 2021-06-02 10:59:38.550 | + lib/nova:clean_iptables:186 : awk '{print "sudo iptables",$0}' 2021-06-02 10:59:38.564 | + lib/nova:clean_iptables:188 : sudo iptables -S -v -t nat 2021-06-02 10:59:38.564 | + lib/nova:clean_iptables:188 : sed s/-N/-X/g 2021-06-02 10:59:38.564 | + lib/nova:clean_iptables:188 : sed 's/-c [0-9]* [0-9]* //g' 2021-06-02 10:59:38.567 | + lib/nova:clean_iptables:188 : grep '\-N' 2021-06-02 10:59:38.567 | + lib/nova:clean_iptables:188 : grep nova 2021-06-02 10:59:38.567 | + lib/nova:clean_iptables:188 : awk '{print "sudo iptables -t nat",$0}' 2021-06-02 10:59:38.567 | + lib/nova:clean_iptables:188 : bash 2021-06-02 10:59:38.573 | + ./stack.sh:main:1222 : sudo sysctl -w net.ipv4.ip_forward=1 2021-06-02 10:59:38.581 | net.ipv4.ip_forward = 1 2021-06-02 10:59:38.584 | + ./stack.sh:main:1229 : is_service_enabled swift 2021-06-02 10:59:38.602 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:59:38.604 | + ./stack.sh:main:1230 : echo_summary 'Configuring Swift' 2021-06-02 10:59:38.607 | + ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-06-02 10:59:38.609 | + ./stack.sh:echo_summary:461 : echo -e Configuring Swift 2021-06-02 10:59:38.612 | + ./stack.sh:main:1231 : init_swift 2021-06-02 10:59:38.615 | + lib/swift:init_swift:690 : local node_number 2021-06-02 10:59:38.618 | + lib/swift:init_swift:692 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2021-06-02 10:59:39.451 | No object-auditor running 2021-06-02 10:59:39.451 | No object-server running 2021-06-02 10:59:39.451 | No account-auditor running 2021-06-02 10:59:39.451 | No container-updater running 2021-06-02 10:59:39.451 | No account-reaper running 2021-06-02 10:59:39.451 | No object-expirer running 2021-06-02 10:59:39.451 | No container-replicator running 2021-06-02 10:59:39.451 | No container-auditor running 2021-06-02 10:59:39.451 | No object-replicator running 2021-06-02 10:59:39.451 | No container-sync running 2021-06-02 10:59:39.451 | No object-updater running 2021-06-02 10:59:39.451 | No proxy-server running 2021-06-02 10:59:39.451 | No container-sharder running 2021-06-02 10:59:39.451 | No account-server running 2021-06-02 10:59:39.451 | No account-replicator running 2021-06-02 10:59:39.451 | No container-reconciler running 2021-06-02 10:59:39.451 | No object-reconstructor running 2021-06-02 10:59:39.451 | No container-server running 2021-06-02 10:59:39.498 | + lib/swift:init_swift:692 : true 2021-06-02 10:59:39.501 | + lib/swift:init_swift:695 : create_swift_disk 2021-06-02 10:59:39.503 | + lib/swift:create_swift_disk:566 : local node_number 2021-06-02 10:59:39.506 | + lib/swift:create_swift_disk:571 : local user_group 2021-06-02 10:59:39.509 | ++ lib/swift:create_swift_disk:572 : id -g ubuntu 2021-06-02 10:59:39.514 | + lib/swift:create_swift_disk:572 : user_group=1000 2021-06-02 10:59:39.516 | + 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-06-02 10:59:39.530 | + lib/swift:create_swift_disk:576 : [[ -e /opt/stack/data/swift/drives/images/swift.img ]] 2021-06-02 10:59:39.533 | + lib/swift:create_swift_disk:583 : mkdir -p /opt/stack/data/swift/drives/images 2021-06-02 10:59:39.537 | + lib/swift:create_swift_disk:584 : sudo touch /opt/stack/data/swift/drives/images/swift.img 2021-06-02 10:59:39.548 | + lib/swift:create_swift_disk:585 : sudo chown ubuntu: /opt/stack/data/swift/drives/images/swift.img 2021-06-02 10:59:39.560 | + lib/swift:create_swift_disk:587 : truncate -s 6G /opt/stack/data/swift/drives/images/swift.img 2021-06-02 10:59:39.567 | + lib/swift:create_swift_disk:590 : /sbin/mkfs.xfs -f -i size=1024 /opt/stack/data/swift/drives/images/swift.img 2021-06-02 10:59:39.606 | meta-data=/opt/stack/data/swift/drives/images/swift.img isize=1024 agcount=4, agsize=393216 blks 2021-06-02 10:59:39.606 | = sectsz=512 attr=2, projid32bit=1 2021-06-02 10:59:39.606 | = crc=1 finobt=1, sparse=0, rmapbt=0, reflink=0 2021-06-02 10:59:39.606 | data = bsize=4096 blocks=1572864, imaxpct=25 2021-06-02 10:59:39.606 | = sunit=0 swidth=0 blks 2021-06-02 10:59:39.606 | naming =version 2 bsize=4096 ascii-ci=0 ftype=1 2021-06-02 10:59:39.606 | log =internal log bsize=4096 blocks=2560, version=2 2021-06-02 10:59:39.606 | = sectsz=512 sunit=0 blks, lazy-count=1 2021-06-02 10:59:39.606 | realtime =none extsz=4096 blocks=0, rtextents=0 2021-06-02 10:59:39.609 | + lib/swift:create_swift_disk:593 : mkdir -p /opt/stack/data/swift/drives/sdb1 2021-06-02 10:59:39.613 | + lib/swift:create_swift_disk:594 : egrep -q /opt/stack/data/swift/drives/sdb1 /proc/mounts 2021-06-02 10:59:39.619 | + 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-06-02 10:59:39.690 | + lib/swift:create_swift_disk:601 : local node_number 2021-06-02 10:59:39.694 | + lib/swift:create_swift_disk:602 : for node_number in ${SWIFT_REPLICAS_SEQ} 2021-06-02 10:59:39.697 | + lib/swift:create_swift_disk:604 : local node_devices=/opt/stack/data/swift/1 2021-06-02 10:59:39.700 | + lib/swift:create_swift_disk:605 : local real_devices=/opt/stack/data/swift/drives/sdb1/1 2021-06-02 10:59:39.703 | + lib/swift:create_swift_disk:606 : sudo ln -sf /opt/stack/data/swift/drives/sdb1/1 /opt/stack/data/swift/1 2021-06-02 10:59:39.715 | + lib/swift:create_swift_disk:607 : local device=/opt/stack/data/swift/drives/sdb1/1/sdb1 2021-06-02 10:59:39.717 | + lib/swift:create_swift_disk:608 : [[ -d /opt/stack/data/swift/drives/sdb1/1/sdb1 ]] 2021-06-02 10:59:39.720 | + lib/swift:create_swift_disk:609 : sudo install -o ubuntu -g 1000 -d /opt/stack/data/swift/drives/sdb1/1/sdb1 2021-06-02 10:59:39.733 | + lib/swift:init_swift:699 : pushd /etc/swift 2021-06-02 10:59:39.735 | + lib/swift:init_swift:701 : rm -f '*.builder' '*.ring.gz' 'backups/*.builder' 'backups/*.ring.gz' 2021-06-02 10:59:39.739 | + lib/swift:init_swift:703 : /usr/local/bin/swift-ring-builder object.builder create 9 1 1 2021-06-02 10:59:40.637 | + lib/swift:init_swift:704 : /usr/local/bin/swift-ring-builder container.builder create 9 1 1 2021-06-02 10:59:41.502 | + lib/swift:init_swift:705 : /usr/local/bin/swift-ring-builder account.builder create 9 1 1 2021-06-02 10:59:42.381 | + lib/swift:init_swift:711 : [[ -n '' ]] 2021-06-02 10:59:42.384 | + lib/swift:init_swift:724 : for node_number in ${SWIFT_REPLICAS_SEQ} 2021-06-02 10:59:42.387 | + lib/swift:init_swift:725 : /usr/local/bin/swift-ring-builder object.builder add z1-127.0.0.1:6613/sdb1 1 2021-06-02 10:59:43.222 | WARNING: No region specified for z1-127.0.0.1:6613/sdb1. Defaulting to region 1. 2021-06-02 10:59:43.222 | Device d0r1z1-127.0.0.1:6613R127.0.0.1:6613/sdb1_"" with 1.0 weight got id 0 2021-06-02 10:59:43.270 | + lib/swift:init_swift:726 : /usr/local/bin/swift-ring-builder container.builder add z1-127.0.0.1:6611/sdb1 1 2021-06-02 10:59:44.091 | WARNING: No region specified for z1-127.0.0.1:6611/sdb1. Defaulting to region 1. 2021-06-02 10:59:44.091 | Device d0r1z1-127.0.0.1:6611R127.0.0.1:6611/sdb1_"" with 1.0 weight got id 0 2021-06-02 10:59:44.137 | + lib/swift:init_swift:727 : /usr/local/bin/swift-ring-builder account.builder add z1-127.0.0.1:6612/sdb1 1 2021-06-02 10:59:44.956 | WARNING: No region specified for z1-127.0.0.1:6612/sdb1. Defaulting to region 1. 2021-06-02 10:59:44.956 | Device d0r1z1-127.0.0.1:6612R127.0.0.1:6612/sdb1_"" with 1.0 weight got id 0 2021-06-02 10:59:45.003 | + lib/swift:init_swift:733 : /usr/local/bin/swift-ring-builder object.builder rebalance 42 2021-06-02 10:59:45.879 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2021-06-02 10:59:45.923 | + lib/swift:init_swift:734 : /usr/local/bin/swift-ring-builder container.builder rebalance 42 2021-06-02 10:59:46.790 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2021-06-02 10:59:46.834 | + lib/swift:init_swift:735 : /usr/local/bin/swift-ring-builder account.builder rebalance 42 2021-06-02 10:59:47.711 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2021-06-02 10:59:47.753 | + lib/swift:init_swift:736 : popd 2021-06-02 10:59:47.756 | + ./stack.sh:main:1238 : is_service_enabled cinder 2021-06-02 10:59:47.774 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:59:47.777 | + ./stack.sh:main:1239 : echo_summary 'Configuring Cinder' 2021-06-02 10:59:47.779 | + ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-06-02 10:59:47.782 | + ./stack.sh:echo_summary:461 : echo -e Configuring Cinder 2021-06-02 10:59:47.784 | + ./stack.sh:main:1240 : init_cinder 2021-06-02 10:59:47.787 | + lib/cinder:init_cinder:387 : is_service_enabled mysql postgresql 2021-06-02 10:59:47.803 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:59:47.806 | + lib/cinder:init_cinder:389 : recreate_database cinder 2021-06-02 10:59:47.809 | + lib/database:recreate_database:110 : local db=cinder 2021-06-02 10:59:47.811 | + lib/database:recreate_database:111 : recreate_database_mysql cinder 2021-06-02 10:59:47.814 | + lib/databases/mysql:recreate_database_mysql:61 : local db=cinder 2021-06-02 10:59:47.816 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2021-06-02 10:59:47.820 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-06-02 10:59:47.833 | + lib/databases/mysql:recreate_database_mysql:63 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2021-06-02 10:59:47.836 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-06-02 10:59:47.849 | + lib/cinder:init_cinder:391 : time_start dbsync 2021-06-02 10:59:47.851 | + functions-common:time_start:2322 : local name=dbsync 2021-06-02 10:59:47.854 | + functions-common:time_start:2323 : local start_time= 2021-06-02 10:59:47.856 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-06-02 10:59:47.859 | ++ functions-common:time_start:2327 : date +%s%3N 2021-06-02 10:59:47.863 | + functions-common:time_start:2327 : _TIME_START[$name]=1622631587860 2021-06-02 10:59:47.866 | + lib/cinder:init_cinder:393 : /usr/local/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2021-06-02 10:59:50.696 | 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=73888) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:307}} 2021-06-02 10:59:50.698 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo... {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-06-02 10:59:50.700 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/125_placeholder.py... {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:59:50.700 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/125_placeholder.py loaded successfully {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:59:50.700 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/131_placeholder.py... {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:59:50.700 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/131_placeholder.py loaded successfully {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:59:50.700 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/129_placeholder.py... {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:59:50.701 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/129_placeholder.py loaded successfully {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:59:50.701 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/124_placeholder.py... {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:59:50.701 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/124_placeholder.py loaded successfully {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:59:50.701 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/132_create_default_volume_type.py... {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:59:50.701 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/132_create_default_volume_type.py loaded successfully {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:59:50.701 | 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=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:59:50.702 | 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=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:59:50.702 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/123_cinder_init.py... {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:59:50.702 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/123_cinder_init.py loaded successfully {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:59:50.702 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/126_placeholder.py... {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:59:50.702 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/126_placeholder.py loaded successfully {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:59:50.702 | 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=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:59:50.703 | 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=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:59:50.703 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/130_placeholder.py... {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:59:50.703 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/130_placeholder.py loaded successfully {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:59:50.703 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo loaded successfully {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-06-02 10:59:50.703 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'cinder'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-06-02 10:59:50.745 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo... {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-06-02 10:59:50.746 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/125_placeholder.py... {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:59:50.746 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/125_placeholder.py loaded successfully {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:59:50.746 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/131_placeholder.py... {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:59:50.746 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/131_placeholder.py loaded successfully {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:59:50.747 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/129_placeholder.py... {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:59:50.747 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/129_placeholder.py loaded successfully {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:59:50.747 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/124_placeholder.py... {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:59:50.747 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/124_placeholder.py loaded successfully {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:59:50.747 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/132_create_default_volume_type.py... {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:59:50.748 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/132_create_default_volume_type.py loaded successfully {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:59:50.748 | 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=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:59:50.748 | 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=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:59:50.748 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/123_cinder_init.py... {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:59:50.748 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/123_cinder_init.py loaded successfully {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:59:50.748 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/126_placeholder.py... {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:59:50.749 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/126_placeholder.py loaded successfully {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:59:50.749 | 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=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:59:50.749 | 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=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:59:50.749 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/130_placeholder.py... {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:59:50.749 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/130_placeholder.py loaded successfully {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:59:50.750 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo loaded successfully {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-06-02 10:59:50.750 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'cinder'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-06-02 10:59:50.805 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo... {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-06-02 10:59:50.806 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/125_placeholder.py... {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:59:50.806 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/125_placeholder.py loaded successfully {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:59:50.806 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/131_placeholder.py... {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:59:50.806 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/131_placeholder.py loaded successfully {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:59:50.806 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/129_placeholder.py... {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:59:50.806 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/129_placeholder.py loaded successfully {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:59:50.807 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/124_placeholder.py... {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:59:50.807 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/124_placeholder.py loaded successfully {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:59:50.807 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/132_create_default_volume_type.py... {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:59:50.807 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/132_create_default_volume_type.py loaded successfully {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:59:50.807 | 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=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:59:50.808 | 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=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:59:50.808 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/123_cinder_init.py... {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:59:50.808 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/123_cinder_init.py loaded successfully {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:59:50.808 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/126_placeholder.py... {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:59:50.808 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/126_placeholder.py loaded successfully {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:59:50.808 | 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=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:59:50.809 | 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=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:59:50.809 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/130_placeholder.py... {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 10:59:50.809 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/130_placeholder.py loaded successfully {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 10:59:50.809 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo loaded successfully {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-06-02 10:59:50.809 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'cinder'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) {{(pid=73888) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-06-02 10:59:50.816 | INFO migrate.versioning.api [-] 122 -> 123...  2021-06-02 10:59:55.495 | INFO migrate.versioning.api [-] done 2021-06-02 10:59:55.495 | INFO migrate.versioning.api [-] 123 -> 124...  2021-06-02 10:59:55.504 | INFO migrate.versioning.api [-] done 2021-06-02 10:59:55.504 | INFO migrate.versioning.api [-] 124 -> 125...  2021-06-02 10:59:55.512 | INFO migrate.versioning.api [-] done 2021-06-02 10:59:55.512 | INFO migrate.versioning.api [-] 125 -> 126...  2021-06-02 10:59:55.520 | INFO migrate.versioning.api [-] done 2021-06-02 10:59:55.520 | INFO migrate.versioning.api [-] 126 -> 127...  2021-06-02 10:59:55.541 | INFO migrate.versioning.api [-] done 2021-06-02 10:59:55.541 | INFO migrate.versioning.api [-] 127 -> 128...  2021-06-02 10:59:55.853 | INFO migrate.versioning.api [-] done 2021-06-02 10:59:55.853 | INFO migrate.versioning.api [-] 128 -> 129...  2021-06-02 10:59:55.861 | INFO migrate.versioning.api [-] done 2021-06-02 10:59:55.861 | INFO migrate.versioning.api [-] 129 -> 130...  2021-06-02 10:59:55.869 | INFO migrate.versioning.api [-] done 2021-06-02 10:59:55.870 | INFO migrate.versioning.api [-] 130 -> 131...  2021-06-02 10:59:55.878 | INFO migrate.versioning.api [-] done 2021-06-02 10:59:55.878 | INFO migrate.versioning.api [-] 131 -> 132...  2021-06-02 10:59:55.897 | INFO migrate.versioning.api [-] done 2021-06-02 10:59:56.173 | + lib/cinder:init_cinder:394 : time_stop dbsync 2021-06-02 10:59:56.175 | + functions-common:time_stop:2336 : local name 2021-06-02 10:59:56.178 | + functions-common:time_stop:2337 : local end_time 2021-06-02 10:59:56.180 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 10:59:56.183 | + functions-common:time_stop:2339 : local total 2021-06-02 10:59:56.186 | + functions-common:time_stop:2340 : local start_time 2021-06-02 10:59:56.188 | + functions-common:time_stop:2342 : name=dbsync 2021-06-02 10:59:56.190 | + functions-common:time_stop:2343 : start_time=1622631587860 2021-06-02 10:59:56.193 | + functions-common:time_stop:2345 : [[ -z 1622631587860 ]] 2021-06-02 10:59:56.197 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 10:59:56.200 | + functions-common:time_stop:2348 : end_time=1622631596198 2021-06-02 10:59:56.203 | + functions-common:time_stop:2349 : elapsed_time=8338 2021-06-02 10:59:56.205 | + functions-common:time_stop:2350 : total=59568 2021-06-02 10:59:56.208 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 10:59:56.211 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=67906 2021-06-02 10:59:56.214 | + lib/cinder:init_cinder:397 : is_service_enabled c-vol 2021-06-02 10:59:56.231 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 10:59:56.233 | + lib/cinder:init_cinder:412 : mkdir -p /opt/stack/data/cinder/volumes 2021-06-02 10:59:56.237 | + ./stack.sh:main:1246 : is_service_enabled placement 2021-06-02 10:59:56.254 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 10:59:56.256 | + ./stack.sh:main:1247 : echo_summary 'Configuring placement' 2021-06-02 10:59:56.259 | + ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-06-02 10:59:56.261 | + ./stack.sh:echo_summary:461 : echo -e Configuring placement 2021-06-02 10:59:56.264 | + ./stack.sh:main:1248 : init_placement 2021-06-02 10:59:56.266 | + lib/placement:init_placement:130 : recreate_database placement 2021-06-02 10:59:56.269 | + lib/database:recreate_database:110 : local db=placement 2021-06-02 10:59:56.271 | + lib/database:recreate_database:111 : recreate_database_mysql placement 2021-06-02 10:59:56.274 | + lib/databases/mysql:recreate_database_mysql:61 : local db=placement 2021-06-02 10:59:56.277 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2021-06-02 10:59:56.280 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-06-02 10:59:56.294 | + lib/databases/mysql:recreate_database_mysql:63 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2021-06-02 10:59:56.297 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-06-02 10:59:56.310 | + lib/placement:init_placement:131 : /usr/local/bin/placement-manage db sync 2021-06-02 10:59:59.911 | + lib/placement:init_placement:132 : create_placement_accounts 2021-06-02 10:59:59.913 | + lib/placement:create_placement_accounts:119 : create_service_user placement admin 2021-06-02 10:59:59.917 | + lib/keystone:create_service_user:395 : get_or_create_user placement Passw0rd Default 2021-06-02 10:59:59.919 | + functions-common:get_or_create_user:825 : local user_id 2021-06-02 10:59:59.922 | + functions-common:get_or_create_user:826 : [[ ! -z '' ]] 2021-06-02 10:59:59.924 | + functions-common:get_or_create_user:829 : local email= 2021-06-02 10:59:59.928 | ++ functions-common:get_or_create_user:843 : oscwrap user create placement --password Passw0rd --domain=Default --or-show -f value -c id 2021-06-02 11:00:02.191 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 11:00:02.194 | + functions-common:get_or_create_user:841 : user_id=d5470c5c2e614e5aaba192584f7dbeff 2021-06-02 11:00:02.198 | + functions-common:get_or_create_user:842 : echo d5470c5c2e614e5aaba192584f7dbeff 2021-06-02 11:00:02.198 | d5470c5c2e614e5aaba192584f7dbeff 2021-06-02 11:00:02.200 | + lib/keystone:create_service_user:396 : get_or_add_user_project_role service placement service Default Default 2021-06-02 11:00:02.203 | + functions-common:get_or_add_user_project_role:889 : local user_role_id 2021-06-02 11:00:02.206 | ++ functions-common:get_or_add_user_project_role:891 : _get_domain_args Default Default 2021-06-02 11:00:02.209 | ++ functions-common:_get_domain_args:873 : local domain 2021-06-02 11:00:02.211 | ++ functions-common:_get_domain_args:874 : domain= 2021-06-02 11:00:02.213 | ++ functions-common:_get_domain_args:876 : [[ -n Default ]] 2021-06-02 11:00:02.216 | ++ functions-common:_get_domain_args:877 : domain=' --user-domain Default' 2021-06-02 11:00:02.218 | ++ functions-common:_get_domain_args:879 : [[ -n Default ]] 2021-06-02 11:00:02.220 | ++ functions-common:_get_domain_args:880 : domain=' --user-domain Default --project-domain Default' 2021-06-02 11:00:02.223 | ++ functions-common:_get_domain_args:883 : echo --user-domain Default --project-domain Default 2021-06-02 11:00:02.226 | + functions-common:get_or_add_user_project_role:891 : domain_args='--user-domain Default --project-domain Default' 2021-06-02 11:00:02.230 | ++ functions-common:get_or_add_user_project_role:899 : oscwrap role assignment list --role service --user placement --project service --user-domain Default --project-domain Default 2021-06-02 11:00:02.230 | ++ functions-common:get_or_add_user_project_role:899 : grep '^|\s[a-f0-9]\+' 2021-06-02 11:00:02.231 | ++ functions-common:get_or_add_user_project_role:899 : get_field 1 2021-06-02 11:00:02.233 | ++ functions-common:get_field:727 : local data field 2021-06-02 11:00:02.236 | ++ functions-common:get_field:728 : read data 2021-06-02 11:00:05.207 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 11:00:05.211 | + functions-common:get_or_add_user_project_role:899 : user_role_id= 2021-06-02 11:00:05.214 | + functions-common:get_or_add_user_project_role:900 : [[ -z '' ]] 2021-06-02 11:00:05.217 | + functions-common:get_or_add_user_project_role:902 : openstack role add service --user placement --project service --user-domain Default --project-domain Default 2021-06-02 11:00:08.043 | ++ functions-common:get_or_add_user_project_role:911 : oscwrap role assignment list --role service --user placement --project service --user-domain Default --project-domain Default 2021-06-02 11:00:08.043 | ++ functions-common:get_or_add_user_project_role:911 : grep '^|\s[a-f0-9]\+' 2021-06-02 11:00:08.043 | ++ functions-common:get_or_add_user_project_role:911 : get_field 1 2021-06-02 11:00:08.046 | ++ functions-common:get_field:727 : local data field 2021-06-02 11:00:08.048 | ++ functions-common:get_field:728 : read data 2021-06-02 11:00:11.016 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 11:00:11.019 | ++ functions-common:get_field:729 : '[' 1 -lt 0 ']' 2021-06-02 11:00:11.022 | ++ functions-common:get_field:732 : field='$2' 2021-06-02 11:00:11.025 | ++ functions-common:get_field:734 : echo '| 6d9951909cf746f59e9a68315a0e0e7f | d5470c5c2e614e5aaba192584f7dbeff | | 89513ee8c18e4a4b9adab3f3aaac42b4 | | | False |' 2021-06-02 11:00:11.026 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-06-02 11:00:11.031 | ++ functions-common:get_field:728 : read data 2021-06-02 11:00:11.034 | + functions-common:get_or_add_user_project_role:911 : user_role_id=6d9951909cf746f59e9a68315a0e0e7f 2021-06-02 11:00:11.037 | + functions-common:get_or_add_user_project_role:913 : echo 6d9951909cf746f59e9a68315a0e0e7f 2021-06-02 11:00:11.037 | 6d9951909cf746f59e9a68315a0e0e7f 2021-06-02 11:00:11.039 | + lib/keystone:create_service_user:398 : [[ -n admin ]] 2021-06-02 11:00:11.042 | + lib/keystone:create_service_user:399 : get_or_add_user_project_role admin placement service Default Default 2021-06-02 11:00:11.045 | + functions-common:get_or_add_user_project_role:889 : local user_role_id 2021-06-02 11:00:11.048 | ++ functions-common:get_or_add_user_project_role:891 : _get_domain_args Default Default 2021-06-02 11:00:11.051 | ++ functions-common:_get_domain_args:873 : local domain 2021-06-02 11:00:11.053 | ++ functions-common:_get_domain_args:874 : domain= 2021-06-02 11:00:11.056 | ++ functions-common:_get_domain_args:876 : [[ -n Default ]] 2021-06-02 11:00:11.058 | ++ functions-common:_get_domain_args:877 : domain=' --user-domain Default' 2021-06-02 11:00:11.060 | ++ functions-common:_get_domain_args:879 : [[ -n Default ]] 2021-06-02 11:00:11.063 | ++ functions-common:_get_domain_args:880 : domain=' --user-domain Default --project-domain Default' 2021-06-02 11:00:11.065 | ++ functions-common:_get_domain_args:883 : echo --user-domain Default --project-domain Default 2021-06-02 11:00:11.068 | + functions-common:get_or_add_user_project_role:891 : domain_args='--user-domain Default --project-domain Default' 2021-06-02 11:00:11.073 | ++ functions-common:get_or_add_user_project_role:899 : oscwrap role assignment list --role admin --user placement --project service --user-domain Default --project-domain Default 2021-06-02 11:00:11.074 | ++ functions-common:get_or_add_user_project_role:899 : grep '^|\s[a-f0-9]\+' 2021-06-02 11:00:11.074 | ++ functions-common:get_or_add_user_project_role:899 : get_field 1 2021-06-02 11:00:11.076 | ++ functions-common:get_field:727 : local data field 2021-06-02 11:00:11.078 | ++ functions-common:get_field:728 : read data 2021-06-02 11:00:14.073 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 11:00:14.077 | + functions-common:get_or_add_user_project_role:899 : user_role_id= 2021-06-02 11:00:14.079 | + functions-common:get_or_add_user_project_role:900 : [[ -z '' ]] 2021-06-02 11:00:14.082 | + functions-common:get_or_add_user_project_role:902 : openstack role add admin --user placement --project service --user-domain Default --project-domain Default 2021-06-02 11:00:16.923 | ++ functions-common:get_or_add_user_project_role:911 : oscwrap role assignment list --role admin --user placement --project service --user-domain Default --project-domain Default 2021-06-02 11:00:16.923 | ++ functions-common:get_or_add_user_project_role:911 : grep '^|\s[a-f0-9]\+' 2021-06-02 11:00:16.923 | ++ functions-common:get_or_add_user_project_role:911 : get_field 1 2021-06-02 11:00:16.926 | ++ functions-common:get_field:727 : local data field 2021-06-02 11:00:16.929 | ++ functions-common:get_field:728 : read data 2021-06-02 11:00:19.868 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 11:00:19.871 | ++ functions-common:get_field:729 : '[' 1 -lt 0 ']' 2021-06-02 11:00:19.874 | ++ functions-common:get_field:732 : field='$2' 2021-06-02 11:00:19.877 | ++ functions-common:get_field:734 : echo '| 79889d38c8d54addbc933303b04bb544 | d5470c5c2e614e5aaba192584f7dbeff | | 89513ee8c18e4a4b9adab3f3aaac42b4 | | | False |' 2021-06-02 11:00:19.877 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-06-02 11:00:19.882 | ++ functions-common:get_field:728 : read data 2021-06-02 11:00:19.886 | + functions-common:get_or_add_user_project_role:911 : user_role_id=79889d38c8d54addbc933303b04bb544 2021-06-02 11:00:19.888 | + functions-common:get_or_add_user_project_role:913 : echo 79889d38c8d54addbc933303b04bb544 2021-06-02 11:00:19.888 | 79889d38c8d54addbc933303b04bb544 2021-06-02 11:00:19.891 | + lib/placement:create_placement_accounts:120 : local placement_api_url=http://10.222.0.22/placement 2021-06-02 11:00:19.893 | + lib/placement:create_placement_accounts:121 : get_or_create_service placement placement 'Placement Service' 2021-06-02 11:00:19.896 | + functions-common:get_or_create_service:967 : local service_id 2021-06-02 11:00:19.899 | ++ functions-common:get_or_create_service:980 : oscwrap service show placement -f value -c id 2021-06-02 11:00:22.117 | ++ functions-common:get_or_create_service:982 : oscwrap service create placement --name placement '--description=Placement Service' -f value -c id 2021-06-02 11:00:24.231 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 11:00:24.234 | + functions-common:get_or_create_service:978 : service_id=' 2021-06-02 11:00:24.234 | 5df6d87d834e48d399d0f3e41ab1e8e8' 2021-06-02 11:00:24.237 | + functions-common:get_or_create_service:979 : echo 5df6d87d834e48d399d0f3e41ab1e8e8 2021-06-02 11:00:24.237 | 5df6d87d834e48d399d0f3e41ab1e8e8 2021-06-02 11:00:24.239 | + lib/placement:create_placement_accounts:123 : get_or_create_endpoint placement RegionOne http://10.222.0.22/placement 2021-06-02 11:00:24.243 | + functions-common:get_or_create_endpoint:1011 : local public_id 2021-06-02 11:00:24.246 | ++ functions-common:get_or_create_endpoint:1012 : _get_or_create_endpoint_with_interface placement public http://10.222.0.22/placement RegionOne 2021-06-02 11:00:24.249 | ++ functions-common:_get_or_create_endpoint_with_interface:985 : local endpoint_id 2021-06-02 11:00:24.252 | +++ functions-common:_get_or_create_endpoint_with_interface:990 : oscwrap endpoint list --service placement --interface public --region RegionOne -c ID -f value 2021-06-02 11:00:26.591 | +++ functions-common:oscwrap:2376 : return 0 2021-06-02 11:00:26.594 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : endpoint_id= 2021-06-02 11:00:26.597 | ++ functions-common:_get_or_create_endpoint_with_interface:991 : [[ -z '' ]] 2021-06-02 11:00:26.600 | +++ functions-common:_get_or_create_endpoint_with_interface:994 : oscwrap endpoint create placement public http://10.222.0.22/placement --region RegionOne -f value -c id 2021-06-02 11:00:29.091 | +++ functions-common:oscwrap:2376 : return 0 2021-06-02 11:00:29.095 | ++ functions-common:_get_or_create_endpoint_with_interface:994 : endpoint_id=5fe1614cbb254790957a5905c2c06c66 2021-06-02 11:00:29.097 | ++ functions-common:_get_or_create_endpoint_with_interface:997 : echo 5fe1614cbb254790957a5905c2c06c66 2021-06-02 11:00:29.100 | + functions-common:get_or_create_endpoint:1012 : public_id=5fe1614cbb254790957a5905c2c06c66 2021-06-02 11:00:29.103 | + functions-common:get_or_create_endpoint:1014 : [[ -n '' ]] 2021-06-02 11:00:29.106 | + functions-common:get_or_create_endpoint:1017 : [[ -n '' ]] 2021-06-02 11:00:29.108 | + functions-common:get_or_create_endpoint:1021 : echo 5fe1614cbb254790957a5905c2c06c66 2021-06-02 11:00:29.108 | 5fe1614cbb254790957a5905c2c06c66 2021-06-02 11:00:29.111 | + ./stack.sh:main:1254 : is_service_enabled nova 2021-06-02 11:00:29.128 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:00:29.130 | + ./stack.sh:main:1255 : echo_summary 'Configuring Nova' 2021-06-02 11:00:29.133 | + ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-06-02 11:00:29.136 | + ./stack.sh:echo_summary:461 : echo -e Configuring Nova 2021-06-02 11:00:29.138 | + ./stack.sh:main:1256 : init_nova 2021-06-02 11:00:29.141 | + lib/nova:init_nova:741 : is_service_enabled mysql postgresql 2021-06-02 11:00:29.157 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:00:29.159 | + lib/nova:init_nova:741 : is_service_enabled n-api 2021-06-02 11:00:29.175 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:00:29.177 | + lib/nova:init_nova:742 : recreate_database nova_api 2021-06-02 11:00:29.180 | + lib/database:recreate_database:110 : local db=nova_api 2021-06-02 11:00:29.183 | + lib/database:recreate_database:111 : recreate_database_mysql nova_api 2021-06-02 11:00:29.185 | + lib/databases/mysql:recreate_database_mysql:61 : local db=nova_api 2021-06-02 11:00:29.188 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2021-06-02 11:00:29.191 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-06-02 11:00:29.205 | + lib/databases/mysql:recreate_database_mysql:63 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2021-06-02 11:00:29.208 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-06-02 11:00:29.221 | + lib/nova:init_nova:743 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2021-06-02 11:00:33.473 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-06-02 11:00:33.474 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/067_placeholder.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.474 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/067_placeholder.py loaded successfully {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.475 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/014_keypairs.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.475 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/014_keypairs.py loaded successfully {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.475 | 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=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.475 | 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=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.476 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/041_resource_provider_traits.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.476 | 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=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.476 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/038_placeholder.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.477 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/038_placeholder.py loaded successfully {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.477 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/008_placeholder.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.477 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/008_placeholder.py loaded successfully {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.477 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/063_placeholder.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.478 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/063_placeholder.py loaded successfully {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.478 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/003_host_mapping.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.478 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/003_host_mapping.py loaded successfully {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.478 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/033_placeholder.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.479 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/033_placeholder.py loaded successfully {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.479 | 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=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.479 | 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=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.479 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/017_aggregates.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.480 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/017_aggregates.py loaded successfully {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.480 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/018_instance_groups.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.480 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/018_instance_groups.py loaded successfully {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.480 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/027_quotas.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.480 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/027_quotas.py loaded successfully {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.481 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/026_add_resource_classes.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.481 | 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=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.481 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/009_placeholder.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.482 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/009_placeholder.py loaded successfully {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.482 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/037_placeholder.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.482 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/037_placeholder.py loaded successfully {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.482 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/040_placeholder.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.482 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/040_placeholder.py loaded successfully {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.483 | 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=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.483 | 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=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.483 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/035_placeholder.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.483 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/035_placeholder.py loaded successfully {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.484 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/049_placeholder.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.484 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/049_placeholder.py loaded successfully {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.484 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/064_placeholder.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.484 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/064_placeholder.py loaded successfully {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.485 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/022_placeholder.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.485 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/022_placeholder.py loaded successfully {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.485 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/023_placeholder.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.485 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/023_placeholder.py loaded successfully {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.486 | 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=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.486 | 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=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.486 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/047_placeholder.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.486 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/047_placeholder.py loaded successfully {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.487 | 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=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.487 | 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=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.487 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/030_require_cell_setup.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.487 | 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=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.488 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/036_placeholder.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.488 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/036_placeholder.py loaded successfully {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.488 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/053_placeholder.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.488 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/053_placeholder.py loaded successfully {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.489 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/043_placement_consumers.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.489 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/043_placement_consumers.py loaded successfully {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.489 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/010_placeholder.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.489 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/010_placeholder.py loaded successfully {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.490 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/056_placeholder.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.490 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/056_placeholder.py loaded successfully {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.490 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/050_flavors_add_description.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.490 | 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=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.491 | 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=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.491 | 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=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.491 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/021_placeholder.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.491 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/021_placeholder.py loaded successfully {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.492 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/048_placeholder.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.492 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/048_placeholder.py loaded successfully {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.493 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/025_placeholder.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.493 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/025_placeholder.py loaded successfully {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.493 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/006_build_request.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.493 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/006_build_request.py loaded successfully {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.494 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/032_placeholder.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.494 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/032_placeholder.py loaded successfully {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.494 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/004_add_request_spec.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.494 | 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=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.495 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/016_resource_providers.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.495 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/016_resource_providers.py loaded successfully {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.495 | 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=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.495 | 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=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.496 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/055_placeholder.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.496 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/055_placeholder.py loaded successfully {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.496 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/057_placeholder.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.496 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/057_placeholder.py loaded successfully {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.497 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/054_placeholder.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.497 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/054_placeholder.py loaded successfully {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.497 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/011_placeholder.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.497 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/011_placeholder.py loaded successfully {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.498 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/039_placeholder.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.498 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/039_placeholder.py loaded successfully {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.498 | 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=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.498 | 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=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.499 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/001_cell_mapping.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.499 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/001_cell_mapping.py loaded successfully {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.499 | 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=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.499 | 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=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.499 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/031_placeholder.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.500 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/031_placeholder.py loaded successfully {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.500 | 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=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.500 | 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=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.500 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/029_placement_aggregates.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.501 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/029_placement_aggregates.py loaded successfully {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.501 | 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=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.501 | 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=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.501 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/046_placeholder.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.502 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/046_placeholder.py loaded successfully {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.502 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/051_nested_resource_providers.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.502 | 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=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.502 | 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=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.503 | 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=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.503 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/065_placeholder.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.503 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/065_placeholder.py loaded successfully {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.503 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/002_instance_mapping.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.504 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/002_instance_mapping.py loaded successfully {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.504 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/059_add_consumer_generation.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.504 | 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=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.504 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/066_placeholder.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.505 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/066_placeholder.py loaded successfully {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.505 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/012_placeholder.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.505 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/012_placeholder.py loaded successfully {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.505 | 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=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.505 | 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=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.506 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/045_placeholder.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.506 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/045_placeholder.py loaded successfully {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.506 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/005_flavors.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.506 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/005_flavors.py loaded successfully {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.507 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/024_placeholder.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.507 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/024_placeholder.py loaded successfully {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.507 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/034_placeholder.py... {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:33.508 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/034_placeholder.py loaded successfully {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:33.508 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo loaded successfully {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-06-02 11:00:33.509 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'nova_api'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) {{(pid=74488) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-06-02 11:00:33.639 | INFO migrate.versioning.api [-] 0 -> 1...  2021-06-02 11:00:33.752 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:33.753 | INFO migrate.versioning.api [-] 1 -> 2...  2021-06-02 11:00:33.913 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:33.914 | INFO migrate.versioning.api [-] 2 -> 3...  2021-06-02 11:00:34.027 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:34.027 | INFO migrate.versioning.api [-] 3 -> 4...  2021-06-02 11:00:34.138 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:34.138 | INFO migrate.versioning.api [-] 4 -> 5...  2021-06-02 11:00:34.362 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:34.362 | INFO migrate.versioning.api [-] 5 -> 6...  2021-06-02 11:00:34.492 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:34.492 | INFO migrate.versioning.api [-] 6 -> 7...  2021-06-02 11:00:34.609 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:34.609 | INFO migrate.versioning.api [-] 7 -> 8...  2021-06-02 11:00:34.617 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:34.617 | INFO migrate.versioning.api [-] 8 -> 9...  2021-06-02 11:00:34.625 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:34.626 | INFO migrate.versioning.api [-] 9 -> 10...  2021-06-02 11:00:34.634 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:34.634 | INFO migrate.versioning.api [-] 10 -> 11...  2021-06-02 11:00:34.641 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:34.641 | INFO migrate.versioning.api [-] 11 -> 12...  2021-06-02 11:00:34.650 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:34.650 | INFO migrate.versioning.api [-] 12 -> 13...  2021-06-02 11:00:34.929 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:34.929 | INFO migrate.versioning.api [-] 13 -> 14...  2021-06-02 11:00:34.999 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:34.999 | INFO migrate.versioning.api [-] 14 -> 15...  2021-06-02 11:00:35.486 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:35.486 | INFO migrate.versioning.api [-] 15 -> 16...  2021-06-02 11:00:36.094 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:36.094 | INFO migrate.versioning.api [-] 16 -> 17...  2021-06-02 11:00:36.393 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:36.394 | INFO migrate.versioning.api [-] 17 -> 18...  2021-06-02 11:00:36.676 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:36.676 | INFO migrate.versioning.api [-] 18 -> 19...  2021-06-02 11:00:36.785 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:36.785 | INFO migrate.versioning.api [-] 19 -> 20...  2021-06-02 11:00:36.930 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:36.931 | INFO migrate.versioning.api [-] 20 -> 21...  2021-06-02 11:00:36.938 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:36.938 | INFO migrate.versioning.api [-] 21 -> 22...  2021-06-02 11:00:36.947 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:36.947 | INFO migrate.versioning.api [-] 22 -> 23...  2021-06-02 11:00:36.955 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:36.955 | INFO migrate.versioning.api [-] 23 -> 24...  2021-06-02 11:00:36.963 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:36.964 | INFO migrate.versioning.api [-] 24 -> 25...  2021-06-02 11:00:36.972 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:36.972 | INFO migrate.versioning.api [-] 25 -> 26...  2021-06-02 11:00:37.041 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:37.041 | INFO migrate.versioning.api [-] 26 -> 27...  2021-06-02 11:00:37.719 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:37.720 | INFO migrate.versioning.api [-] 27 -> 28...  2021-06-02 11:00:37.862 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:37.863 | INFO migrate.versioning.api [-] 28 -> 29...  2021-06-02 11:00:37.975 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:37.975 | INFO migrate.versioning.api [-] 29 -> 30...  2021-06-02 11:00:37.990 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:37.990 | INFO migrate.versioning.api [-] 30 -> 31...  2021-06-02 11:00:38.011 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:38.011 | INFO migrate.versioning.api [-] 31 -> 32...  2021-06-02 11:00:38.019 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:38.020 | INFO migrate.versioning.api [-] 32 -> 33...  2021-06-02 11:00:38.026 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:38.026 | INFO migrate.versioning.api [-] 33 -> 34...  2021-06-02 11:00:38.033 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:38.033 | INFO migrate.versioning.api [-] 34 -> 35...  2021-06-02 11:00:38.040 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:38.040 | INFO migrate.versioning.api [-] 35 -> 36...  2021-06-02 11:00:38.046 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:38.046 | INFO migrate.versioning.api [-] 36 -> 37...  2021-06-02 11:00:38.056 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:38.057 | INFO migrate.versioning.api [-] 37 -> 38...  2021-06-02 11:00:38.066 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:38.066 | INFO migrate.versioning.api [-] 38 -> 39...  2021-06-02 11:00:38.077 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:38.078 | INFO migrate.versioning.api [-] 39 -> 40...  2021-06-02 11:00:38.085 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:38.085 | INFO migrate.versioning.api [-] 40 -> 41...  2021-06-02 11:00:38.270 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:38.271 | INFO migrate.versioning.api [-] 41 -> 42...  2021-06-02 11:00:38.381 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:38.381 | INFO migrate.versioning.api [-] 42 -> 43...  2021-06-02 11:00:38.531 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:38.532 | INFO migrate.versioning.api [-] 43 -> 44...  2021-06-02 11:00:38.932 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:38.932 | INFO migrate.versioning.api [-] 44 -> 45...  2021-06-02 11:00:38.939 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:38.939 | INFO migrate.versioning.api [-] 45 -> 46...  2021-06-02 11:00:38.945 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:38.946 | INFO migrate.versioning.api [-] 46 -> 47...  2021-06-02 11:00:38.954 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:38.954 | INFO migrate.versioning.api [-] 47 -> 48...  2021-06-02 11:00:38.962 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:38.962 | INFO migrate.versioning.api [-] 48 -> 49...  2021-06-02 11:00:38.969 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:38.969 | INFO migrate.versioning.api [-] 49 -> 50...  2021-06-02 11:00:39.067 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:39.068 | INFO migrate.versioning.api [-] 50 -> 51...  2021-06-02 11:00:39.740 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:39.740 | INFO migrate.versioning.api [-] 51 -> 52...  2021-06-02 11:00:39.871 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:39.871 | INFO migrate.versioning.api [-] 52 -> 53...  2021-06-02 11:00:39.879 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:39.880 | INFO migrate.versioning.api [-] 53 -> 54...  2021-06-02 11:00:39.888 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:39.889 | INFO migrate.versioning.api [-] 54 -> 55...  2021-06-02 11:00:39.895 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:39.895 | INFO migrate.versioning.api [-] 55 -> 56...  2021-06-02 11:00:39.904 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:39.905 | INFO migrate.versioning.api [-] 56 -> 57...  2021-06-02 11:00:39.911 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:39.911 | INFO migrate.versioning.api [-] 57 -> 58...  2021-06-02 11:00:40.009 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:40.009 | INFO migrate.versioning.api [-] 58 -> 59...  2021-06-02 11:00:40.125 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:40.126 | INFO migrate.versioning.api [-] 59 -> 60...  2021-06-02 11:00:40.242 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:40.242 | INFO migrate.versioning.api [-] 60 -> 61...  2021-06-02 11:00:40.362 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:40.362 | INFO migrate.versioning.api [-] 61 -> 62...  2021-06-02 11:00:40.522 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:40.522 | INFO migrate.versioning.api [-] 62 -> 63...  2021-06-02 11:00:40.531 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:40.531 | INFO migrate.versioning.api [-] 63 -> 64...  2021-06-02 11:00:40.538 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:40.539 | INFO migrate.versioning.api [-] 64 -> 65...  2021-06-02 11:00:40.549 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:40.549 | INFO migrate.versioning.api [-] 65 -> 66...  2021-06-02 11:00:40.557 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:40.557 | INFO migrate.versioning.api [-] 66 -> 67...  2021-06-02 11:00:40.565 | INFO migrate.versioning.api [-] done 2021-06-02 11:00:40.950 | + lib/nova:init_nova:745 : recreate_database nova_cell0 2021-06-02 11:00:40.953 | + lib/database:recreate_database:110 : local db=nova_cell0 2021-06-02 11:00:40.956 | + lib/database:recreate_database:111 : recreate_database_mysql nova_cell0 2021-06-02 11:00:40.958 | + lib/databases/mysql:recreate_database_mysql:61 : local db=nova_cell0 2021-06-02 11:00:40.961 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2021-06-02 11:00:40.965 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-06-02 11:00:40.978 | + lib/databases/mysql:recreate_database_mysql:63 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' 2021-06-02 11:00:40.981 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-06-02 11:00:40.994 | ++ lib/nova:init_nova:751 : database_connection_url nova_cell0 2021-06-02 11:00:40.997 | ++ lib/database:database_connection_url:132 : local db=nova_cell0 2021-06-02 11:00:41.000 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_cell0 2021-06-02 11:00:41.002 | ++ lib/databases/mysql:database_connection_url_mysql:179 : local db=nova_cell0 2021-06-02 11:00:41.005 | ++ lib/databases/mysql:database_connection_url_mysql:180 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2021-06-02 11:00:41.008 | + lib/nova:init_nova:751 : /usr/local/bin/nova-manage cell_v2 map_cell0 --database_connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2021-06-02 11:00:45.453 | ++ lib/nova:init_nova:754 : seq 1 1 2021-06-02 11:00:45.456 | + lib/nova:init_nova:754 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-06-02 11:00:45.459 | + lib/nova:init_nova:755 : recreate_database nova_cell1 2021-06-02 11:00:45.461 | + lib/database:recreate_database:110 : local db=nova_cell1 2021-06-02 11:00:45.464 | + lib/database:recreate_database:111 : recreate_database_mysql nova_cell1 2021-06-02 11:00:45.466 | + lib/databases/mysql:recreate_database_mysql:61 : local db=nova_cell1 2021-06-02 11:00:45.469 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2021-06-02 11:00:45.473 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-06-02 11:00:45.485 | + lib/databases/mysql:recreate_database_mysql:63 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;' 2021-06-02 11:00:45.488 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-06-02 11:00:45.502 | ++ lib/nova:init_nova:756 : conductor_conf 1 2021-06-02 11:00:45.504 | ++ lib/nova:conductor_conf:727 : local cell=1 2021-06-02 11:00:45.507 | ++ lib/nova:conductor_conf:728 : echo /etc/nova/nova_cell1.conf 2021-06-02 11:00:45.510 | + lib/nova:init_nova:756 : /usr/local/bin/nova-manage --config-file /etc/nova/nova_cell1.conf db sync --local_cell 2021-06-02 11:00:49.213 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/sqlalchemy/migrate_repo... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-06-02 11:00:49.215 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/222_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.215 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/222_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.215 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.216 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.216 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/257_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.216 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/257_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.216 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/260_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.217 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/260_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.217 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/329_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.217 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/329_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.217 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/314_add_resource_provider_tables.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.218 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/314_add_resource_provider_tables.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.218 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/246_add_compute_node_id_fk.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.218 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.218 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/246_sqlite_upgrade.sql... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.219 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/246_sqlite_upgrade.sql loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.219 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/377_add_migrations_updated_at_index.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.219 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.219 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/247_nullable_mismatch.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.220 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/247_nullable_mismatch.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.220 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.220 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.220 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/370_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.221 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/370_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.221 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.221 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.221 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/366_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.222 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/366_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.222 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/221_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.222 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/221_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.222 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.223 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.223 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/321_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.223 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/321_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.223 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/335_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.224 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/335_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.224 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/283_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.224 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/283_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.224 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/261_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.225 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/261_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.225 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/272_add_keypair_type.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.225 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/272_add_keypair_type.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.225 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/217_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.225 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/217_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.226 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/351_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.226 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/351_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.226 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/249_remove_duplicate_index.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.226 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/249_remove_duplicate_index.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.227 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/298_mysql_extra_specs_binary_collation.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.227 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.227 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/369_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.227 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/369_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.228 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/357_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.228 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/357_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.228 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/300_migration_context.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.228 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/300_migration_context.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.229 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/368_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.229 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/368_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.229 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/346_remove_scheduled_at_column.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.229 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/346_remove_scheduled_at_column.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.230 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/243_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.230 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/243_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.230 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/311_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.230 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/311_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.231 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/343_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.231 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/343_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.231 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/322_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.231 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/322_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.231 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/337_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.232 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/337_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.232 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/379_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.232 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/379_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.233 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/318_resource_provider_name_aggregates.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.233 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/318_resource_provider_name_aggregates.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.233 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/336_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.233 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/336_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.234 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/273_sqlite_foreign_keys.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.234 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/273_sqlite_foreign_keys.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.234 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.234 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.235 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.235 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.235 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/239_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.235 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/239_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.236 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/259_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.236 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/259_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.236 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/390_add_trusted_certs.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.236 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/390_add_trusted_certs.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.236 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/292_drop_nova_volumes_tables.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.237 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/292_drop_nova_volumes_tables.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.237 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/338_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.237 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/338_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.237 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/271_sqlite_postgresql_indexes.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.238 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/271_sqlite_postgresql_indexes.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.238 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/397_migrations_cross_cell_move.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.238 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/397_migrations_cross_cell_move.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.238 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.239 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.239 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/360_add_compute_node_mapped.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.239 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/360_add_compute_node_mapped.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.239 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/308_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.240 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/308_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.240 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/391_add_volume_type_to_bdm.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.240 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.240 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/388_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.241 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/388_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.241 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/265_remove_duplicated_index.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.241 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/265_remove_duplicated_index.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.241 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/294_add_service_heartbeat.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.242 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/294_add_service_heartbeat.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.242 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/307_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.242 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/307_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.242 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/399_add_instances_hidden.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.242 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/399_add_instances_hidden.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.243 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/245_add_mtu_and_dhcp_server.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.243 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.243 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/374_bdm_uuid.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.243 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/374_bdm_uuid.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.244 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/354_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.244 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/354_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.244 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.244 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.245 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/310_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.245 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/310_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.245 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/372_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.245 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/372_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.246 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/327_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.246 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/327_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.246 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/371_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.246 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/371_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.247 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/323_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.247 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/323_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.247 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/312_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.247 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/312_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.247 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/344_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.248 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/344_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.248 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/284_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.249 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/284_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.249 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/285_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.249 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/285_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.249 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/282_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.250 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/282_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.250 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/334_device_metadata_in_extra.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.250 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/334_device_metadata_in_extra.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.250 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.251 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.251 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.251 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.251 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/387_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.252 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/387_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.252 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/289_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.252 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/289_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.252 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/263_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.253 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/263_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.253 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/290_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.253 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/290_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.253 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.254 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.254 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/236_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.254 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/236_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.254 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/332_keypair_in_extra.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.255 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/332_keypair_in_extra.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.255 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.255 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.255 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/232_drop_dump_tables.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.256 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/232_drop_dump_tables.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.256 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/252_add_instance_extra_table.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.256 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/252_add_instance_extra_table.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.256 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/365_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.256 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/365_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.257 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/384_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.257 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/384_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.257 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/266_add_instance_tags.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.257 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/266_add_instance_tags.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.258 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/270_flavor_data_in_extra.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.258 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/270_flavor_data_in_extra.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.258 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/400_enforce_service_uuid.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.258 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/400_enforce_service_uuid.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.259 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/392_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.259 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/392_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.259 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/342_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.259 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/342_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.260 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/299_service_version_number.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.260 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/299_service_version_number.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.260 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.260 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.261 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/287_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.261 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/287_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.261 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/231_add_ephemeral_key_uuid.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.261 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/231_add_ephemeral_key_uuid.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.262 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/396_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.262 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/396_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.262 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.262 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.262 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/264_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.263 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/264_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.263 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/340_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.263 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/340_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.263 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/345_require_online_migration_completion.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.264 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/345_require_online_migration_completion.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.264 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/385_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.264 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/385_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.264 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/288_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.265 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/288_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.265 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/373_migration_uuid.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.265 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/373_migration_uuid.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.265 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/402_add_resources.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.266 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/402_add_resources.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.266 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/355_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.267 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/355_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.267 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/389_add_aggregate_metadata_index.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.267 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/389_add_aggregate_metadata_index.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.267 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/235_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.268 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/235_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.268 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/281_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.268 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/281_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.268 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/393_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.269 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/393_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.269 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/358_bdm_attachment_id.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.269 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/358_bdm_attachment_id.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.269 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/313_add_parent_id_column.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.270 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/313_add_parent_id_column.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.270 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/356_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.270 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/356_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.270 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/297_add_forced_down_for_services.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.270 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.271 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/218_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.271 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/218_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.271 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/364_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.271 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/364_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.272 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/225_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.272 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/225_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.272 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/274_update_instances_project_id_index.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.272 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.273 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/295_add_virtual_interfaces_uuid_index.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.273 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.273 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.273 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.274 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.274 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.274 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/267_instance_uuid_non_nullable.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.274 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/267_instance_uuid_non_nullable.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.274 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/233_add_stats_in_compute_nodes.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.275 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.275 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/220_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.275 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/220_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.275 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/242_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.276 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/242_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.276 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/269_add_numa_node_column.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.276 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/269_add_numa_node_column.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.276 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/324_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.277 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/324_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.277 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/241_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.277 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/241_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.277 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/315_add_migration_progresss_detail.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.278 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/315_add_migration_progresss_detail.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.278 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/381_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.278 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/381_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.278 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/291_enforce_flavors_migrated.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.279 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/291_enforce_flavors_migrated.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.279 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/398_add_vpmems.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.279 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/398_add_vpmems.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.279 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/367_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.279 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/367_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.280 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/306_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.280 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/306_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.280 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/237_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.280 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/237_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.281 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/326_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.281 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/326_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.281 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/277_add_fixed_ip_updated_index.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.281 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.282 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/339_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.282 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/339_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.282 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/262_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.282 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/262_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.283 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/330_enforce_mitaka_online_migrations.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.283 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/330_enforce_mitaka_online_migrations.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.283 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/349_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.283 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/349_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.284 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/361_add_compute_nodes_uuid_index.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.284 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.284 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/347_add_updated_at_index.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.284 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/347_add_updated_at_index.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.285 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/275_add_keypair_type.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.285 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/275_add_keypair_type.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.285 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/333_add_console_auth_tokens_table.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.285 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.286 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/328_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.286 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/328_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.286 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/363_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.286 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/363_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.286 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/376_add_console_auth_tokens_index.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.287 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.287 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.287 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.287 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/286_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.288 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/286_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.288 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/383_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.288 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/383_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.288 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/353_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.289 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/353_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.289 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/296_add_missing_db2_fkeys.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.289 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/296_add_missing_db2_fkeys.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.289 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/386_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.290 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/386_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.290 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/309_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.290 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/309_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.290 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/258_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.291 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/258_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.291 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/317_add_aggregate_uuid.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.291 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/317_add_aggregate_uuid.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.291 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/223_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.291 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/223_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.292 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/268_add_host_in_compute_node.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.292 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.292 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/228_add_metrics_in_compute_nodes.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.292 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.293 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/219_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.293 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/219_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.293 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/362_add_pci_devices_uuid.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.293 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/362_add_pci_devices_uuid.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.294 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/394_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.294 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/394_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.294 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/276_vcpu_model.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.294 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/276_vcpu_model.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.295 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/395_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.295 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/395_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.295 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/248_add_expire_reservations_index.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.295 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/248_add_expire_reservations_index.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.296 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/255_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.296 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/255_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.296 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.296 | 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=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.297 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/240_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.297 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/240_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.297 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/325_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.297 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/325_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.298 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/224_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.298 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/224_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.298 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/320_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.298 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/320_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.298 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/293_add_migration_type.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.299 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/293_add_migration_type.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.299 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/250_remove_instance_groups_metadata.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.299 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/250_remove_instance_groups_metadata.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.299 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/350_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.300 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/350_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.300 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/305_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.300 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/305_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.300 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/348_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.301 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/348_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.301 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/359_add_service_uuid.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.301 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/359_add_service_uuid.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.301 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/238_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.302 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/238_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.302 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/341_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.302 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/341_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.302 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/234_add_expire_reservations_index.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.303 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/234_add_expire_reservations_index.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.303 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/352_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.303 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/352_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.303 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/382_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.303 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/382_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.304 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/380_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.304 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/380_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.304 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/304_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.304 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/304_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.305 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/226_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.305 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/226_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.305 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/303_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.305 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/303_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.306 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/216_havana.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.306 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/216_havana.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.306 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/256_placeholder.py... {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:00:49.306 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/256_placeholder.py loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:00:49.307 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/sqlalchemy/migrate_repo loaded successfully {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-06-02 11:00:49.307 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'nova'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) {{(pid=74555) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-06-02 11:00:49.439 | INFO migrate.versioning.api [-] 215 -> 216...  2021-06-02 11:01:02.829 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:02.830 | INFO migrate.versioning.api [-] 216 -> 217...  2021-06-02 11:01:02.838 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:02.838 | INFO migrate.versioning.api [-] 217 -> 218...  2021-06-02 11:01:02.846 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:02.846 | INFO migrate.versioning.api [-] 218 -> 219...  2021-06-02 11:01:02.854 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:02.855 | INFO migrate.versioning.api [-] 219 -> 220...  2021-06-02 11:01:02.863 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:02.864 | INFO migrate.versioning.api [-] 220 -> 221...  2021-06-02 11:01:02.870 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:02.870 | INFO migrate.versioning.api [-] 221 -> 222...  2021-06-02 11:01:02.878 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:02.878 | INFO migrate.versioning.api [-] 222 -> 223...  2021-06-02 11:01:02.886 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:02.887 | INFO migrate.versioning.api [-] 223 -> 224...  2021-06-02 11:01:02.893 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:02.893 | INFO migrate.versioning.api [-] 224 -> 225...  2021-06-02 11:01:02.901 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:02.902 | INFO migrate.versioning.api [-] 225 -> 226...  2021-06-02 11:01:02.910 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:02.910 | INFO migrate.versioning.api [-] 226 -> 227...  2021-06-02 11:01:02.921 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:02.921 | INFO migrate.versioning.api [-] 227 -> 228...  2021-06-02 11:01:03.115 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:03.115 | INFO migrate.versioning.api [-] 228 -> 229...  2021-06-02 11:01:03.318 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:03.318 | INFO migrate.versioning.api [-] 229 -> 230...  2021-06-02 11:01:03.734 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:03.734 | INFO migrate.versioning.api [-] 230 -> 231...  2021-06-02 11:01:04.006 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:04.006 | INFO migrate.versioning.api [-] 231 -> 232...  2021-06-02 11:01:04.500 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:04.500 | INFO migrate.versioning.api [-] 232 -> 233...  2021-06-02 11:01:04.860 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:04.860 | INFO migrate.versioning.api [-] 233 -> 234...  2021-06-02 11:01:04.906 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:04.907 | INFO migrate.versioning.api [-] 234 -> 235...  2021-06-02 11:01:04.915 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:04.916 | INFO migrate.versioning.api [-] 235 -> 236...  2021-06-02 11:01:04.923 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:04.923 | INFO migrate.versioning.api [-] 236 -> 237...  2021-06-02 11:01:04.932 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:04.932 | INFO migrate.versioning.api [-] 237 -> 238...  2021-06-02 11:01:04.939 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:04.939 | INFO migrate.versioning.api [-] 238 -> 239...  2021-06-02 11:01:04.947 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:04.947 | INFO migrate.versioning.api [-] 239 -> 240...  2021-06-02 11:01:04.956 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:04.956 | INFO migrate.versioning.api [-] 240 -> 241...  2021-06-02 11:01:04.963 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:04.963 | INFO migrate.versioning.api [-] 241 -> 242...  2021-06-02 11:01:04.970 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:04.971 | INFO migrate.versioning.api [-] 242 -> 243...  2021-06-02 11:01:04.980 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:04.980 | INFO migrate.versioning.api [-] 243 -> 244...  2021-06-02 11:01:05.000 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:05.001 | INFO migrate.versioning.api [-] 244 -> 245...  2021-06-02 11:01:05.925 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:05.925 | INFO migrate.versioning.api [-] 245 -> 246...  2021-06-02 11:01:06.059 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:06.059 | INFO migrate.versioning.api [-] 246 -> 247...  2021-06-02 11:01:06.609 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:06.609 | INFO migrate.versioning.api [-] 247 -> 248...  2021-06-02 11:01:06.619 | INFO 248_add_expire_reservations_index [-] Skipped adding reservations_deleted_expire_idx because an equivalent index already exists. 2021-06-02 11:01:06.625 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:06.625 | INFO migrate.versioning.api [-] 248 -> 249...  2021-06-02 11:01:06.654 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:06.654 | INFO migrate.versioning.api [-] 249 -> 250...  2021-06-02 11:01:06.692 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:06.692 | INFO migrate.versioning.api [-] 250 -> 251...  2021-06-02 11:01:06.882 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:06.882 | INFO migrate.versioning.api [-] 251 -> 252...  2021-06-02 11:01:07.223 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:07.224 | INFO migrate.versioning.api [-] 252 -> 253...  2021-06-02 11:01:07.406 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:07.412 | INFO migrate.versioning.api [-] 253 -> 254...  2021-06-02 11:01:07.623 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:07.625 | INFO migrate.versioning.api [-] 254 -> 255...  2021-06-02 11:01:07.636 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:07.637 | INFO migrate.versioning.api [-] 255 -> 256...  2021-06-02 11:01:07.648 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:07.650 | INFO migrate.versioning.api [-] 256 -> 257...  2021-06-02 11:01:07.661 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:07.662 | INFO migrate.versioning.api [-] 257 -> 258...  2021-06-02 11:01:07.674 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:07.674 | INFO migrate.versioning.api [-] 258 -> 259...  2021-06-02 11:01:07.680 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:07.682 | INFO migrate.versioning.api [-] 259 -> 260...  2021-06-02 11:01:07.693 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:07.693 | INFO migrate.versioning.api [-] 260 -> 261...  2021-06-02 11:01:07.700 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:07.701 | INFO migrate.versioning.api [-] 261 -> 262...  2021-06-02 11:01:07.707 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:07.707 | INFO migrate.versioning.api [-] 262 -> 263...  2021-06-02 11:01:07.714 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:07.715 | INFO migrate.versioning.api [-] 263 -> 264...  2021-06-02 11:01:07.721 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:07.721 | INFO migrate.versioning.api [-] 264 -> 265...  2021-06-02 11:01:07.775 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:07.780 | INFO migrate.versioning.api [-] 265 -> 266...  2021-06-02 11:01:07.874 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:07.874 | INFO migrate.versioning.api [-] 266 -> 267...  2021-06-02 11:01:08.531 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:08.531 | INFO migrate.versioning.api [-] 267 -> 268...  2021-06-02 11:01:08.771 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:08.772 | INFO migrate.versioning.api [-] 268 -> 269...  2021-06-02 11:01:08.971 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:08.972 | INFO migrate.versioning.api [-] 269 -> 270...  2021-06-02 11:01:09.187 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:09.188 | INFO migrate.versioning.api [-] 270 -> 271...  2021-06-02 11:01:09.315 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:09.315 | INFO migrate.versioning.api [-] 271 -> 272...  2021-06-02 11:01:09.323 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:09.324 | INFO migrate.versioning.api [-] 272 -> 273...  2021-06-02 11:01:09.331 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:09.331 | INFO migrate.versioning.api [-] 273 -> 274...  2021-06-02 11:01:09.410 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:09.410 | INFO migrate.versioning.api [-] 274 -> 275...  2021-06-02 11:01:09.607 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:09.607 | INFO migrate.versioning.api [-] 275 -> 276...  2021-06-02 11:01:09.786 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:09.786 | INFO migrate.versioning.api [-] 276 -> 277...  2021-06-02 11:01:09.834 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:09.834 | INFO migrate.versioning.api [-] 277 -> 278...  2021-06-02 11:01:10.081 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:10.082 | INFO migrate.versioning.api [-] 278 -> 279...  2021-06-02 11:01:10.156 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:10.156 | INFO migrate.versioning.api [-] 279 -> 280...  2021-06-02 11:01:10.325 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:10.325 | INFO migrate.versioning.api [-] 280 -> 281...  2021-06-02 11:01:10.332 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:10.333 | INFO migrate.versioning.api [-] 281 -> 282...  2021-06-02 11:01:10.341 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:10.341 | INFO migrate.versioning.api [-] 282 -> 283...  2021-06-02 11:01:10.350 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:10.350 | INFO migrate.versioning.api [-] 283 -> 284...  2021-06-02 11:01:10.358 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:10.358 | INFO migrate.versioning.api [-] 284 -> 285...  2021-06-02 11:01:10.366 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:10.366 | INFO migrate.versioning.api [-] 285 -> 286...  2021-06-02 11:01:10.374 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:10.375 | INFO migrate.versioning.api [-] 286 -> 287...  2021-06-02 11:01:10.383 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:10.383 | INFO migrate.versioning.api [-] 287 -> 288...  2021-06-02 11:01:10.390 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:10.390 | INFO migrate.versioning.api [-] 288 -> 289...  2021-06-02 11:01:10.398 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:10.398 | INFO migrate.versioning.api [-] 289 -> 290...  2021-06-02 11:01:10.407 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:10.407 | INFO migrate.versioning.api [-] 290 -> 291...  2021-06-02 11:01:10.431 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:10.431 | INFO migrate.versioning.api [-] 291 -> 292...  2021-06-02 11:01:10.654 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:10.655 | INFO migrate.versioning.api [-] 292 -> 293...  2021-06-02 11:01:11.050 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:11.050 | INFO migrate.versioning.api [-] 293 -> 294...  2021-06-02 11:01:11.234 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:11.234 | INFO migrate.versioning.api [-] 294 -> 295...  2021-06-02 11:01:11.294 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:11.294 | INFO migrate.versioning.api [-] 295 -> 296...  2021-06-02 11:01:11.301 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:11.301 | INFO migrate.versioning.api [-] 296 -> 297...  2021-06-02 11:01:11.490 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:11.491 | INFO migrate.versioning.api [-] 297 -> 298...  2021-06-02 11:01:11.632 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:11.633 | INFO migrate.versioning.api [-] 298 -> 299...  2021-06-02 11:01:11.840 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:11.841 | INFO migrate.versioning.api [-] 299 -> 300...  2021-06-02 11:01:12.050 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:12.050 | INFO migrate.versioning.api [-] 300 -> 301...  2021-06-02 11:01:12.420 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:12.420 | INFO migrate.versioning.api [-] 301 -> 302...  2021-06-02 11:01:12.427 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:12.427 | INFO migrate.versioning.api [-] 302 -> 303...  2021-06-02 11:01:12.436 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:12.437 | INFO migrate.versioning.api [-] 303 -> 304...  2021-06-02 11:01:12.445 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:12.446 | INFO migrate.versioning.api [-] 304 -> 305...  2021-06-02 11:01:12.454 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:12.454 | INFO migrate.versioning.api [-] 305 -> 306...  2021-06-02 11:01:12.462 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:12.463 | INFO migrate.versioning.api [-] 306 -> 307...  2021-06-02 11:01:12.471 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:12.471 | INFO migrate.versioning.api [-] 307 -> 308...  2021-06-02 11:01:12.480 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:12.481 | INFO migrate.versioning.api [-] 308 -> 309...  2021-06-02 11:01:12.488 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:12.488 | INFO migrate.versioning.api [-] 309 -> 310...  2021-06-02 11:01:12.497 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:12.497 | INFO migrate.versioning.api [-] 310 -> 311...  2021-06-02 11:01:12.505 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:12.505 | INFO migrate.versioning.api [-] 311 -> 312...  2021-06-02 11:01:12.513 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:12.513 | INFO migrate.versioning.api [-] 312 -> 313...  2021-06-02 11:01:12.770 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:12.771 | INFO migrate.versioning.api [-] 313 -> 314...  2021-06-02 11:01:13.379 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:13.380 | INFO migrate.versioning.api [-] 314 -> 315...  2021-06-02 11:01:14.560 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:14.561 | INFO migrate.versioning.api [-] 315 -> 316...  2021-06-02 11:01:14.746 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:14.746 | INFO migrate.versioning.api [-] 316 -> 317...  2021-06-02 11:01:14.977 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:14.977 | INFO migrate.versioning.api [-] 317 -> 318...  2021-06-02 11:01:15.807 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:15.807 | INFO migrate.versioning.api [-] 318 -> 319...  2021-06-02 11:01:15.848 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:15.849 | INFO migrate.versioning.api [-] 319 -> 320...  2021-06-02 11:01:15.857 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:15.857 | INFO migrate.versioning.api [-] 320 -> 321...  2021-06-02 11:01:15.865 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:15.866 | INFO migrate.versioning.api [-] 321 -> 322...  2021-06-02 11:01:15.874 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:15.874 | INFO migrate.versioning.api [-] 322 -> 323...  2021-06-02 11:01:15.882 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:15.882 | INFO migrate.versioning.api [-] 323 -> 324...  2021-06-02 11:01:15.890 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:15.891 | INFO migrate.versioning.api [-] 324 -> 325...  2021-06-02 11:01:15.899 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:15.899 | INFO migrate.versioning.api [-] 325 -> 326...  2021-06-02 11:01:15.906 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:15.906 | INFO migrate.versioning.api [-] 326 -> 327...  2021-06-02 11:01:15.915 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:15.915 | INFO migrate.versioning.api [-] 327 -> 328...  2021-06-02 11:01:15.922 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:15.922 | INFO migrate.versioning.api [-] 328 -> 329...  2021-06-02 11:01:15.930 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:15.930 | INFO migrate.versioning.api [-] 329 -> 330...  2021-06-02 11:01:15.961 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:15.961 | INFO migrate.versioning.api [-] 330 -> 331...  2021-06-02 11:01:16.392 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:16.392 | INFO migrate.versioning.api [-] 331 -> 332...  2021-06-02 11:01:16.589 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:16.589 | INFO migrate.versioning.api [-] 332 -> 333...  2021-06-02 11:01:16.790 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:16.791 | INFO migrate.versioning.api [-] 333 -> 334...  2021-06-02 11:01:16.991 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:16.991 | INFO migrate.versioning.api [-] 334 -> 335...  2021-06-02 11:01:16.998 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:16.998 | INFO migrate.versioning.api [-] 335 -> 336...  2021-06-02 11:01:17.006 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:17.006 | INFO migrate.versioning.api [-] 336 -> 337...  2021-06-02 11:01:17.014 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:17.015 | INFO migrate.versioning.api [-] 337 -> 338...  2021-06-02 11:01:17.021 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:17.021 | INFO migrate.versioning.api [-] 338 -> 339...  2021-06-02 11:01:17.030 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:17.030 | INFO migrate.versioning.api [-] 339 -> 340...  2021-06-02 11:01:17.038 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:17.038 | INFO migrate.versioning.api [-] 340 -> 341...  2021-06-02 11:01:17.046 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:17.047 | INFO migrate.versioning.api [-] 341 -> 342...  2021-06-02 11:01:17.053 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:17.053 | INFO migrate.versioning.api [-] 342 -> 343...  2021-06-02 11:01:17.061 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:17.062 | INFO migrate.versioning.api [-] 343 -> 344...  2021-06-02 11:01:17.070 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:17.070 | INFO migrate.versioning.api [-] 344 -> 345...  2021-06-02 11:01:17.103 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:17.103 | INFO migrate.versioning.api [-] 345 -> 346...  2021-06-02 11:01:17.364 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:17.364 | INFO migrate.versioning.api [-] 346 -> 347...  2021-06-02 11:01:17.476 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:17.476 | INFO migrate.versioning.api [-] 347 -> 348...  2021-06-02 11:01:17.485 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:17.485 | INFO migrate.versioning.api [-] 348 -> 349...  2021-06-02 11:01:17.491 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:17.491 | INFO migrate.versioning.api [-] 349 -> 350...  2021-06-02 11:01:17.499 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:17.500 | INFO migrate.versioning.api [-] 350 -> 351...  2021-06-02 11:01:17.508 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:17.508 | INFO migrate.versioning.api [-] 351 -> 352...  2021-06-02 11:01:17.516 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:17.516 | INFO migrate.versioning.api [-] 352 -> 353...  2021-06-02 11:01:17.523 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:17.523 | INFO migrate.versioning.api [-] 353 -> 354...  2021-06-02 11:01:17.531 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:17.531 | INFO migrate.versioning.api [-] 354 -> 355...  2021-06-02 11:01:17.539 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:17.540 | INFO migrate.versioning.api [-] 355 -> 356...  2021-06-02 11:01:17.548 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:17.549 | INFO migrate.versioning.api [-] 356 -> 357...  2021-06-02 11:01:17.555 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:17.555 | INFO migrate.versioning.api [-] 357 -> 358...  2021-06-02 11:01:17.797 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:17.797 | INFO migrate.versioning.api [-] 358 -> 359...  2021-06-02 11:01:18.041 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:18.041 | INFO migrate.versioning.api [-] 359 -> 360...  2021-06-02 11:01:18.204 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:18.204 | INFO migrate.versioning.api [-] 360 -> 361...  2021-06-02 11:01:18.261 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:18.261 | INFO migrate.versioning.api [-] 361 -> 362...  2021-06-02 11:01:18.473 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:18.473 | INFO migrate.versioning.api [-] 362 -> 363...  2021-06-02 11:01:18.482 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:18.482 | INFO migrate.versioning.api [-] 363 -> 364...  2021-06-02 11:01:18.490 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:18.490 | INFO migrate.versioning.api [-] 364 -> 365...  2021-06-02 11:01:18.499 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:18.500 | INFO migrate.versioning.api [-] 365 -> 366...  2021-06-02 11:01:18.507 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:18.507 | INFO migrate.versioning.api [-] 366 -> 367...  2021-06-02 11:01:18.518 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:18.518 | INFO migrate.versioning.api [-] 367 -> 368...  2021-06-02 11:01:18.524 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:18.525 | INFO migrate.versioning.api [-] 368 -> 369...  2021-06-02 11:01:18.531 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:18.531 | INFO migrate.versioning.api [-] 369 -> 370...  2021-06-02 11:01:18.539 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:18.540 | INFO migrate.versioning.api [-] 370 -> 371...  2021-06-02 11:01:18.546 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:18.547 | INFO migrate.versioning.api [-] 371 -> 372...  2021-06-02 11:01:18.554 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:18.555 | INFO migrate.versioning.api [-] 372 -> 373...  2021-06-02 11:01:18.846 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:18.846 | INFO migrate.versioning.api [-] 373 -> 374...  2021-06-02 11:01:19.117 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:19.117 | INFO migrate.versioning.api [-] 374 -> 375...  2021-06-02 11:01:19.241 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:19.242 | INFO migrate.versioning.api [-] 375 -> 376...  2021-06-02 11:01:19.296 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:19.296 | INFO migrate.versioning.api [-] 376 -> 377...  2021-06-02 11:01:19.343 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:19.344 | INFO migrate.versioning.api [-] 377 -> 378...  2021-06-02 11:01:19.404 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:19.404 | INFO migrate.versioning.api [-] 378 -> 379...  2021-06-02 11:01:19.411 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:19.411 | INFO migrate.versioning.api [-] 379 -> 380...  2021-06-02 11:01:19.420 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:19.420 | INFO migrate.versioning.api [-] 380 -> 381...  2021-06-02 11:01:19.426 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:19.426 | INFO migrate.versioning.api [-] 381 -> 382...  2021-06-02 11:01:19.435 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:19.435 | INFO migrate.versioning.api [-] 382 -> 383...  2021-06-02 11:01:19.464 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:19.464 | INFO migrate.versioning.api [-] 383 -> 384...  2021-06-02 11:01:19.472 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:19.473 | INFO migrate.versioning.api [-] 384 -> 385...  2021-06-02 11:01:19.482 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:19.482 | INFO migrate.versioning.api [-] 385 -> 386...  2021-06-02 11:01:19.489 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:19.489 | INFO migrate.versioning.api [-] 386 -> 387...  2021-06-02 11:01:19.497 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:19.497 | INFO migrate.versioning.api [-] 387 -> 388...  2021-06-02 11:01:19.504 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:19.504 | INFO migrate.versioning.api [-] 388 -> 389...  2021-06-02 11:01:19.557 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:19.557 | INFO migrate.versioning.api [-] 389 -> 390...  2021-06-02 11:01:19.759 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:19.759 | INFO migrate.versioning.api [-] 390 -> 391...  2021-06-02 11:01:20.002 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:20.002 | INFO migrate.versioning.api [-] 391 -> 392...  2021-06-02 11:01:20.010 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:20.010 | INFO migrate.versioning.api [-] 392 -> 393...  2021-06-02 11:01:20.018 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:20.019 | INFO migrate.versioning.api [-] 393 -> 394...  2021-06-02 11:01:20.027 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:20.027 | INFO migrate.versioning.api [-] 394 -> 395...  2021-06-02 11:01:20.035 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:20.036 | INFO migrate.versioning.api [-] 395 -> 396...  2021-06-02 11:01:20.044 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:20.044 | INFO migrate.versioning.api [-] 396 -> 397...  2021-06-02 11:01:20.291 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:20.291 | INFO migrate.versioning.api [-] 397 -> 398...  2021-06-02 11:01:20.511 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:20.511 | INFO migrate.versioning.api [-] 398 -> 399...  2021-06-02 11:01:20.778 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:20.779 | INFO migrate.versioning.api [-] 399 -> 400...  2021-06-02 11:01:20.793 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:20.794 | INFO migrate.versioning.api [-] 400 -> 401...  2021-06-02 11:01:21.232 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:21.233 | INFO migrate.versioning.api [-] 401 -> 402...  2021-06-02 11:01:21.438 | INFO migrate.versioning.api [-] done 2021-06-02 11:01:21.438 | /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-06-02 11:01:21.438 | result = self._query(query) 2021-06-02 11:01:21.438 | /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-06-02 11:01:21.438 | result = self._query(query) 2021-06-02 11:01:21.835 | + lib/nova:init_nova:760 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db sync 2021-06-02 11:01:25.792 | DEBUG migrate.versioning.repository [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading repository /opt/stack/nova/nova/db/sqlalchemy/migrate_repo... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-06-02 11:01:25.794 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/222_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.794 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/222_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.794 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/251_add_numa_topology_to_comput_nodes.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.795 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/251_add_numa_topology_to_comput_nodes.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.796 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/257_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.796 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/257_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.796 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/260_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.797 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/260_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.797 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/329_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.797 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/329_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.798 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/314_add_resource_provider_tables.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.798 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/314_add_resource_provider_tables.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.799 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/246_add_compute_node_id_fk.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.799 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/246_add_compute_node_id_fk.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.799 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/246_sqlite_upgrade.sql... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.800 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/246_sqlite_upgrade.sql loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.800 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/377_add_migrations_updated_at_index.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.801 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/377_add_migrations_updated_at_index.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.801 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/247_nullable_mismatch.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.801 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/247_nullable_mismatch.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.802 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/375_add_access_url_to_console_auth_tokens.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.802 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/375_add_access_url_to_console_auth_tokens.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.802 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/370_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.803 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/370_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.803 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/244_increase_user_id_length_volume_usage_cache.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.804 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/244_increase_user_id_length_volume_usage_cache.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.804 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/366_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.804 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/366_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.805 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/221_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.805 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/221_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.805 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/302_pgsql_add_instance_system_metadata_index.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.806 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/302_pgsql_add_instance_system_metadata_index.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.806 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/321_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.807 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/321_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.807 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/335_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.807 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/335_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.808 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/283_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.808 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/283_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.808 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/261_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.809 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/261_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.809 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/272_add_keypair_type.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.809 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/272_add_keypair_type.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.810 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/217_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.811 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/217_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.811 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/351_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.811 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/351_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.812 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/249_remove_duplicate_index.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.812 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/249_remove_duplicate_index.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.813 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/298_mysql_extra_specs_binary_collation.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.813 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/298_mysql_extra_specs_binary_collation.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.813 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/369_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.814 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/369_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.814 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/357_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.814 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/357_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.815 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/300_migration_context.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.815 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/300_migration_context.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.816 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/368_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.816 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/368_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.816 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/346_remove_scheduled_at_column.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.817 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/346_remove_scheduled_at_column.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.817 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/243_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.817 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/243_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.818 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/311_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.818 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/311_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.819 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/343_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.819 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/343_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.819 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/322_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.820 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/322_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.820 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/337_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.821 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/337_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.821 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/379_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.821 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/379_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.822 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/318_resource_provider_name_aggregates.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.822 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/318_resource_provider_name_aggregates.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.822 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/336_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.823 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/336_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.823 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/273_sqlite_foreign_keys.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.824 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/273_sqlite_foreign_keys.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.824 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/280_add_nullable_false_to_keypairs_name.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.824 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/280_add_nullable_false_to_keypairs_name.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.825 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/253_add_pci_requests_to_instance_extra_table.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.825 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/253_add_pci_requests_to_instance_extra_table.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.825 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/239_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.826 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/239_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.826 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/259_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.827 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/259_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.827 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/390_add_trusted_certs.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.827 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/390_add_trusted_certs.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.828 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/292_drop_nova_volumes_tables.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.828 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/292_drop_nova_volumes_tables.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.829 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/338_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.829 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/338_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.829 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/271_sqlite_postgresql_indexes.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.830 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/271_sqlite_postgresql_indexes.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.830 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/397_migrations_cross_cell_move.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.830 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/397_migrations_cross_cell_move.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.831 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/230_add_details_column_to_instance_actions_events.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.831 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/230_add_details_column_to_instance_actions_events.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.831 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/360_add_compute_node_mapped.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.832 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/360_add_compute_node_mapped.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.832 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/308_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.833 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/308_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.833 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/391_add_volume_type_to_bdm.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.833 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/391_add_volume_type_to_bdm.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.834 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/388_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.834 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/388_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.834 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/265_remove_duplicated_index.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.835 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/265_remove_duplicated_index.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.835 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/294_add_service_heartbeat.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.835 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/294_add_service_heartbeat.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.836 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/307_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.836 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/307_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.837 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/399_add_instances_hidden.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.837 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/399_add_instances_hidden.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.837 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/245_add_mtu_and_dhcp_server.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.838 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/245_add_mtu_and_dhcp_server.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.838 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/374_bdm_uuid.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.838 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/374_bdm_uuid.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.839 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/354_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.839 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/354_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.839 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/331_add_tag_to_vifs_and_bdm.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.840 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/331_add_tag_to_vifs_and_bdm.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.840 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/310_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.841 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/310_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.842 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/372_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.843 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/372_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.843 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/327_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.844 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/327_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.845 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/371_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.845 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/371_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.845 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/323_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.846 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/323_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.846 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/312_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.846 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/312_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.847 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/344_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.847 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/344_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.847 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/284_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.848 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/284_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.848 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/285_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.849 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/285_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.849 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/282_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.849 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/282_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.850 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/334_device_metadata_in_extra.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.850 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/334_device_metadata_in_extra.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.850 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/254_add_request_id_in_pci_devices.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.851 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/254_add_request_id_in_pci_devices.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.851 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/227_fix_project_user_quotas_resource_length.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.851 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/227_fix_project_user_quotas_resource_length.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.852 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/387_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.852 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/387_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.853 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/289_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.853 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/289_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.853 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/263_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.854 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/263_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.854 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/290_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.854 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/290_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.855 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/316_add_disk_ratio_for_compute_nodes.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.855 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/316_add_disk_ratio_for_compute_nodes.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.856 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/236_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.856 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/236_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.856 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/332_keypair_in_extra.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.857 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/332_keypair_in_extra.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.858 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/279_fix_unique_constraint_for_compute_node.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.858 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/279_fix_unique_constraint_for_compute_node.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.858 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/232_drop_dump_tables.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.859 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/232_drop_dump_tables.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.859 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/252_add_instance_extra_table.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.860 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/252_add_instance_extra_table.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.860 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/365_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.860 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/365_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.861 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/384_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.861 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/384_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.861 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/266_add_instance_tags.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.862 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/266_add_instance_tags.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.862 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/270_flavor_data_in_extra.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.862 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/270_flavor_data_in_extra.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.863 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/400_enforce_service_uuid.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.863 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/400_enforce_service_uuid.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.864 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/392_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.864 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/392_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.864 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/342_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.865 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/342_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.865 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/299_service_version_number.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.865 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/299_service_version_number.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.866 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/319_add_instances_deleted_created_at_index.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.866 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/319_add_instances_deleted_created_at_index.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.867 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/287_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.867 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/287_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.867 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/231_add_ephemeral_key_uuid.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.868 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/231_add_ephemeral_key_uuid.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.868 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/396_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.868 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/396_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.869 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/378_add_instance_actions_updated_at_index.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.869 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/378_add_instance_actions_updated_at_index.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.870 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/264_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.870 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/264_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.870 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/340_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.871 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/340_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.871 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/345_require_online_migration_completion.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.871 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/345_require_online_migration_completion.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.872 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/385_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.872 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/385_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.872 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/288_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.873 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/288_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.873 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/373_migration_uuid.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.874 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/373_migration_uuid.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.874 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/402_add_resources.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.874 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/402_add_resources.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.875 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/355_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.875 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/355_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.875 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/389_add_aggregate_metadata_index.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.876 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/389_add_aggregate_metadata_index.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.876 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/235_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.876 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/235_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.877 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/281_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.877 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/281_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.878 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/393_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.878 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/393_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.878 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/358_bdm_attachment_id.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.879 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/358_bdm_attachment_id.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.879 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/313_add_parent_id_column.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.879 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/313_add_parent_id_column.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.880 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/356_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.880 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/356_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.881 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/297_add_forced_down_for_services.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.881 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/297_add_forced_down_for_services.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.881 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/218_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.882 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/218_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.882 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/364_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.882 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/364_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.883 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/225_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.883 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/225_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.883 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/274_update_instances_project_id_index.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.884 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/274_update_instances_project_id_index.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.884 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/295_add_virtual_interfaces_uuid_index.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.885 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/295_add_virtual_interfaces_uuid_index.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.885 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/401_add_user_id_and_project_id_to_migrations.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.885 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c 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=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.886 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/229_add_extra_resources_in_compute_nodes.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.886 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/229_add_extra_resources_in_compute_nodes.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.886 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/267_instance_uuid_non_nullable.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.887 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/267_instance_uuid_non_nullable.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.887 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/233_add_stats_in_compute_nodes.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.887 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/233_add_stats_in_compute_nodes.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.888 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/220_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.888 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/220_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.889 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/242_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.889 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/242_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.890 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/269_add_numa_node_column.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.890 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/269_add_numa_node_column.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.890 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/324_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.891 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/324_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.891 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/241_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.891 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/241_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.892 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/315_add_migration_progresss_detail.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.892 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/315_add_migration_progresss_detail.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.892 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/381_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.893 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/381_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.893 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/291_enforce_flavors_migrated.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.894 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/291_enforce_flavors_migrated.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.894 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/398_add_vpmems.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.894 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/398_add_vpmems.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.895 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/367_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.895 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/367_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.895 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/306_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.896 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/306_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.896 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/237_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.896 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/237_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.897 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/326_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.897 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/326_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.898 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/277_add_fixed_ip_updated_index.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.898 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/277_add_fixed_ip_updated_index.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.898 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/339_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.899 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/339_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.899 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/262_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.899 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/262_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.900 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/330_enforce_mitaka_online_migrations.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.900 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/330_enforce_mitaka_online_migrations.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.901 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/349_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.901 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/349_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.901 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/361_add_compute_nodes_uuid_index.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.902 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/361_add_compute_nodes_uuid_index.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.902 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/347_add_updated_at_index.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.902 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/347_add_updated_at_index.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.903 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/275_add_keypair_type.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.903 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/275_add_keypair_type.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.903 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/333_add_console_auth_tokens_table.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.904 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/333_add_console_auth_tokens_table.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.905 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/328_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.905 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/328_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.906 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/363_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.906 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/363_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.906 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/376_add_console_auth_tokens_index.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.907 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/376_add_console_auth_tokens_index.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.907 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/301_add_cpu_and_ram_ratios_for_compute_nodes.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.908 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c 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=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.908 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/286_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.908 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/286_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.909 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/383_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.909 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/383_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.909 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/353_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.910 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/353_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.910 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/296_add_missing_db2_fkeys.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.910 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/296_add_missing_db2_fkeys.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.911 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/386_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.911 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/386_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.912 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/309_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.912 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/309_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.912 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/258_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.913 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/258_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.913 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/317_add_aggregate_uuid.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.913 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/317_add_aggregate_uuid.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.914 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/223_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.914 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/223_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.915 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/268_add_host_in_compute_node.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.915 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/268_add_host_in_compute_node.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.915 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/228_add_metrics_in_compute_nodes.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.916 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/228_add_metrics_in_compute_nodes.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.916 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/219_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.916 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/219_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.917 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/362_add_pci_devices_uuid.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.917 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/362_add_pci_devices_uuid.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.917 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/394_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.918 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/394_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.918 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/276_vcpu_model.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.919 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/276_vcpu_model.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.919 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/395_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.919 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/395_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.920 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/248_add_expire_reservations_index.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.921 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/248_add_expire_reservations_index.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.921 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/255_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.922 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/255_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.922 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/278_remove_service_fk_in_compute_nodes.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.922 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/278_remove_service_fk_in_compute_nodes.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.923 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/240_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.923 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/240_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.923 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/325_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.924 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/325_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.924 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/224_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.924 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/224_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.925 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/320_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.925 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/320_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.926 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/293_add_migration_type.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.926 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/293_add_migration_type.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.926 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/250_remove_instance_groups_metadata.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.927 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/250_remove_instance_groups_metadata.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.927 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/350_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.927 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/350_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.928 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/305_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.928 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/305_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.929 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/348_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.929 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/348_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.929 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/359_add_service_uuid.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.930 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/359_add_service_uuid.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.930 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/238_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.930 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/238_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.931 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/341_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.931 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/341_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.932 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/234_add_expire_reservations_index.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.932 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/234_add_expire_reservations_index.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.932 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/352_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.933 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/352_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.933 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/382_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.933 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/382_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.934 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/380_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.934 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/380_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.935 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/304_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.935 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/304_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.935 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/226_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.936 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/226_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.936 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/303_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.936 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/303_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.937 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/216_havana.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.937 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/216_havana.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.937 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/256_placeholder.py... {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-06-02 11:01:25.938 | DEBUG migrate.versioning.script.base [None req-2f428329-81be-4f8f-807c-38312427425c None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/256_placeholder.py loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-06-02 11:01:25.938 | DEBUG migrate.versioning.repository [None req-2f428329-81be-4f8f-807c-38312427425c None None] Repository /opt/stack/nova/nova/db/sqlalchemy/migrate_repo loaded successfully {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-06-02 11:01:25.939 | DEBUG migrate.versioning.repository [None req-2f428329-81be-4f8f-807c-38312427425c None None] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'nova'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) {{(pid=74567) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-06-02 11:01:26.069 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 215 -> 216...  2021-06-02 11:01:39.396 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:39.396 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 216 -> 217...  2021-06-02 11:01:39.404 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:39.404 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 217 -> 218...  2021-06-02 11:01:39.412 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:39.413 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 218 -> 219...  2021-06-02 11:01:39.421 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:39.421 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 219 -> 220...  2021-06-02 11:01:39.429 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:39.429 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 220 -> 221...  2021-06-02 11:01:39.436 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:39.436 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 221 -> 222...  2021-06-02 11:01:39.445 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:39.445 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 222 -> 223...  2021-06-02 11:01:39.452 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:39.453 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 223 -> 224...  2021-06-02 11:01:39.461 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:39.462 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 224 -> 225...  2021-06-02 11:01:39.468 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:39.468 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 225 -> 226...  2021-06-02 11:01:39.476 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:39.476 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 226 -> 227...  2021-06-02 11:01:39.487 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:39.487 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 227 -> 228...  2021-06-02 11:01:39.674 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:39.675 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 228 -> 229...  2021-06-02 11:01:39.871 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:39.871 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 229 -> 230...  2021-06-02 11:01:40.244 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:40.245 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 230 -> 231...  2021-06-02 11:01:40.508 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:40.509 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 231 -> 232...  2021-06-02 11:01:40.959 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:40.959 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 232 -> 233...  2021-06-02 11:01:41.169 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:41.169 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 233 -> 234...  2021-06-02 11:01:41.227 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:41.228 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 234 -> 235...  2021-06-02 11:01:41.234 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:41.234 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 235 -> 236...  2021-06-02 11:01:41.242 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:41.243 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 236 -> 237...  2021-06-02 11:01:41.249 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:41.249 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 237 -> 238...  2021-06-02 11:01:41.257 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:41.258 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 238 -> 239...  2021-06-02 11:01:41.265 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:41.266 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 239 -> 240...  2021-06-02 11:01:41.272 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:41.273 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 240 -> 241...  2021-06-02 11:01:41.280 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:41.281 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 241 -> 242...  2021-06-02 11:01:41.289 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:41.290 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 242 -> 243...  2021-06-02 11:01:41.297 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:41.297 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 243 -> 244...  2021-06-02 11:01:41.318 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:41.318 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 244 -> 245...  2021-06-02 11:01:42.244 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:42.244 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 245 -> 246...  2021-06-02 11:01:42.410 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:42.410 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 246 -> 247...  2021-06-02 11:01:42.960 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:42.960 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 247 -> 248...  2021-06-02 11:01:42.969 | INFO 248_add_expire_reservations_index [None req-2f428329-81be-4f8f-807c-38312427425c None None] Skipped adding reservations_deleted_expire_idx because an equivalent index already exists. 2021-06-02 11:01:42.975 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:42.976 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 248 -> 249...  2021-06-02 11:01:43.003 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:43.003 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 249 -> 250...  2021-06-02 11:01:43.034 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:43.035 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 250 -> 251...  2021-06-02 11:01:43.228 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:43.229 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 251 -> 252...  2021-06-02 11:01:43.570 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:43.570 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 252 -> 253...  2021-06-02 11:01:43.764 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:43.765 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 253 -> 254...  2021-06-02 11:01:43.958 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:43.959 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 254 -> 255...  2021-06-02 11:01:43.966 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:43.966 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 255 -> 256...  2021-06-02 11:01:43.972 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:43.973 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 256 -> 257...  2021-06-02 11:01:43.981 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:43.981 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 257 -> 258...  2021-06-02 11:01:43.987 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:43.988 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 258 -> 259...  2021-06-02 11:01:43.996 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:43.996 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 259 -> 260...  2021-06-02 11:01:44.004 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:44.004 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 260 -> 261...  2021-06-02 11:01:44.012 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:44.013 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 261 -> 262...  2021-06-02 11:01:44.023 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:44.023 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 262 -> 263...  2021-06-02 11:01:44.031 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:44.031 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 263 -> 264...  2021-06-02 11:01:44.038 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:44.038 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 264 -> 265...  2021-06-02 11:01:44.087 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:44.087 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 265 -> 266...  2021-06-02 11:01:44.189 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:44.190 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 266 -> 267...  2021-06-02 11:01:44.876 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:44.877 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 267 -> 268...  2021-06-02 11:01:45.121 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:45.121 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 268 -> 269...  2021-06-02 11:01:45.337 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:45.338 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 269 -> 270...  2021-06-02 11:01:45.540 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:45.540 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 270 -> 271...  2021-06-02 11:01:45.667 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:45.667 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 271 -> 272...  2021-06-02 11:01:45.675 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:45.676 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 272 -> 273...  2021-06-02 11:01:45.684 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:45.684 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 273 -> 274...  2021-06-02 11:01:45.780 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:45.780 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 274 -> 275...  2021-06-02 11:01:45.982 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:45.983 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 275 -> 276...  2021-06-02 11:01:46.177 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:46.177 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 276 -> 277...  2021-06-02 11:01:46.231 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:46.231 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 277 -> 278...  2021-06-02 11:01:46.486 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:46.487 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 278 -> 279...  2021-06-02 11:01:46.557 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:46.558 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 279 -> 280...  2021-06-02 11:01:46.717 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:46.717 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 280 -> 281...  2021-06-02 11:01:46.726 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:46.726 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 281 -> 282...  2021-06-02 11:01:46.733 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:46.734 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 282 -> 283...  2021-06-02 11:01:46.743 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:46.743 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 283 -> 284...  2021-06-02 11:01:46.750 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:46.750 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 284 -> 285...  2021-06-02 11:01:46.759 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:46.759 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 285 -> 286...  2021-06-02 11:01:46.765 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:46.766 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 286 -> 287...  2021-06-02 11:01:46.774 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:46.775 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 287 -> 288...  2021-06-02 11:01:46.782 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:46.783 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 288 -> 289...  2021-06-02 11:01:46.790 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:46.790 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 289 -> 290...  2021-06-02 11:01:46.797 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:46.798 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 290 -> 291...  2021-06-02 11:01:46.824 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:46.824 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 291 -> 292...  2021-06-02 11:01:47.007 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:47.007 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 292 -> 293...  2021-06-02 11:01:47.430 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:47.430 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 293 -> 294...  2021-06-02 11:01:47.650 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:47.651 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 294 -> 295...  2021-06-02 11:01:47.707 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:47.708 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 295 -> 296...  2021-06-02 11:01:47.716 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:47.716 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 296 -> 297...  2021-06-02 11:01:47.892 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:47.893 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 297 -> 298...  2021-06-02 11:01:48.033 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:48.034 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 298 -> 299...  2021-06-02 11:01:48.238 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:48.238 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 299 -> 300...  2021-06-02 11:01:48.448 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:48.448 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 300 -> 301...  2021-06-02 11:01:48.814 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:48.814 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 301 -> 302...  2021-06-02 11:01:48.822 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:48.822 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 302 -> 303...  2021-06-02 11:01:48.830 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:48.830 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 303 -> 304...  2021-06-02 11:01:48.838 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:48.838 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 304 -> 305...  2021-06-02 11:01:48.845 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:48.845 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 305 -> 306...  2021-06-02 11:01:48.854 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:48.854 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 306 -> 307...  2021-06-02 11:01:48.860 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:48.861 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 307 -> 308...  2021-06-02 11:01:48.869 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:48.869 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 308 -> 309...  2021-06-02 11:01:48.877 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:48.877 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 309 -> 310...  2021-06-02 11:01:48.884 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:48.884 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 310 -> 311...  2021-06-02 11:01:48.892 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:48.892 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 311 -> 312...  2021-06-02 11:01:48.901 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:48.901 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 312 -> 313...  2021-06-02 11:01:49.138 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:49.138 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 313 -> 314...  2021-06-02 11:01:49.750 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:49.751 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 314 -> 315...  2021-06-02 11:01:50.943 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:50.944 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 315 -> 316...  2021-06-02 11:01:51.123 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:51.123 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 316 -> 317...  2021-06-02 11:01:51.355 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:51.355 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 317 -> 318...  2021-06-02 11:01:52.167 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:52.167 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 318 -> 319...  2021-06-02 11:01:52.192 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:52.193 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 319 -> 320...  2021-06-02 11:01:52.200 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:52.201 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 320 -> 321...  2021-06-02 11:01:52.209 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:52.209 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 321 -> 322...  2021-06-02 11:01:52.217 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:52.217 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 322 -> 323...  2021-06-02 11:01:52.223 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:52.224 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 323 -> 324...  2021-06-02 11:01:52.232 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:52.232 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 324 -> 325...  2021-06-02 11:01:52.241 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:52.241 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 325 -> 326...  2021-06-02 11:01:52.248 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:52.249 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 326 -> 327...  2021-06-02 11:01:52.255 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:52.255 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 327 -> 328...  2021-06-02 11:01:52.264 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:52.264 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 328 -> 329...  2021-06-02 11:01:52.272 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:52.272 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 329 -> 330...  2021-06-02 11:01:52.306 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:52.307 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 330 -> 331...  2021-06-02 11:01:52.718 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:52.718 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 331 -> 332...  2021-06-02 11:01:52.900 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:52.900 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 332 -> 333...  2021-06-02 11:01:53.106 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:53.106 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 333 -> 334...  2021-06-02 11:01:53.308 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:53.308 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 334 -> 335...  2021-06-02 11:01:53.316 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:53.316 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 335 -> 336...  2021-06-02 11:01:53.324 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:53.325 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 336 -> 337...  2021-06-02 11:01:53.333 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:53.333 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 337 -> 338...  2021-06-02 11:01:53.341 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:53.342 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 338 -> 339...  2021-06-02 11:01:53.351 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:53.351 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 339 -> 340...  2021-06-02 11:01:53.360 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:53.361 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 340 -> 341...  2021-06-02 11:01:53.368 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:53.368 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 341 -> 342...  2021-06-02 11:01:53.375 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:53.375 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 342 -> 343...  2021-06-02 11:01:53.382 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:53.383 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 343 -> 344...  2021-06-02 11:01:53.390 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:53.390 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 344 -> 345...  2021-06-02 11:01:53.424 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:53.425 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 345 -> 346...  2021-06-02 11:01:53.702 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:53.703 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 346 -> 347...  2021-06-02 11:01:53.795 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:53.795 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 347 -> 348...  2021-06-02 11:01:53.801 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:53.802 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 348 -> 349...  2021-06-02 11:01:53.810 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:53.810 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 349 -> 350...  2021-06-02 11:01:53.818 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:53.819 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 350 -> 351...  2021-06-02 11:01:53.826 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:53.826 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 351 -> 352...  2021-06-02 11:01:53.834 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:53.835 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 352 -> 353...  2021-06-02 11:01:53.841 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:53.841 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 353 -> 354...  2021-06-02 11:01:53.849 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:53.849 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 354 -> 355...  2021-06-02 11:01:53.857 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:53.858 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 355 -> 356...  2021-06-02 11:01:53.864 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:53.864 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 356 -> 357...  2021-06-02 11:01:53.872 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:53.873 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 357 -> 358...  2021-06-02 11:01:54.094 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:54.095 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 358 -> 359...  2021-06-02 11:01:54.338 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:54.339 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 359 -> 360...  2021-06-02 11:01:54.548 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:54.548 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 360 -> 361...  2021-06-02 11:01:54.594 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:54.594 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 361 -> 362...  2021-06-02 11:01:54.788 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:54.788 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 362 -> 363...  2021-06-02 11:01:54.796 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:54.796 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 363 -> 364...  2021-06-02 11:01:54.805 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:54.806 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 364 -> 365...  2021-06-02 11:01:54.812 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:54.812 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 365 -> 366...  2021-06-02 11:01:54.821 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:54.821 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 366 -> 367...  2021-06-02 11:01:54.827 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:54.828 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 367 -> 368...  2021-06-02 11:01:54.836 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:54.836 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 368 -> 369...  2021-06-02 11:01:54.844 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:54.844 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 369 -> 370...  2021-06-02 11:01:54.851 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:54.851 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 370 -> 371...  2021-06-02 11:01:54.859 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:54.860 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 371 -> 372...  2021-06-02 11:01:54.868 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:54.868 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 372 -> 373...  2021-06-02 11:01:55.149 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:55.150 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 373 -> 374...  2021-06-02 11:01:55.415 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:55.415 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 374 -> 375...  2021-06-02 11:01:55.540 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:55.541 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 375 -> 376...  2021-06-02 11:01:55.595 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:55.596 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 376 -> 377...  2021-06-02 11:01:55.651 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:55.652 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 377 -> 378...  2021-06-02 11:01:55.712 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:55.712 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 378 -> 379...  2021-06-02 11:01:55.720 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:55.720 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 379 -> 380...  2021-06-02 11:01:55.728 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:55.729 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 380 -> 381...  2021-06-02 11:01:55.736 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:55.737 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 381 -> 382...  2021-06-02 11:01:55.745 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:55.745 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 382 -> 383...  2021-06-02 11:01:55.753 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:55.754 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 383 -> 384...  2021-06-02 11:01:55.760 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:55.761 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 384 -> 385...  2021-06-02 11:01:55.769 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:55.769 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 385 -> 386...  2021-06-02 11:01:55.777 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:55.778 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 386 -> 387...  2021-06-02 11:01:55.784 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:55.784 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 387 -> 388...  2021-06-02 11:01:55.792 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:55.793 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 388 -> 389...  2021-06-02 11:01:55.848 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:55.849 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 389 -> 390...  2021-06-02 11:01:56.040 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:56.040 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 390 -> 391...  2021-06-02 11:01:56.249 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:56.249 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 391 -> 392...  2021-06-02 11:01:56.257 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:56.257 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 392 -> 393...  2021-06-02 11:01:56.265 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:56.266 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 393 -> 394...  2021-06-02 11:01:56.274 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:56.275 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 394 -> 395...  2021-06-02 11:01:56.282 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:56.282 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 395 -> 396...  2021-06-02 11:01:56.291 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:56.292 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 396 -> 397...  2021-06-02 11:01:56.518 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:56.518 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 397 -> 398...  2021-06-02 11:01:56.717 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:56.718 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 398 -> 399...  2021-06-02 11:01:56.981 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:56.981 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 399 -> 400...  2021-06-02 11:01:56.995 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:56.995 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 400 -> 401...  2021-06-02 11:01:57.458 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:57.458 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] 401 -> 402...  2021-06-02 11:01:57.652 | INFO migrate.versioning.api [None req-2f428329-81be-4f8f-807c-38312427425c None None] done 2021-06-02 11:01:57.682 | /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-06-02 11:01:57.682 | result = self._query(query) 2021-06-02 11:01:57.682 | /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-06-02 11:01:57.682 | result = self._query(query) 2021-06-02 11:01:58.147 | + lib/nova:init_nova:764 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2021-06-02 11:02:02.296 | Running batches of 50 until complete 2021-06-02 11:02:02.296 | +-------------------------------------+--------------+-----------+ 2021-06-02 11:02:02.296 | | Migration | Total Needed | Completed | 2021-06-02 11:02:02.296 | +-------------------------------------+--------------+-----------+ 2021-06-02 11:02:02.296 | | fill_virtual_interface_list | 0 | 0 | 2021-06-02 11:02:02.296 | | migrate_empty_ratio | 0 | 0 | 2021-06-02 11:02:02.296 | | migrate_quota_classes_to_api_db | 0 | 0 | 2021-06-02 11:02:02.296 | | migrate_quota_limits_to_api_db | 0 | 0 | 2021-06-02 11:02:02.296 | | migration_migrate_to_uuid | 0 | 0 | 2021-06-02 11:02:02.296 | | populate_missing_availability_zones | 0 | 0 | 2021-06-02 11:02:02.296 | | populate_queued_for_delete | 0 | 0 | 2021-06-02 11:02:02.296 | | populate_user_id | 0 | 0 | 2021-06-02 11:02:02.296 | | populate_uuids | 0 | 0 | 2021-06-02 11:02:02.296 | | service_uuids_online_data_migration | 0 | 0 | 2021-06-02 11:02:02.296 | +-------------------------------------+--------------+-----------+ 2021-06-02 11:02:02.728 | ++ lib/nova:init_nova:767 : seq 1 1 2021-06-02 11:02:02.731 | + lib/nova:init_nova:767 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-06-02 11:02:02.734 | ++ lib/nova:init_nova:768 : conductor_conf 1 2021-06-02 11:02:02.737 | ++ lib/nova:conductor_conf:727 : local cell=1 2021-06-02 11:02:02.740 | ++ lib/nova:conductor_conf:728 : echo /etc/nova/nova_cell1.conf 2021-06-02 11:02:02.743 | + lib/nova:init_nova:768 : /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-06-02 11:02:07.158 | + lib/nova:init_nova:772 : create_nova_keys_dir 2021-06-02 11:02:07.161 | + lib/nova:create_nova_keys_dir:734 : sudo install -d -o ubuntu /opt/stack/data/nova /opt/stack/data/nova/keys 2021-06-02 11:02:07.174 | + lib/nova:init_nova:774 : [[ '' == \L\V\M ]] 2021-06-02 11:02:07.176 | + ./stack.sh:main:1261 : is_service_enabled neutron 2021-06-02 11:02:07.194 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:02:07.196 | + ./stack.sh:main:1262 : configure_neutron_nova 2021-06-02 11:02:07.199 | + lib/neutron:configure_neutron_nova:619 : is_neutron_legacy_enabled 2021-06-02 11:02:07.203 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-06-02 11:02:07.203 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-06-02 11:02:07.208 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-06-02 11:02:07.210 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2021-06-02 11:02:07.213 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,g-reg,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,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-06-02 11:02:07.215 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-06-02 11:02:07.218 | + lib/neutron:configure_neutron_nova:621 : create_nova_conf_neutron /etc/nova/nova.conf 2021-06-02 11:02:07.220 | + lib/neutron-legacy:create_nova_conf_neutron:375 : local conf=/etc/nova/nova.conf 2021-06-02 11:02:07.223 | + lib/neutron-legacy:create_nova_conf_neutron:376 : iniset /etc/nova/nova.conf DEFAULT use_neutron True 2021-06-02 11:02:07.247 | + lib/neutron-legacy:create_nova_conf_neutron:377 : iniset /etc/nova/nova.conf neutron auth_type password 2021-06-02 11:02:07.272 | + lib/neutron-legacy:create_nova_conf_neutron:378 : iniset /etc/nova/nova.conf neutron auth_url http://10.222.0.22/identity 2021-06-02 11:02:07.297 | + lib/neutron-legacy:create_nova_conf_neutron:379 : iniset /etc/nova/nova.conf neutron username neutron 2021-06-02 11:02:07.321 | + lib/neutron-legacy:create_nova_conf_neutron:380 : iniset /etc/nova/nova.conf neutron password Passw0rd 2021-06-02 11:02:07.346 | + lib/neutron-legacy:create_nova_conf_neutron:381 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2021-06-02 11:02:07.371 | + lib/neutron-legacy:create_nova_conf_neutron:382 : iniset /etc/nova/nova.conf neutron project_name service 2021-06-02 11:02:07.396 | + lib/neutron-legacy:create_nova_conf_neutron:383 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2021-06-02 11:02:07.423 | + lib/neutron-legacy:create_nova_conf_neutron:384 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2021-06-02 11:02:07.449 | + lib/neutron-legacy:create_nova_conf_neutron:385 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2021-06-02 11:02:07.474 | + lib/neutron-legacy:create_nova_conf_neutron:387 : [[ True == \T\r\u\e ]] 2021-06-02 11:02:07.477 | + lib/neutron-legacy:create_nova_conf_neutron:388 : LIBVIRT_FIREWALL_DRIVER=nova.virt.firewall.NoopFirewallDriver 2021-06-02 11:02:07.479 | + lib/neutron-legacy:create_nova_conf_neutron:389 : iniset /etc/nova/nova.conf DEFAULT firewall_driver nova.virt.firewall.NoopFirewallDriver 2021-06-02 11:02:07.504 | + lib/neutron-legacy:create_nova_conf_neutron:393 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2021-06-02 11:02:07.506 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2021-06-02 11:02:07.509 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:119 : : 2021-06-02 11:02:07.511 | + lib/neutron-legacy:create_nova_conf_neutron:395 : is_service_enabled q-meta 2021-06-02 11:02:07.527 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:02:07.529 | + lib/neutron-legacy:create_nova_conf_neutron:396 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2021-06-02 11:02:07.556 | + lib/neutron-legacy:create_nova_conf_neutron:399 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2021-06-02 11:02:07.582 | + lib/neutron-legacy:create_nova_conf_neutron:400 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2021-06-02 11:02:07.608 | + lib/neutron:configure_neutron_nova:622 : [[ superconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2021-06-02 11:02:07.611 | ++ lib/neutron:configure_neutron_nova:623 : seq 1 1 2021-06-02 11:02:07.615 | + lib/neutron:configure_neutron_nova:623 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-06-02 11:02:07.617 | + lib/neutron:configure_neutron_nova:624 : local conf 2021-06-02 11:02:07.620 | ++ lib/neutron:configure_neutron_nova:625 : conductor_conf 1 2021-06-02 11:02:07.623 | ++ lib/nova:conductor_conf:727 : local cell=1 2021-06-02 11:02:07.625 | ++ lib/nova:conductor_conf:728 : echo /etc/nova/nova_cell1.conf 2021-06-02 11:02:07.628 | + lib/neutron:configure_neutron_nova:625 : conf=/etc/nova/nova_cell1.conf 2021-06-02 11:02:07.631 | + lib/neutron:configure_neutron_nova:626 : create_nova_conf_neutron /etc/nova/nova_cell1.conf 2021-06-02 11:02:07.634 | + lib/neutron-legacy:create_nova_conf_neutron:375 : local conf=/etc/nova/nova_cell1.conf 2021-06-02 11:02:07.636 | + lib/neutron-legacy:create_nova_conf_neutron:376 : iniset /etc/nova/nova_cell1.conf DEFAULT use_neutron True 2021-06-02 11:02:07.662 | + lib/neutron-legacy:create_nova_conf_neutron:377 : iniset /etc/nova/nova_cell1.conf neutron auth_type password 2021-06-02 11:02:07.688 | + lib/neutron-legacy:create_nova_conf_neutron:378 : iniset /etc/nova/nova_cell1.conf neutron auth_url http://10.222.0.22/identity 2021-06-02 11:02:07.715 | + lib/neutron-legacy:create_nova_conf_neutron:379 : iniset /etc/nova/nova_cell1.conf neutron username neutron 2021-06-02 11:02:07.740 | + lib/neutron-legacy:create_nova_conf_neutron:380 : iniset /etc/nova/nova_cell1.conf neutron password Passw0rd 2021-06-02 11:02:07.765 | + lib/neutron-legacy:create_nova_conf_neutron:381 : iniset /etc/nova/nova_cell1.conf neutron user_domain_name Default 2021-06-02 11:02:07.790 | + lib/neutron-legacy:create_nova_conf_neutron:382 : iniset /etc/nova/nova_cell1.conf neutron project_name service 2021-06-02 11:02:07.815 | + lib/neutron-legacy:create_nova_conf_neutron:383 : iniset /etc/nova/nova_cell1.conf neutron project_domain_name Default 2021-06-02 11:02:07.841 | + lib/neutron-legacy:create_nova_conf_neutron:384 : iniset /etc/nova/nova_cell1.conf neutron auth_strategy keystone 2021-06-02 11:02:07.865 | + lib/neutron-legacy:create_nova_conf_neutron:385 : iniset /etc/nova/nova_cell1.conf neutron region_name RegionOne 2021-06-02 11:02:07.890 | + lib/neutron-legacy:create_nova_conf_neutron:387 : [[ True == \T\r\u\e ]] 2021-06-02 11:02:07.893 | + lib/neutron-legacy:create_nova_conf_neutron:388 : LIBVIRT_FIREWALL_DRIVER=nova.virt.firewall.NoopFirewallDriver 2021-06-02 11:02:07.895 | + lib/neutron-legacy:create_nova_conf_neutron:389 : iniset /etc/nova/nova_cell1.conf DEFAULT firewall_driver nova.virt.firewall.NoopFirewallDriver 2021-06-02 11:02:07.920 | + lib/neutron-legacy:create_nova_conf_neutron:393 : neutron_plugin_create_nova_conf /etc/nova/nova_cell1.conf 2021-06-02 11:02:07.923 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2021-06-02 11:02:07.925 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:119 : : 2021-06-02 11:02:07.927 | + lib/neutron-legacy:create_nova_conf_neutron:395 : is_service_enabled q-meta 2021-06-02 11:02:07.944 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:02:07.946 | + lib/neutron-legacy:create_nova_conf_neutron:396 : iniset /etc/nova/nova_cell1.conf neutron service_metadata_proxy True 2021-06-02 11:02:07.972 | + lib/neutron-legacy:create_nova_conf_neutron:399 : iniset /etc/nova/nova_cell1.conf DEFAULT vif_plugging_is_fatal True 2021-06-02 11:02:07.998 | + lib/neutron-legacy:create_nova_conf_neutron:400 : iniset /etc/nova/nova_cell1.conf DEFAULT vif_plugging_timeout 300 2021-06-02 11:02:08.023 | + ./stack.sh:main:1271 : run_phase stack post-config 2021-06-02 11:02:08.026 | + functions-common:run_phase:1760 : local mode=stack 2021-06-02 11:02:08.028 | + functions-common:run_phase:1761 : local phase=post-config 2021-06-02 11:02:08.031 | + functions-common:run_phase:1762 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-06-02 11:02:08.033 | + functions-common:run_phase:1763 : local extra_plugin_file_name 2021-06-02 11:02:08.036 | + functions-common:run_phase:1764 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-06-02 11:02:08.039 | + functions-common:run_phase:1769 : local exceptions=80-tempest.sh 2021-06-02 11:02:08.041 | + functions-common:run_phase:1770 : local extra 2021-06-02 11:02:08.044 | ++ functions-common:run_phase:1771 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-06-02 11:02:08.048 | + functions-common:run_phase:1771 : extra=80-tempest.sh 2021-06-02 11:02:08.050 | + functions-common:run_phase:1772 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-06-02 11:02:08.053 | + functions-common:run_phase:1776 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-06-02 11:02:08.055 | + functions-common:run_phase:1776 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack post-config 2021-06-02 11:02:08.058 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-06-02 11:02:08.073 | ++ functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:02:08.075 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2021-06-02 11:02:08.078 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2021-06-02 11:02:08.080 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2021-06-02 11:02:08.082 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2021-06-02 11:02:08.085 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2021-06-02 11:02:08.088 | ++ extras.d/80-tempest.sh:source:12 : : 2021-06-02 11:02:08.090 | ++ extras.d/80-tempest.sh:source:26 : [[ stack == \u\n\s\t\a\c\k ]] 2021-06-02 11:02:08.092 | ++ extras.d/80-tempest.sh:source:31 : [[ stack == \c\l\e\a\n ]] 2021-06-02 11:02:08.095 | + functions-common:run_phase:1781 : [[ stack == \s\o\u\r\c\e ]] 2021-06-02 11:02:08.097 | + functions-common:run_phase:1784 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-06-02 11:02:08.100 | + functions-common:run_phase:1787 : run_plugins stack post-config 2021-06-02 11:02:08.103 | + functions-common:run_plugins:1746 : local mode=stack 2021-06-02 11:02:08.105 | + functions-common:run_plugins:1747 : local phase=post-config 2021-06-02 11:02:08.108 | + functions-common:run_plugins:1749 : local plugins= 2021-06-02 11:02:08.110 | + functions-common:run_plugins:1750 : local plugin 2021-06-02 11:02:08.113 | + ./stack.sh:main:1279 : merge_config_group /home/ubuntu/devstack/local.conf post-config 2021-06-02 11:02:08.115 | + inc/meta-config:merge_config_group:171 : local localfile=/home/ubuntu/devstack/local.conf 2021-06-02 11:02:08.118 | + inc/meta-config:merge_config_group:171 : shift 2021-06-02 11:02:08.120 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2021-06-02 11:02:08.123 | + inc/meta-config:merge_config_group:174 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-06-02 11:02:08.125 | + inc/meta-config:merge_config_group:176 : local configfile group 2021-06-02 11:02:08.127 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2021-06-02 11:02:08.130 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /home/ubuntu/devstack/local.conf post-config 2021-06-02 11:02:08.133 | ++ inc/meta-config:get_meta_section_files:63 : local file=/home/ubuntu/devstack/local.conf 2021-06-02 11:02:08.136 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2021-06-02 11:02:08.138 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-06-02 11:02:08.141 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2021-06-02 11:02:08.141 | /^\[\[.+\|.*\]\]/ { 2021-06-02 11:02:08.141 | gsub("[][]", "", $1); 2021-06-02 11:02:08.141 | split($1, a, "|"); 2021-06-02 11:02:08.141 | if (a[1] == matchgroup) 2021-06-02 11:02:08.141 | print a[2] 2021-06-02 11:02:08.141 | } 2021-06-02 11:02:08.141 | ' /home/ubuntu/devstack/local.conf 2021-06-02 11:02:08.147 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2021-06-02 11:02:08.150 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2021-06-02 11:02:08.152 | + inc/meta-config:merge_config_group:180 : local dir 2021-06-02 11:02:08.155 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2021-06-02 11:02:08.158 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2021-06-02 11:02:08.161 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2021-06-02 11:02:08.163 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2021-06-02 11:02:08.167 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2021-06-02 11:02:08.170 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2021-06-02 11:02:08.172 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2021-06-02 11:02:08.175 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$NOVA_CONF' 2021-06-02 11:02:08.178 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2021-06-02 11:02:08.180 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2021-06-02 11:02:08.183 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2021-06-02 11:02:08.185 | + inc/meta-config:merge_config_file:90 : local real_configfile 2021-06-02 11:02:08.188 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2021-06-02 11:02:08.191 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2021-06-02 11:02:08.194 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2021-06-02 11:02:08.197 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2021-06-02 11:02:08.200 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$NOVA_CONF' 2021-06-02 11:02:08.200 | + inc/meta-config:merge_config_file:164 : read a 2021-06-02 11:02:08.201 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2021-06-02 11:02:08.201 | BEGIN { 2021-06-02 11:02:08.201 | section = "" 2021-06-02 11:02:08.201 | last_section = "" 2021-06-02 11:02:08.201 | section_count = 0 2021-06-02 11:02:08.201 | } 2021-06-02 11:02:08.201 | /^\[.+\]/ { 2021-06-02 11:02:08.201 | gsub("[][]", "", $1); 2021-06-02 11:02:08.201 | section=$1 2021-06-02 11:02:08.201 | next 2021-06-02 11:02:08.201 | } 2021-06-02 11:02:08.201 | /^ *\#/ { 2021-06-02 11:02:08.201 | next 2021-06-02 11:02:08.201 | } 2021-06-02 11:02:08.201 | /^[^ \t]+/ { 2021-06-02 11:02:08.201 | # get offset of first = in $0 2021-06-02 11:02:08.201 | eq_idx = index($0, "=") 2021-06-02 11:02:08.201 | # extract attr & value from $0 2021-06-02 11:02:08.201 | attr = substr($0, 1, eq_idx - 1) 2021-06-02 11:02:08.201 | value = substr($0, eq_idx + 1) 2021-06-02 11:02:08.201 | # only need to strip trailing whitespace from attr 2021-06-02 11:02:08.201 | sub(/[ \t]*$/, "", attr) 2021-06-02 11:02:08.201 | # need to strip leading & trailing whitespace from value 2021-06-02 11:02:08.201 | sub(/^[ \t]*/, "", value) 2021-06-02 11:02:08.201 | sub(/[ \t]*$/, "", value) 2021-06-02 11:02:08.201 | 2021-06-02 11:02:08.201 | # cfg_attr_count: number of config lines per [section, attr] 2021-06-02 11:02:08.201 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2021-06-02 11:02:08.201 | # cfg_section: keep the section names in the same order as they appear in local.conf 2021-06-02 11:02:08.201 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2021-06-02 11:02:08.201 | if (! (section, attr) in cfg_attr_count) { 2021-06-02 11:02:08.201 | if (section != last_section) { 2021-06-02 11:02:08.201 | cfg_section[section_count++] = section 2021-06-02 11:02:08.201 | last_section = section 2021-06-02 11:02:08.201 | } 2021-06-02 11:02:08.201 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2021-06-02 11:02:08.201 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2021-06-02 11:02:08.201 | 2021-06-02 11:02:08.202 | cfg_attr[section, attr, 0] = value 2021-06-02 11:02:08.202 | cfg_attr_count[section, attr] = 1 2021-06-02 11:02:08.202 | } else { 2021-06-02 11:02:08.202 | lno = cfg_attr_count[section, attr]++ 2021-06-02 11:02:08.202 | cfg_attr[section, attr, lno] = value 2021-06-02 11:02:08.202 | } 2021-06-02 11:02:08.202 | } 2021-06-02 11:02:08.202 | END { 2021-06-02 11:02:08.202 | # Process each section in order 2021-06-02 11:02:08.202 | for (sno = 0; sno < section_count; sno++) { 2021-06-02 11:02:08.202 | section = cfg_section[sno] 2021-06-02 11:02:08.202 | # The ini routines simply append a config item immediately 2021-06-02 11:02:08.202 | # after the section header. To keep the same order as defined 2021-06-02 11:02:08.202 | # in local.conf, invoke the ini routines in the reverse order 2021-06-02 11:02:08.202 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2021-06-02 11:02:08.202 | attr = cfg_sec_attr_name[sno, attr_no] 2021-06-02 11:02:08.202 | if (cfg_attr_count[section, attr] == 1) 2021-06-02 11:02:08.202 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2021-06-02 11:02:08.202 | else { 2021-06-02 11:02:08.202 | # For multiline, invoke the ini routines in the reverse order 2021-06-02 11:02:08.202 | count = cfg_attr_count[section, attr] 2021-06-02 11:02:08.202 | print "inidelete " configfile " " section " " attr 2021-06-02 11:02:08.202 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2021-06-02 11:02:08.202 | for (l = count -2; l >= 0; l--) 2021-06-02 11:02:08.202 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2021-06-02 11:02:08.202 | } 2021-06-02 11:02:08.202 | } 2021-06-02 11:02:08.202 | } 2021-06-02 11:02:08.202 | } 2021-06-02 11:02:08.202 | ' 2021-06-02 11:02:08.203 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2021-06-02 11:02:08.205 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2021-06-02 11:02:08.208 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2021-06-02 11:02:08.211 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-06-02 11:02:08.213 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2021-06-02 11:02:08.216 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2021-06-02 11:02:08.216 | BEGIN { group = "" } 2021-06-02 11:02:08.216 | /^\[\[.+\|.*\]\]/ { 2021-06-02 11:02:08.216 | gsub("[][]", "", $1); 2021-06-02 11:02:08.216 | split($1, a, "|"); 2021-06-02 11:02:08.216 | if (a[1] == matchgroup && a[2] == configfile) { 2021-06-02 11:02:08.216 | group=a[1] 2021-06-02 11:02:08.216 | } else { 2021-06-02 11:02:08.216 | group="" 2021-06-02 11:02:08.216 | } 2021-06-02 11:02:08.216 | next 2021-06-02 11:02:08.216 | } 2021-06-02 11:02:08.216 | { 2021-06-02 11:02:08.216 | if (group != "") 2021-06-02 11:02:08.216 | print $0 2021-06-02 11:02:08.216 | } 2021-06-02 11:02:08.216 | ' /home/ubuntu/devstack/local.conf 2021-06-02 11:02:08.222 | + 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-06-02 11:02:08.225 | ++ 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-06-02 11:02:08.251 | + inc/meta-config:merge_config_file:164 : read a 2021-06-02 11:02:08.253 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF DEFAULT force_config_drive "True"' 2021-06-02 11:02:08.256 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf DEFAULT force_config_drive True 2021-06-02 11:02:08.282 | + inc/meta-config:merge_config_file:164 : read a 2021-06-02 11:02:08.285 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF glance use_glance_v1 "False"' 2021-06-02 11:02:08.288 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf glance use_glance_v1 False 2021-06-02 11:02:08.315 | + inc/meta-config:merge_config_file:164 : read a 2021-06-02 11:02:08.317 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF oslo_messaging_rabbit heartbeat_rate "3"' 2021-06-02 11:02:08.320 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf oslo_messaging_rabbit heartbeat_rate 3 2021-06-02 11:02:08.348 | + inc/meta-config:merge_config_file:164 : read a 2021-06-02 11:02:08.351 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF oslo_messaging_rabbit heartbeat_timeout_threshold "600"' 2021-06-02 11:02:08.353 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf oslo_messaging_rabbit heartbeat_timeout_threshold 600 2021-06-02 11:02:08.379 | + inc/meta-config:merge_config_file:164 : read a 2021-06-02 11:02:08.382 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement auth_type "password"' 2021-06-02 11:02:08.385 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement auth_type password 2021-06-02 11:02:08.412 | + inc/meta-config:merge_config_file:164 : read a 2021-06-02 11:02:08.415 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement auth_url "http://10.222.0.22/identity"' 2021-06-02 11:02:08.417 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement auth_url http://10.222.0.22/identity 2021-06-02 11:02:08.445 | + inc/meta-config:merge_config_file:164 : read a 2021-06-02 11:02:08.448 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement username "placement"' 2021-06-02 11:02:08.450 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement username placement 2021-06-02 11:02:08.478 | + inc/meta-config:merge_config_file:164 : read a 2021-06-02 11:02:08.481 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement password "Passw0rd"' 2021-06-02 11:02:08.483 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement password Passw0rd 2021-06-02 11:02:08.511 | + inc/meta-config:merge_config_file:164 : read a 2021-06-02 11:02:08.513 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement user_domain_name "Default"' 2021-06-02 11:02:08.516 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement user_domain_name Default 2021-06-02 11:02:08.543 | + inc/meta-config:merge_config_file:164 : read a 2021-06-02 11:02:08.546 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement project_name "service"' 2021-06-02 11:02:08.548 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement project_name service 2021-06-02 11:02:08.581 | + inc/meta-config:merge_config_file:164 : read a 2021-06-02 11:02:08.585 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement project_domain_name "Default"' 2021-06-02 11:02:08.587 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement project_domain_name Default 2021-06-02 11:02:08.619 | + inc/meta-config:merge_config_file:164 : read a 2021-06-02 11:02:08.622 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement os_region_name "RegionOne"' 2021-06-02 11:02:08.624 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement os_region_name RegionOne 2021-06-02 11:02:08.652 | + inc/meta-config:merge_config_file:164 : read a 2021-06-02 11:02:08.655 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2021-06-02 11:02:08.657 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2021-06-02 11:02:08.660 | + inc/meta-config:merge_config_group:180 : local dir 2021-06-02 11:02:08.663 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2021-06-02 11:02:08.666 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2021-06-02 11:02:08.669 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2021-06-02 11:02:08.671 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2021-06-02 11:02:08.674 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2021-06-02 11:02:08.678 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2021-06-02 11:02:08.680 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2021-06-02 11:02:08.682 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$NEUTRON_CONF' 2021-06-02 11:02:08.685 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2021-06-02 11:02:08.687 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2021-06-02 11:02:08.690 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2021-06-02 11:02:08.693 | + inc/meta-config:merge_config_file:90 : local real_configfile 2021-06-02 11:02:08.696 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2021-06-02 11:02:08.699 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2021-06-02 11:02:08.703 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2021-06-02 11:02:08.706 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2021-06-02 11:02:08.710 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$NEUTRON_CONF' 2021-06-02 11:02:08.711 | + inc/meta-config:merge_config_file:164 : read a 2021-06-02 11:02:08.711 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2021-06-02 11:02:08.711 | BEGIN { 2021-06-02 11:02:08.711 | section = "" 2021-06-02 11:02:08.711 | last_section = "" 2021-06-02 11:02:08.711 | section_count = 0 2021-06-02 11:02:08.711 | } 2021-06-02 11:02:08.711 | /^\[.+\]/ { 2021-06-02 11:02:08.711 | gsub("[][]", "", $1); 2021-06-02 11:02:08.711 | section=$1 2021-06-02 11:02:08.711 | next 2021-06-02 11:02:08.711 | } 2021-06-02 11:02:08.711 | /^ *\#/ { 2021-06-02 11:02:08.711 | next 2021-06-02 11:02:08.711 | } 2021-06-02 11:02:08.711 | /^[^ \t]+/ { 2021-06-02 11:02:08.711 | # get offset of first = in $0 2021-06-02 11:02:08.711 | eq_idx = index($0, "=") 2021-06-02 11:02:08.711 | # extract attr & value from $0 2021-06-02 11:02:08.711 | attr = substr($0, 1, eq_idx - 1) 2021-06-02 11:02:08.711 | value = substr($0, eq_idx + 1) 2021-06-02 11:02:08.711 | # only need to strip trailing whitespace from attr 2021-06-02 11:02:08.711 | sub(/[ \t]*$/, "", attr) 2021-06-02 11:02:08.711 | # need to strip leading & trailing whitespace from value 2021-06-02 11:02:08.711 | sub(/^[ \t]*/, "", value) 2021-06-02 11:02:08.711 | sub(/[ \t]*$/, "", value) 2021-06-02 11:02:08.711 | 2021-06-02 11:02:08.711 | # cfg_attr_count: number of config lines per [section, attr] 2021-06-02 11:02:08.712 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2021-06-02 11:02:08.712 | # cfg_section: keep the section names in the same order as they appear in local.conf 2021-06-02 11:02:08.712 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2021-06-02 11:02:08.712 | if (! (section, attr) in cfg_attr_count) { 2021-06-02 11:02:08.712 | if (section != last_section) { 2021-06-02 11:02:08.712 | cfg_section[section_count++] = section 2021-06-02 11:02:08.712 | last_section = section 2021-06-02 11:02:08.712 | } 2021-06-02 11:02:08.712 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2021-06-02 11:02:08.712 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2021-06-02 11:02:08.712 | 2021-06-02 11:02:08.712 | cfg_attr[section, attr, 0] = value 2021-06-02 11:02:08.712 | cfg_attr_count[section, attr] = 1 2021-06-02 11:02:08.712 | } else { 2021-06-02 11:02:08.712 | lno = cfg_attr_count[section, attr]++ 2021-06-02 11:02:08.712 | cfg_attr[section, attr, lno] = value 2021-06-02 11:02:08.712 | } 2021-06-02 11:02:08.712 | } 2021-06-02 11:02:08.712 | END { 2021-06-02 11:02:08.712 | # Process each section in order 2021-06-02 11:02:08.712 | for (sno = 0; sno < section_count; sno++) { 2021-06-02 11:02:08.712 | section = cfg_section[sno] 2021-06-02 11:02:08.712 | # The ini routines simply append a config item immediately 2021-06-02 11:02:08.712 | # after the section header. To keep the same order as defined 2021-06-02 11:02:08.712 | # in local.conf, invoke the ini routines in the reverse order 2021-06-02 11:02:08.712 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2021-06-02 11:02:08.712 | attr = cfg_sec_attr_name[sno, attr_no] 2021-06-02 11:02:08.712 | if (cfg_attr_count[section, attr] == 1) 2021-06-02 11:02:08.712 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2021-06-02 11:02:08.712 | else { 2021-06-02 11:02:08.712 | # For multiline, invoke the ini routines in the reverse order 2021-06-02 11:02:08.712 | count = cfg_attr_count[section, attr] 2021-06-02 11:02:08.712 | print "inidelete " configfile " " section " " attr 2021-06-02 11:02:08.712 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2021-06-02 11:02:08.712 | for (l = count -2; l >= 0; l--) 2021-06-02 11:02:08.712 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2021-06-02 11:02:08.712 | } 2021-06-02 11:02:08.712 | } 2021-06-02 11:02:08.712 | } 2021-06-02 11:02:08.712 | } 2021-06-02 11:02:08.712 | ' 2021-06-02 11:02:08.713 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2021-06-02 11:02:08.716 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2021-06-02 11:02:08.718 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2021-06-02 11:02:08.721 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-06-02 11:02:08.724 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2021-06-02 11:02:08.727 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2021-06-02 11:02:08.727 | BEGIN { group = "" } 2021-06-02 11:02:08.727 | /^\[\[.+\|.*\]\]/ { 2021-06-02 11:02:08.727 | gsub("[][]", "", $1); 2021-06-02 11:02:08.727 | split($1, a, "|"); 2021-06-02 11:02:08.727 | if (a[1] == matchgroup && a[2] == configfile) { 2021-06-02 11:02:08.727 | group=a[1] 2021-06-02 11:02:08.727 | } else { 2021-06-02 11:02:08.727 | group="" 2021-06-02 11:02:08.727 | } 2021-06-02 11:02:08.727 | next 2021-06-02 11:02:08.727 | } 2021-06-02 11:02:08.727 | { 2021-06-02 11:02:08.727 | if (group != "") 2021-06-02 11:02:08.727 | print $0 2021-06-02 11:02:08.727 | } 2021-06-02 11:02:08.727 | ' /home/ubuntu/devstack/local.conf 2021-06-02 11:02:08.733 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF database max_overflow "50"' 2021-06-02 11:02:08.736 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf database max_overflow 50 2021-06-02 11:02:08.769 | + inc/meta-config:merge_config_file:164 : read a 2021-06-02 11:02:08.772 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF database max_pool_size "50"' 2021-06-02 11:02:08.775 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf database max_pool_size 50 2021-06-02 11:02:08.808 | + inc/meta-config:merge_config_file:164 : read a 2021-06-02 11:02:08.811 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF database min_pool_size "5"' 2021-06-02 11:02:08.813 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf database min_pool_size 5 2021-06-02 11:02:08.847 | + inc/meta-config:merge_config_file:164 : read a 2021-06-02 11:02:08.850 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_firewall_rule "100"' 2021-06-02 11:02:08.852 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_firewall_rule 100 2021-06-02 11:02:08.887 | + inc/meta-config:merge_config_file:164 : read a 2021-06-02 11:02:08.889 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_firewall_policy "10"' 2021-06-02 11:02:08.892 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_firewall_policy 10 2021-06-02 11:02:08.925 | + inc/meta-config:merge_config_file:164 : read a 2021-06-02 11:02:08.928 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_firewall "10"' 2021-06-02 11:02:08.931 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_firewall 10 2021-06-02 11:02:08.967 | + inc/meta-config:merge_config_file:164 : read a 2021-06-02 11:02:08.969 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_floatingip "50"' 2021-06-02 11:02:08.972 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_floatingip 50 2021-06-02 11:02:09.006 | + inc/meta-config:merge_config_file:164 : read a 2021-06-02 11:02:09.009 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_router "100"' 2021-06-02 11:02:09.011 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_router 100 2021-06-02 11:02:09.045 | + inc/meta-config:merge_config_file:164 : read a 2021-06-02 11:02:09.047 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_loadbalancer "100"' 2021-06-02 11:02:09.050 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_loadbalancer 100 2021-06-02 11:02:09.083 | + inc/meta-config:merge_config_file:164 : read a 2021-06-02 11:02:09.086 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_pool "100"' 2021-06-02 11:02:09.088 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_pool 100 2021-06-02 11:02:09.124 | + inc/meta-config:merge_config_file:164 : read a 2021-06-02 11:02:09.127 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_vip "100"' 2021-06-02 11:02:09.130 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_vip 100 2021-06-02 11:02:09.164 | + inc/meta-config:merge_config_file:164 : read a 2021-06-02 11:02:09.166 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_security_group_rule "100"' 2021-06-02 11:02:09.169 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_security_group_rule 100 2021-06-02 11:02:09.205 | + inc/meta-config:merge_config_file:164 : read a 2021-06-02 11:02:09.207 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_security_group "100"' 2021-06-02 11:02:09.210 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_security_group 100 2021-06-02 11:02:09.244 | + inc/meta-config:merge_config_file:164 : read a 2021-06-02 11:02:09.246 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_port "500"' 2021-06-02 11:02:09.249 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_port 500 2021-06-02 11:02:09.282 | + inc/meta-config:merge_config_file:164 : read a 2021-06-02 11:02:09.285 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_subnet "100"' 2021-06-02 11:02:09.288 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_subnet 100 2021-06-02 11:02:09.321 | + inc/meta-config:merge_config_file:164 : read a 2021-06-02 11:02:09.323 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_network "100"' 2021-06-02 11:02:09.326 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_network 100 2021-06-02 11:02:09.361 | + inc/meta-config:merge_config_file:164 : read a 2021-06-02 11:02:09.364 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2021-06-02 11:02:09.367 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2021-06-02 11:02:09.370 | + inc/meta-config:merge_config_group:180 : local dir 2021-06-02 11:02:09.373 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2021-06-02 11:02:09.375 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2021-06-02 11:02:09.378 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2021-06-02 11:02:09.381 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2021-06-02 11:02:09.384 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2021-06-02 11:02:09.388 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2021-06-02 11:02:09.390 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2021-06-02 11:02:09.393 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$CINDER_CONF' 2021-06-02 11:02:09.396 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2021-06-02 11:02:09.398 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2021-06-02 11:02:09.401 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2021-06-02 11:02:09.403 | + inc/meta-config:merge_config_file:90 : local real_configfile 2021-06-02 11:02:09.407 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2021-06-02 11:02:09.409 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2021-06-02 11:02:09.413 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2021-06-02 11:02:09.415 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2021-06-02 11:02:09.418 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$CINDER_CONF' 2021-06-02 11:02:09.419 | + inc/meta-config:merge_config_file:164 : read a 2021-06-02 11:02:09.420 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2021-06-02 11:02:09.420 | BEGIN { 2021-06-02 11:02:09.420 | section = "" 2021-06-02 11:02:09.420 | last_section = "" 2021-06-02 11:02:09.420 | section_count = 0 2021-06-02 11:02:09.420 | } 2021-06-02 11:02:09.420 | /^\[.+\]/ { 2021-06-02 11:02:09.420 | gsub("[][]", "", $1); 2021-06-02 11:02:09.420 | section=$1 2021-06-02 11:02:09.420 | next 2021-06-02 11:02:09.420 | } 2021-06-02 11:02:09.420 | /^ *\#/ { 2021-06-02 11:02:09.420 | next 2021-06-02 11:02:09.420 | } 2021-06-02 11:02:09.420 | /^[^ \t]+/ { 2021-06-02 11:02:09.420 | # get offset of first = in $0 2021-06-02 11:02:09.420 | eq_idx = index($0, "=") 2021-06-02 11:02:09.420 | # extract attr & value from $0 2021-06-02 11:02:09.420 | attr = substr($0, 1, eq_idx - 1) 2021-06-02 11:02:09.420 | value = substr($0, eq_idx + 1) 2021-06-02 11:02:09.420 | # only need to strip trailing whitespace from attr 2021-06-02 11:02:09.420 | sub(/[ \t]*$/, "", attr) 2021-06-02 11:02:09.420 | # need to strip leading & trailing whitespace from value 2021-06-02 11:02:09.420 | sub(/^[ \t]*/, "", value) 2021-06-02 11:02:09.421 | sub(/[ \t]*$/, "", value) 2021-06-02 11:02:09.421 | 2021-06-02 11:02:09.421 | # cfg_attr_count: number of config lines per [section, attr] 2021-06-02 11:02:09.421 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2021-06-02 11:02:09.421 | # cfg_section: keep the section names in the same order as they appear in local.conf 2021-06-02 11:02:09.421 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2021-06-02 11:02:09.421 | if (! (section, attr) in cfg_attr_count) { 2021-06-02 11:02:09.421 | if (section != last_section) { 2021-06-02 11:02:09.421 | cfg_section[section_count++] = section 2021-06-02 11:02:09.421 | last_section = section 2021-06-02 11:02:09.421 | } 2021-06-02 11:02:09.421 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2021-06-02 11:02:09.421 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2021-06-02 11:02:09.421 | 2021-06-02 11:02:09.421 | cfg_attr[section, attr, 0] = value 2021-06-02 11:02:09.421 | cfg_attr_count[section, attr] = 1 2021-06-02 11:02:09.421 | } else { 2021-06-02 11:02:09.421 | lno = cfg_attr_count[section, attr]++ 2021-06-02 11:02:09.421 | cfg_attr[section, attr, lno] = value 2021-06-02 11:02:09.421 | } 2021-06-02 11:02:09.421 | } 2021-06-02 11:02:09.421 | END { 2021-06-02 11:02:09.421 | # Process each section in order 2021-06-02 11:02:09.421 | for (sno = 0; sno < section_count; sno++) { 2021-06-02 11:02:09.421 | section = cfg_section[sno] 2021-06-02 11:02:09.421 | # The ini routines simply append a config item immediately 2021-06-02 11:02:09.421 | # after the section header. To keep the same order as defined 2021-06-02 11:02:09.421 | # in local.conf, invoke the ini routines in the reverse order 2021-06-02 11:02:09.421 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2021-06-02 11:02:09.421 | attr = cfg_sec_attr_name[sno, attr_no] 2021-06-02 11:02:09.421 | if (cfg_attr_count[section, attr] == 1) 2021-06-02 11:02:09.421 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2021-06-02 11:02:09.421 | else { 2021-06-02 11:02:09.421 | # For multiline, invoke the ini routines in the reverse order 2021-06-02 11:02:09.421 | count = cfg_attr_count[section, attr] 2021-06-02 11:02:09.421 | print "inidelete " configfile " " section " " attr 2021-06-02 11:02:09.421 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2021-06-02 11:02:09.421 | for (l = count -2; l >= 0; l--) 2021-06-02 11:02:09.421 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2021-06-02 11:02:09.421 | } 2021-06-02 11:02:09.421 | } 2021-06-02 11:02:09.421 | } 2021-06-02 11:02:09.421 | } 2021-06-02 11:02:09.421 | ' 2021-06-02 11:02:09.421 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2021-06-02 11:02:09.424 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2021-06-02 11:02:09.426 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2021-06-02 11:02:09.429 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-06-02 11:02:09.432 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2021-06-02 11:02:09.434 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2021-06-02 11:02:09.434 | BEGIN { group = "" } 2021-06-02 11:02:09.434 | /^\[\[.+\|.*\]\]/ { 2021-06-02 11:02:09.434 | gsub("[][]", "", $1); 2021-06-02 11:02:09.434 | split($1, a, "|"); 2021-06-02 11:02:09.434 | if (a[1] == matchgroup && a[2] == configfile) { 2021-06-02 11:02:09.434 | group=a[1] 2021-06-02 11:02:09.434 | } else { 2021-06-02 11:02:09.434 | group="" 2021-06-02 11:02:09.435 | } 2021-06-02 11:02:09.435 | next 2021-06-02 11:02:09.435 | } 2021-06-02 11:02:09.435 | { 2021-06-02 11:02:09.435 | if (group != "") 2021-06-02 11:02:09.435 | print $0 2021-06-02 11:02:09.435 | } 2021-06-02 11:02:09.435 | ' /home/ubuntu/devstack/local.conf 2021-06-02 11:02:09.440 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT os_privileged_user_auth_url "http://10.222.0.22/identity/v2.0"' 2021-06-02 11:02:09.443 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT os_privileged_user_auth_url http://10.222.0.22/identity/v2.0 2021-06-02 11:02:09.468 | + inc/meta-config:merge_config_file:164 : read a 2021-06-02 11:02:09.471 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2021-06-02 11:02:09.474 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2021-06-02 11:02:09.477 | + inc/meta-config:merge_config_group:180 : local dir 2021-06-02 11:02:09.480 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2021-06-02 11:02:09.482 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2021-06-02 11:02:09.485 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-06-02 11:02:09.488 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2021-06-02 11:02:09.492 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2021-06-02 11:02:09.495 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2021-06-02 11:02:09.498 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2021-06-02 11:02:09.500 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2021-06-02 11:02:09.503 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2021-06-02 11:02:09.505 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2021-06-02 11:02:09.508 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2021-06-02 11:02:09.510 | + inc/meta-config:merge_config_file:90 : local real_configfile 2021-06-02 11:02:09.513 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2021-06-02 11:02:09.516 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2021-06-02 11:02:09.519 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-06-02 11:02:09.522 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2021-06-02 11:02:09.526 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2021-06-02 11:02:09.526 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2021-06-02 11:02:09.526 | BEGIN { 2021-06-02 11:02:09.526 | section = "" 2021-06-02 11:02:09.527 | last_section = "" 2021-06-02 11:02:09.527 | section_count = 0 2021-06-02 11:02:09.527 | } 2021-06-02 11:02:09.527 | /^\[.+\]/ { 2021-06-02 11:02:09.527 | gsub("[][]", "", $1); 2021-06-02 11:02:09.527 | section=$1 2021-06-02 11:02:09.527 | next 2021-06-02 11:02:09.527 | } 2021-06-02 11:02:09.527 | /^ *\#/ { 2021-06-02 11:02:09.527 | next 2021-06-02 11:02:09.527 | } 2021-06-02 11:02:09.527 | /^[^ \t]+/ { 2021-06-02 11:02:09.527 | # get offset of first = in $0 2021-06-02 11:02:09.527 | eq_idx = index($0, "=") 2021-06-02 11:02:09.527 | # extract attr & value from $0 2021-06-02 11:02:09.527 | attr = substr($0, 1, eq_idx - 1) 2021-06-02 11:02:09.527 | value = substr($0, eq_idx + 1) 2021-06-02 11:02:09.527 | # only need to strip trailing whitespace from attr 2021-06-02 11:02:09.527 | sub(/[ \t]*$/, "", attr) 2021-06-02 11:02:09.527 | # need to strip leading & trailing whitespace from value 2021-06-02 11:02:09.527 | sub(/^[ \t]*/, "", value) 2021-06-02 11:02:09.527 | sub(/[ \t]*$/, "", value) 2021-06-02 11:02:09.527 | 2021-06-02 11:02:09.527 | # cfg_attr_count: number of config lines per [section, attr] 2021-06-02 11:02:09.527 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2021-06-02 11:02:09.527 | # cfg_section: keep the section names in the same order as they appear in local.conf 2021-06-02 11:02:09.527 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2021-06-02 11:02:09.527 | if (! (section, attr) in cfg_attr_count) { 2021-06-02 11:02:09.527 | if (section != last_section) { 2021-06-02 11:02:09.527 | cfg_section[section_count++] = section 2021-06-02 11:02:09.527 | last_section = section 2021-06-02 11:02:09.527 | } 2021-06-02 11:02:09.527 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2021-06-02 11:02:09.527 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2021-06-02 11:02:09.527 | 2021-06-02 11:02:09.527 | cfg_attr[section, attr, 0] = value 2021-06-02 11:02:09.527 | cfg_attr_count[section, attr] = 1 2021-06-02 11:02:09.527 | } else { 2021-06-02 11:02:09.527 | lno = cfg_attr_count[section, attr]++ 2021-06-02 11:02:09.527 | cfg_attr[section, attr, lno] = value 2021-06-02 11:02:09.527 | } 2021-06-02 11:02:09.527 | } 2021-06-02 11:02:09.527 | END { 2021-06-02 11:02:09.527 | # Process each section in order 2021-06-02 11:02:09.527 | for (sno = 0; sno < section_count; sno++) { 2021-06-02 11:02:09.527 | section = cfg_section[sno] 2021-06-02 11:02:09.527 | # The ini routines simply append a config item immediately 2021-06-02 11:02:09.527 | # after the section header. To keep the same order as defined 2021-06-02 11:02:09.527 | # in local.conf, invoke the ini routines in the reverse order 2021-06-02 11:02:09.527 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2021-06-02 11:02:09.528 | attr = cfg_sec_attr_name[sno, attr_no] 2021-06-02 11:02:09.528 | if (cfg_attr_count[section, attr] == 1) 2021-06-02 11:02:09.528 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2021-06-02 11:02:09.528 | else { 2021-06-02 11:02:09.528 | # For multiline, invoke the ini routines in the reverse order 2021-06-02 11:02:09.528 | count = cfg_attr_count[section, attr] 2021-06-02 11:02:09.528 | print "inidelete " configfile " " section " " attr 2021-06-02 11:02:09.528 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2021-06-02 11:02:09.528 | for (l = count -2; l >= 0; l--) 2021-06-02 11:02:09.528 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2021-06-02 11:02:09.528 | } 2021-06-02 11:02:09.528 | } 2021-06-02 11:02:09.528 | } 2021-06-02 11:02:09.528 | } 2021-06-02 11:02:09.528 | ' 2021-06-02 11:02:09.528 | + inc/meta-config:merge_config_file:164 : read a 2021-06-02 11:02:09.528 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2021-06-02 11:02:09.531 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2021-06-02 11:02:09.533 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2021-06-02 11:02:09.535 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-06-02 11:02:09.539 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2021-06-02 11:02:09.541 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2021-06-02 11:02:09.541 | BEGIN { group = "" } 2021-06-02 11:02:09.541 | /^\[\[.+\|.*\]\]/ { 2021-06-02 11:02:09.541 | gsub("[][]", "", $1); 2021-06-02 11:02:09.541 | split($1, a, "|"); 2021-06-02 11:02:09.541 | if (a[1] == matchgroup && a[2] == configfile) { 2021-06-02 11:02:09.541 | group=a[1] 2021-06-02 11:02:09.541 | } else { 2021-06-02 11:02:09.541 | group="" 2021-06-02 11:02:09.541 | } 2021-06-02 11:02:09.541 | next 2021-06-02 11:02:09.541 | } 2021-06-02 11:02:09.542 | { 2021-06-02 11:02:09.542 | if (group != "") 2021-06-02 11:02:09.542 | print $0 2021-06-02 11:02:09.542 | } 2021-06-02 11:02:09.542 | ' /home/ubuntu/devstack/local.conf 2021-06-02 11:02:09.547 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2021-06-02 11:02:09.553 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2021-06-02 11:02:09.579 | + inc/meta-config:merge_config_file:164 : read a 2021-06-02 11:02:09.582 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ovs of_interface "ovs-ofctl"' 2021-06-02 11:02:09.585 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs of_interface ovs-ofctl 2021-06-02 11:02:09.617 | + inc/meta-config:merge_config_file:164 : read a 2021-06-02 11:02:09.620 | + ./stack.sh:main:1288 : is_service_enabled swift 2021-06-02 11:02:09.636 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:02:09.639 | + ./stack.sh:main:1289 : echo_summary 'Starting Swift' 2021-06-02 11:02:09.641 | + ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-06-02 11:02:09.644 | + ./stack.sh:echo_summary:461 : echo -e Starting Swift 2021-06-02 11:02:09.646 | + ./stack.sh:main:1290 : start_swift 2021-06-02 11:02:09.649 | + lib/swift:start_swift:774 : restart_service memcached 2021-06-02 11:02:09.652 | + functions-common:restart_service:2220 : '[' -x /bin/systemctl ']' 2021-06-02 11:02:09.654 | + functions-common:restart_service:2221 : sudo /bin/systemctl restart memcached 2021-06-02 11:02:09.696 | + lib/swift:start_swift:777 : is_ubuntu 2021-06-02 11:02:09.699 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 11:02:09.701 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 11:02:09.704 | + lib/swift:start_swift:778 : sudo /etc/init.d/rsync restart 2021-06-02 11:02:09.748 | Restarting rsync (via systemctl): rsync.service. 2021-06-02 11:02:09.752 | + lib/swift:start_swift:785 : '[' False == True ']' 2021-06-02 11:02:09.754 | + lib/swift:start_swift:804 : [[ 1 == 1 ]] 2021-06-02 11:02:09.757 | + lib/swift:start_swift:805 : local foreground_services type 2021-06-02 11:02:09.760 | + lib/swift:start_swift:807 : foreground_services='object container account' 2021-06-02 11:02:09.762 | + lib/swift:start_swift:808 : for type in ${foreground_services} 2021-06-02 11:02:09.765 | + lib/swift:start_swift:809 : run_process s-object '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-06-02 11:02:09.767 | + functions-common:run_process:1583 : local service=s-object 2021-06-02 11:02:09.770 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-06-02 11:02:09.773 | + functions-common:run_process:1585 : local group= 2021-06-02 11:02:09.775 | + functions-common:run_process:1586 : local user= 2021-06-02 11:02:09.778 | + functions-common:run_process:1588 : local name=s-object 2021-06-02 11:02:09.780 | + functions-common:run_process:1590 : time_start run_process 2021-06-02 11:02:09.783 | + functions-common:time_start:2322 : local name=run_process 2021-06-02 11:02:09.785 | + functions-common:time_start:2323 : local start_time= 2021-06-02 11:02:09.788 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-06-02 11:02:09.791 | ++ functions-common:time_start:2327 : date +%s%3N 2021-06-02 11:02:09.795 | + functions-common:time_start:2327 : _TIME_START[$name]=1622631729792 2021-06-02 11:02:09.797 | + functions-common:run_process:1591 : is_service_enabled s-object 2021-06-02 11:02:09.812 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:02:09.814 | + functions-common:run_process:1592 : _run_under_systemd s-object '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' '' '' 2021-06-02 11:02:09.817 | + functions-common:_run_under_systemd:1548 : local service=s-object 2021-06-02 11:02:09.820 | + functions-common:_run_under_systemd:1549 : local 'command=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-06-02 11:02:09.822 | + functions-common:_run_under_systemd:1550 : local 'cmd=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-06-02 11:02:09.825 | + functions-common:_run_under_systemd:1552 : _common_systemd_pitfalls '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-06-02 11:02:09.828 | + functions-common:_common_systemd_pitfalls:1520 : local 'cmd=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-06-02 11:02:09.830 | + functions-common:_common_systemd_pitfalls:1523 : [[ /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v =~ sudo ]] 2021-06-02 11:02:09.835 | + functions-common:_common_systemd_pitfalls:1534 : [[ ! /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v =~ ^/ ]] 2021-06-02 11:02:09.838 | + functions-common:_run_under_systemd:1554 : local systemd_service=devstack@s-object.service 2021-06-02 11:02:09.840 | + functions-common:_run_under_systemd:1555 : local group= 2021-06-02 11:02:09.843 | + functions-common:_run_under_systemd:1556 : local user=ubuntu 2021-06-02 11:02:09.845 | + functions-common:_run_under_systemd:1557 : [[ /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v =~ uwsgi ]] 2021-06-02 11:02:09.848 | + functions-common:_run_under_systemd:1560 : write_user_unit_file devstack@s-object.service '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' '' ubuntu 2021-06-02 11:02:09.851 | + functions-common:write_user_unit_file:1465 : local service=devstack@s-object.service 2021-06-02 11:02:09.853 | + functions-common:write_user_unit_file:1466 : local 'command=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-06-02 11:02:09.855 | + functions-common:write_user_unit_file:1467 : local group= 2021-06-02 11:02:09.857 | + functions-common:write_user_unit_file:1468 : local user=ubuntu 2021-06-02 11:02:09.860 | + functions-common:write_user_unit_file:1469 : local extra= 2021-06-02 11:02:09.861 | + functions-common:write_user_unit_file:1470 : [[ -n '' ]] 2021-06-02 11:02:09.864 | + functions-common:write_user_unit_file:1473 : local unitfile=/etc/systemd/system/devstack@s-object.service 2021-06-02 11:02:09.866 | + functions-common:write_user_unit_file:1474 : mkdir -p /etc/systemd/system 2021-06-02 11:02:09.870 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@s-object.service Unit Description 'Devstack devstack@s-object.service' 2021-06-02 11:02:09.923 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service User ubuntu 2021-06-02 11:02:09.978 | + functions-common:write_user_unit_file:1478 : 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-06-02 11:02:10.023 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service KillMode process 2021-06-02 11:02:10.069 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service TimeoutStopSec 300 2021-06-02 11:02:10.114 | + functions-common:write_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-06-02 11:02:10.159 | + functions-common:write_user_unit_file:1482 : [[ -n '' ]] 2021-06-02 11:02:10.162 | + functions-common:write_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@s-object.service Install WantedBy multi-user.target 2021-06-02 11:02:10.216 | + functions-common:write_user_unit_file:1488 : sudo systemctl daemon-reload 2021-06-02 11:02:10.420 | + functions-common:_run_under_systemd:1563 : sudo systemctl enable devstack@s-object.service 2021-06-02 11:02:10.434 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-object.service → /etc/systemd/system/devstack@s-object.service. 2021-06-02 11:02:10.624 | + functions-common:_run_under_systemd:1564 : sudo systemctl start devstack@s-object.service 2021-06-02 11:02:10.643 | + functions-common:run_process:1594 : time_stop run_process 2021-06-02 11:02:10.646 | + functions-common:time_stop:2336 : local name 2021-06-02 11:02:10.648 | + functions-common:time_stop:2337 : local end_time 2021-06-02 11:02:10.650 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 11:02:10.653 | + functions-common:time_stop:2339 : local total 2021-06-02 11:02:10.655 | + functions-common:time_stop:2340 : local start_time 2021-06-02 11:02:10.658 | + functions-common:time_stop:2342 : name=run_process 2021-06-02 11:02:10.660 | + functions-common:time_stop:2343 : start_time=1622631729792 2021-06-02 11:02:10.663 | + functions-common:time_stop:2345 : [[ -z 1622631729792 ]] 2021-06-02 11:02:10.666 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 11:02:10.669 | + functions-common:time_stop:2348 : end_time=1622631730667 2021-06-02 11:02:10.672 | + functions-common:time_stop:2349 : elapsed_time=875 2021-06-02 11:02:10.674 | + functions-common:time_stop:2350 : total=2028 2021-06-02 11:02:10.676 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 11:02:10.679 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=2903 2021-06-02 11:02:10.682 | + lib/swift:start_swift:808 : for type in ${foreground_services} 2021-06-02 11:02:10.684 | + lib/swift:start_swift:809 : run_process s-container '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-06-02 11:02:10.687 | + functions-common:run_process:1583 : local service=s-container 2021-06-02 11:02:10.689 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-06-02 11:02:10.692 | + functions-common:run_process:1585 : local group= 2021-06-02 11:02:10.694 | + functions-common:run_process:1586 : local user= 2021-06-02 11:02:10.697 | + functions-common:run_process:1588 : local name=s-container 2021-06-02 11:02:10.699 | + functions-common:run_process:1590 : time_start run_process 2021-06-02 11:02:10.702 | + functions-common:time_start:2322 : local name=run_process 2021-06-02 11:02:10.704 | + functions-common:time_start:2323 : local start_time= 2021-06-02 11:02:10.706 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-06-02 11:02:10.709 | ++ functions-common:time_start:2327 : date +%s%3N 2021-06-02 11:02:10.713 | + functions-common:time_start:2327 : _TIME_START[$name]=1622631730710 2021-06-02 11:02:10.715 | + functions-common:run_process:1591 : is_service_enabled s-container 2021-06-02 11:02:10.732 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:02:10.734 | + functions-common:run_process:1592 : _run_under_systemd s-container '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' '' '' 2021-06-02 11:02:10.737 | + functions-common:_run_under_systemd:1548 : local service=s-container 2021-06-02 11:02:10.739 | + functions-common:_run_under_systemd:1549 : local 'command=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-06-02 11:02:10.742 | + functions-common:_run_under_systemd:1550 : local 'cmd=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-06-02 11:02:10.745 | + functions-common:_run_under_systemd:1552 : _common_systemd_pitfalls '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-06-02 11:02:10.747 | + functions-common:_common_systemd_pitfalls:1520 : local 'cmd=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-06-02 11:02:10.749 | + functions-common:_common_systemd_pitfalls:1523 : [[ /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v =~ sudo ]] 2021-06-02 11:02:10.752 | + functions-common:_common_systemd_pitfalls:1534 : [[ ! /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v =~ ^/ ]] 2021-06-02 11:02:10.754 | + functions-common:_run_under_systemd:1554 : local systemd_service=devstack@s-container.service 2021-06-02 11:02:10.757 | + functions-common:_run_under_systemd:1555 : local group= 2021-06-02 11:02:10.759 | + functions-common:_run_under_systemd:1556 : local user=ubuntu 2021-06-02 11:02:10.762 | + functions-common:_run_under_systemd:1557 : [[ /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v =~ uwsgi ]] 2021-06-02 11:02:10.764 | + functions-common:_run_under_systemd:1560 : write_user_unit_file devstack@s-container.service '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' '' ubuntu 2021-06-02 11:02:10.767 | + functions-common:write_user_unit_file:1465 : local service=devstack@s-container.service 2021-06-02 11:02:10.769 | + functions-common:write_user_unit_file:1466 : local 'command=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-06-02 11:02:10.771 | + functions-common:write_user_unit_file:1467 : local group= 2021-06-02 11:02:10.774 | + functions-common:write_user_unit_file:1468 : local user=ubuntu 2021-06-02 11:02:10.776 | + functions-common:write_user_unit_file:1469 : local extra= 2021-06-02 11:02:10.779 | + functions-common:write_user_unit_file:1470 : [[ -n '' ]] 2021-06-02 11:02:10.781 | + functions-common:write_user_unit_file:1473 : local unitfile=/etc/systemd/system/devstack@s-container.service 2021-06-02 11:02:10.783 | + functions-common:write_user_unit_file:1474 : mkdir -p /etc/systemd/system 2021-06-02 11:02:10.788 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@s-container.service Unit Description 'Devstack devstack@s-container.service' 2021-06-02 11:02:10.842 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service User ubuntu 2021-06-02 11:02:10.898 | + functions-common:write_user_unit_file:1478 : 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-06-02 11:02:10.944 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service KillMode process 2021-06-02 11:02:10.991 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service TimeoutStopSec 300 2021-06-02 11:02:11.036 | + functions-common:write_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-06-02 11:02:11.083 | + functions-common:write_user_unit_file:1482 : [[ -n '' ]] 2021-06-02 11:02:11.085 | + functions-common:write_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@s-container.service Install WantedBy multi-user.target 2021-06-02 11:02:11.140 | + functions-common:write_user_unit_file:1488 : sudo systemctl daemon-reload 2021-06-02 11:02:11.350 | + functions-common:_run_under_systemd:1563 : sudo systemctl enable devstack@s-container.service 2021-06-02 11:02:11.363 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-container.service → /etc/systemd/system/devstack@s-container.service. 2021-06-02 11:02:11.567 | + functions-common:_run_under_systemd:1564 : sudo systemctl start devstack@s-container.service 2021-06-02 11:02:11.590 | + functions-common:run_process:1594 : time_stop run_process 2021-06-02 11:02:11.593 | + functions-common:time_stop:2336 : local name 2021-06-02 11:02:11.595 | + functions-common:time_stop:2337 : local end_time 2021-06-02 11:02:11.597 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 11:02:11.600 | + functions-common:time_stop:2339 : local total 2021-06-02 11:02:11.603 | + functions-common:time_stop:2340 : local start_time 2021-06-02 11:02:11.605 | + functions-common:time_stop:2342 : name=run_process 2021-06-02 11:02:11.607 | + functions-common:time_stop:2343 : start_time=1622631730710 2021-06-02 11:02:11.610 | + functions-common:time_stop:2345 : [[ -z 1622631730710 ]] 2021-06-02 11:02:11.613 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 11:02:11.617 | + functions-common:time_stop:2348 : end_time=1622631731613 2021-06-02 11:02:11.619 | + functions-common:time_stop:2349 : elapsed_time=903 2021-06-02 11:02:11.621 | + functions-common:time_stop:2350 : total=2903 2021-06-02 11:02:11.624 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 11:02:11.626 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=3806 2021-06-02 11:02:11.628 | + lib/swift:start_swift:808 : for type in ${foreground_services} 2021-06-02 11:02:11.631 | + lib/swift:start_swift:809 : run_process s-account '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-06-02 11:02:11.633 | + functions-common:run_process:1583 : local service=s-account 2021-06-02 11:02:11.636 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-06-02 11:02:11.638 | + functions-common:run_process:1585 : local group= 2021-06-02 11:02:11.641 | + functions-common:run_process:1586 : local user= 2021-06-02 11:02:11.643 | + functions-common:run_process:1588 : local name=s-account 2021-06-02 11:02:11.645 | + functions-common:run_process:1590 : time_start run_process 2021-06-02 11:02:11.648 | + functions-common:time_start:2322 : local name=run_process 2021-06-02 11:02:11.650 | + functions-common:time_start:2323 : local start_time= 2021-06-02 11:02:11.653 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-06-02 11:02:11.656 | ++ functions-common:time_start:2327 : date +%s%3N 2021-06-02 11:02:11.659 | + functions-common:time_start:2327 : _TIME_START[$name]=1622631731656 2021-06-02 11:02:11.663 | + functions-common:run_process:1591 : is_service_enabled s-account 2021-06-02 11:02:11.679 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:02:11.681 | + functions-common:run_process:1592 : _run_under_systemd s-account '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' '' '' 2021-06-02 11:02:11.684 | + functions-common:_run_under_systemd:1548 : local service=s-account 2021-06-02 11:02:11.687 | + functions-common:_run_under_systemd:1549 : local 'command=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-06-02 11:02:11.689 | + functions-common:_run_under_systemd:1550 : local 'cmd=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-06-02 11:02:11.691 | + functions-common:_run_under_systemd:1552 : _common_systemd_pitfalls '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-06-02 11:02:11.694 | + functions-common:_common_systemd_pitfalls:1520 : local 'cmd=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-06-02 11:02:11.697 | + functions-common:_common_systemd_pitfalls:1523 : [[ /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v =~ sudo ]] 2021-06-02 11:02:11.699 | + functions-common:_common_systemd_pitfalls:1534 : [[ ! /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v =~ ^/ ]] 2021-06-02 11:02:11.702 | + functions-common:_run_under_systemd:1554 : local systemd_service=devstack@s-account.service 2021-06-02 11:02:11.704 | + functions-common:_run_under_systemd:1555 : local group= 2021-06-02 11:02:11.706 | + functions-common:_run_under_systemd:1556 : local user=ubuntu 2021-06-02 11:02:11.709 | + functions-common:_run_under_systemd:1557 : [[ /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v =~ uwsgi ]] 2021-06-02 11:02:11.712 | + functions-common:_run_under_systemd:1560 : write_user_unit_file devstack@s-account.service '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' '' ubuntu 2021-06-02 11:02:11.714 | + functions-common:write_user_unit_file:1465 : local service=devstack@s-account.service 2021-06-02 11:02:11.717 | + functions-common:write_user_unit_file:1466 : local 'command=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-06-02 11:02:11.719 | + functions-common:write_user_unit_file:1467 : local group= 2021-06-02 11:02:11.721 | + functions-common:write_user_unit_file:1468 : local user=ubuntu 2021-06-02 11:02:11.724 | + functions-common:write_user_unit_file:1469 : local extra= 2021-06-02 11:02:11.726 | + functions-common:write_user_unit_file:1470 : [[ -n '' ]] 2021-06-02 11:02:11.729 | + functions-common:write_user_unit_file:1473 : local unitfile=/etc/systemd/system/devstack@s-account.service 2021-06-02 11:02:11.731 | + functions-common:write_user_unit_file:1474 : mkdir -p /etc/systemd/system 2021-06-02 11:02:11.735 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@s-account.service Unit Description 'Devstack devstack@s-account.service' 2021-06-02 11:02:11.793 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service User ubuntu 2021-06-02 11:02:11.867 | + functions-common:write_user_unit_file:1478 : 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-06-02 11:02:11.915 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service KillMode process 2021-06-02 11:02:11.962 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service TimeoutStopSec 300 2021-06-02 11:02:12.010 | + functions-common:write_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-06-02 11:02:12.057 | + functions-common:write_user_unit_file:1482 : [[ -n '' ]] 2021-06-02 11:02:12.059 | + functions-common:write_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@s-account.service Install WantedBy multi-user.target 2021-06-02 11:02:12.119 | + functions-common:write_user_unit_file:1488 : sudo systemctl daemon-reload 2021-06-02 11:02:12.327 | + functions-common:_run_under_systemd:1563 : sudo systemctl enable devstack@s-account.service 2021-06-02 11:02:12.339 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-account.service → /etc/systemd/system/devstack@s-account.service. 2021-06-02 11:02:12.549 | + functions-common:_run_under_systemd:1564 : sudo systemctl start devstack@s-account.service 2021-06-02 11:02:12.577 | + functions-common:run_process:1594 : time_stop run_process 2021-06-02 11:02:12.577 | + functions-common:time_stop:2336 : local name 2021-06-02 11:02:12.577 | + functions-common:time_stop:2337 : local end_time 2021-06-02 11:02:12.580 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 11:02:12.582 | + functions-common:time_stop:2339 : local total 2021-06-02 11:02:12.585 | + functions-common:time_stop:2340 : local start_time 2021-06-02 11:02:12.588 | + functions-common:time_stop:2342 : name=run_process 2021-06-02 11:02:12.590 | + functions-common:time_stop:2343 : start_time=1622631731656 2021-06-02 11:02:12.593 | + functions-common:time_stop:2345 : [[ -z 1622631731656 ]] 2021-06-02 11:02:12.598 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 11:02:12.601 | + functions-common:time_stop:2348 : end_time=1622631732597 2021-06-02 11:02:12.603 | + functions-common:time_stop:2349 : elapsed_time=941 2021-06-02 11:02:12.606 | + functions-common:time_stop:2350 : total=3806 2021-06-02 11:02:12.608 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 11:02:12.611 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=4747 2021-06-02 11:02:12.613 | + lib/swift:start_swift:812 : [[ False == \T\r\u\e ]] 2021-06-02 11:02:12.616 | + lib/swift:start_swift:817 : enable_service s-container-sync 2021-06-02 11:02:12.663 | + lib/swift:start_swift:818 : run_process s-container-sync '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-06-02 11:02:12.666 | + functions-common:run_process:1583 : local service=s-container-sync 2021-06-02 11:02:12.668 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-06-02 11:02:12.671 | + functions-common:run_process:1585 : local group= 2021-06-02 11:02:12.673 | + functions-common:run_process:1586 : local user= 2021-06-02 11:02:12.676 | + functions-common:run_process:1588 : local name=s-container-sync 2021-06-02 11:02:12.678 | + functions-common:run_process:1590 : time_start run_process 2021-06-02 11:02:12.681 | + functions-common:time_start:2322 : local name=run_process 2021-06-02 11:02:12.683 | + functions-common:time_start:2323 : local start_time= 2021-06-02 11:02:12.686 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-06-02 11:02:12.691 | ++ functions-common:time_start:2327 : date +%s%3N 2021-06-02 11:02:12.695 | + functions-common:time_start:2327 : _TIME_START[$name]=1622631732692 2021-06-02 11:02:12.698 | + functions-common:run_process:1591 : is_service_enabled s-container-sync 2021-06-02 11:02:12.715 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:02:12.718 | + functions-common:run_process:1592 : _run_under_systemd s-container-sync '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' '' '' 2021-06-02 11:02:12.720 | + functions-common:_run_under_systemd:1548 : local service=s-container-sync 2021-06-02 11:02:12.723 | + functions-common:_run_under_systemd:1549 : local 'command=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-06-02 11:02:12.726 | + functions-common:_run_under_systemd:1550 : local 'cmd=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-06-02 11:02:12.728 | + functions-common:_run_under_systemd:1552 : _common_systemd_pitfalls '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-06-02 11:02:12.731 | + functions-common:_common_systemd_pitfalls:1520 : local 'cmd=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-06-02 11:02:12.733 | + functions-common:_common_systemd_pitfalls:1523 : [[ /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf =~ sudo ]] 2021-06-02 11:02:12.735 | + functions-common:_common_systemd_pitfalls:1534 : [[ ! /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf =~ ^/ ]] 2021-06-02 11:02:12.738 | + functions-common:_run_under_systemd:1554 : local systemd_service=devstack@s-container-sync.service 2021-06-02 11:02:12.740 | + functions-common:_run_under_systemd:1555 : local group= 2021-06-02 11:02:12.742 | + functions-common:_run_under_systemd:1556 : local user=ubuntu 2021-06-02 11:02:12.745 | + functions-common:_run_under_systemd:1557 : [[ /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf =~ uwsgi ]] 2021-06-02 11:02:12.747 | + functions-common:_run_under_systemd:1560 : write_user_unit_file devstack@s-container-sync.service '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' '' ubuntu 2021-06-02 11:02:12.750 | + functions-common:write_user_unit_file:1465 : local service=devstack@s-container-sync.service 2021-06-02 11:02:12.752 | + functions-common:write_user_unit_file:1466 : local 'command=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-06-02 11:02:12.754 | + functions-common:write_user_unit_file:1467 : local group= 2021-06-02 11:02:12.757 | + functions-common:write_user_unit_file:1468 : local user=ubuntu 2021-06-02 11:02:12.759 | + functions-common:write_user_unit_file:1469 : local extra= 2021-06-02 11:02:12.762 | + functions-common:write_user_unit_file:1470 : [[ -n '' ]] 2021-06-02 11:02:12.764 | + functions-common:write_user_unit_file:1473 : local unitfile=/etc/systemd/system/devstack@s-container-sync.service 2021-06-02 11:02:12.766 | + functions-common:write_user_unit_file:1474 : mkdir -p /etc/systemd/system 2021-06-02 11:02:12.770 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Unit Description 'Devstack devstack@s-container-sync.service' 2021-06-02 11:02:12.825 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service User ubuntu 2021-06-02 11:02:12.883 | + functions-common:write_user_unit_file:1478 : 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-06-02 11:02:12.930 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service KillMode process 2021-06-02 11:02:12.976 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service TimeoutStopSec 300 2021-06-02 11:02:13.022 | + functions-common:write_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-06-02 11:02:13.067 | + functions-common:write_user_unit_file:1482 : [[ -n '' ]] 2021-06-02 11:02:13.070 | + functions-common:write_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Install WantedBy multi-user.target 2021-06-02 11:02:13.125 | + functions-common:write_user_unit_file:1488 : sudo systemctl daemon-reload 2021-06-02 11:02:13.338 | + functions-common:_run_under_systemd:1563 : sudo systemctl enable devstack@s-container-sync.service 2021-06-02 11:02:13.351 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-container-sync.service → /etc/systemd/system/devstack@s-container-sync.service. 2021-06-02 11:02:13.543 | + functions-common:_run_under_systemd:1564 : sudo systemctl start devstack@s-container-sync.service 2021-06-02 11:02:13.566 | + functions-common:run_process:1594 : time_stop run_process 2021-06-02 11:02:13.570 | + functions-common:time_stop:2336 : local name 2021-06-02 11:02:13.573 | + functions-common:time_stop:2337 : local end_time 2021-06-02 11:02:13.576 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 11:02:13.578 | + functions-common:time_stop:2339 : local total 2021-06-02 11:02:13.580 | + functions-common:time_stop:2340 : local start_time 2021-06-02 11:02:13.585 | + functions-common:time_stop:2342 : name=run_process 2021-06-02 11:02:13.587 | + functions-common:time_stop:2343 : start_time=1622631732692 2021-06-02 11:02:13.590 | + functions-common:time_stop:2345 : [[ -z 1622631732692 ]] 2021-06-02 11:02:13.593 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 11:02:13.596 | + functions-common:time_stop:2348 : end_time=1622631733593 2021-06-02 11:02:13.598 | + functions-common:time_stop:2349 : elapsed_time=901 2021-06-02 11:02:13.601 | + functions-common:time_stop:2350 : total=4747 2021-06-02 11:02:13.604 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 11:02:13.606 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=5648 2021-06-02 11:02:13.609 | + lib/swift:start_swift:825 : is_service_enabled tls-proxy 2021-06-02 11:02:13.625 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 11:02:13.628 | + lib/swift:start_swift:829 : run_process s-proxy '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-06-02 11:02:13.630 | + functions-common:run_process:1583 : local service=s-proxy 2021-06-02 11:02:13.633 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-06-02 11:02:13.635 | + functions-common:run_process:1585 : local group= 2021-06-02 11:02:13.637 | + functions-common:run_process:1586 : local user= 2021-06-02 11:02:13.640 | + functions-common:run_process:1588 : local name=s-proxy 2021-06-02 11:02:13.642 | + functions-common:run_process:1590 : time_start run_process 2021-06-02 11:02:13.646 | + functions-common:time_start:2322 : local name=run_process 2021-06-02 11:02:13.649 | + functions-common:time_start:2323 : local start_time= 2021-06-02 11:02:13.654 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-06-02 11:02:13.658 | ++ functions-common:time_start:2327 : date +%s%3N 2021-06-02 11:02:13.661 | + functions-common:time_start:2327 : _TIME_START[$name]=1622631733658 2021-06-02 11:02:13.664 | + functions-common:run_process:1591 : is_service_enabled s-proxy 2021-06-02 11:02:13.685 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:02:13.688 | + functions-common:run_process:1592 : _run_under_systemd s-proxy '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' '' '' 2021-06-02 11:02:13.690 | + functions-common:_run_under_systemd:1548 : local service=s-proxy 2021-06-02 11:02:13.693 | + functions-common:_run_under_systemd:1549 : local 'command=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-06-02 11:02:13.695 | + functions-common:_run_under_systemd:1550 : local 'cmd=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-06-02 11:02:13.698 | + functions-common:_run_under_systemd:1552 : _common_systemd_pitfalls '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-06-02 11:02:13.700 | + functions-common:_common_systemd_pitfalls:1520 : local 'cmd=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-06-02 11:02:13.703 | + functions-common:_common_systemd_pitfalls:1523 : [[ /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v =~ sudo ]] 2021-06-02 11:02:13.706 | + functions-common:_common_systemd_pitfalls:1534 : [[ ! /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v =~ ^/ ]] 2021-06-02 11:02:13.710 | + functions-common:_run_under_systemd:1554 : local systemd_service=devstack@s-proxy.service 2021-06-02 11:02:13.713 | + functions-common:_run_under_systemd:1555 : local group= 2021-06-02 11:02:13.716 | + functions-common:_run_under_systemd:1556 : local user=ubuntu 2021-06-02 11:02:13.718 | + functions-common:_run_under_systemd:1557 : [[ /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v =~ uwsgi ]] 2021-06-02 11:02:13.721 | + functions-common:_run_under_systemd:1560 : write_user_unit_file devstack@s-proxy.service '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' '' ubuntu 2021-06-02 11:02:13.724 | + functions-common:write_user_unit_file:1465 : local service=devstack@s-proxy.service 2021-06-02 11:02:13.727 | + functions-common:write_user_unit_file:1466 : local 'command=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-06-02 11:02:13.729 | + functions-common:write_user_unit_file:1467 : local group= 2021-06-02 11:02:13.732 | + functions-common:write_user_unit_file:1468 : local user=ubuntu 2021-06-02 11:02:13.734 | + functions-common:write_user_unit_file:1469 : local extra= 2021-06-02 11:02:13.737 | + functions-common:write_user_unit_file:1470 : [[ -n '' ]] 2021-06-02 11:02:13.739 | + functions-common:write_user_unit_file:1473 : local unitfile=/etc/systemd/system/devstack@s-proxy.service 2021-06-02 11:02:13.742 | + functions-common:write_user_unit_file:1474 : mkdir -p /etc/systemd/system 2021-06-02 11:02:13.747 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Unit Description 'Devstack devstack@s-proxy.service' 2021-06-02 11:02:13.801 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service User ubuntu 2021-06-02 11:02:13.856 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service ExecStart '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-06-02 11:02:13.902 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service KillMode process 2021-06-02 11:02:13.948 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service TimeoutStopSec 300 2021-06-02 11:02:13.995 | + functions-common:write_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-06-02 11:02:14.042 | + functions-common:write_user_unit_file:1482 : [[ -n '' ]] 2021-06-02 11:02:14.044 | + functions-common:write_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Install WantedBy multi-user.target 2021-06-02 11:02:14.104 | + functions-common:write_user_unit_file:1488 : sudo systemctl daemon-reload 2021-06-02 11:02:14.295 | + functions-common:_run_under_systemd:1563 : sudo systemctl enable devstack@s-proxy.service 2021-06-02 11:02:14.308 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-proxy.service → /etc/systemd/system/devstack@s-proxy.service. 2021-06-02 11:02:14.514 | + functions-common:_run_under_systemd:1564 : sudo systemctl start devstack@s-proxy.service 2021-06-02 11:02:14.534 | + functions-common:run_process:1594 : time_stop run_process 2021-06-02 11:02:14.537 | + functions-common:time_stop:2336 : local name 2021-06-02 11:02:14.540 | + functions-common:time_stop:2337 : local end_time 2021-06-02 11:02:14.542 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 11:02:14.548 | + functions-common:time_stop:2339 : local total 2021-06-02 11:02:14.551 | + functions-common:time_stop:2340 : local start_time 2021-06-02 11:02:14.554 | + functions-common:time_stop:2342 : name=run_process 2021-06-02 11:02:14.557 | + functions-common:time_stop:2343 : start_time=1622631733658 2021-06-02 11:02:14.559 | + functions-common:time_stop:2345 : [[ -z 1622631733658 ]] 2021-06-02 11:02:14.562 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 11:02:14.570 | + functions-common:time_stop:2348 : end_time=1622631734563 2021-06-02 11:02:14.573 | + functions-common:time_stop:2349 : elapsed_time=905 2021-06-02 11:02:14.576 | + functions-common:time_stop:2350 : total=5648 2021-06-02 11:02:14.578 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 11:02:14.582 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=6553 2021-06-02 11:02:14.586 | + lib/swift:start_swift:834 : echo 'Waiting for swift proxy to start...' 2021-06-02 11:02:14.586 | Waiting for swift proxy to start... 2021-06-02 11:02:14.588 | + lib/swift:start_swift:835 : wait_for_service 60 http://10.222.0.22:8080/info 2021-06-02 11:02:14.591 | + functions:wait_for_service:428 : local timeout=60 2021-06-02 11:02:14.593 | + functions:wait_for_service:429 : local url=http://10.222.0.22:8080/info 2021-06-02 11:02:14.596 | + functions:wait_for_service:430 : local rval=0 2021-06-02 11:02:14.598 | + functions:wait_for_service:431 : time_start wait_for_service 2021-06-02 11:02:14.600 | + functions-common:time_start:2322 : local name=wait_for_service 2021-06-02 11:02:14.603 | + functions-common:time_start:2323 : local start_time= 2021-06-02 11:02:14.605 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-06-02 11:02:14.608 | ++ functions-common:time_start:2327 : date +%s%3N 2021-06-02 11:02:14.612 | + functions-common:time_start:2327 : _TIME_START[$name]=1622631734609 2021-06-02 11:02:14.615 | + functions:wait_for_service:432 : timeout 60 bash -x 2021-06-02 11:02:14.620 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.22:8080/info 2021-06-02 11:02:14.633 | + :: : [[ 000 == 503 ]] 2021-06-02 11:02:14.635 | + :: : [[ 7 -eq 7 ]] 2021-06-02 11:02:14.636 | + :: : sleep 1 2021-06-02 11:02:15.639 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.22:8080/info 2021-06-02 11:02:15.652 | + :: : [[ 000 == 503 ]] 2021-06-02 11:02:15.653 | + :: : [[ 7 -eq 7 ]] 2021-06-02 11:02:15.654 | + :: : sleep 1 2021-06-02 11:02:16.658 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.22:8080/info 2021-06-02 11:02:16.670 | + :: : [[ 000 == 503 ]] 2021-06-02 11:02:16.671 | + :: : [[ 7 -eq 7 ]] 2021-06-02 11:02:16.673 | + :: : sleep 1 2021-06-02 11:02:17.676 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.22:8080/info 2021-06-02 11:02:17.911 | + :: : [[ 200 == 503 ]] 2021-06-02 11:02:17.914 | + :: : [[ 0 -eq 7 ]] 2021-06-02 11:02:17.917 | + functions:wait_for_service:437 : time_stop wait_for_service 2021-06-02 11:02:17.919 | + functions-common:time_stop:2336 : local name 2021-06-02 11:02:17.922 | + functions-common:time_stop:2337 : local end_time 2021-06-02 11:02:17.924 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 11:02:17.926 | + functions-common:time_stop:2339 : local total 2021-06-02 11:02:17.929 | + functions-common:time_stop:2340 : local start_time 2021-06-02 11:02:17.931 | + functions-common:time_stop:2342 : name=wait_for_service 2021-06-02 11:02:17.934 | + functions-common:time_stop:2343 : start_time=1622631734609 2021-06-02 11:02:17.936 | + functions-common:time_stop:2345 : [[ -z 1622631734609 ]] 2021-06-02 11:02:17.939 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 11:02:17.943 | + functions-common:time_stop:2348 : end_time=1622631737940 2021-06-02 11:02:17.945 | + functions-common:time_stop:2349 : elapsed_time=3331 2021-06-02 11:02:17.948 | + functions-common:time_stop:2350 : total=3596 2021-06-02 11:02:17.950 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 11:02:17.953 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=6927 2021-06-02 11:02:17.955 | + functions:wait_for_service:438 : return 0 2021-06-02 11:02:17.958 | + lib/swift:start_swift:839 : [[ False == \T\r\u\e ]] 2021-06-02 11:02:17.961 | + ./stack.sh:main:1294 : is_service_enabled glance 2021-06-02 11:02:17.977 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:02:17.979 | + ./stack.sh:main:1295 : echo_summary 'Starting Glance' 2021-06-02 11:02:17.982 | + ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-06-02 11:02:17.984 | + ./stack.sh:echo_summary:461 : echo -e Starting Glance 2021-06-02 11:02:17.987 | + ./stack.sh:main:1296 : start_glance 2021-06-02 11:02:17.990 | + lib/glance:start_glance:318 : local service_protocol=http 2021-06-02 11:02:17.992 | + lib/glance:start_glance:319 : is_service_enabled tls-proxy 2021-06-02 11:02:18.008 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 11:02:18.010 | + lib/glance:start_glance:326 : run_process g-reg '/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' 2021-06-02 11:02:18.013 | + functions-common:run_process:1583 : local service=g-reg 2021-06-02 11:02:18.015 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' 2021-06-02 11:02:18.018 | + functions-common:run_process:1585 : local group= 2021-06-02 11:02:18.020 | + functions-common:run_process:1586 : local user= 2021-06-02 11:02:18.023 | + functions-common:run_process:1588 : local name=g-reg 2021-06-02 11:02:18.026 | + functions-common:run_process:1590 : time_start run_process 2021-06-02 11:02:18.028 | + functions-common:time_start:2322 : local name=run_process 2021-06-02 11:02:18.030 | + functions-common:time_start:2323 : local start_time= 2021-06-02 11:02:18.033 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-06-02 11:02:18.036 | ++ functions-common:time_start:2327 : date +%s%3N 2021-06-02 11:02:18.040 | + functions-common:time_start:2327 : _TIME_START[$name]=1622631738037 2021-06-02 11:02:18.043 | + functions-common:run_process:1591 : is_service_enabled g-reg 2021-06-02 11:02:18.059 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:02:18.061 | + functions-common:run_process:1592 : _run_under_systemd g-reg '/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' '' '' 2021-06-02 11:02:18.064 | + functions-common:_run_under_systemd:1548 : local service=g-reg 2021-06-02 11:02:18.066 | + functions-common:_run_under_systemd:1549 : local 'command=/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' 2021-06-02 11:02:18.069 | + functions-common:_run_under_systemd:1550 : local 'cmd=/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' 2021-06-02 11:02:18.072 | + functions-common:_run_under_systemd:1552 : _common_systemd_pitfalls '/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' 2021-06-02 11:02:18.074 | + functions-common:_common_systemd_pitfalls:1520 : local 'cmd=/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' 2021-06-02 11:02:18.077 | + functions-common:_common_systemd_pitfalls:1523 : [[ /usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf =~ sudo ]] 2021-06-02 11:02:18.079 | + functions-common:_common_systemd_pitfalls:1534 : [[ ! /usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf =~ ^/ ]] 2021-06-02 11:02:18.082 | + functions-common:_run_under_systemd:1554 : local systemd_service=devstack@g-reg.service 2021-06-02 11:02:18.085 | + functions-common:_run_under_systemd:1555 : local group= 2021-06-02 11:02:18.088 | + functions-common:_run_under_systemd:1556 : local user=ubuntu 2021-06-02 11:02:18.090 | + functions-common:_run_under_systemd:1557 : [[ /usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf =~ uwsgi ]] 2021-06-02 11:02:18.095 | + functions-common:_run_under_systemd:1560 : write_user_unit_file devstack@g-reg.service '/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' '' ubuntu 2021-06-02 11:02:18.097 | + functions-common:write_user_unit_file:1465 : local service=devstack@g-reg.service 2021-06-02 11:02:18.100 | + functions-common:write_user_unit_file:1466 : local 'command=/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' 2021-06-02 11:02:18.103 | + functions-common:write_user_unit_file:1467 : local group= 2021-06-02 11:02:18.105 | + functions-common:write_user_unit_file:1468 : local user=ubuntu 2021-06-02 11:02:18.107 | + functions-common:write_user_unit_file:1469 : local extra= 2021-06-02 11:02:18.109 | + functions-common:write_user_unit_file:1470 : [[ -n '' ]] 2021-06-02 11:02:18.112 | + functions-common:write_user_unit_file:1473 : local unitfile=/etc/systemd/system/devstack@g-reg.service 2021-06-02 11:02:18.114 | + functions-common:write_user_unit_file:1474 : mkdir -p /etc/systemd/system 2021-06-02 11:02:18.119 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@g-reg.service Unit Description 'Devstack devstack@g-reg.service' 2021-06-02 11:02:18.172 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@g-reg.service Service User ubuntu 2021-06-02 11:02:18.227 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@g-reg.service Service ExecStart '/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' 2021-06-02 11:02:18.273 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@g-reg.service Service KillMode process 2021-06-02 11:02:18.320 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@g-reg.service Service TimeoutStopSec 300 2021-06-02 11:02:18.365 | + functions-common:write_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@g-reg.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-06-02 11:02:18.412 | + functions-common:write_user_unit_file:1482 : [[ -n '' ]] 2021-06-02 11:02:18.415 | + functions-common:write_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@g-reg.service Install WantedBy multi-user.target 2021-06-02 11:02:18.470 | + functions-common:write_user_unit_file:1488 : sudo systemctl daemon-reload 2021-06-02 11:02:18.694 | + functions-common:_run_under_systemd:1563 : sudo systemctl enable devstack@g-reg.service 2021-06-02 11:02:18.707 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-reg.service → /etc/systemd/system/devstack@g-reg.service. 2021-06-02 11:02:18.911 | + functions-common:_run_under_systemd:1564 : sudo systemctl start devstack@g-reg.service 2021-06-02 11:02:18.932 | + functions-common:run_process:1594 : time_stop run_process 2021-06-02 11:02:18.934 | + functions-common:time_stop:2336 : local name 2021-06-02 11:02:18.937 | + functions-common:time_stop:2337 : local end_time 2021-06-02 11:02:18.939 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 11:02:18.942 | + functions-common:time_stop:2339 : local total 2021-06-02 11:02:18.944 | + functions-common:time_stop:2340 : local start_time 2021-06-02 11:02:18.947 | + functions-common:time_stop:2342 : name=run_process 2021-06-02 11:02:18.949 | + functions-common:time_stop:2343 : start_time=1622631738037 2021-06-02 11:02:18.952 | + functions-common:time_stop:2345 : [[ -z 1622631738037 ]] 2021-06-02 11:02:18.955 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 11:02:18.959 | + functions-common:time_stop:2348 : end_time=1622631738956 2021-06-02 11:02:18.961 | + functions-common:time_stop:2349 : elapsed_time=919 2021-06-02 11:02:18.963 | + functions-common:time_stop:2350 : total=6553 2021-06-02 11:02:18.966 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 11:02:18.968 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=7472 2021-06-02 11:02:18.971 | + lib/glance:start_glance:327 : [[ uwsgi == \u\w\s\g\i ]] 2021-06-02 11:02:18.974 | ++ lib/glance:start_glance:328 : which uwsgi 2021-06-02 11:02:18.978 | + lib/glance:start_glance:328 : run_process g-api '/usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-06-02 11:02:18.981 | + functions-common:run_process:1583 : local service=g-api 2021-06-02 11:02:18.983 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-06-02 11:02:18.986 | + functions-common:run_process:1585 : local group= 2021-06-02 11:02:18.988 | + functions-common:run_process:1586 : local user= 2021-06-02 11:02:18.991 | + functions-common:run_process:1588 : local name=g-api 2021-06-02 11:02:18.994 | + functions-common:run_process:1590 : time_start run_process 2021-06-02 11:02:18.996 | + functions-common:time_start:2322 : local name=run_process 2021-06-02 11:02:18.999 | + functions-common:time_start:2323 : local start_time= 2021-06-02 11:02:19.001 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-06-02 11:02:19.004 | ++ functions-common:time_start:2327 : date +%s%3N 2021-06-02 11:02:19.008 | + functions-common:time_start:2327 : _TIME_START[$name]=1622631739005 2021-06-02 11:02:19.010 | + functions-common:run_process:1591 : is_service_enabled g-api 2021-06-02 11:02:19.026 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:02:19.029 | + functions-common:run_process:1592 : _run_under_systemd g-api '/usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' '' 2021-06-02 11:02:19.031 | + functions-common:_run_under_systemd:1548 : local service=g-api 2021-06-02 11:02:19.033 | + functions-common:_run_under_systemd:1549 : local 'command=/usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-06-02 11:02:19.036 | + functions-common:_run_under_systemd:1550 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-06-02 11:02:19.039 | + functions-common:_run_under_systemd:1552 : _common_systemd_pitfalls '/usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-06-02 11:02:19.042 | + functions-common:_common_systemd_pitfalls:1520 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-06-02 11:02:19.044 | + functions-common:_common_systemd_pitfalls:1523 : [[ /usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]] 2021-06-02 11:02:19.047 | + functions-common:_common_systemd_pitfalls:1534 : [[ ! /usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]] 2021-06-02 11:02:19.049 | + functions-common:_run_under_systemd:1554 : local systemd_service=devstack@g-api.service 2021-06-02 11:02:19.052 | + functions-common:_run_under_systemd:1555 : local group= 2021-06-02 11:02:19.055 | + functions-common:_run_under_systemd:1556 : local user=ubuntu 2021-06-02 11:02:19.058 | + functions-common:_run_under_systemd:1557 : [[ /usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]] 2021-06-02 11:02:19.060 | + functions-common:_run_under_systemd:1558 : 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-06-02 11:02:19.063 | + functions-common:write_uwsgi_user_unit_file:1492 : local service=devstack@g-api.service 2021-06-02 11:02:19.065 | + functions-common:write_uwsgi_user_unit_file:1493 : local 'command=/usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-06-02 11:02:19.068 | + functions-common:write_uwsgi_user_unit_file:1494 : local group= 2021-06-02 11:02:19.071 | + functions-common:write_uwsgi_user_unit_file:1495 : local user=ubuntu 2021-06-02 11:02:19.073 | + functions-common:write_uwsgi_user_unit_file:1496 : local unitfile=/etc/systemd/system/devstack@g-api.service 2021-06-02 11:02:19.076 | + functions-common:write_uwsgi_user_unit_file:1497 : mkdir -p /etc/systemd/system 2021-06-02 11:02:19.080 | + functions-common:write_uwsgi_user_unit_file:1499 : iniset -sudo /etc/systemd/system/devstack@g-api.service Unit Description 'Devstack devstack@g-api.service' 2021-06-02 11:02:19.136 | + functions-common:write_uwsgi_user_unit_file:1500 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service SyslogIdentifier devstack@g-api.service 2021-06-02 11:02:19.191 | + functions-common:write_uwsgi_user_unit_file:1501 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service User ubuntu 2021-06-02 11:02:19.238 | + functions-common:write_uwsgi_user_unit_file:1502 : 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-06-02 11:02:19.285 | + functions-common:write_uwsgi_user_unit_file:1503 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-06-02 11:02:19.332 | + functions-common:write_uwsgi_user_unit_file:1504 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify 2021-06-02 11:02:19.378 | + functions-common:write_uwsgi_user_unit_file:1505 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process 2021-06-02 11:02:19.424 | + functions-common:write_uwsgi_user_unit_file:1506 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always 2021-06-02 11:02:19.471 | + functions-common:write_uwsgi_user_unit_file:1507 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all 2021-06-02 11:02:19.520 | + functions-common:write_uwsgi_user_unit_file:1508 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100 2021-06-02 11:02:19.577 | + functions-common:write_uwsgi_user_unit_file:1510 : [[ -n '' ]] 2021-06-02 11:02:19.579 | + functions-common:write_uwsgi_user_unit_file:1513 : iniset -sudo /etc/systemd/system/devstack@g-api.service Install WantedBy multi-user.target 2021-06-02 11:02:19.635 | + functions-common:write_uwsgi_user_unit_file:1516 : sudo systemctl daemon-reload 2021-06-02 11:02:19.841 | + functions-common:_run_under_systemd:1563 : sudo systemctl enable devstack@g-api.service 2021-06-02 11:02:19.854 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service. 2021-06-02 11:02:20.056 | + functions-common:_run_under_systemd:1564 : sudo systemctl start devstack@g-api.service 2021-06-02 11:02:20.130 | + functions-common:run_process:1594 : time_stop run_process 2021-06-02 11:02:20.132 | + functions-common:time_stop:2336 : local name 2021-06-02 11:02:20.135 | + functions-common:time_stop:2337 : local end_time 2021-06-02 11:02:20.137 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 11:02:20.140 | + functions-common:time_stop:2339 : local total 2021-06-02 11:02:20.142 | + functions-common:time_stop:2340 : local start_time 2021-06-02 11:02:20.144 | + functions-common:time_stop:2342 : name=run_process 2021-06-02 11:02:20.147 | + functions-common:time_stop:2343 : start_time=1622631739005 2021-06-02 11:02:20.150 | + functions-common:time_stop:2345 : [[ -z 1622631739005 ]] 2021-06-02 11:02:20.154 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 11:02:20.156 | + functions-common:time_stop:2348 : end_time=1622631740153 2021-06-02 11:02:20.158 | + functions-common:time_stop:2349 : elapsed_time=1148 2021-06-02 11:02:20.161 | + functions-common:time_stop:2350 : total=7472 2021-06-02 11:02:20.163 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 11:02:20.166 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=8620 2021-06-02 11:02:20.168 | + lib/glance:start_glance:333 : echo 'Waiting for g-api (10.222.0.22) to start...' 2021-06-02 11:02:20.168 | Waiting for g-api (10.222.0.22) to start... 2021-06-02 11:02:20.171 | + lib/glance:start_glance:334 : wait_for_service 60 http://10.222.0.22/image 2021-06-02 11:02:20.173 | + functions:wait_for_service:428 : local timeout=60 2021-06-02 11:02:20.175 | + functions:wait_for_service:429 : local url=http://10.222.0.22/image 2021-06-02 11:02:20.178 | + functions:wait_for_service:430 : local rval=0 2021-06-02 11:02:20.180 | + functions:wait_for_service:431 : time_start wait_for_service 2021-06-02 11:02:20.183 | + functions-common:time_start:2322 : local name=wait_for_service 2021-06-02 11:02:20.185 | + functions-common:time_start:2323 : local start_time= 2021-06-02 11:02:20.187 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-06-02 11:02:20.191 | ++ functions-common:time_start:2327 : date +%s%3N 2021-06-02 11:02:20.195 | + functions-common:time_start:2327 : _TIME_START[$name]=1622631740191 2021-06-02 11:02:20.197 | + functions:wait_for_service:432 : timeout 60 bash -x 2021-06-02 11:02:20.202 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.22/image 2021-06-02 11:02:23.727 | + :: : [[ 300 == 503 ]] 2021-06-02 11:02:23.728 | + :: : [[ 0 -eq 7 ]] 2021-06-02 11:02:23.731 | + functions:wait_for_service:437 : time_stop wait_for_service 2021-06-02 11:02:23.734 | + functions-common:time_stop:2336 : local name 2021-06-02 11:02:23.736 | + functions-common:time_stop:2337 : local end_time 2021-06-02 11:02:23.739 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 11:02:23.742 | + functions-common:time_stop:2339 : local total 2021-06-02 11:02:23.744 | + functions-common:time_stop:2340 : local start_time 2021-06-02 11:02:23.747 | + functions-common:time_stop:2342 : name=wait_for_service 2021-06-02 11:02:23.749 | + functions-common:time_stop:2343 : start_time=1622631740191 2021-06-02 11:02:23.752 | + functions-common:time_stop:2345 : [[ -z 1622631740191 ]] 2021-06-02 11:02:23.755 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 11:02:23.759 | + functions-common:time_stop:2348 : end_time=1622631743756 2021-06-02 11:02:23.761 | + functions-common:time_stop:2349 : elapsed_time=3565 2021-06-02 11:02:23.764 | + functions-common:time_stop:2350 : total=6927 2021-06-02 11:02:23.766 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 11:02:23.769 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=10492 2021-06-02 11:02:23.771 | + functions:wait_for_service:438 : return 0 2021-06-02 11:02:23.774 | + ./stack.sh:main:1310 : is_service_enabled g-reg 2021-06-02 11:02:23.791 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:02:23.794 | + ./stack.sh:main:1312 : echo_summary 'Uploading images' 2021-06-02 11:02:23.796 | + ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-06-02 11:02:23.799 | + ./stack.sh:echo_summary:461 : echo -e Uploading images 2021-06-02 11:02:23.801 | + ./stack.sh:main:1314 : for image_url in ${IMAGE_URLS//,/ } 2021-06-02 11:02:23.804 | + ./stack.sh:main:1315 : upload_image http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-06-02 11:02:23.807 | + functions:upload_image:89 : local image_url=http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-06-02 11:02:23.809 | + functions:upload_image:91 : local image image_fname image_name 2021-06-02 11:02:23.811 | + functions:upload_image:94 : mkdir -p /home/ubuntu/devstack/files/images 2021-06-02 11:02:23.815 | ++ functions:upload_image:95 : basename http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-06-02 11:02:23.819 | + functions:upload_image:95 : image_fname=ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-06-02 11:02:23.821 | + functions:upload_image:96 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx != file* ]] 2021-06-02 11:02:23.823 | + functions:upload_image:98 : [[ ! -f /home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx ]] 2021-06-02 11:02:23.825 | + 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-06-02 11:02:23.828 | --2021-06-02 11:02:23-- http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-06-02 11:02:23.829 | Connecting to 10.100.0.9:80... connected. 2021-06-02 11:02:23.830 | HTTP request sent, awaiting response... 200 OK 2021-06-02 11:02:23.830 | Length: 645922816 (616M) 2021-06-02 11:02:23.831 | Saving to: ‘/home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx’ 2021-06-02 11:02:23.851 | 2021-06-02 11:02:24.332 | 0K ........ ........ ........ ........ 5% 65.8M 9s 2021-06-02 11:02:24.817 | 32768K ........ ........ ........ ........ 10% 66.0M 8s 2021-06-02 11:02:25.304 | 65536K ........ ........ ........ ........ 15% 65.7M 8s 2021-06-02 11:02:25.769 | 98304K ........ ........ ........ ........ 20% 68.7M 7s 2021-06-02 11:02:26.205 | 131072K ........ ........ ........ ........ 25% 73.5M 7s 2021-06-02 11:02:26.712 | 163840K ........ ........ ........ ........ 31% 63.3M 6s 2021-06-02 11:02:27.237 | 196608K ........ ........ ........ ........ 36% 61.0M 6s 2021-06-02 11:02:27.812 | 229376K ........ ........ ........ ........ 41% 55.8M 6s 2021-06-02 11:02:28.432 | 262144K ........ ........ ........ ........ 46% 51.7M 5s 2021-06-02 11:02:29.013 | 294912K ........ ........ ........ ........ 51% 55.0M 5s 2021-06-02 11:02:29.529 | 327680K ........ ........ ........ ........ 57% 61.7M 4s 2021-06-02 11:02:30.093 | 360448K ........ ........ ........ ........ 62% 56.9M 4s 2021-06-02 11:02:30.747 | 393216K ........ ........ ........ ........ 67% 49.5M 3s 2021-06-02 11:02:31.491 | 425984K ........ ........ ........ ........ 72% 42.7M 3s 2021-06-02 11:02:32.160 | 458752K ........ ........ ........ ........ 77% 47.8M 2s 2021-06-02 11:02:32.796 | 491520K ........ ........ ........ ........ 83% 50.8M 2s 2021-06-02 11:02:33.487 | 524288K ........ ........ ........ ........ 88% 46.0M 1s 2021-06-02 11:02:34.127 | 557056K ........ ........ ........ ........ 93% 49.9M 1s 2021-06-02 11:02:34.693 | 589824K ........ ........ ........ ........ 98% 56.3M 0s 2021-06-02 11:02:34.813 | 622592K ........ 100% 58.5M=11s 2021-06-02 11:02:34.813 | 2021-06-02 11:02:34.813 | 2021-06-02 11:02:34 (56.1 MB/s) - ‘/home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx’ saved [645922816/645922816] 2021-06-02 11:02:34.813 | 2021-06-02 11:02:34.816 | + functions:upload_image:100 : [[ 0 -ne 0 ]] 2021-06-02 11:02:34.818 | + functions:upload_image:105 : image=/home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-06-02 11:02:34.820 | + functions:upload_image:119 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ openvz ]] 2021-06-02 11:02:34.822 | + functions:upload_image:126 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ \.vmdk ]] 2021-06-02 11:02:34.825 | + functions:upload_image:241 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ \.vhd\.tgz ]] 2021-06-02 11:02:34.828 | + functions:upload_image:263 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ \.xen-raw\.tgz ]] 2021-06-02 11:02:34.830 | + functions:upload_image:274 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ \.hds ]] 2021-06-02 11:02:34.832 | + functions:upload_image:290 : local kernel= 2021-06-02 11:02:34.834 | + functions:upload_image:291 : local ramdisk= 2021-06-02 11:02:34.836 | + functions:upload_image:292 : local disk_format= 2021-06-02 11:02:34.838 | + functions:upload_image:293 : local container_format= 2021-06-02 11:02:34.841 | + functions:upload_image:294 : local unpack= 2021-06-02 11:02:34.843 | + functions:upload_image:295 : local img_property= 2021-06-02 11:02:34.845 | + functions:upload_image:296 : case "$image_fname" in 2021-06-02 11:02:34.847 | + functions:upload_image:355 : local extension=04-minimal-cloudimg-amd64-sync.vhdx 2021-06-02 11:02:34.850 | ++ functions:upload_image:356 : basename /home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx .04-minimal-cloudimg-amd64-sync.vhdx 2021-06-02 11:02:34.853 | + functions:upload_image:356 : image_name=ubuntu-16 2021-06-02 11:02:34.857 | ++ functions:upload_image:357 : echo ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-06-02 11:02:34.857 | ++ functions:upload_image:357 : grep -oP '(?<=\.)vhdx?(?=\.|$)' 2021-06-02 11:02:34.861 | + functions:upload_image:357 : disk_format=vhdx 2021-06-02 11:02:34.864 | + functions:upload_image:358 : container_format=bare 2021-06-02 11:02:34.866 | + functions:upload_image:359 : '[' vhdx == gz ']' 2021-06-02 11:02:34.868 | + functions:upload_image:366 : is_arch ppc64le 2021-06-02 11:02:34.871 | ++ functions-common:is_arch:430 : uname -m 2021-06-02 11:02:34.874 | + functions-common:is_arch:430 : [[ x86_64 == \p\p\c\6\4\l\e ]] 2021-06-02 11:02:34.877 | + functions:upload_image:366 : is_arch ppc64 2021-06-02 11:02:34.879 | ++ functions-common:is_arch:430 : uname -m 2021-06-02 11:02:34.882 | + functions-common:is_arch:430 : [[ x86_64 == \p\p\c\6\4 ]] 2021-06-02 11:02:34.884 | + functions:upload_image:366 : is_arch ppc 2021-06-02 11:02:34.888 | ++ functions-common:is_arch:430 : uname -m 2021-06-02 11:02:34.891 | + functions-common:is_arch:430 : [[ x86_64 == \p\p\c ]] 2021-06-02 11:02:34.893 | + functions:upload_image:370 : is_arch aarch64 2021-06-02 11:02:34.896 | ++ functions-common:is_arch:430 : uname -m 2021-06-02 11:02:34.899 | + functions-common:is_arch:430 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2021-06-02 11:02:34.901 | + functions:upload_image:374 : '[' bare = bare ']' 2021-06-02 11:02:34.903 | + functions:upload_image:375 : '[' '' = zcat ']' 2021-06-02 11:02:34.905 | + functions:upload_image:377 : '[' '' = bunzip2 ']' 2021-06-02 11:02:34.907 | + functions:upload_image:380 : openstack --os-cloud=devstack-admin --os-region-name=RegionOne image create ubuntu-16 --public --container-format=bare --disk-format vhdx 2021-06-02 11:02:47.358 | +------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-06-02 11:02:47.358 | | Field | Value | 2021-06-02 11:02:47.358 | +------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-06-02 11:02:47.358 | | checksum | 318f990048c8a194829e52141534610d | 2021-06-02 11:02:47.358 | | container_format | bare | 2021-06-02 11:02:47.358 | | created_at | 2021-06-02T11:02:38Z | 2021-06-02 11:02:47.358 | | disk_format | vhdx | 2021-06-02 11:02:47.358 | | file | /v2/images/317750bc-21d9-47d0-a2f2-abade90e5908/file | 2021-06-02 11:02:47.358 | | id | 317750bc-21d9-47d0-a2f2-abade90e5908 | 2021-06-02 11:02:47.358 | | min_disk | 0 | 2021-06-02 11:02:47.359 | | min_ram | 0 | 2021-06-02 11:02:47.359 | | name | ubuntu-16 | 2021-06-02 11:02:47.359 | | owner | 5147c25ebaa345ef9d463e007d90b024 | 2021-06-02 11:02:47.359 | | properties | os_hash_algo='sha512', os_hash_value='1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53', os_hidden='False' | 2021-06-02 11:02:47.359 | | protected | False | 2021-06-02 11:02:47.359 | | schema | /v2/schemas/image | 2021-06-02 11:02:47.359 | | size | 645922816 | 2021-06-02 11:02:47.359 | | status | active | 2021-06-02 11:02:47.359 | | tags | | 2021-06-02 11:02:47.359 | | updated_at | 2021-06-02T11:02:47Z | 2021-06-02 11:02:47.359 | | virtual_size | None | 2021-06-02 11:02:47.359 | | visibility | public | 2021-06-02 11:02:47.359 | +------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-06-02 11:02:47.475 | + ./stack.sh:main:1322 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2021-06-02 11:02:47.477 | + ./stack.sh:main:1323 : is_service_enabled nova 2021-06-02 11:02:47.493 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:02:47.496 | + ./stack.sh:main:1324 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2021-06-02 11:02:47.522 | + ./stack.sh:main:1325 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2021-06-02 11:02:47.550 | + ./stack.sh:main:1328 : is_service_enabled cinder 2021-06-02 11:02:47.568 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:02:47.570 | + ./stack.sh:main:1329 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2021-06-02 11:02:47.600 | + ./stack.sh:main:1333 : is_service_enabled n-api 2021-06-02 11:02:47.617 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:02:47.619 | + ./stack.sh:main:1334 : echo_summary 'Starting Nova API' 2021-06-02 11:02:47.622 | + ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-06-02 11:02:47.625 | + ./stack.sh:echo_summary:461 : echo -e Starting Nova API 2021-06-02 11:02:47.627 | + ./stack.sh:main:1335 : start_nova_api 2021-06-02 11:02:47.630 | + lib/nova:start_nova_api:833 : local service_port=8774 2021-06-02 11:02:47.632 | + lib/nova:start_nova_api:834 : local service_protocol=http 2021-06-02 11:02:47.635 | + lib/nova:start_nova_api:835 : local nova_url 2021-06-02 11:02:47.638 | + lib/nova:start_nova_api:836 : is_service_enabled tls-proxy 2021-06-02 11:02:47.656 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 11:02:47.658 | + lib/nova:start_nova_api:842 : 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:/usr/local/bin 2021-06-02 11:02:47.661 | + lib/nova:start_nova_api:843 : 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:/usr/local/bin 2021-06-02 11:02:47.663 | + lib/nova:start_nova_api:843 : 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:/usr/local/bin 2021-06-02 11:02:47.666 | + lib/nova:start_nova_api:845 : '[' True == False ']' 2021-06-02 11:02:47.669 | ++ lib/nova:start_nova_api:853 : which uwsgi 2021-06-02 11:02:47.673 | + lib/nova:start_nova_api:853 : run_process n-api '/usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-06-02 11:02:47.676 | + functions-common:run_process:1583 : local service=n-api 2021-06-02 11:02:47.678 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-06-02 11:02:47.681 | + functions-common:run_process:1585 : local group= 2021-06-02 11:02:47.684 | + functions-common:run_process:1586 : local user= 2021-06-02 11:02:47.686 | + functions-common:run_process:1588 : local name=n-api 2021-06-02 11:02:47.689 | + functions-common:run_process:1590 : time_start run_process 2021-06-02 11:02:47.692 | + functions-common:time_start:2322 : local name=run_process 2021-06-02 11:02:47.694 | + functions-common:time_start:2323 : local start_time= 2021-06-02 11:02:47.697 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-06-02 11:02:47.701 | ++ functions-common:time_start:2327 : date +%s%3N 2021-06-02 11:02:47.705 | + functions-common:time_start:2327 : _TIME_START[$name]=1622631767702 2021-06-02 11:02:47.707 | + functions-common:run_process:1591 : is_service_enabled n-api 2021-06-02 11:02:47.724 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:02:47.726 | + functions-common:run_process:1592 : _run_under_systemd n-api '/usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' '' 2021-06-02 11:02:47.729 | + functions-common:_run_under_systemd:1548 : local service=n-api 2021-06-02 11:02:47.732 | + functions-common:_run_under_systemd:1549 : local 'command=/usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-06-02 11:02:47.734 | + functions-common:_run_under_systemd:1550 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-06-02 11:02:47.737 | + functions-common:_run_under_systemd:1552 : _common_systemd_pitfalls '/usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-06-02 11:02:47.739 | + functions-common:_common_systemd_pitfalls:1520 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-06-02 11:02:47.742 | + functions-common:_common_systemd_pitfalls:1523 : [[ /usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2021-06-02 11:02:47.744 | + functions-common:_common_systemd_pitfalls:1534 : [[ ! /usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2021-06-02 11:02:47.747 | + functions-common:_run_under_systemd:1554 : local systemd_service=devstack@n-api.service 2021-06-02 11:02:47.750 | + functions-common:_run_under_systemd:1555 : local group= 2021-06-02 11:02:47.752 | + functions-common:_run_under_systemd:1556 : local user=ubuntu 2021-06-02 11:02:47.755 | + functions-common:_run_under_systemd:1557 : [[ /usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2021-06-02 11:02:47.758 | + functions-common:_run_under_systemd:1558 : 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-06-02 11:02:47.760 | + functions-common:write_uwsgi_user_unit_file:1492 : local service=devstack@n-api.service 2021-06-02 11:02:47.763 | + functions-common:write_uwsgi_user_unit_file:1493 : local 'command=/usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-06-02 11:02:47.765 | + functions-common:write_uwsgi_user_unit_file:1494 : local group= 2021-06-02 11:02:47.767 | + functions-common:write_uwsgi_user_unit_file:1495 : local user=ubuntu 2021-06-02 11:02:47.770 | + functions-common:write_uwsgi_user_unit_file:1496 : local unitfile=/etc/systemd/system/devstack@n-api.service 2021-06-02 11:02:47.772 | + functions-common:write_uwsgi_user_unit_file:1497 : mkdir -p /etc/systemd/system 2021-06-02 11:02:47.776 | + functions-common:write_uwsgi_user_unit_file:1499 : iniset -sudo /etc/systemd/system/devstack@n-api.service Unit Description 'Devstack devstack@n-api.service' 2021-06-02 11:02:47.832 | + functions-common:write_uwsgi_user_unit_file:1500 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service SyslogIdentifier devstack@n-api.service 2021-06-02 11:02:47.887 | + functions-common:write_uwsgi_user_unit_file:1501 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User ubuntu 2021-06-02 11:02:47.933 | + functions-common:write_uwsgi_user_unit_file:1502 : 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-06-02 11:02:47.982 | + functions-common:write_uwsgi_user_unit_file:1503 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-06-02 11:02:48.029 | + functions-common:write_uwsgi_user_unit_file:1504 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2021-06-02 11:02:48.076 | + functions-common:write_uwsgi_user_unit_file:1505 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2021-06-02 11:02:48.122 | + functions-common:write_uwsgi_user_unit_file:1506 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2021-06-02 11:02:48.169 | + functions-common:write_uwsgi_user_unit_file:1507 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2021-06-02 11:02:48.216 | + functions-common:write_uwsgi_user_unit_file:1508 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2021-06-02 11:02:48.263 | + functions-common:write_uwsgi_user_unit_file:1510 : [[ -n '' ]] 2021-06-02 11:02:48.266 | + functions-common:write_uwsgi_user_unit_file:1513 : iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target 2021-06-02 11:02:48.325 | + functions-common:write_uwsgi_user_unit_file:1516 : sudo systemctl daemon-reload 2021-06-02 11:02:48.538 | + functions-common:_run_under_systemd:1563 : sudo systemctl enable devstack@n-api.service 2021-06-02 11:02:48.552 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2021-06-02 11:02:48.747 | + functions-common:_run_under_systemd:1564 : sudo systemctl start devstack@n-api.service 2021-06-02 11:02:48.820 | + functions-common:run_process:1594 : time_stop run_process 2021-06-02 11:02:48.823 | + functions-common:time_stop:2336 : local name 2021-06-02 11:02:48.826 | + functions-common:time_stop:2337 : local end_time 2021-06-02 11:02:48.828 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 11:02:48.831 | + functions-common:time_stop:2339 : local total 2021-06-02 11:02:48.834 | + functions-common:time_stop:2340 : local start_time 2021-06-02 11:02:48.836 | + functions-common:time_stop:2342 : name=run_process 2021-06-02 11:02:48.839 | + functions-common:time_stop:2343 : start_time=1622631767702 2021-06-02 11:02:48.842 | + functions-common:time_stop:2345 : [[ -z 1622631767702 ]] 2021-06-02 11:02:48.845 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 11:02:48.849 | + functions-common:time_stop:2348 : end_time=1622631768846 2021-06-02 11:02:48.852 | + functions-common:time_stop:2349 : elapsed_time=1144 2021-06-02 11:02:48.854 | + functions-common:time_stop:2350 : total=8620 2021-06-02 11:02:48.857 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 11:02:48.860 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=9764 2021-06-02 11:02:48.863 | + lib/nova:start_nova_api:854 : nova_url=http://10.222.0.22/compute/v2.1/ 2021-06-02 11:02:48.865 | + lib/nova:start_nova_api:857 : echo 'Waiting for nova-api to start...' 2021-06-02 11:02:48.865 | Waiting for nova-api to start... 2021-06-02 11:02:48.868 | + lib/nova:start_nova_api:858 : wait_for_service 60 http://10.222.0.22/compute/v2.1/ 2021-06-02 11:02:48.870 | + functions:wait_for_service:428 : local timeout=60 2021-06-02 11:02:48.874 | + functions:wait_for_service:429 : local url=http://10.222.0.22/compute/v2.1/ 2021-06-02 11:02:48.876 | + functions:wait_for_service:430 : local rval=0 2021-06-02 11:02:48.879 | + functions:wait_for_service:431 : time_start wait_for_service 2021-06-02 11:02:48.881 | + functions-common:time_start:2322 : local name=wait_for_service 2021-06-02 11:02:48.884 | + functions-common:time_start:2323 : local start_time= 2021-06-02 11:02:48.887 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-06-02 11:02:48.890 | ++ functions-common:time_start:2327 : date +%s%3N 2021-06-02 11:02:48.894 | + functions-common:time_start:2327 : _TIME_START[$name]=1622631768891 2021-06-02 11:02:48.896 | + functions:wait_for_service:432 : timeout 60 bash -x 2021-06-02 11:02:48.902 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.22/compute/v2.1/ 2021-06-02 11:02:55.036 | + :: : [[ 401 == 503 ]] 2021-06-02 11:02:55.037 | + :: : [[ 0 -eq 7 ]] 2021-06-02 11:02:55.040 | + functions:wait_for_service:437 : time_stop wait_for_service 2021-06-02 11:02:55.043 | + functions-common:time_stop:2336 : local name 2021-06-02 11:02:55.046 | + functions-common:time_stop:2337 : local end_time 2021-06-02 11:02:55.049 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 11:02:55.051 | + functions-common:time_stop:2339 : local total 2021-06-02 11:02:55.054 | + functions-common:time_stop:2340 : local start_time 2021-06-02 11:02:55.056 | + functions-common:time_stop:2342 : name=wait_for_service 2021-06-02 11:02:55.059 | + functions-common:time_stop:2343 : start_time=1622631768891 2021-06-02 11:02:55.062 | + functions-common:time_stop:2345 : [[ -z 1622631768891 ]] 2021-06-02 11:02:55.065 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 11:02:55.069 | + functions-common:time_stop:2348 : end_time=1622631775066 2021-06-02 11:02:55.071 | + functions-common:time_stop:2349 : elapsed_time=6175 2021-06-02 11:02:55.074 | + functions-common:time_stop:2350 : total=10492 2021-06-02 11:02:55.077 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 11:02:55.079 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=16667 2021-06-02 11:02:55.082 | + functions:wait_for_service:438 : return 0 2021-06-02 11:02:55.084 | + lib/nova:start_nova_api:862 : 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:/usr/local/bin 2021-06-02 11:02:55.087 | + lib/nova:start_nova_api:862 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin 2021-06-02 11:02:55.090 | + ./stack.sh:main:1338 : is_service_enabled neutron-api 2021-06-02 11:02:55.107 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 11:02:55.110 | + ./stack.sh:main:1341 : is_service_enabled q-svc 2021-06-02 11:02:55.126 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:02:55.129 | + ./stack.sh:main:1342 : echo_summary 'Starting Neutron' 2021-06-02 11:02:55.131 | + ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-06-02 11:02:55.134 | + ./stack.sh:echo_summary:461 : echo -e Starting Neutron 2021-06-02 11:02:55.137 | + ./stack.sh:main:1343 : configure_neutron_after_post_config 2021-06-02 11:02:55.140 | + lib/neutron-legacy:configure_neutron_after_post_config:465 : [[ router,neutron.services.metering.metering_plugin.MeteringPlugin != '' ]] 2021-06-02 11:02:55.142 | + lib/neutron-legacy:configure_neutron_after_post_config:466 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router,neutron.services.metering.metering_plugin.MeteringPlugin 2021-06-02 11:02:55.175 | + ./stack.sh:main:1344 : start_neutron_service_and_check 2021-06-02 11:02:55.178 | + lib/neutron-legacy:start_neutron_service_and_check:472 : local service_port=9696 2021-06-02 11:02:55.181 | + lib/neutron-legacy:start_neutron_service_and_check:473 : local service_protocol=http 2021-06-02 11:02:55.183 | + lib/neutron-legacy:start_neutron_service_and_check:474 : local cfg_file_options 2021-06-02 11:02:55.186 | + lib/neutron-legacy:start_neutron_service_and_check:475 : local neutron_url 2021-06-02 11:02:55.189 | ++ lib/neutron-legacy:start_neutron_service_and_check:477 : determine_config_files neutron-server 2021-06-02 11:02:55.192 | ++ lib/neutron-legacy:determine_config_files:324 : local opts= 2021-06-02 11:02:55.195 | ++ lib/neutron-legacy:determine_config_files:325 : case "$1" in 2021-06-02 11:02:55.198 | +++ lib/neutron-legacy:determine_config_files:326 : _determine_config_server 2021-06-02 11:02:55.201 | +++ lib/neutron-legacy:_determine_config_server:294 : [[ '' != '' ]] 2021-06-02 11:02:55.203 | +++ lib/neutron-legacy:_determine_config_server:301 : [[ 0 > 0 ]] 2021-06-02 11:02:55.205 | +++ lib/neutron-legacy:_determine_config_server:308 : local cfg_file 2021-06-02 11:02:55.208 | +++ 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-06-02 11:02:55.210 | +++ lib/neutron-legacy:_determine_config_server:313 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-06-02 11:02:55.213 | ++ lib/neutron-legacy:determine_config_files:326 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-06-02 11:02:55.216 | ++ lib/neutron-legacy:determine_config_files:329 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']' 2021-06-02 11:02:55.219 | ++ lib/neutron-legacy:determine_config_files:332 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-06-02 11:02:55.222 | + lib/neutron-legacy:start_neutron_service_and_check:477 : cfg_file_options='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-06-02 11:02:55.225 | + lib/neutron-legacy:start_neutron_service_and_check:479 : is_service_enabled tls-proxy 2021-06-02 11:02:55.241 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 11:02:55.244 | + lib/neutron-legacy:start_neutron_service_and_check:484 : '[' False == True ']' 2021-06-02 11:02:55.246 | + lib/neutron-legacy:start_neutron_service_and_check:491 : 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-06-02 11:02:55.249 | + functions-common:run_process:1583 : local service=q-svc 2021-06-02 11:02:55.251 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-06-02 11:02:55.254 | + functions-common:run_process:1585 : local group= 2021-06-02 11:02:55.256 | + functions-common:run_process:1586 : local user= 2021-06-02 11:02:55.259 | + functions-common:run_process:1588 : local name=q-svc 2021-06-02 11:02:55.261 | + functions-common:run_process:1590 : time_start run_process 2021-06-02 11:02:55.264 | + functions-common:time_start:2322 : local name=run_process 2021-06-02 11:02:55.272 | + functions-common:time_start:2323 : local start_time= 2021-06-02 11:02:55.274 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-06-02 11:02:55.278 | ++ functions-common:time_start:2327 : date +%s%3N 2021-06-02 11:02:55.282 | + functions-common:time_start:2327 : _TIME_START[$name]=1622631775279 2021-06-02 11:02:55.285 | + functions-common:run_process:1591 : is_service_enabled q-svc 2021-06-02 11:02:55.301 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:02:55.303 | + functions-common:run_process:1592 : _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-06-02 11:02:55.306 | + functions-common:_run_under_systemd:1548 : local service=q-svc 2021-06-02 11:02:55.309 | + functions-common:_run_under_systemd:1549 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-06-02 11:02:55.311 | + functions-common:_run_under_systemd:1550 : local 'cmd=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-06-02 11:02:55.314 | + functions-common:_run_under_systemd:1552 : _common_systemd_pitfalls '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-06-02 11:02:55.317 | + functions-common:_common_systemd_pitfalls:1520 : local 'cmd=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-06-02 11:02:55.319 | + functions-common:_common_systemd_pitfalls:1523 : [[ /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2021-06-02 11:02:55.321 | + functions-common:_common_systemd_pitfalls:1534 : [[ ! /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2021-06-02 11:02:55.324 | + functions-common:_run_under_systemd:1554 : local systemd_service=devstack@q-svc.service 2021-06-02 11:02:55.327 | + functions-common:_run_under_systemd:1555 : local group= 2021-06-02 11:02:55.329 | + functions-common:_run_under_systemd:1556 : local user=ubuntu 2021-06-02 11:02:55.332 | + functions-common:_run_under_systemd:1557 : [[ /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2021-06-02 11:02:55.334 | + functions-common:_run_under_systemd:1560 : 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-06-02 11:02:55.337 | + functions-common:write_user_unit_file:1465 : local service=devstack@q-svc.service 2021-06-02 11:02:55.339 | + functions-common:write_user_unit_file:1466 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-06-02 11:02:55.342 | + functions-common:write_user_unit_file:1467 : local group= 2021-06-02 11:02:55.344 | + functions-common:write_user_unit_file:1468 : local user=ubuntu 2021-06-02 11:02:55.347 | + functions-common:write_user_unit_file:1469 : local extra= 2021-06-02 11:02:55.349 | + functions-common:write_user_unit_file:1470 : [[ -n '' ]] 2021-06-02 11:02:55.351 | + functions-common:write_user_unit_file:1473 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2021-06-02 11:02:55.353 | + functions-common:write_user_unit_file:1474 : mkdir -p /etc/systemd/system 2021-06-02 11:02:55.358 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Unit Description 'Devstack devstack@q-svc.service' 2021-06-02 11:02:55.412 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User ubuntu 2021-06-02 11:02:55.467 | + functions-common:write_user_unit_file:1478 : 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-06-02 11:02:55.513 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2021-06-02 11:02:55.567 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2021-06-02 11:02:55.615 | + functions-common:write_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-06-02 11:02:55.661 | + functions-common:write_user_unit_file:1482 : [[ -n '' ]] 2021-06-02 11:02:55.663 | + functions-common:write_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2021-06-02 11:02:55.718 | + functions-common:write_user_unit_file:1488 : sudo systemctl daemon-reload 2021-06-02 11:02:55.940 | + functions-common:_run_under_systemd:1563 : sudo systemctl enable devstack@q-svc.service 2021-06-02 11:02:55.954 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2021-06-02 11:02:56.154 | + functions-common:_run_under_systemd:1564 : sudo systemctl start devstack@q-svc.service 2021-06-02 11:02:56.175 | + functions-common:run_process:1594 : time_stop run_process 2021-06-02 11:02:56.178 | + functions-common:time_stop:2336 : local name 2021-06-02 11:02:56.181 | + functions-common:time_stop:2337 : local end_time 2021-06-02 11:02:56.183 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 11:02:56.186 | + functions-common:time_stop:2339 : local total 2021-06-02 11:02:56.189 | + functions-common:time_stop:2340 : local start_time 2021-06-02 11:02:56.191 | + functions-common:time_stop:2342 : name=run_process 2021-06-02 11:02:56.194 | + functions-common:time_stop:2343 : start_time=1622631775279 2021-06-02 11:02:56.196 | + functions-common:time_stop:2345 : [[ -z 1622631775279 ]] 2021-06-02 11:02:56.200 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 11:02:56.204 | + functions-common:time_stop:2348 : end_time=1622631776201 2021-06-02 11:02:56.206 | + functions-common:time_stop:2349 : elapsed_time=922 2021-06-02 11:02:56.209 | + functions-common:time_stop:2350 : total=9764 2021-06-02 11:02:56.211 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 11:02:56.214 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=10686 2021-06-02 11:02:56.217 | + lib/neutron-legacy:start_neutron_service_and_check:492 : neutron_url=http://10.222.0.22:9696 2021-06-02 11:02:56.220 | + lib/neutron-legacy:start_neutron_service_and_check:494 : is_service_enabled tls-proxy 2021-06-02 11:02:56.237 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 11:02:56.239 | + lib/neutron-legacy:start_neutron_service_and_check:498 : echo 'Waiting for Neutron to start...' 2021-06-02 11:02:56.239 | Waiting for Neutron to start... 2021-06-02 11:02:56.242 | + lib/neutron-legacy:start_neutron_service_and_check:500 : local 'testcmd=wget --no-proxy -q -O- http://10.222.0.22:9696' 2021-06-02 11:02:56.244 | + lib/neutron-legacy:start_neutron_service_and_check:501 : test_with_retry 'wget --no-proxy -q -O- http://10.222.0.22:9696' 'Neutron did not start' 60 2021-06-02 11:02:56.247 | + functions-common:test_with_retry:2274 : local 'testcmd=wget --no-proxy -q -O- http://10.222.0.22:9696' 2021-06-02 11:02:56.250 | + functions-common:test_with_retry:2275 : local 'failmsg=Neutron did not start' 2021-06-02 11:02:56.252 | + functions-common:test_with_retry:2276 : local until=60 2021-06-02 11:02:56.255 | + functions-common:test_with_retry:2277 : local sleep=0.5 2021-06-02 11:02:56.257 | + functions-common:test_with_retry:2279 : time_start test_with_retry 2021-06-02 11:02:56.260 | + functions-common:time_start:2322 : local name=test_with_retry 2021-06-02 11:02:56.263 | + functions-common:time_start:2323 : local start_time= 2021-06-02 11:02:56.266 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-06-02 11:02:56.269 | ++ functions-common:time_start:2327 : date +%s%3N 2021-06-02 11:02:56.273 | + functions-common:time_start:2327 : _TIME_START[$name]=1622631776270 2021-06-02 11:02:56.275 | + functions-common:test_with_retry:2280 : timeout 60 sh -c 'while ! wget --no-proxy -q -O- http://10.222.0.22:9696; do sleep 0.5; done' 2021-06-02 11:02:56.280 | 2021-06-02 11:02:56.281 | Redirecting output to ‘wget-log’. 2021-06-02 11:02:56.785 | 2021-06-02 11:02:56.785 | Redirecting output to ‘wget-log.1’. 2021-06-02 11:02:57.289 | 2021-06-02 11:02:57.289 | Redirecting output to ‘wget-log.2’. 2021-06-02 11:02:57.794 | 2021-06-02 11:02:57.794 | Redirecting output to ‘wget-log.3’. 2021-06-02 11:02:58.298 | 2021-06-02 11:02:58.298 | Redirecting output to ‘wget-log.4’. 2021-06-02 11:02:58.802 | 2021-06-02 11:02:58.802 | Redirecting output to ‘wget-log.5’. 2021-06-02 11:02:59.307 | 2021-06-02 11:02:59.307 | Redirecting output to ‘wget-log.6’. 2021-06-02 11:02:59.812 | 2021-06-02 11:02:59.812 | Redirecting output to ‘wget-log.7’. 2021-06-02 11:03:00.316 | 2021-06-02 11:03:00.316 | Redirecting output to ‘wget-log.8’. 2021-06-02 11:03:00.820 | 2021-06-02 11:03:00.821 | Redirecting output to ‘wget-log.9’. 2021-06-02 11:03:01.325 | 2021-06-02 11:03:01.325 | Redirecting output to ‘wget-log.10’. 2021-06-02 11:03:01.829 | 2021-06-02 11:03:01.829 | Redirecting output to ‘wget-log.11’. 2021-06-02 11:03:01.845 | {"versions": [{"id": "v2.0", "status": "CURRENT", "links": [{"rel": "self", "href": "http://10.222.0.22:9696/v2.0/"}]}]}+ functions-common:test_with_retry:2283 : time_stop test_with_retry 2021-06-02 11:03:01.847 | + functions-common:time_stop:2336 : local name 2021-06-02 11:03:01.850 | + functions-common:time_stop:2337 : local end_time 2021-06-02 11:03:01.853 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 11:03:01.855 | + functions-common:time_stop:2339 : local total 2021-06-02 11:03:01.858 | + functions-common:time_stop:2340 : local start_time 2021-06-02 11:03:01.861 | + functions-common:time_stop:2342 : name=test_with_retry 2021-06-02 11:03:01.863 | + functions-common:time_stop:2343 : start_time=1622631776270 2021-06-02 11:03:01.866 | + functions-common:time_stop:2345 : [[ -z 1622631776270 ]] 2021-06-02 11:03:01.869 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 11:03:01.874 | + functions-common:time_stop:2348 : end_time=1622631781870 2021-06-02 11:03:01.876 | + functions-common:time_stop:2349 : elapsed_time=5600 2021-06-02 11:03:01.879 | + functions-common:time_stop:2350 : total=0 2021-06-02 11:03:01.882 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 11:03:01.884 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=5600 2021-06-02 11:03:01.888 | + ./stack.sh:main:1349 : is_service_enabled placement 2021-06-02 11:03:01.905 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:03:01.907 | + ./stack.sh:main:1350 : echo_summary 'Starting Placement' 2021-06-02 11:03:01.910 | + ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-06-02 11:03:01.912 | + ./stack.sh:echo_summary:461 : echo -e Starting Placement 2021-06-02 11:03:01.915 | + ./stack.sh:main:1351 : start_placement 2021-06-02 11:03:01.918 | + lib/placement:start_placement:161 : start_placement_api 2021-06-02 11:03:01.920 | + lib/placement:start_placement_api:146 : [[ uwsgi == \u\w\s\g\i ]] 2021-06-02 11:03:01.924 | ++ lib/placement:start_placement_api:147 : which uwsgi 2021-06-02 11:03:01.928 | + lib/placement:start_placement_api:147 : run_process placement-api '/usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-06-02 11:03:01.930 | + functions-common:run_process:1583 : local service=placement-api 2021-06-02 11:03:01.933 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-06-02 11:03:01.936 | + functions-common:run_process:1585 : local group= 2021-06-02 11:03:01.938 | + functions-common:run_process:1586 : local user= 2021-06-02 11:03:01.941 | + functions-common:run_process:1588 : local name=placement-api 2021-06-02 11:03:01.943 | + functions-common:run_process:1590 : time_start run_process 2021-06-02 11:03:01.946 | + functions-common:time_start:2322 : local name=run_process 2021-06-02 11:03:01.949 | + functions-common:time_start:2323 : local start_time= 2021-06-02 11:03:01.952 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-06-02 11:03:01.955 | ++ functions-common:time_start:2327 : date +%s%3N 2021-06-02 11:03:01.958 | + functions-common:time_start:2327 : _TIME_START[$name]=1622631781956 2021-06-02 11:03:01.961 | + functions-common:run_process:1591 : is_service_enabled placement-api 2021-06-02 11:03:01.977 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:03:01.980 | + functions-common:run_process:1592 : _run_under_systemd placement-api '/usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' '' 2021-06-02 11:03:01.983 | + functions-common:_run_under_systemd:1548 : local service=placement-api 2021-06-02 11:03:01.985 | + functions-common:_run_under_systemd:1549 : local 'command=/usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-06-02 11:03:01.988 | + functions-common:_run_under_systemd:1550 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-06-02 11:03:01.991 | + functions-common:_run_under_systemd:1552 : _common_systemd_pitfalls '/usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-06-02 11:03:01.993 | + functions-common:_common_systemd_pitfalls:1520 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-06-02 11:03:01.996 | + functions-common:_common_systemd_pitfalls:1523 : [[ /usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] 2021-06-02 11:03:01.999 | + functions-common:_common_systemd_pitfalls:1534 : [[ ! /usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] 2021-06-02 11:03:02.001 | + functions-common:_run_under_systemd:1554 : local systemd_service=devstack@placement-api.service 2021-06-02 11:03:02.004 | + functions-common:_run_under_systemd:1555 : local group= 2021-06-02 11:03:02.006 | + functions-common:_run_under_systemd:1556 : local user=ubuntu 2021-06-02 11:03:02.009 | + functions-common:_run_under_systemd:1557 : [[ /usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] 2021-06-02 11:03:02.012 | + functions-common:_run_under_systemd:1558 : write_uwsgi_user_unit_file devstack@placement-api.service '/usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' ubuntu 2021-06-02 11:03:02.015 | + functions-common:write_uwsgi_user_unit_file:1492 : local service=devstack@placement-api.service 2021-06-02 11:03:02.017 | + functions-common:write_uwsgi_user_unit_file:1493 : local 'command=/usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-06-02 11:03:02.019 | + functions-common:write_uwsgi_user_unit_file:1494 : local group= 2021-06-02 11:03:02.022 | + functions-common:write_uwsgi_user_unit_file:1495 : local user=ubuntu 2021-06-02 11:03:02.024 | + functions-common:write_uwsgi_user_unit_file:1496 : local unitfile=/etc/systemd/system/devstack@placement-api.service 2021-06-02 11:03:02.026 | + functions-common:write_uwsgi_user_unit_file:1497 : mkdir -p /etc/systemd/system 2021-06-02 11:03:02.030 | + functions-common:write_uwsgi_user_unit_file:1499 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Unit Description 'Devstack devstack@placement-api.service' 2021-06-02 11:03:02.085 | + functions-common:write_uwsgi_user_unit_file:1500 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service SyslogIdentifier devstack@placement-api.service 2021-06-02 11:03:02.140 | + functions-common:write_uwsgi_user_unit_file:1501 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User ubuntu 2021-06-02 11:03:02.186 | + functions-common:write_uwsgi_user_unit_file:1502 : 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-06-02 11:03:02.233 | + functions-common:write_uwsgi_user_unit_file:1503 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-06-02 11:03:02.279 | + functions-common:write_uwsgi_user_unit_file:1504 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify 2021-06-02 11:03:02.326 | + functions-common:write_uwsgi_user_unit_file:1505 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process 2021-06-02 11:03:02.372 | + functions-common:write_uwsgi_user_unit_file:1506 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always 2021-06-02 11:03:02.419 | + functions-common:write_uwsgi_user_unit_file:1507 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all 2021-06-02 11:03:02.468 | + functions-common:write_uwsgi_user_unit_file:1508 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 2021-06-02 11:03:02.515 | + functions-common:write_uwsgi_user_unit_file:1510 : [[ -n '' ]] 2021-06-02 11:03:02.518 | + functions-common:write_uwsgi_user_unit_file:1513 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Install WantedBy multi-user.target 2021-06-02 11:03:02.576 | + functions-common:write_uwsgi_user_unit_file:1516 : sudo systemctl daemon-reload 2021-06-02 11:03:02.798 | + functions-common:_run_under_systemd:1563 : sudo systemctl enable devstack@placement-api.service 2021-06-02 11:03:02.811 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. 2021-06-02 11:03:03.011 | + functions-common:_run_under_systemd:1564 : sudo systemctl start devstack@placement-api.service 2021-06-02 11:03:03.087 | + functions-common:run_process:1594 : time_stop run_process 2021-06-02 11:03:03.089 | + functions-common:time_stop:2336 : local name 2021-06-02 11:03:03.092 | + functions-common:time_stop:2337 : local end_time 2021-06-02 11:03:03.094 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 11:03:03.097 | + functions-common:time_stop:2339 : local total 2021-06-02 11:03:03.099 | + functions-common:time_stop:2340 : local start_time 2021-06-02 11:03:03.102 | + functions-common:time_stop:2342 : name=run_process 2021-06-02 11:03:03.104 | + functions-common:time_stop:2343 : start_time=1622631781956 2021-06-02 11:03:03.108 | + functions-common:time_stop:2345 : [[ -z 1622631781956 ]] 2021-06-02 11:03:03.112 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 11:03:03.115 | + functions-common:time_stop:2348 : end_time=1622631783112 2021-06-02 11:03:03.117 | + functions-common:time_stop:2349 : elapsed_time=1156 2021-06-02 11:03:03.120 | + functions-common:time_stop:2350 : total=10686 2021-06-02 11:03:03.123 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 11:03:03.126 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=11842 2021-06-02 11:03:03.129 | + lib/placement:start_placement_api:154 : echo 'Waiting for placement-api to start...' 2021-06-02 11:03:03.129 | Waiting for placement-api to start... 2021-06-02 11:03:03.131 | + lib/placement:start_placement_api:155 : wait_for_service 60 http://10.222.0.22/placement 2021-06-02 11:03:03.134 | + functions:wait_for_service:428 : local timeout=60 2021-06-02 11:03:03.136 | + functions:wait_for_service:429 : local url=http://10.222.0.22/placement 2021-06-02 11:03:03.139 | + functions:wait_for_service:430 : local rval=0 2021-06-02 11:03:03.142 | + functions:wait_for_service:431 : time_start wait_for_service 2021-06-02 11:03:03.145 | + functions-common:time_start:2322 : local name=wait_for_service 2021-06-02 11:03:03.147 | + functions-common:time_start:2323 : local start_time= 2021-06-02 11:03:03.150 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-06-02 11:03:03.154 | ++ functions-common:time_start:2327 : date +%s%3N 2021-06-02 11:03:03.158 | + functions-common:time_start:2327 : _TIME_START[$name]=1622631783155 2021-06-02 11:03:03.161 | + functions:wait_for_service:432 : timeout 60 bash -x 2021-06-02 11:03:03.169 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.22/placement 2021-06-02 11:03:05.929 | + :: : [[ 200 == 503 ]] 2021-06-02 11:03:05.931 | + :: : [[ 0 -eq 7 ]] 2021-06-02 11:03:05.935 | + functions:wait_for_service:437 : time_stop wait_for_service 2021-06-02 11:03:05.937 | + functions-common:time_stop:2336 : local name 2021-06-02 11:03:05.940 | + functions-common:time_stop:2337 : local end_time 2021-06-02 11:03:05.943 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 11:03:05.945 | + functions-common:time_stop:2339 : local total 2021-06-02 11:03:05.948 | + functions-common:time_stop:2340 : local start_time 2021-06-02 11:03:05.951 | + functions-common:time_stop:2342 : name=wait_for_service 2021-06-02 11:03:05.953 | + functions-common:time_stop:2343 : start_time=1622631783155 2021-06-02 11:03:05.956 | + functions-common:time_stop:2345 : [[ -z 1622631783155 ]] 2021-06-02 11:03:05.959 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 11:03:05.963 | + functions-common:time_stop:2348 : end_time=1622631785960 2021-06-02 11:03:05.965 | + functions-common:time_stop:2349 : elapsed_time=2805 2021-06-02 11:03:05.968 | + functions-common:time_stop:2350 : total=16667 2021-06-02 11:03:05.970 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 11:03:05.973 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=19472 2021-06-02 11:03:05.975 | + functions:wait_for_service:438 : return 0 2021-06-02 11:03:05.978 | + ./stack.sh:main:1354 : is_service_enabled neutron 2021-06-02 11:03:05.997 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:03:05.999 | + ./stack.sh:main:1355 : start_neutron 2021-06-02 11:03:06.002 | + lib/neutron:start_neutron:705 : is_neutron_legacy_enabled 2021-06-02 11:03:06.006 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-06-02 11:03:06.006 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-06-02 11:03:06.010 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-06-02 11:03:06.013 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2021-06-02 11:03:06.016 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,g-reg,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,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-06-02 11:03:06.019 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-06-02 11:03:06.021 | + lib/neutron:start_neutron:707 : start_mutnauq_l2_agent 2021-06-02 11:03:06.024 | + lib/neutron-legacy:start_mutnauq_l2_agent:507 : 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-06-02 11:03:06.027 | + functions-common:run_process:1583 : local service=q-agt 2021-06-02 11:03:06.029 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-06-02 11:03:06.032 | + functions-common:run_process:1585 : local group= 2021-06-02 11:03:06.034 | + functions-common:run_process:1586 : local user= 2021-06-02 11:03:06.037 | + functions-common:run_process:1588 : local name=q-agt 2021-06-02 11:03:06.039 | + functions-common:run_process:1590 : time_start run_process 2021-06-02 11:03:06.042 | + functions-common:time_start:2322 : local name=run_process 2021-06-02 11:03:06.045 | + functions-common:time_start:2323 : local start_time= 2021-06-02 11:03:06.047 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-06-02 11:03:06.051 | ++ functions-common:time_start:2327 : date +%s%3N 2021-06-02 11:03:06.054 | + functions-common:time_start:2327 : _TIME_START[$name]=1622631786051 2021-06-02 11:03:06.057 | + functions-common:run_process:1591 : is_service_enabled q-agt 2021-06-02 11:03:06.074 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:03:06.077 | + functions-common:run_process:1592 : _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-06-02 11:03:06.079 | + functions-common:_run_under_systemd:1548 : local service=q-agt 2021-06-02 11:03:06.082 | + functions-common:_run_under_systemd:1549 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-06-02 11:03:06.084 | + functions-common:_run_under_systemd:1550 : local 'cmd=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-06-02 11:03:06.087 | + functions-common:_run_under_systemd:1552 : _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-06-02 11:03:06.090 | + functions-common:_common_systemd_pitfalls:1520 : local 'cmd=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-06-02 11:03:06.092 | + functions-common:_common_systemd_pitfalls:1523 : [[ /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2021-06-02 11:03:06.095 | + functions-common:_common_systemd_pitfalls:1534 : [[ ! /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2021-06-02 11:03:06.098 | + functions-common:_run_under_systemd:1554 : local systemd_service=devstack@q-agt.service 2021-06-02 11:03:06.100 | + functions-common:_run_under_systemd:1555 : local group= 2021-06-02 11:03:06.103 | + functions-common:_run_under_systemd:1556 : local user=ubuntu 2021-06-02 11:03:06.105 | + functions-common:_run_under_systemd:1557 : [[ /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2021-06-02 11:03:06.108 | + functions-common:_run_under_systemd:1560 : 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-06-02 11:03:06.110 | + functions-common:write_user_unit_file:1465 : local service=devstack@q-agt.service 2021-06-02 11:03:06.116 | + functions-common:write_user_unit_file:1466 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-06-02 11:03:06.118 | + functions-common:write_user_unit_file:1467 : local group= 2021-06-02 11:03:06.120 | + functions-common:write_user_unit_file:1468 : local user=ubuntu 2021-06-02 11:03:06.123 | + functions-common:write_user_unit_file:1469 : local extra= 2021-06-02 11:03:06.125 | + functions-common:write_user_unit_file:1470 : [[ -n '' ]] 2021-06-02 11:03:06.128 | + functions-common:write_user_unit_file:1473 : local unitfile=/etc/systemd/system/devstack@q-agt.service 2021-06-02 11:03:06.130 | + functions-common:write_user_unit_file:1474 : mkdir -p /etc/systemd/system 2021-06-02 11:03:06.134 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Unit Description 'Devstack devstack@q-agt.service' 2021-06-02 11:03:06.189 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service User ubuntu 2021-06-02 11:03:06.244 | + functions-common:write_user_unit_file:1478 : 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-06-02 11:03:06.290 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service KillMode process 2021-06-02 11:03:06.336 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service TimeoutStopSec 300 2021-06-02 11:03:06.382 | + functions-common:write_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-06-02 11:03:06.429 | + functions-common:write_user_unit_file:1482 : [[ -n '' ]] 2021-06-02 11:03:06.431 | + functions-common:write_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Install WantedBy multi-user.target 2021-06-02 11:03:06.488 | + functions-common:write_user_unit_file:1488 : sudo systemctl daemon-reload 2021-06-02 11:03:06.704 | + functions-common:_run_under_systemd:1563 : sudo systemctl enable devstack@q-agt.service 2021-06-02 11:03:06.717 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-agt.service → /etc/systemd/system/devstack@q-agt.service. 2021-06-02 11:03:06.885 | + functions-common:_run_under_systemd:1564 : sudo systemctl start devstack@q-agt.service 2021-06-02 11:03:06.908 | + functions-common:run_process:1594 : time_stop run_process 2021-06-02 11:03:06.910 | + functions-common:time_stop:2336 : local name 2021-06-02 11:03:06.913 | + functions-common:time_stop:2337 : local end_time 2021-06-02 11:03:06.916 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 11:03:06.918 | + functions-common:time_stop:2339 : local total 2021-06-02 11:03:06.921 | + functions-common:time_stop:2340 : local start_time 2021-06-02 11:03:06.923 | + functions-common:time_stop:2342 : name=run_process 2021-06-02 11:03:06.926 | + functions-common:time_stop:2343 : start_time=1622631786051 2021-06-02 11:03:06.929 | + functions-common:time_stop:2345 : [[ -z 1622631786051 ]] 2021-06-02 11:03:06.932 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 11:03:06.935 | + functions-common:time_stop:2348 : end_time=1622631786933 2021-06-02 11:03:06.938 | + functions-common:time_stop:2349 : elapsed_time=882 2021-06-02 11:03:06.941 | + functions-common:time_stop:2350 : total=11842 2021-06-02 11:03:06.943 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 11:03:06.946 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=12724 2021-06-02 11:03:06.949 | + lib/neutron-legacy:start_mutnauq_l2_agent:509 : is_provider_network 2021-06-02 11:03:06.952 | + functions-common:is_provider_network:2185 : '[' '' == True ']' 2021-06-02 11:03:06.954 | + functions-common:is_provider_network:2188 : return 1 2021-06-02 11:03:06.957 | + lib/neutron:start_neutron:708 : start_mutnauq_other_agents 2021-06-02 11:03:06.959 | + lib/neutron-legacy:start_mutnauq_other_agents:525 : run_process q-dhcp '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2021-06-02 11:03:06.962 | + functions-common:run_process:1583 : local service=q-dhcp 2021-06-02 11:03:06.965 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2021-06-02 11:03:06.968 | + functions-common:run_process:1585 : local group= 2021-06-02 11:03:06.970 | + functions-common:run_process:1586 : local user= 2021-06-02 11:03:06.973 | + functions-common:run_process:1588 : local name=q-dhcp 2021-06-02 11:03:06.975 | + functions-common:run_process:1590 : time_start run_process 2021-06-02 11:03:06.978 | + functions-common:time_start:2322 : local name=run_process 2021-06-02 11:03:06.980 | + functions-common:time_start:2323 : local start_time= 2021-06-02 11:03:06.983 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-06-02 11:03:06.986 | ++ functions-common:time_start:2327 : date +%s%3N 2021-06-02 11:03:06.990 | + functions-common:time_start:2327 : _TIME_START[$name]=1622631786987 2021-06-02 11:03:06.992 | + functions-common:run_process:1591 : is_service_enabled q-dhcp 2021-06-02 11:03:07.009 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:03:07.012 | + functions-common:run_process:1592 : _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-06-02 11:03:07.015 | + functions-common:_run_under_systemd:1548 : local service=q-dhcp 2021-06-02 11:03:07.018 | + functions-common:_run_under_systemd:1549 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2021-06-02 11:03:07.020 | + functions-common:_run_under_systemd:1550 : local 'cmd=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2021-06-02 11:03:07.023 | + functions-common:_run_under_systemd:1552 : _common_systemd_pitfalls '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2021-06-02 11:03:07.025 | + functions-common:_common_systemd_pitfalls:1520 : local 'cmd=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2021-06-02 11:03:07.028 | + functions-common:_common_systemd_pitfalls:1523 : [[ /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ sudo ]] 2021-06-02 11:03:07.031 | + functions-common:_common_systemd_pitfalls:1534 : [[ ! /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ ^/ ]] 2021-06-02 11:03:07.033 | + functions-common:_run_under_systemd:1554 : local systemd_service=devstack@q-dhcp.service 2021-06-02 11:03:07.036 | + functions-common:_run_under_systemd:1555 : local group= 2021-06-02 11:03:07.038 | + functions-common:_run_under_systemd:1556 : local user=ubuntu 2021-06-02 11:03:07.041 | + functions-common:_run_under_systemd:1557 : [[ /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ uwsgi ]] 2021-06-02 11:03:07.044 | + functions-common:_run_under_systemd:1560 : 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-06-02 11:03:07.047 | + functions-common:write_user_unit_file:1465 : local service=devstack@q-dhcp.service 2021-06-02 11:03:07.050 | + functions-common:write_user_unit_file:1466 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2021-06-02 11:03:07.052 | + functions-common:write_user_unit_file:1467 : local group= 2021-06-02 11:03:07.055 | + functions-common:write_user_unit_file:1468 : local user=ubuntu 2021-06-02 11:03:07.057 | + functions-common:write_user_unit_file:1469 : local extra= 2021-06-02 11:03:07.060 | + functions-common:write_user_unit_file:1470 : [[ -n '' ]] 2021-06-02 11:03:07.063 | + functions-common:write_user_unit_file:1473 : local unitfile=/etc/systemd/system/devstack@q-dhcp.service 2021-06-02 11:03:07.066 | + functions-common:write_user_unit_file:1474 : mkdir -p /etc/systemd/system 2021-06-02 11:03:07.070 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Unit Description 'Devstack devstack@q-dhcp.service' 2021-06-02 11:03:07.126 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service User ubuntu 2021-06-02 11:03:07.180 | + functions-common:write_user_unit_file:1478 : 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-06-02 11:03:07.227 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service KillMode process 2021-06-02 11:03:07.274 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service TimeoutStopSec 300 2021-06-02 11:03:07.321 | + functions-common:write_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-06-02 11:03:07.367 | + functions-common:write_user_unit_file:1482 : [[ -n '' ]] 2021-06-02 11:03:07.371 | + functions-common:write_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Install WantedBy multi-user.target 2021-06-02 11:03:07.426 | + functions-common:write_user_unit_file:1488 : sudo systemctl daemon-reload 2021-06-02 11:03:07.642 | + functions-common:_run_under_systemd:1563 : sudo systemctl enable devstack@q-dhcp.service 2021-06-02 11:03:07.654 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-dhcp.service → /etc/systemd/system/devstack@q-dhcp.service. 2021-06-02 11:03:07.881 | + functions-common:_run_under_systemd:1564 : sudo systemctl start devstack@q-dhcp.service 2021-06-02 11:03:07.901 | + functions-common:run_process:1594 : time_stop run_process 2021-06-02 11:03:07.904 | + functions-common:time_stop:2336 : local name 2021-06-02 11:03:07.907 | + functions-common:time_stop:2337 : local end_time 2021-06-02 11:03:07.910 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 11:03:07.912 | + functions-common:time_stop:2339 : local total 2021-06-02 11:03:07.915 | + functions-common:time_stop:2340 : local start_time 2021-06-02 11:03:07.918 | + functions-common:time_stop:2342 : name=run_process 2021-06-02 11:03:07.921 | + functions-common:time_stop:2343 : start_time=1622631786987 2021-06-02 11:03:07.923 | + functions-common:time_stop:2345 : [[ -z 1622631786987 ]] 2021-06-02 11:03:07.926 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 11:03:07.930 | + functions-common:time_stop:2348 : end_time=1622631787927 2021-06-02 11:03:07.933 | + functions-common:time_stop:2349 : elapsed_time=940 2021-06-02 11:03:07.935 | + functions-common:time_stop:2350 : total=12724 2021-06-02 11:03:07.938 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 11:03:07.940 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=13664 2021-06-02 11:03:07.943 | + lib/neutron-legacy:start_mutnauq_other_agents:527 : is_service_enabled neutron-vpnaas 2021-06-02 11:03:07.960 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 11:03:07.964 | ++ lib/neutron-legacy:start_mutnauq_other_agents:530 : determine_config_files neutron-l3-agent 2021-06-02 11:03:07.967 | ++ lib/neutron-legacy:determine_config_files:324 : local opts= 2021-06-02 11:03:07.969 | ++ lib/neutron-legacy:determine_config_files:325 : case "$1" in 2021-06-02 11:03:07.973 | +++ lib/neutron-legacy:determine_config_files:327 : _determine_config_l3 2021-06-02 11:03:07.975 | +++ lib/neutron-legacy:_determine_config_l3:317 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-06-02 11:03:07.978 | +++ lib/neutron-legacy:_determine_config_l3:318 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-06-02 11:03:07.982 | ++ lib/neutron-legacy:determine_config_files:327 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-06-02 11:03:07.984 | ++ lib/neutron-legacy:determine_config_files:329 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2021-06-02 11:03:07.987 | ++ lib/neutron-legacy:determine_config_files:332 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-06-02 11:03:07.990 | + lib/neutron-legacy:start_mutnauq_other_agents:530 : run_process q-l3 '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-06-02 11:03:07.992 | + functions-common:run_process:1583 : local service=q-l3 2021-06-02 11:03:07.995 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-06-02 11:03:07.997 | + functions-common:run_process:1585 : local group= 2021-06-02 11:03:08.000 | + functions-common:run_process:1586 : local user= 2021-06-02 11:03:08.002 | + functions-common:run_process:1588 : local name=q-l3 2021-06-02 11:03:08.005 | + functions-common:run_process:1590 : time_start run_process 2021-06-02 11:03:08.007 | + functions-common:time_start:2322 : local name=run_process 2021-06-02 11:03:08.010 | + functions-common:time_start:2323 : local start_time= 2021-06-02 11:03:08.013 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-06-02 11:03:08.016 | ++ functions-common:time_start:2327 : date +%s%3N 2021-06-02 11:03:08.020 | + functions-common:time_start:2327 : _TIME_START[$name]=1622631788017 2021-06-02 11:03:08.022 | + functions-common:run_process:1591 : is_service_enabled q-l3 2021-06-02 11:03:08.040 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:03:08.043 | + functions-common:run_process:1592 : _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-06-02 11:03:08.045 | + functions-common:_run_under_systemd:1548 : local service=q-l3 2021-06-02 11:03:08.048 | + functions-common:_run_under_systemd:1549 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-06-02 11:03:08.051 | + functions-common:_run_under_systemd:1550 : local 'cmd=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-06-02 11:03:08.053 | + functions-common:_run_under_systemd:1552 : _common_systemd_pitfalls '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-06-02 11:03:08.056 | + functions-common:_common_systemd_pitfalls:1520 : local 'cmd=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-06-02 11:03:08.059 | + functions-common:_common_systemd_pitfalls:1523 : [[ /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ sudo ]] 2021-06-02 11:03:08.061 | + functions-common:_common_systemd_pitfalls:1534 : [[ ! /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ ^/ ]] 2021-06-02 11:03:08.064 | + functions-common:_run_under_systemd:1554 : local systemd_service=devstack@q-l3.service 2021-06-02 11:03:08.067 | + functions-common:_run_under_systemd:1555 : local group= 2021-06-02 11:03:08.069 | + functions-common:_run_under_systemd:1556 : local user=ubuntu 2021-06-02 11:03:08.072 | + functions-common:_run_under_systemd:1557 : [[ /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ uwsgi ]] 2021-06-02 11:03:08.075 | + functions-common:_run_under_systemd:1560 : 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-06-02 11:03:08.078 | + functions-common:write_user_unit_file:1465 : local service=devstack@q-l3.service 2021-06-02 11:03:08.081 | + functions-common:write_user_unit_file:1466 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-06-02 11:03:08.083 | + functions-common:write_user_unit_file:1467 : local group= 2021-06-02 11:03:08.086 | + functions-common:write_user_unit_file:1468 : local user=ubuntu 2021-06-02 11:03:08.088 | + functions-common:write_user_unit_file:1469 : local extra= 2021-06-02 11:03:08.091 | + functions-common:write_user_unit_file:1470 : [[ -n '' ]] 2021-06-02 11:03:08.093 | + functions-common:write_user_unit_file:1473 : local unitfile=/etc/systemd/system/devstack@q-l3.service 2021-06-02 11:03:08.096 | + functions-common:write_user_unit_file:1474 : mkdir -p /etc/systemd/system 2021-06-02 11:03:08.100 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Unit Description 'Devstack devstack@q-l3.service' 2021-06-02 11:03:08.159 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service User ubuntu 2021-06-02 11:03:08.222 | + functions-common:write_user_unit_file:1478 : 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-06-02 11:03:08.272 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service KillMode process 2021-06-02 11:03:08.325 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service TimeoutStopSec 300 2021-06-02 11:03:08.374 | + functions-common:write_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-06-02 11:03:08.427 | + functions-common:write_user_unit_file:1482 : [[ -n '' ]] 2021-06-02 11:03:08.430 | + functions-common:write_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Install WantedBy multi-user.target 2021-06-02 11:03:08.491 | + functions-common:write_user_unit_file:1488 : sudo systemctl daemon-reload 2021-06-02 11:03:08.733 | + functions-common:_run_under_systemd:1563 : sudo systemctl enable devstack@q-l3.service 2021-06-02 11:03:08.746 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-l3.service → /etc/systemd/system/devstack@q-l3.service. 2021-06-02 11:03:08.951 | + functions-common:_run_under_systemd:1564 : sudo systemctl start devstack@q-l3.service 2021-06-02 11:03:08.974 | + functions-common:run_process:1594 : time_stop run_process 2021-06-02 11:03:08.977 | + functions-common:time_stop:2336 : local name 2021-06-02 11:03:08.979 | + functions-common:time_stop:2337 : local end_time 2021-06-02 11:03:08.982 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 11:03:08.984 | + functions-common:time_stop:2339 : local total 2021-06-02 11:03:08.987 | + functions-common:time_stop:2340 : local start_time 2021-06-02 11:03:08.989 | + functions-common:time_stop:2342 : name=run_process 2021-06-02 11:03:08.992 | + functions-common:time_stop:2343 : start_time=1622631788017 2021-06-02 11:03:08.994 | + functions-common:time_stop:2345 : [[ -z 1622631788017 ]] 2021-06-02 11:03:08.998 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 11:03:09.001 | + functions-common:time_stop:2348 : end_time=1622631788998 2021-06-02 11:03:09.003 | + functions-common:time_stop:2349 : elapsed_time=981 2021-06-02 11:03:09.006 | + functions-common:time_stop:2350 : total=13664 2021-06-02 11:03:09.008 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 11:03:09.011 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=14645 2021-06-02 11:03:09.014 | + lib/neutron-legacy:start_mutnauq_other_agents:533 : run_process q-meta '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2021-06-02 11:03:09.016 | + functions-common:run_process:1583 : local service=q-meta 2021-06-02 11:03:09.019 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2021-06-02 11:03:09.021 | + functions-common:run_process:1585 : local group= 2021-06-02 11:03:09.024 | + functions-common:run_process:1586 : local user= 2021-06-02 11:03:09.026 | + functions-common:run_process:1588 : local name=q-meta 2021-06-02 11:03:09.029 | + functions-common:run_process:1590 : time_start run_process 2021-06-02 11:03:09.032 | + functions-common:time_start:2322 : local name=run_process 2021-06-02 11:03:09.034 | + functions-common:time_start:2323 : local start_time= 2021-06-02 11:03:09.037 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-06-02 11:03:09.041 | ++ functions-common:time_start:2327 : date +%s%3N 2021-06-02 11:03:09.044 | + functions-common:time_start:2327 : _TIME_START[$name]=1622631789041 2021-06-02 11:03:09.046 | + functions-common:run_process:1591 : is_service_enabled q-meta 2021-06-02 11:03:09.065 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:03:09.068 | + functions-common:run_process:1592 : _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-06-02 11:03:09.070 | + functions-common:_run_under_systemd:1548 : local service=q-meta 2021-06-02 11:03:09.073 | + functions-common:_run_under_systemd:1549 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2021-06-02 11:03:09.076 | + functions-common:_run_under_systemd:1550 : local 'cmd=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2021-06-02 11:03:09.079 | + functions-common:_run_under_systemd:1552 : _common_systemd_pitfalls '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2021-06-02 11:03:09.081 | + functions-common:_common_systemd_pitfalls:1520 : local 'cmd=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2021-06-02 11:03:09.084 | + functions-common:_common_systemd_pitfalls:1523 : [[ /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ sudo ]] 2021-06-02 11:03:09.086 | + functions-common:_common_systemd_pitfalls:1534 : [[ ! /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ ^/ ]] 2021-06-02 11:03:09.089 | + functions-common:_run_under_systemd:1554 : local systemd_service=devstack@q-meta.service 2021-06-02 11:03:09.092 | + functions-common:_run_under_systemd:1555 : local group= 2021-06-02 11:03:09.094 | + functions-common:_run_under_systemd:1556 : local user=ubuntu 2021-06-02 11:03:09.097 | + functions-common:_run_under_systemd:1557 : [[ /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ uwsgi ]] 2021-06-02 11:03:09.099 | + functions-common:_run_under_systemd:1560 : 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-06-02 11:03:09.102 | + functions-common:write_user_unit_file:1465 : local service=devstack@q-meta.service 2021-06-02 11:03:09.105 | + functions-common:write_user_unit_file:1466 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2021-06-02 11:03:09.107 | + functions-common:write_user_unit_file:1467 : local group= 2021-06-02 11:03:09.110 | + functions-common:write_user_unit_file:1468 : local user=ubuntu 2021-06-02 11:03:09.112 | + functions-common:write_user_unit_file:1469 : local extra= 2021-06-02 11:03:09.115 | + functions-common:write_user_unit_file:1470 : [[ -n '' ]] 2021-06-02 11:03:09.117 | + functions-common:write_user_unit_file:1473 : local unitfile=/etc/systemd/system/devstack@q-meta.service 2021-06-02 11:03:09.120 | + functions-common:write_user_unit_file:1474 : mkdir -p /etc/systemd/system 2021-06-02 11:03:09.125 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Unit Description 'Devstack devstack@q-meta.service' 2021-06-02 11:03:09.189 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service User ubuntu 2021-06-02 11:03:09.253 | + functions-common:write_user_unit_file:1478 : 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-06-02 11:03:09.308 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service KillMode process 2021-06-02 11:03:09.366 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service TimeoutStopSec 300 2021-06-02 11:03:09.422 | + functions-common:write_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-06-02 11:03:09.485 | + functions-common:write_user_unit_file:1482 : [[ -n '' ]] 2021-06-02 11:03:09.488 | + functions-common:write_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Install WantedBy multi-user.target 2021-06-02 11:03:09.570 | + functions-common:write_user_unit_file:1488 : sudo systemctl daemon-reload 2021-06-02 11:03:09.801 | + functions-common:_run_under_systemd:1563 : sudo systemctl enable devstack@q-meta.service 2021-06-02 11:03:09.820 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-meta.service → /etc/systemd/system/devstack@q-meta.service. 2021-06-02 11:03:10.064 | + functions-common:_run_under_systemd:1564 : sudo systemctl start devstack@q-meta.service 2021-06-02 11:03:10.095 | + functions-common:run_process:1594 : time_stop run_process 2021-06-02 11:03:10.105 | + functions-common:time_stop:2336 : local name 2021-06-02 11:03:10.110 | + functions-common:time_stop:2337 : local end_time 2021-06-02 11:03:10.114 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 11:03:10.118 | + functions-common:time_stop:2339 : local total 2021-06-02 11:03:10.122 | + functions-common:time_stop:2340 : local start_time 2021-06-02 11:03:10.126 | + functions-common:time_stop:2342 : name=run_process 2021-06-02 11:03:10.130 | + functions-common:time_stop:2343 : start_time=1622631789041 2021-06-02 11:03:10.134 | + functions-common:time_stop:2345 : [[ -z 1622631789041 ]] 2021-06-02 11:03:10.147 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 11:03:10.158 | + functions-common:time_stop:2348 : end_time=1622631790149 2021-06-02 11:03:10.169 | + functions-common:time_stop:2349 : elapsed_time=1108 2021-06-02 11:03:10.178 | + functions-common:time_stop:2350 : total=14645 2021-06-02 11:03:10.190 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 11:03:10.194 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=15753 2021-06-02 11:03:10.201 | + lib/neutron-legacy:start_mutnauq_other_agents:534 : 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-06-02 11:03:10.209 | + functions-common:run_process:1583 : local service=q-metering 2021-06-02 11:03:10.217 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2021-06-02 11:03:10.225 | + functions-common:run_process:1585 : local group= 2021-06-02 11:03:10.233 | + functions-common:run_process:1586 : local user= 2021-06-02 11:03:10.242 | + functions-common:run_process:1588 : local name=q-metering 2021-06-02 11:03:10.250 | + functions-common:run_process:1590 : time_start run_process 2021-06-02 11:03:10.257 | + functions-common:time_start:2322 : local name=run_process 2021-06-02 11:03:10.265 | + functions-common:time_start:2323 : local start_time= 2021-06-02 11:03:10.273 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-06-02 11:03:10.278 | ++ functions-common:time_start:2327 : date +%s%3N 2021-06-02 11:03:10.290 | + functions-common:time_start:2327 : _TIME_START[$name]=1622631790279 2021-06-02 11:03:10.298 | + functions-common:run_process:1591 : is_service_enabled q-metering 2021-06-02 11:03:10.342 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:03:10.350 | + functions-common:run_process:1592 : _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-06-02 11:03:10.358 | + functions-common:_run_under_systemd:1548 : local service=q-metering 2021-06-02 11:03:10.365 | + functions-common:_run_under_systemd:1549 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2021-06-02 11:03:10.374 | + functions-common:_run_under_systemd:1550 : local 'cmd=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2021-06-02 11:03:10.382 | + functions-common:_run_under_systemd:1552 : _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-06-02 11:03:10.389 | + functions-common:_common_systemd_pitfalls:1520 : local 'cmd=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2021-06-02 11:03:10.398 | + functions-common:_common_systemd_pitfalls:1523 : [[ /usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini =~ sudo ]] 2021-06-02 11:03:10.406 | + functions-common:_common_systemd_pitfalls:1534 : [[ ! /usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini =~ ^/ ]] 2021-06-02 11:03:10.413 | + functions-common:_run_under_systemd:1554 : local systemd_service=devstack@q-metering.service 2021-06-02 11:03:10.429 | + functions-common:_run_under_systemd:1555 : local group= 2021-06-02 11:03:10.434 | + functions-common:_run_under_systemd:1556 : local user=ubuntu 2021-06-02 11:03:10.442 | + functions-common:_run_under_systemd:1557 : [[ /usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini =~ uwsgi ]] 2021-06-02 11:03:10.450 | + functions-common:_run_under_systemd:1560 : 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-06-02 11:03:10.458 | + functions-common:write_user_unit_file:1465 : local service=devstack@q-metering.service 2021-06-02 11:03:10.465 | + functions-common:write_user_unit_file:1466 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2021-06-02 11:03:10.474 | + functions-common:write_user_unit_file:1467 : local group= 2021-06-02 11:03:10.481 | + functions-common:write_user_unit_file:1468 : local user=ubuntu 2021-06-02 11:03:10.488 | + functions-common:write_user_unit_file:1469 : local extra= 2021-06-02 11:03:10.497 | + functions-common:write_user_unit_file:1470 : [[ -n '' ]] 2021-06-02 11:03:10.506 | + functions-common:write_user_unit_file:1473 : local unitfile=/etc/systemd/system/devstack@q-metering.service 2021-06-02 11:03:10.513 | + functions-common:write_user_unit_file:1474 : mkdir -p /etc/systemd/system 2021-06-02 11:03:10.526 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Unit Description 'Devstack devstack@q-metering.service' 2021-06-02 11:03:10.685 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service User ubuntu 2021-06-02 11:03:10.814 | + functions-common:write_user_unit_file:1478 : 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-06-02 11:03:10.941 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service KillMode process 2021-06-02 11:03:11.069 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service TimeoutStopSec 300 2021-06-02 11:03:11.179 | + functions-common:write_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-06-02 11:03:11.306 | + functions-common:write_user_unit_file:1482 : [[ -n '' ]] 2021-06-02 11:03:11.310 | + functions-common:write_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Install WantedBy multi-user.target 2021-06-02 11:03:11.466 | + functions-common:write_user_unit_file:1488 : sudo systemctl daemon-reload 2021-06-02 11:03:11.725 | + functions-common:_run_under_systemd:1563 : sudo systemctl enable devstack@q-metering.service 2021-06-02 11:03:11.741 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-metering.service → /etc/systemd/system/devstack@q-metering.service. 2021-06-02 11:03:12.002 | + functions-common:_run_under_systemd:1564 : sudo systemctl start devstack@q-metering.service 2021-06-02 11:03:12.024 | + functions-common:run_process:1594 : time_stop run_process 2021-06-02 11:03:12.026 | + functions-common:time_stop:2336 : local name 2021-06-02 11:03:12.029 | + functions-common:time_stop:2337 : local end_time 2021-06-02 11:03:12.032 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 11:03:12.035 | + functions-common:time_stop:2339 : local total 2021-06-02 11:03:12.037 | + functions-common:time_stop:2340 : local start_time 2021-06-02 11:03:12.040 | + functions-common:time_stop:2342 : name=run_process 2021-06-02 11:03:12.043 | + functions-common:time_stop:2343 : start_time=1622631790279 2021-06-02 11:03:12.049 | + functions-common:time_stop:2345 : [[ -z 1622631790279 ]] 2021-06-02 11:03:12.061 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 11:03:12.073 | + functions-common:time_stop:2348 : end_time=1622631792062 2021-06-02 11:03:12.081 | + functions-common:time_stop:2349 : elapsed_time=1783 2021-06-02 11:03:12.084 | + functions-common:time_stop:2350 : total=15753 2021-06-02 11:03:12.089 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 11:03:12.101 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=17536 2021-06-02 11:03:12.107 | + ./stack.sh:main:1358 : is_service_enabled q-svc 2021-06-02 11:03:12.142 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:03:12.150 | + ./stack.sh:main:1358 : [[ True == \T\r\u\e ]] 2021-06-02 11:03:12.158 | + ./stack.sh:main:1359 : echo_summary 'Creating initial neutron network elements' 2021-06-02 11:03:12.160 | + ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-06-02 11:03:12.168 | + ./stack.sh:echo_summary:461 : echo -e Creating initial neutron network elements 2021-06-02 11:03:12.177 | + ./stack.sh:main:1360 : create_neutron_initial_network 2021-06-02 11:03:12.183 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:165 : local project_id 2021-06-02 11:03:12.189 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : oscwrap project list 2021-06-02 11:03:12.193 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : get_field 1 2021-06-02 11:03:12.193 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : grep ' demo ' 2021-06-02 11:03:12.197 | ++ functions-common:get_field:727 : local data field 2021-06-02 11:03:12.209 | ++ functions-common:get_field:728 : read data 2021-06-02 11:03:14.626 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 11:03:14.629 | ++ functions-common:get_field:729 : '[' 1 -lt 0 ']' 2021-06-02 11:03:14.631 | ++ functions-common:get_field:732 : field='$2' 2021-06-02 11:03:14.634 | ++ functions-common:get_field:734 : echo '| b87c76d7152c4cd2b97c230f09df9828 | demo |' 2021-06-02 11:03:14.635 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-06-02 11:03:14.641 | ++ functions-common:get_field:728 : read data 2021-06-02 11:03:14.644 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : project_id=b87c76d7152c4cd2b97c230f09df9828 2021-06-02 11:03:14.646 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:167 : die_if_not_set 167 project_id 'Failure retrieving project_id for demo' 2021-06-02 11:03:14.649 | + functions-common:die_if_not_set:213 : local exitcode=0 2021-06-02 11:03:14.666 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:170 : type -p neutron_plugin_create_initial_network_profile 2021-06-02 11:03:14.669 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:174 : is_networking_extension_supported auto-allocated-topology 2021-06-02 11:03:14.672 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : local extension=auto-allocated-topology 2021-06-02 11:03:14.675 | ++ 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-06-02 11:03:17.334 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 11:03:17.338 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:437 : EXT_LIST='address-scope 2021-06-02 11:03:17.338 | router-admin-state-down-before-update 2021-06-02 11:03:17.338 | agent 2021-06-02 11:03:17.338 | agent-resources-synced 2021-06-02 11:03:17.338 | allowed-address-pairs 2021-06-02 11:03:17.338 | auto-allocated-topology 2021-06-02 11:03:17.338 | availability_zone 2021-06-02 11:03:17.338 | availability_zone_filter 2021-06-02 11:03:17.338 | default-subnetpools 2021-06-02 11:03:17.338 | dhcp_agent_scheduler 2021-06-02 11:03:17.338 | dvr 2021-06-02 11:03:17.338 | empty-string-filtering 2021-06-02 11:03:17.338 | external-net 2021-06-02 11:03:17.338 | extra_dhcp_opt 2021-06-02 11:03:17.338 | extraroute 2021-06-02 11:03:17.338 | extraroute-atomic 2021-06-02 11:03:17.338 | filter-validation 2021-06-02 11:03:17.338 | fip-port-details 2021-06-02 11:03:17.338 | flavors 2021-06-02 11:03:17.338 | floatingip-pools 2021-06-02 11:03:17.338 | ip-substring-filtering 2021-06-02 11:03:17.338 | router 2021-06-02 11:03:17.338 | ext-gw-mode 2021-06-02 11:03:17.338 | l3-ha 2021-06-02 11:03:17.338 | l3-flavors 2021-06-02 11:03:17.338 | l3-port-ip-change-not-allowed 2021-06-02 11:03:17.338 | l3_agent_scheduler 2021-06-02 11:03:17.338 | metering 2021-06-02 11:03:17.338 | multi-provider 2021-06-02 11:03:17.338 | net-mtu 2021-06-02 11:03:17.338 | net-mtu-writable 2021-06-02 11:03:17.338 | network_availability_zone 2021-06-02 11:03:17.338 | network-ip-availability 2021-06-02 11:03:17.338 | pagination 2021-06-02 11:03:17.338 | port-mac-address-regenerate 2021-06-02 11:03:17.338 | binding 2021-06-02 11:03:17.338 | binding-extended 2021-06-02 11:03:17.338 | port-security 2021-06-02 11:03:17.338 | project-id 2021-06-02 11:03:17.338 | provider 2021-06-02 11:03:17.338 | quotas 2021-06-02 11:03:17.338 | quota_details 2021-06-02 11:03:17.338 | rbac-policies 2021-06-02 11:03:17.338 | rbac-security-groups 2021-06-02 11:03:17.338 | revision-if-match 2021-06-02 11:03:17.338 | standard-attr-revisions 2021-06-02 11:03:17.338 | router_availability_zone 2021-06-02 11:03:17.338 | port-security-groups-filtering 2021-06-02 11:03:17.338 | security-group 2021-06-02 11:03:17.339 | service-type 2021-06-02 11:03:17.339 | sorting 2021-06-02 11:03:17.339 | standard-attr-description 2021-06-02 11:03:17.339 | subnet_onboard 2021-06-02 11:03:17.339 | subnet-service-types 2021-06-02 11:03:17.339 | subnet_allocation 2021-06-02 11:03:17.339 | subnetpool-prefix-ops 2021-06-02 11:03:17.339 | standard-attr-tag 2021-06-02 11:03:17.339 | standard-attr-timestamp' 2021-06-02 11:03:17.340 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:438 : [[ address-scope 2021-06-02 11:03:17.340 | router-admin-state-down-before-update 2021-06-02 11:03:17.340 | agent 2021-06-02 11:03:17.340 | agent-resources-synced 2021-06-02 11:03:17.340 | allowed-address-pairs 2021-06-02 11:03:17.340 | auto-allocated-topology 2021-06-02 11:03:17.340 | availability_zone 2021-06-02 11:03:17.340 | availability_zone_filter 2021-06-02 11:03:17.340 | default-subnetpools 2021-06-02 11:03:17.340 | dhcp_agent_scheduler 2021-06-02 11:03:17.340 | dvr 2021-06-02 11:03:17.340 | empty-string-filtering 2021-06-02 11:03:17.341 | external-net 2021-06-02 11:03:17.341 | extra_dhcp_opt 2021-06-02 11:03:17.341 | extraroute 2021-06-02 11:03:17.341 | extraroute-atomic 2021-06-02 11:03:17.341 | filter-validation 2021-06-02 11:03:17.341 | fip-port-details 2021-06-02 11:03:17.341 | flavors 2021-06-02 11:03:17.341 | floatingip-pools 2021-06-02 11:03:17.341 | ip-substring-filtering 2021-06-02 11:03:17.341 | router 2021-06-02 11:03:17.341 | ext-gw-mode 2021-06-02 11:03:17.341 | l3-ha 2021-06-02 11:03:17.341 | l3-flavors 2021-06-02 11:03:17.341 | l3-port-ip-change-not-allowed 2021-06-02 11:03:17.341 | l3_agent_scheduler 2021-06-02 11:03:17.341 | metering 2021-06-02 11:03:17.341 | multi-provider 2021-06-02 11:03:17.341 | net-mtu 2021-06-02 11:03:17.341 | net-mtu-writable 2021-06-02 11:03:17.341 | network_availability_zone 2021-06-02 11:03:17.341 | network-ip-availability 2021-06-02 11:03:17.341 | pagination 2021-06-02 11:03:17.341 | port-mac-address-regenerate 2021-06-02 11:03:17.341 | binding 2021-06-02 11:03:17.341 | binding-extended 2021-06-02 11:03:17.341 | port-security 2021-06-02 11:03:17.341 | project-id 2021-06-02 11:03:17.341 | provider 2021-06-02 11:03:17.341 | quotas 2021-06-02 11:03:17.341 | quota_details 2021-06-02 11:03:17.341 | rbac-policies 2021-06-02 11:03:17.341 | rbac-security-groups 2021-06-02 11:03:17.341 | revision-if-match 2021-06-02 11:03:17.341 | standard-attr-revisions 2021-06-02 11:03:17.341 | router_availability_zone 2021-06-02 11:03:17.341 | port-security-groups-filtering 2021-06-02 11:03:17.341 | security-group 2021-06-02 11:03:17.341 | service-type 2021-06-02 11:03:17.341 | sorting 2021-06-02 11:03:17.341 | standard-attr-description 2021-06-02 11:03:17.341 | subnet_onboard 2021-06-02 11:03:17.341 | subnet-service-types 2021-06-02 11:03:17.341 | subnet_allocation 2021-06-02 11:03:17.341 | subnetpool-prefix-ops 2021-06-02 11:03:17.341 | standard-attr-tag 2021-06-02 11:03:17.341 | standard-attr-timestamp =~ auto-allocated-topology ]] 2021-06-02 11:03:17.343 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:438 : return 0 2021-06-02 11:03:17.346 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:175 : [[ True == \T\r\u\e ]] 2021-06-02 11:03:17.348 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:176 : [[ 4 =~ 4.* ]] 2021-06-02 11:03:17.352 | ++ 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-06-02 11:03:19.959 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 11:03:19.963 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:177 : SUBNETPOOL_V4_ID=c746678f-939a-4a16-88ca-7435fbc6ae29 2021-06-02 11:03:19.966 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:179 : [[ 4 =~ .*6 ]] 2021-06-02 11:03:19.969 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:185 : is_provider_network 2021-06-02 11:03:19.972 | + functions-common:is_provider_network:2185 : '[' '' == True ']' 2021-06-02 11:03:19.974 | + functions-common:is_provider_network:2188 : return 1 2021-06-02 11:03:19.979 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:215 : oscwrap --os-cloud devstack-admin --os-region RegionOne network create --project b87c76d7152c4cd2b97c230f09df9828 private 2021-06-02 11:03:19.979 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:215 : grep ' id ' 2021-06-02 11:03:19.981 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:215 : get_field 2 2021-06-02 11:03:19.983 | ++ functions-common:get_field:727 : local data field 2021-06-02 11:03:19.987 | ++ functions-common:get_field:728 : read data 2021-06-02 11:03:22.685 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 11:03:22.688 | ++ functions-common:get_field:729 : '[' 2 -lt 0 ']' 2021-06-02 11:03:22.691 | ++ functions-common:get_field:732 : field='$3' 2021-06-02 11:03:22.694 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2021-06-02 11:03:22.695 | ++ functions-common:get_field:734 : echo '| id | eebe07b4-e477-41b3-8da0-d26ade717595 |' 2021-06-02 11:03:22.700 | ++ functions-common:get_field:728 : read data 2021-06-02 11:03:22.703 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:215 : NET_ID=eebe07b4-e477-41b3-8da0-d26ade717595 2021-06-02 11:03:22.706 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:216 : die_if_not_set 216 NET_ID 'Failure creating NET_ID for private b87c76d7152c4cd2b97c230f09df9828' 2021-06-02 11:03:22.708 | + functions-common:die_if_not_set:213 : local exitcode=0 2021-06-02 11:03:22.725 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:218 : [[ 4 =~ 4.* ]] 2021-06-02 11:03:22.728 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:220 : _neutron_create_private_subnet_v4 b87c76d7152c4cd2b97c230f09df9828 2021-06-02 11:03:22.731 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:267 : local project_id=b87c76d7152c4cd2b97c230f09df9828 2021-06-02 11:03:22.734 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:268 : '[' -z c746678f-939a-4a16-88ca-7435fbc6ae29 ']' 2021-06-02 11:03:22.736 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:271 : local 'subnet_params=--project b87c76d7152c4cd2b97c230f09df9828 ' 2021-06-02 11:03:22.739 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:272 : subnet_params+='--ip-version 4 ' 2021-06-02 11:03:22.741 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:273 : [[ -n 172.20.0.1 ]] 2021-06-02 11:03:22.745 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:274 : subnet_params+='--gateway 172.20.0.1 ' 2021-06-02 11:03:22.748 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:276 : subnet_params+='--subnet-pool c746678f-939a-4a16-88ca-7435fbc6ae29 ' 2021-06-02 11:03:22.750 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:277 : subnet_params+=' ' 2021-06-02 11:03:22.753 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:278 : subnet_params+='--network eebe07b4-e477-41b3-8da0-d26ade717595 private-subnet' 2021-06-02 11:03:22.755 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:279 : local subnet_id 2021-06-02 11:03:22.759 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:280 : oscwrap --os-cloud devstack-admin --os-region RegionOne subnet create --project b87c76d7152c4cd2b97c230f09df9828 --ip-version 4 --gateway 172.20.0.1 --subnet-pool c746678f-939a-4a16-88ca-7435fbc6ae29 --network eebe07b4-e477-41b3-8da0-d26ade717595 private-subnet 2021-06-02 11:03:22.760 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:280 : grep ' id ' 2021-06-02 11:03:22.760 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:280 : get_field 2 2021-06-02 11:03:22.763 | +++ functions-common:get_field:727 : local data field 2021-06-02 11:03:22.766 | +++ functions-common:get_field:728 : read data 2021-06-02 11:03:25.884 | +++ functions-common:oscwrap:2376 : return 0 2021-06-02 11:03:25.887 | +++ functions-common:get_field:729 : '[' 2 -lt 0 ']' 2021-06-02 11:03:25.889 | +++ functions-common:get_field:732 : field='$3' 2021-06-02 11:03:25.892 | +++ functions-common:get_field:734 : echo '| id | ebc3c081-6409-4628-b117-7a751b51f2a5 |' 2021-06-02 11:03:25.893 | +++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2021-06-02 11:03:25.898 | +++ functions-common:get_field:728 : read data 2021-06-02 11:03:25.901 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:280 : subnet_id=ebc3c081-6409-4628-b117-7a751b51f2a5 2021-06-02 11:03:25.904 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:281 : die_if_not_set 281 subnet_id 'Failure creating private IPv4 subnet for b87c76d7152c4cd2b97c230f09df9828' 2021-06-02 11:03:25.906 | ++ functions-common:die_if_not_set:213 : local exitcode=0 2021-06-02 11:03:25.923 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:282 : echo ebc3c081-6409-4628-b117-7a751b51f2a5 2021-06-02 11:03:25.926 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:220 : SUBNET_ID=ebc3c081-6409-4628-b117-7a751b51f2a5 2021-06-02 11:03:25.928 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:223 : [[ 4 =~ .*6 ]] 2021-06-02 11:03:25.931 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:229 : is_networking_extension_supported router 2021-06-02 11:03:25.934 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : local extension=router 2021-06-02 11:03:25.938 | ++ 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-06-02 11:03:28.171 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 11:03:28.174 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:437 : EXT_LIST='address-scope 2021-06-02 11:03:28.174 | router-admin-state-down-before-update 2021-06-02 11:03:28.174 | agent 2021-06-02 11:03:28.174 | agent-resources-synced 2021-06-02 11:03:28.174 | allowed-address-pairs 2021-06-02 11:03:28.174 | auto-allocated-topology 2021-06-02 11:03:28.174 | availability_zone 2021-06-02 11:03:28.174 | availability_zone_filter 2021-06-02 11:03:28.174 | default-subnetpools 2021-06-02 11:03:28.174 | dhcp_agent_scheduler 2021-06-02 11:03:28.175 | dvr 2021-06-02 11:03:28.175 | empty-string-filtering 2021-06-02 11:03:28.175 | external-net 2021-06-02 11:03:28.175 | extra_dhcp_opt 2021-06-02 11:03:28.175 | extraroute 2021-06-02 11:03:28.175 | extraroute-atomic 2021-06-02 11:03:28.175 | filter-validation 2021-06-02 11:03:28.175 | fip-port-details 2021-06-02 11:03:28.175 | flavors 2021-06-02 11:03:28.175 | floatingip-pools 2021-06-02 11:03:28.175 | ip-substring-filtering 2021-06-02 11:03:28.175 | router 2021-06-02 11:03:28.175 | ext-gw-mode 2021-06-02 11:03:28.175 | l3-ha 2021-06-02 11:03:28.175 | l3-flavors 2021-06-02 11:03:28.175 | l3-port-ip-change-not-allowed 2021-06-02 11:03:28.175 | l3_agent_scheduler 2021-06-02 11:03:28.175 | metering 2021-06-02 11:03:28.175 | multi-provider 2021-06-02 11:03:28.175 | net-mtu 2021-06-02 11:03:28.175 | net-mtu-writable 2021-06-02 11:03:28.175 | network_availability_zone 2021-06-02 11:03:28.175 | network-ip-availability 2021-06-02 11:03:28.175 | pagination 2021-06-02 11:03:28.175 | port-mac-address-regenerate 2021-06-02 11:03:28.175 | binding 2021-06-02 11:03:28.175 | binding-extended 2021-06-02 11:03:28.175 | port-security 2021-06-02 11:03:28.175 | project-id 2021-06-02 11:03:28.175 | provider 2021-06-02 11:03:28.175 | quotas 2021-06-02 11:03:28.175 | quota_details 2021-06-02 11:03:28.175 | rbac-policies 2021-06-02 11:03:28.175 | rbac-security-groups 2021-06-02 11:03:28.175 | revision-if-match 2021-06-02 11:03:28.175 | standard-attr-revisions 2021-06-02 11:03:28.175 | router_availability_zone 2021-06-02 11:03:28.175 | port-security-groups-filtering 2021-06-02 11:03:28.175 | security-group 2021-06-02 11:03:28.175 | service-type 2021-06-02 11:03:28.175 | sorting 2021-06-02 11:03:28.175 | standard-attr-description 2021-06-02 11:03:28.175 | subnet_onboard 2021-06-02 11:03:28.175 | subnet-service-types 2021-06-02 11:03:28.175 | subnet_allocation 2021-06-02 11:03:28.175 | subnetpool-prefix-ops 2021-06-02 11:03:28.175 | standard-attr-tag 2021-06-02 11:03:28.175 | standard-attr-timestamp' 2021-06-02 11:03:28.178 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:438 : [[ address-scope 2021-06-02 11:03:28.178 | router-admin-state-down-before-update 2021-06-02 11:03:28.178 | agent 2021-06-02 11:03:28.178 | agent-resources-synced 2021-06-02 11:03:28.178 | allowed-address-pairs 2021-06-02 11:03:28.178 | auto-allocated-topology 2021-06-02 11:03:28.178 | availability_zone 2021-06-02 11:03:28.178 | availability_zone_filter 2021-06-02 11:03:28.178 | default-subnetpools 2021-06-02 11:03:28.178 | dhcp_agent_scheduler 2021-06-02 11:03:28.178 | dvr 2021-06-02 11:03:28.178 | empty-string-filtering 2021-06-02 11:03:28.178 | external-net 2021-06-02 11:03:28.178 | extra_dhcp_opt 2021-06-02 11:03:28.178 | extraroute 2021-06-02 11:03:28.178 | extraroute-atomic 2021-06-02 11:03:28.178 | filter-validation 2021-06-02 11:03:28.178 | fip-port-details 2021-06-02 11:03:28.178 | flavors 2021-06-02 11:03:28.178 | floatingip-pools 2021-06-02 11:03:28.178 | ip-substring-filtering 2021-06-02 11:03:28.178 | router 2021-06-02 11:03:28.178 | ext-gw-mode 2021-06-02 11:03:28.178 | l3-ha 2021-06-02 11:03:28.178 | l3-flavors 2021-06-02 11:03:28.178 | l3-port-ip-change-not-allowed 2021-06-02 11:03:28.178 | l3_agent_scheduler 2021-06-02 11:03:28.179 | metering 2021-06-02 11:03:28.179 | multi-provider 2021-06-02 11:03:28.179 | net-mtu 2021-06-02 11:03:28.179 | net-mtu-writable 2021-06-02 11:03:28.179 | network_availability_zone 2021-06-02 11:03:28.179 | network-ip-availability 2021-06-02 11:03:28.179 | pagination 2021-06-02 11:03:28.179 | port-mac-address-regenerate 2021-06-02 11:03:28.179 | binding 2021-06-02 11:03:28.179 | binding-extended 2021-06-02 11:03:28.179 | port-security 2021-06-02 11:03:28.179 | project-id 2021-06-02 11:03:28.179 | provider 2021-06-02 11:03:28.179 | quotas 2021-06-02 11:03:28.179 | quota_details 2021-06-02 11:03:28.179 | rbac-policies 2021-06-02 11:03:28.179 | rbac-security-groups 2021-06-02 11:03:28.179 | revision-if-match 2021-06-02 11:03:28.179 | standard-attr-revisions 2021-06-02 11:03:28.179 | router_availability_zone 2021-06-02 11:03:28.179 | port-security-groups-filtering 2021-06-02 11:03:28.179 | security-group 2021-06-02 11:03:28.179 | service-type 2021-06-02 11:03:28.179 | sorting 2021-06-02 11:03:28.179 | standard-attr-description 2021-06-02 11:03:28.179 | subnet_onboard 2021-06-02 11:03:28.179 | subnet-service-types 2021-06-02 11:03:28.179 | subnet_allocation 2021-06-02 11:03:28.179 | subnetpool-prefix-ops 2021-06-02 11:03:28.179 | standard-attr-tag 2021-06-02 11:03:28.179 | standard-attr-timestamp =~ router ]] 2021-06-02 11:03:28.182 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:438 : return 0 2021-06-02 11:03:28.184 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:229 : is_networking_extension_supported external-net 2021-06-02 11:03:28.187 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : local extension=external-net 2021-06-02 11:03:28.191 | ++ 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-06-02 11:03:30.396 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 11:03:30.399 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:437 : EXT_LIST='address-scope 2021-06-02 11:03:30.399 | router-admin-state-down-before-update 2021-06-02 11:03:30.399 | agent 2021-06-02 11:03:30.399 | agent-resources-synced 2021-06-02 11:03:30.399 | allowed-address-pairs 2021-06-02 11:03:30.399 | auto-allocated-topology 2021-06-02 11:03:30.399 | availability_zone 2021-06-02 11:03:30.399 | availability_zone_filter 2021-06-02 11:03:30.399 | default-subnetpools 2021-06-02 11:03:30.399 | dhcp_agent_scheduler 2021-06-02 11:03:30.399 | dvr 2021-06-02 11:03:30.399 | empty-string-filtering 2021-06-02 11:03:30.399 | external-net 2021-06-02 11:03:30.399 | extra_dhcp_opt 2021-06-02 11:03:30.399 | extraroute 2021-06-02 11:03:30.399 | extraroute-atomic 2021-06-02 11:03:30.399 | filter-validation 2021-06-02 11:03:30.399 | fip-port-details 2021-06-02 11:03:30.399 | flavors 2021-06-02 11:03:30.399 | floatingip-pools 2021-06-02 11:03:30.399 | ip-substring-filtering 2021-06-02 11:03:30.399 | router 2021-06-02 11:03:30.399 | ext-gw-mode 2021-06-02 11:03:30.400 | l3-ha 2021-06-02 11:03:30.400 | l3-flavors 2021-06-02 11:03:30.400 | l3-port-ip-change-not-allowed 2021-06-02 11:03:30.400 | l3_agent_scheduler 2021-06-02 11:03:30.400 | metering 2021-06-02 11:03:30.400 | multi-provider 2021-06-02 11:03:30.400 | net-mtu 2021-06-02 11:03:30.400 | net-mtu-writable 2021-06-02 11:03:30.400 | network_availability_zone 2021-06-02 11:03:30.400 | network-ip-availability 2021-06-02 11:03:30.400 | pagination 2021-06-02 11:03:30.400 | port-mac-address-regenerate 2021-06-02 11:03:30.400 | binding 2021-06-02 11:03:30.400 | binding-extended 2021-06-02 11:03:30.400 | port-security 2021-06-02 11:03:30.400 | project-id 2021-06-02 11:03:30.400 | provider 2021-06-02 11:03:30.400 | quotas 2021-06-02 11:03:30.400 | quota_details 2021-06-02 11:03:30.400 | rbac-policies 2021-06-02 11:03:30.400 | rbac-security-groups 2021-06-02 11:03:30.400 | revision-if-match 2021-06-02 11:03:30.400 | standard-attr-revisions 2021-06-02 11:03:30.400 | router_availability_zone 2021-06-02 11:03:30.400 | port-security-groups-filtering 2021-06-02 11:03:30.400 | security-group 2021-06-02 11:03:30.400 | service-type 2021-06-02 11:03:30.400 | sorting 2021-06-02 11:03:30.400 | standard-attr-description 2021-06-02 11:03:30.400 | subnet_onboard 2021-06-02 11:03:30.400 | subnet-service-types 2021-06-02 11:03:30.400 | subnet_allocation 2021-06-02 11:03:30.400 | subnetpool-prefix-ops 2021-06-02 11:03:30.400 | standard-attr-tag 2021-06-02 11:03:30.400 | standard-attr-timestamp' 2021-06-02 11:03:30.403 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:438 : [[ address-scope 2021-06-02 11:03:30.403 | router-admin-state-down-before-update 2021-06-02 11:03:30.403 | agent 2021-06-02 11:03:30.403 | agent-resources-synced 2021-06-02 11:03:30.403 | allowed-address-pairs 2021-06-02 11:03:30.403 | auto-allocated-topology 2021-06-02 11:03:30.403 | availability_zone 2021-06-02 11:03:30.403 | availability_zone_filter 2021-06-02 11:03:30.403 | default-subnetpools 2021-06-02 11:03:30.403 | dhcp_agent_scheduler 2021-06-02 11:03:30.403 | dvr 2021-06-02 11:03:30.403 | empty-string-filtering 2021-06-02 11:03:30.403 | external-net 2021-06-02 11:03:30.403 | extra_dhcp_opt 2021-06-02 11:03:30.404 | extraroute 2021-06-02 11:03:30.404 | extraroute-atomic 2021-06-02 11:03:30.404 | filter-validation 2021-06-02 11:03:30.404 | fip-port-details 2021-06-02 11:03:30.404 | flavors 2021-06-02 11:03:30.404 | floatingip-pools 2021-06-02 11:03:30.404 | ip-substring-filtering 2021-06-02 11:03:30.404 | router 2021-06-02 11:03:30.404 | ext-gw-mode 2021-06-02 11:03:30.404 | l3-ha 2021-06-02 11:03:30.404 | l3-flavors 2021-06-02 11:03:30.404 | l3-port-ip-change-not-allowed 2021-06-02 11:03:30.404 | l3_agent_scheduler 2021-06-02 11:03:30.404 | metering 2021-06-02 11:03:30.404 | multi-provider 2021-06-02 11:03:30.404 | net-mtu 2021-06-02 11:03:30.404 | net-mtu-writable 2021-06-02 11:03:30.404 | network_availability_zone 2021-06-02 11:03:30.404 | network-ip-availability 2021-06-02 11:03:30.404 | pagination 2021-06-02 11:03:30.404 | port-mac-address-regenerate 2021-06-02 11:03:30.404 | binding 2021-06-02 11:03:30.404 | binding-extended 2021-06-02 11:03:30.404 | port-security 2021-06-02 11:03:30.404 | project-id 2021-06-02 11:03:30.404 | provider 2021-06-02 11:03:30.404 | quotas 2021-06-02 11:03:30.404 | quota_details 2021-06-02 11:03:30.404 | rbac-policies 2021-06-02 11:03:30.404 | rbac-security-groups 2021-06-02 11:03:30.404 | revision-if-match 2021-06-02 11:03:30.404 | standard-attr-revisions 2021-06-02 11:03:30.404 | router_availability_zone 2021-06-02 11:03:30.404 | port-security-groups-filtering 2021-06-02 11:03:30.404 | security-group 2021-06-02 11:03:30.404 | service-type 2021-06-02 11:03:30.404 | sorting 2021-06-02 11:03:30.404 | standard-attr-description 2021-06-02 11:03:30.404 | subnet_onboard 2021-06-02 11:03:30.404 | subnet-service-types 2021-06-02 11:03:30.404 | subnet_allocation 2021-06-02 11:03:30.404 | subnetpool-prefix-ops 2021-06-02 11:03:30.404 | standard-attr-tag 2021-06-02 11:03:30.404 | standard-attr-timestamp =~ external-net ]] 2021-06-02 11:03:30.406 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:438 : return 0 2021-06-02 11:03:30.409 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:231 : [[ True == \T\r\u\e ]] 2021-06-02 11:03:30.413 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:233 : oscwrap --os-cloud devstack-admin --os-region RegionOne router create --project b87c76d7152c4cd2b97c230f09df9828 router1 2021-06-02 11:03:30.413 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:233 : grep ' id ' 2021-06-02 11:03:30.413 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:233 : get_field 2 2021-06-02 11:03:30.416 | ++ functions-common:get_field:727 : local data field 2021-06-02 11:03:30.420 | ++ functions-common:get_field:728 : read data 2021-06-02 11:03:32.853 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 11:03:32.857 | ++ functions-common:get_field:729 : '[' 2 -lt 0 ']' 2021-06-02 11:03:32.859 | ++ functions-common:get_field:732 : field='$3' 2021-06-02 11:03:32.863 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2021-06-02 11:03:32.863 | ++ functions-common:get_field:734 : echo '| id | 2cf0bc76-8f1e-40b4-9150-508563d5c918 |' 2021-06-02 11:03:32.868 | ++ functions-common:get_field:728 : read data 2021-06-02 11:03:32.871 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:233 : ROUTER_ID=2cf0bc76-8f1e-40b4-9150-508563d5c918 2021-06-02 11:03:32.874 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : die_if_not_set 234 ROUTER_ID 'Failure creating ROUTER_ID for b87c76d7152c4cd2b97c230f09df9828 router1' 2021-06-02 11:03:32.877 | + functions-common:die_if_not_set:213 : local exitcode=0 2021-06-02 11:03:32.892 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:241 : EXTERNAL_NETWORK_FLAGS=--external 2021-06-02 11:03:32.895 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:242 : is_networking_extension_supported auto-allocated-topology 2021-06-02 11:03:32.897 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : local extension=auto-allocated-topology 2021-06-02 11:03:32.901 | ++ 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-06-02 11:03:35.095 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 11:03:35.098 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:437 : EXT_LIST='address-scope 2021-06-02 11:03:35.098 | router-admin-state-down-before-update 2021-06-02 11:03:35.098 | agent 2021-06-02 11:03:35.098 | agent-resources-synced 2021-06-02 11:03:35.098 | allowed-address-pairs 2021-06-02 11:03:35.098 | auto-allocated-topology 2021-06-02 11:03:35.098 | availability_zone 2021-06-02 11:03:35.098 | availability_zone_filter 2021-06-02 11:03:35.098 | default-subnetpools 2021-06-02 11:03:35.098 | dhcp_agent_scheduler 2021-06-02 11:03:35.098 | dvr 2021-06-02 11:03:35.099 | empty-string-filtering 2021-06-02 11:03:35.099 | external-net 2021-06-02 11:03:35.099 | extra_dhcp_opt 2021-06-02 11:03:35.099 | extraroute 2021-06-02 11:03:35.099 | extraroute-atomic 2021-06-02 11:03:35.099 | filter-validation 2021-06-02 11:03:35.099 | fip-port-details 2021-06-02 11:03:35.099 | flavors 2021-06-02 11:03:35.099 | floatingip-pools 2021-06-02 11:03:35.099 | ip-substring-filtering 2021-06-02 11:03:35.099 | router 2021-06-02 11:03:35.099 | ext-gw-mode 2021-06-02 11:03:35.099 | l3-ha 2021-06-02 11:03:35.099 | l3-flavors 2021-06-02 11:03:35.099 | l3-port-ip-change-not-allowed 2021-06-02 11:03:35.099 | l3_agent_scheduler 2021-06-02 11:03:35.099 | metering 2021-06-02 11:03:35.099 | multi-provider 2021-06-02 11:03:35.099 | net-mtu 2021-06-02 11:03:35.099 | net-mtu-writable 2021-06-02 11:03:35.099 | network_availability_zone 2021-06-02 11:03:35.099 | network-ip-availability 2021-06-02 11:03:35.099 | pagination 2021-06-02 11:03:35.099 | port-mac-address-regenerate 2021-06-02 11:03:35.099 | binding 2021-06-02 11:03:35.099 | binding-extended 2021-06-02 11:03:35.099 | port-security 2021-06-02 11:03:35.099 | project-id 2021-06-02 11:03:35.099 | provider 2021-06-02 11:03:35.099 | quotas 2021-06-02 11:03:35.099 | quota_details 2021-06-02 11:03:35.099 | rbac-policies 2021-06-02 11:03:35.099 | rbac-security-groups 2021-06-02 11:03:35.099 | revision-if-match 2021-06-02 11:03:35.099 | standard-attr-revisions 2021-06-02 11:03:35.099 | router_availability_zone 2021-06-02 11:03:35.099 | port-security-groups-filtering 2021-06-02 11:03:35.099 | security-group 2021-06-02 11:03:35.099 | service-type 2021-06-02 11:03:35.099 | sorting 2021-06-02 11:03:35.099 | standard-attr-description 2021-06-02 11:03:35.099 | subnet_onboard 2021-06-02 11:03:35.099 | subnet-service-types 2021-06-02 11:03:35.099 | subnet_allocation 2021-06-02 11:03:35.099 | subnetpool-prefix-ops 2021-06-02 11:03:35.099 | standard-attr-tag 2021-06-02 11:03:35.099 | standard-attr-timestamp' 2021-06-02 11:03:35.101 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:438 : [[ address-scope 2021-06-02 11:03:35.101 | router-admin-state-down-before-update 2021-06-02 11:03:35.101 | agent 2021-06-02 11:03:35.101 | agent-resources-synced 2021-06-02 11:03:35.101 | allowed-address-pairs 2021-06-02 11:03:35.101 | auto-allocated-topology 2021-06-02 11:03:35.101 | availability_zone 2021-06-02 11:03:35.101 | availability_zone_filter 2021-06-02 11:03:35.101 | default-subnetpools 2021-06-02 11:03:35.101 | dhcp_agent_scheduler 2021-06-02 11:03:35.101 | dvr 2021-06-02 11:03:35.101 | empty-string-filtering 2021-06-02 11:03:35.101 | external-net 2021-06-02 11:03:35.101 | extra_dhcp_opt 2021-06-02 11:03:35.101 | extraroute 2021-06-02 11:03:35.101 | extraroute-atomic 2021-06-02 11:03:35.101 | filter-validation 2021-06-02 11:03:35.101 | fip-port-details 2021-06-02 11:03:35.101 | flavors 2021-06-02 11:03:35.101 | floatingip-pools 2021-06-02 11:03:35.101 | ip-substring-filtering 2021-06-02 11:03:35.101 | router 2021-06-02 11:03:35.101 | ext-gw-mode 2021-06-02 11:03:35.101 | l3-ha 2021-06-02 11:03:35.101 | l3-flavors 2021-06-02 11:03:35.101 | l3-port-ip-change-not-allowed 2021-06-02 11:03:35.101 | l3_agent_scheduler 2021-06-02 11:03:35.101 | metering 2021-06-02 11:03:35.101 | multi-provider 2021-06-02 11:03:35.101 | net-mtu 2021-06-02 11:03:35.101 | net-mtu-writable 2021-06-02 11:03:35.101 | network_availability_zone 2021-06-02 11:03:35.101 | network-ip-availability 2021-06-02 11:03:35.101 | pagination 2021-06-02 11:03:35.101 | port-mac-address-regenerate 2021-06-02 11:03:35.101 | binding 2021-06-02 11:03:35.102 | binding-extended 2021-06-02 11:03:35.102 | port-security 2021-06-02 11:03:35.102 | project-id 2021-06-02 11:03:35.102 | provider 2021-06-02 11:03:35.102 | quotas 2021-06-02 11:03:35.102 | quota_details 2021-06-02 11:03:35.102 | rbac-policies 2021-06-02 11:03:35.102 | rbac-security-groups 2021-06-02 11:03:35.102 | revision-if-match 2021-06-02 11:03:35.102 | standard-attr-revisions 2021-06-02 11:03:35.102 | router_availability_zone 2021-06-02 11:03:35.102 | port-security-groups-filtering 2021-06-02 11:03:35.102 | security-group 2021-06-02 11:03:35.102 | service-type 2021-06-02 11:03:35.102 | sorting 2021-06-02 11:03:35.102 | standard-attr-description 2021-06-02 11:03:35.102 | subnet_onboard 2021-06-02 11:03:35.102 | subnet-service-types 2021-06-02 11:03:35.102 | subnet_allocation 2021-06-02 11:03:35.102 | subnetpool-prefix-ops 2021-06-02 11:03:35.102 | standard-attr-tag 2021-06-02 11:03:35.102 | standard-attr-timestamp =~ auto-allocated-topology ]] 2021-06-02 11:03:35.104 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:438 : return 0 2021-06-02 11:03:35.106 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:243 : EXTERNAL_NETWORK_FLAGS='--external --default' 2021-06-02 11:03:35.109 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:246 : '[' True = True ']' 2021-06-02 11:03:35.113 | ++ 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-06-02 11:03:35.114 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:247 : grep ' id ' 2021-06-02 11:03:35.114 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:247 : get_field 2 2021-06-02 11:03:35.117 | ++ functions-common:get_field:727 : local data field 2021-06-02 11:03:35.120 | ++ functions-common:get_field:728 : read data 2021-06-02 11:03:37.618 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 11:03:37.621 | ++ functions-common:get_field:729 : '[' 2 -lt 0 ']' 2021-06-02 11:03:37.624 | ++ functions-common:get_field:732 : field='$3' 2021-06-02 11:03:37.627 | ++ functions-common:get_field:734 : echo '| id | 342ffd33-14f7-406a-bf1e-758d0ca97dfd |' 2021-06-02 11:03:37.627 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2021-06-02 11:03:37.632 | ++ functions-common:get_field:728 : read data 2021-06-02 11:03:37.636 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:247 : EXT_NET_ID=342ffd33-14f7-406a-bf1e-758d0ca97dfd 2021-06-02 11:03:37.639 | + 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-06-02 11:03:37.642 | + functions-common:die_if_not_set:213 : local exitcode=0 2021-06-02 11:03:37.659 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:253 : [[ 4 =~ 4.* ]] 2021-06-02 11:03:37.662 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:255 : _neutron_configure_router_v4 2021-06-02 11:03:37.664 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:337 : openstack --os-cloud devstack-admin --os-region RegionOne router add subnet 2cf0bc76-8f1e-40b4-9150-508563d5c918 ebc3c081-6409-4628-b117-7a751b51f2a5 2021-06-02 11:03:42.406 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:339 : local id_and_ext_gw_ip 2021-06-02 11:03:42.409 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:340 : _neutron_create_public_subnet_v4 342ffd33-14f7-406a-bf1e-758d0ca97dfd 2021-06-02 11:03:42.412 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:310 : local 'subnet_params=--ip-version 4 ' 2021-06-02 11:03:42.414 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:311 : subnet_params+=' ' 2021-06-02 11:03:42.417 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:312 : [[ -n 172.29.0.1 ]] 2021-06-02 11:03:42.420 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:313 : subnet_params+='--gateway 172.29.0.1 ' 2021-06-02 11:03:42.422 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:315 : subnet_params+='--network 342ffd33-14f7-406a-bf1e-758d0ca97dfd --subnet-range 172.29.0.0/24 --no-dhcp ' 2021-06-02 11:03:42.424 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:316 : subnet_params+=public-subnet 2021-06-02 11:03:42.427 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:317 : local id_and_ext_gw_ip 2021-06-02 11:03:42.430 | +++ 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.29.0.1 --network 342ffd33-14f7-406a-bf1e-758d0ca97dfd --subnet-range 172.29.0.0/24 --no-dhcp public-subnet 2021-06-02 11:03:42.431 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:318 : grep -e gateway_ip -e ' id ' 2021-06-02 11:03:45.346 | +++ functions-common:oscwrap:2376 : return 0 2021-06-02 11:03:45.349 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:318 : id_and_ext_gw_ip='| gateway_ip | 172.29.0.1 | 2021-06-02 11:03:45.349 | | id | 0467d836-f23d-4303-920c-9e82e75ae609 |' 2021-06-02 11:03:45.356 | ++ 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-06-02 11:03:45.359 | ++ functions-common:die_if_not_set:213 : local exitcode=0 2021-06-02 11:03:45.377 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:320 : echo '|' gateway_ip '|' 172.29.0.1 '|' '|' id '|' 0467d836-f23d-4303-920c-9e82e75ae609 '|' 2021-06-02 11:03:45.380 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:340 : id_and_ext_gw_ip='| gateway_ip | 172.29.0.1 | | id | 0467d836-f23d-4303-920c-9e82e75ae609 |' 2021-06-02 11:03:45.383 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:341 : local ext_gw_ip 2021-06-02 11:03:45.388 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:342 : get_field 2 2021-06-02 11:03:45.391 | ++ functions-common:get_field:727 : local data field 2021-06-02 11:03:45.393 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:342 : echo '|' gateway_ip '|' 172.29.0.1 '|' '|' id '|' 0467d836-f23d-4303-920c-9e82e75ae609 '|' 2021-06-02 11:03:45.395 | ++ functions-common:get_field:728 : read data 2021-06-02 11:03:45.398 | ++ functions-common:get_field:729 : '[' 2 -lt 0 ']' 2021-06-02 11:03:45.402 | ++ functions-common:get_field:732 : field='$3' 2021-06-02 11:03:45.405 | ++ functions-common:get_field:734 : echo '| gateway_ip | 172.29.0.1 | | id | 0467d836-f23d-4303-920c-9e82e75ae609 |' 2021-06-02 11:03:45.408 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2021-06-02 11:03:45.415 | ++ functions-common:get_field:728 : read data 2021-06-02 11:03:45.419 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:342 : ext_gw_ip=172.29.0.1 2021-06-02 11:03:45.423 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:343 : get_field 5 2021-06-02 11:03:45.425 | ++ functions-common:get_field:727 : local data field 2021-06-02 11:03:45.426 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:343 : echo '|' gateway_ip '|' 172.29.0.1 '|' '|' id '|' 0467d836-f23d-4303-920c-9e82e75ae609 '|' 2021-06-02 11:03:45.428 | ++ functions-common:get_field:728 : read data 2021-06-02 11:03:45.430 | ++ functions-common:get_field:729 : '[' 5 -lt 0 ']' 2021-06-02 11:03:45.434 | ++ functions-common:get_field:732 : field='$6' 2021-06-02 11:03:45.438 | ++ functions-common:get_field:734 : echo '| gateway_ip | 172.29.0.1 | | id | 0467d836-f23d-4303-920c-9e82e75ae609 |' 2021-06-02 11:03:45.442 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $6}' 2021-06-02 11:03:45.450 | ++ functions-common:get_field:728 : read data 2021-06-02 11:03:45.453 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:343 : PUB_SUBNET_ID=0467d836-f23d-4303-920c-9e82e75ae609 2021-06-02 11:03:45.456 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:345 : openstack --os-cloud devstack-admin --os-region RegionOne router set --external-gateway 342ffd33-14f7-406a-bf1e-758d0ca97dfd 2cf0bc76-8f1e-40b4-9150-508563d5c918 2021-06-02 11:03:49.857 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:348 : is_service_enabled q-l3 2021-06-02 11:03:49.873 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:03:49.876 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : local ext_gw_interface=none 2021-06-02 11:03:49.878 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:351 : is_neutron_ovs_base_plugin 2021-06-02 11:03:49.881 | + lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:17 : return 0 2021-06-02 11:03:49.884 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : _neutron_get_ext_gw_interface 2021-06-02 11:03:49.887 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:153 : [[ False == \T\r\u\e ]] 2021-06-02 11:03:49.890 | ++ 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-06-02 11:03:49.909 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:160 : echo br-data 2021-06-02 11:03:49.912 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : ext_gw_interface=br-data 2021-06-02 11:03:49.915 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:364 : [[ br-data != \n\o\n\e ]] 2021-06-02 11:03:49.917 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:365 : local cidr_len=24 2021-06-02 11:03:49.920 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:366 : local 'testcmd=ip -o link | grep -q br-data' 2021-06-02 11:03:49.922 | + 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-06-02 11:03:49.925 | + functions-common:test_with_retry:2274 : local 'testcmd=ip -o link | grep -q br-data' 2021-06-02 11:03:49.927 | + functions-common:test_with_retry:2275 : local 'failmsg=br-data creation failed' 2021-06-02 11:03:49.930 | + functions-common:test_with_retry:2276 : local until=10 2021-06-02 11:03:49.933 | + functions-common:test_with_retry:2277 : local sleep=0.5 2021-06-02 11:03:49.936 | + functions-common:test_with_retry:2279 : time_start test_with_retry 2021-06-02 11:03:49.938 | + functions-common:time_start:2322 : local name=test_with_retry 2021-06-02 11:03:49.941 | + functions-common:time_start:2323 : local start_time= 2021-06-02 11:03:49.943 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-06-02 11:03:49.946 | ++ functions-common:time_start:2327 : date +%s%3N 2021-06-02 11:03:49.950 | + functions-common:time_start:2327 : _TIME_START[$name]=1622631829947 2021-06-02 11:03:49.953 | + functions-common:test_with_retry:2280 : timeout 10 sh -c 'while ! ip -o link | grep -q br-data; do sleep 0.5; done' 2021-06-02 11:03:49.959 | + functions-common:test_with_retry:2283 : time_stop test_with_retry 2021-06-02 11:03:49.962 | + functions-common:time_stop:2336 : local name 2021-06-02 11:03:49.964 | + functions-common:time_stop:2337 : local end_time 2021-06-02 11:03:49.967 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 11:03:49.969 | + functions-common:time_stop:2339 : local total 2021-06-02 11:03:49.971 | + functions-common:time_stop:2340 : local start_time 2021-06-02 11:03:49.974 | + functions-common:time_stop:2342 : name=test_with_retry 2021-06-02 11:03:49.976 | + functions-common:time_stop:2343 : start_time=1622631829947 2021-06-02 11:03:49.978 | + functions-common:time_stop:2345 : [[ -z 1622631829947 ]] 2021-06-02 11:03:49.981 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 11:03:49.985 | + functions-common:time_stop:2348 : end_time=1622631829982 2021-06-02 11:03:49.987 | + functions-common:time_stop:2349 : elapsed_time=35 2021-06-02 11:03:49.989 | + functions-common:time_stop:2350 : total=5600 2021-06-02 11:03:49.992 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 11:03:49.995 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=5635 2021-06-02 11:03:50.000 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:368 : grep -c 172.29.0.1 2021-06-02 11:03:50.000 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:368 : ip addr show dev br-data 2021-06-02 11:03:50.005 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:368 : [[ 0 == 0 ]] 2021-06-02 11:03:50.008 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:368 : [[ True == \F\a\l\s\e ]] 2021-06-02 11:03:50.011 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:368 : [[ False == \T\r\u\e ]] 2021-06-02 11:03:50.013 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:368 : [[ True == \T\r\u\e ]] 2021-06-02 11:03:50.016 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:369 : sudo ip addr add 172.29.0.1/24 dev br-data 2021-06-02 11:03:50.028 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:370 : sudo ip link set br-data up 2021-06-02 11:03:50.041 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:372 : awk -Fip_address '{ print $2 }' 2021-06-02 11:03:50.043 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:372 : cut -f2 '-d'\''' 2021-06-02 11:03:50.043 | ++ 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-06-02 11:03:50.044 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:372 : tr '\n' ' ' 2021-06-02 11:03:52.326 | ++ functions-common:oscwrap:2376 : return 0 2021-06-02 11:03:52.330 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:372 : ROUTER_GW_IP=' 172.29.0.197 ' 2021-06-02 11:03:52.333 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:373 : die_if_not_set 373 ROUTER_GW_IP 'Failure retrieving ROUTER_GW_IP' 2021-06-02 11:03:52.337 | + functions-common:die_if_not_set:213 : local exitcode=0 2021-06-02 11:03:52.353 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:375 : _neutron_set_router_id 2021-06-02 11:03:52.356 | + lib/neutron_plugins/services/l3:_neutron_set_router_id:146 : [[ True == \F\a\l\s\e ]] 2021-06-02 11:03:52.358 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:258 : [[ 4 =~ .*6 ]] 2021-06-02 11:03:52.361 | + ./stack.sh:main:1363 : is_service_enabled nova 2021-06-02 11:03:52.378 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:03:52.380 | + ./stack.sh:main:1364 : echo_summary 'Starting Nova' 2021-06-02 11:03:52.383 | + ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-06-02 11:03:52.385 | + ./stack.sh:echo_summary:461 : echo -e Starting Nova 2021-06-02 11:03:52.388 | + ./stack.sh:main:1365 : start_nova 2021-06-02 11:03:52.391 | + lib/nova:start_nova:1036 : start_nova_rest 2021-06-02 11:03:52.394 | + lib/nova:start_nova_rest:934 : 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:/usr/local/bin 2021-06-02 11:03:52.397 | + lib/nova:start_nova_rest:935 : 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:/usr/local/bin 2021-06-02 11:03:52.399 | + lib/nova:start_nova_rest:935 : 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:/usr/local/bin 2021-06-02 11:03:52.403 | + lib/nova:start_nova_rest:937 : local api_cell_conf=/etc/nova/nova.conf 2021-06-02 11:03:52.406 | + lib/nova:start_nova_rest:938 : local compute_cell_conf=/etc/nova/nova.conf 2021-06-02 11:03:52.409 | + lib/nova:start_nova_rest:940 : run_process n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-06-02 11:03:52.412 | + functions-common:run_process:1583 : local service=n-sch 2021-06-02 11:03:52.414 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-06-02 11:03:52.418 | + functions-common:run_process:1585 : local group= 2021-06-02 11:03:52.420 | + functions-common:run_process:1586 : local user= 2021-06-02 11:03:52.423 | + functions-common:run_process:1588 : local name=n-sch 2021-06-02 11:03:52.426 | + functions-common:run_process:1590 : time_start run_process 2021-06-02 11:03:52.428 | + functions-common:time_start:2322 : local name=run_process 2021-06-02 11:03:52.431 | + functions-common:time_start:2323 : local start_time= 2021-06-02 11:03:52.433 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-06-02 11:03:52.437 | ++ functions-common:time_start:2327 : date +%s%3N 2021-06-02 11:03:52.440 | + functions-common:time_start:2327 : _TIME_START[$name]=1622631832437 2021-06-02 11:03:52.445 | + functions-common:run_process:1591 : is_service_enabled n-sch 2021-06-02 11:03:52.462 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:03:52.466 | + functions-common:run_process:1592 : _run_under_systemd n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' '' 2021-06-02 11:03:52.469 | + functions-common:_run_under_systemd:1548 : local service=n-sch 2021-06-02 11:03:52.471 | + functions-common:_run_under_systemd:1549 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-06-02 11:03:52.474 | + functions-common:_run_under_systemd:1550 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-06-02 11:03:52.477 | + functions-common:_run_under_systemd:1552 : _common_systemd_pitfalls '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-06-02 11:03:52.479 | + functions-common:_common_systemd_pitfalls:1520 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-06-02 11:03:52.482 | + functions-common:_common_systemd_pitfalls:1523 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]] 2021-06-02 11:03:52.484 | + functions-common:_common_systemd_pitfalls:1534 : [[ ! /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]] 2021-06-02 11:03:52.487 | + functions-common:_run_under_systemd:1554 : local systemd_service=devstack@n-sch.service 2021-06-02 11:03:52.490 | + functions-common:_run_under_systemd:1555 : local group= 2021-06-02 11:03:52.492 | + functions-common:_run_under_systemd:1556 : local user=ubuntu 2021-06-02 11:03:52.495 | + functions-common:_run_under_systemd:1557 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]] 2021-06-02 11:03:52.498 | + functions-common:_run_under_systemd:1560 : write_user_unit_file devstack@n-sch.service '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' ubuntu 2021-06-02 11:03:52.500 | + functions-common:write_user_unit_file:1465 : local service=devstack@n-sch.service 2021-06-02 11:03:52.502 | + functions-common:write_user_unit_file:1466 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-06-02 11:03:52.505 | + functions-common:write_user_unit_file:1467 : local group= 2021-06-02 11:03:52.507 | + functions-common:write_user_unit_file:1468 : local user=ubuntu 2021-06-02 11:03:52.509 | + functions-common:write_user_unit_file:1469 : local extra= 2021-06-02 11:03:52.512 | + functions-common:write_user_unit_file:1470 : [[ -n '' ]] 2021-06-02 11:03:52.515 | + functions-common:write_user_unit_file:1473 : local unitfile=/etc/systemd/system/devstack@n-sch.service 2021-06-02 11:03:52.517 | + functions-common:write_user_unit_file:1474 : mkdir -p /etc/systemd/system 2021-06-02 11:03:52.521 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Unit Description 'Devstack devstack@n-sch.service' 2021-06-02 11:03:52.586 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User ubuntu 2021-06-02 11:03:52.644 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecStart '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-06-02 11:03:52.691 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process 2021-06-02 11:03:52.741 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300 2021-06-02 11:03:52.789 | + functions-common:write_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-06-02 11:03:52.838 | + functions-common:write_user_unit_file:1482 : [[ -n '' ]] 2021-06-02 11:03:52.840 | + functions-common:write_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target 2021-06-02 11:03:52.896 | + functions-common:write_user_unit_file:1488 : sudo systemctl daemon-reload 2021-06-02 11:03:53.128 | + functions-common:_run_under_systemd:1563 : sudo systemctl enable devstack@n-sch.service 2021-06-02 11:03:53.142 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service. 2021-06-02 11:03:53.359 | + functions-common:_run_under_systemd:1564 : sudo systemctl start devstack@n-sch.service 2021-06-02 11:03:53.379 | + functions-common:run_process:1594 : time_stop run_process 2021-06-02 11:03:53.382 | + functions-common:time_stop:2336 : local name 2021-06-02 11:03:53.384 | + functions-common:time_stop:2337 : local end_time 2021-06-02 11:03:53.387 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 11:03:53.390 | + functions-common:time_stop:2339 : local total 2021-06-02 11:03:53.392 | + functions-common:time_stop:2340 : local start_time 2021-06-02 11:03:53.395 | + functions-common:time_stop:2342 : name=run_process 2021-06-02 11:03:53.397 | + functions-common:time_stop:2343 : start_time=1622631832437 2021-06-02 11:03:53.400 | + functions-common:time_stop:2345 : [[ -z 1622631832437 ]] 2021-06-02 11:03:53.403 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 11:03:53.407 | + functions-common:time_stop:2348 : end_time=1622631833404 2021-06-02 11:03:53.410 | + functions-common:time_stop:2349 : elapsed_time=967 2021-06-02 11:03:53.412 | + functions-common:time_stop:2350 : total=17536 2021-06-02 11:03:53.415 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 11:03:53.418 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=18503 2021-06-02 11:03:53.422 | + lib/nova:start_nova_rest:941 : '[' True == False ']' 2021-06-02 11:03:53.427 | ++ lib/nova:start_nova_rest:944 : which uwsgi 2021-06-02 11:03:53.432 | + lib/nova:start_nova_rest:944 : run_process n-api-meta '/usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2021-06-02 11:03:53.435 | + functions-common:run_process:1583 : local service=n-api-meta 2021-06-02 11:03:53.437 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2021-06-02 11:03:53.440 | + functions-common:run_process:1585 : local group= 2021-06-02 11:03:53.443 | + functions-common:run_process:1586 : local user= 2021-06-02 11:03:53.446 | + functions-common:run_process:1588 : local name=n-api-meta 2021-06-02 11:03:53.449 | + functions-common:run_process:1590 : time_start run_process 2021-06-02 11:03:53.456 | + functions-common:time_start:2322 : local name=run_process 2021-06-02 11:03:53.459 | + functions-common:time_start:2323 : local start_time= 2021-06-02 11:03:53.462 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-06-02 11:03:53.466 | ++ functions-common:time_start:2327 : date +%s%3N 2021-06-02 11:03:53.469 | + functions-common:time_start:2327 : _TIME_START[$name]=1622631833467 2021-06-02 11:03:53.472 | + functions-common:run_process:1591 : is_service_enabled n-api-meta 2021-06-02 11:03:53.490 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:03:53.493 | + functions-common:run_process:1592 : _run_under_systemd n-api-meta '/usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' '' '' 2021-06-02 11:03:53.496 | + functions-common:_run_under_systemd:1548 : local service=n-api-meta 2021-06-02 11:03:53.499 | + functions-common:_run_under_systemd:1549 : local 'command=/usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2021-06-02 11:03:53.501 | + functions-common:_run_under_systemd:1550 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2021-06-02 11:03:53.504 | + functions-common:_run_under_systemd:1552 : _common_systemd_pitfalls '/usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2021-06-02 11:03:53.507 | + functions-common:_common_systemd_pitfalls:1520 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2021-06-02 11:03:53.509 | + functions-common:_common_systemd_pitfalls:1523 : [[ /usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ sudo ]] 2021-06-02 11:03:53.513 | + functions-common:_common_systemd_pitfalls:1534 : [[ ! /usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]] 2021-06-02 11:03:53.515 | + functions-common:_run_under_systemd:1554 : local systemd_service=devstack@n-api-meta.service 2021-06-02 11:03:53.518 | + functions-common:_run_under_systemd:1555 : local group= 2021-06-02 11:03:53.521 | + functions-common:_run_under_systemd:1556 : local user=ubuntu 2021-06-02 11:03:53.523 | + functions-common:_run_under_systemd:1557 : [[ /usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ uwsgi ]] 2021-06-02 11:03:53.526 | + functions-common:_run_under_systemd:1558 : 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-06-02 11:03:53.529 | + functions-common:write_uwsgi_user_unit_file:1492 : local service=devstack@n-api-meta.service 2021-06-02 11:03:53.532 | + functions-common:write_uwsgi_user_unit_file:1493 : local 'command=/usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2021-06-02 11:03:53.535 | + functions-common:write_uwsgi_user_unit_file:1494 : local group= 2021-06-02 11:03:53.537 | + functions-common:write_uwsgi_user_unit_file:1495 : local user=ubuntu 2021-06-02 11:03:53.540 | + functions-common:write_uwsgi_user_unit_file:1496 : local unitfile=/etc/systemd/system/devstack@n-api-meta.service 2021-06-02 11:03:53.549 | + functions-common:write_uwsgi_user_unit_file:1497 : mkdir -p /etc/systemd/system 2021-06-02 11:03:53.554 | + functions-common:write_uwsgi_user_unit_file:1499 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Unit Description 'Devstack devstack@n-api-meta.service' 2021-06-02 11:03:53.623 | + functions-common:write_uwsgi_user_unit_file:1500 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service SyslogIdentifier devstack@n-api-meta.service 2021-06-02 11:03:53.685 | + functions-common:write_uwsgi_user_unit_file:1501 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User ubuntu 2021-06-02 11:03:53.737 | + functions-common:write_uwsgi_user_unit_file:1502 : 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-06-02 11:03:53.791 | + functions-common:write_uwsgi_user_unit_file:1503 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-06-02 11:03:53.841 | + functions-common:write_uwsgi_user_unit_file:1504 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify 2021-06-02 11:03:53.894 | + functions-common:write_uwsgi_user_unit_file:1505 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process 2021-06-02 11:03:53.944 | + functions-common:write_uwsgi_user_unit_file:1506 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always 2021-06-02 11:03:53.992 | + functions-common:write_uwsgi_user_unit_file:1507 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all 2021-06-02 11:03:54.043 | + functions-common:write_uwsgi_user_unit_file:1508 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100 2021-06-02 11:03:54.093 | + functions-common:write_uwsgi_user_unit_file:1510 : [[ -n '' ]] 2021-06-02 11:03:54.096 | + functions-common:write_uwsgi_user_unit_file:1513 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Install WantedBy multi-user.target 2021-06-02 11:03:54.154 | + functions-common:write_uwsgi_user_unit_file:1516 : sudo systemctl daemon-reload 2021-06-02 11:03:54.383 | + functions-common:_run_under_systemd:1563 : sudo systemctl enable devstack@n-api-meta.service 2021-06-02 11:03:54.396 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api-meta.service → /etc/systemd/system/devstack@n-api-meta.service. 2021-06-02 11:03:54.620 | + functions-common:_run_under_systemd:1564 : sudo systemctl start devstack@n-api-meta.service 2021-06-02 11:03:54.694 | + functions-common:run_process:1594 : time_stop run_process 2021-06-02 11:03:54.699 | + functions-common:time_stop:2336 : local name 2021-06-02 11:03:54.702 | + functions-common:time_stop:2337 : local end_time 2021-06-02 11:03:54.706 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 11:03:54.710 | + functions-common:time_stop:2339 : local total 2021-06-02 11:03:54.713 | + functions-common:time_stop:2340 : local start_time 2021-06-02 11:03:54.715 | + functions-common:time_stop:2342 : name=run_process 2021-06-02 11:03:54.718 | + functions-common:time_stop:2343 : start_time=1622631833467 2021-06-02 11:03:54.721 | + functions-common:time_stop:2345 : [[ -z 1622631833467 ]] 2021-06-02 11:03:54.723 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 11:03:54.728 | + functions-common:time_stop:2348 : end_time=1622631834724 2021-06-02 11:03:54.731 | + functions-common:time_stop:2349 : elapsed_time=1257 2021-06-02 11:03:54.733 | + functions-common:time_stop:2350 : total=18503 2021-06-02 11:03:54.736 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 11:03:54.739 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=19760 2021-06-02 11:03:54.742 | + lib/nova:start_nova_rest:947 : 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:/usr/local/bin 2021-06-02 11:03:54.746 | + lib/nova:start_nova_rest:947 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin 2021-06-02 11:03:54.748 | + lib/nova:start_nova:1037 : start_nova_console_proxies 2021-06-02 11:03:54.751 | + lib/nova:start_nova_console_proxies:962 : 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:/usr/local/bin 2021-06-02 11:03:54.753 | + lib/nova:start_nova_console_proxies:964 : 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:/usr/local/bin 2021-06-02 11:03:54.756 | + lib/nova:start_nova_console_proxies:964 : 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:/usr/local/bin 2021-06-02 11:03:54.759 | + lib/nova:start_nova_console_proxies:966 : local api_cell_conf=/etc/nova/nova.conf 2021-06-02 11:03:54.761 | + lib/nova:start_nova_console_proxies:968 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-06-02 11:03:54.764 | + lib/nova:start_nova_console_proxies:974 : enable_nova_console_proxies 2021-06-02 11:03:54.771 | ++ lib/nova:enable_nova_console_proxies:951 : seq 1 1 2021-06-02 11:03:54.774 | + lib/nova:enable_nova_console_proxies:951 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-06-02 11:03:54.777 | + lib/nova:enable_nova_console_proxies:952 : for srv in n-novnc n-xvnc n-spice n-sproxy 2021-06-02 11:03:54.779 | + lib/nova:enable_nova_console_proxies:953 : is_service_enabled n-novnc 2021-06-02 11:03:54.798 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 11:03:54.801 | + lib/nova:enable_nova_console_proxies:952 : for srv in n-novnc n-xvnc n-spice n-sproxy 2021-06-02 11:03:54.803 | + lib/nova:enable_nova_console_proxies:953 : is_service_enabled n-xvnc 2021-06-02 11:03:54.823 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 11:03:54.826 | + lib/nova:enable_nova_console_proxies:952 : for srv in n-novnc n-xvnc n-spice n-sproxy 2021-06-02 11:03:54.829 | + lib/nova:enable_nova_console_proxies:953 : is_service_enabled n-spice 2021-06-02 11:03:54.849 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 11:03:54.851 | + lib/nova:enable_nova_console_proxies:952 : for srv in n-novnc n-xvnc n-spice n-sproxy 2021-06-02 11:03:54.854 | + lib/nova:enable_nova_console_proxies:953 : is_service_enabled n-sproxy 2021-06-02 11:03:54.874 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 11:03:54.879 | ++ lib/nova:start_nova_console_proxies:975 : seq 1 1 2021-06-02 11:03:54.882 | + lib/nova:start_nova_console_proxies:975 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-06-02 11:03:54.884 | + lib/nova:start_nova_console_proxies:976 : local conf 2021-06-02 11:03:54.888 | ++ lib/nova:start_nova_console_proxies:977 : conductor_conf 1 2021-06-02 11:03:54.891 | ++ lib/nova:conductor_conf:727 : local cell=1 2021-06-02 11:03:54.894 | ++ lib/nova:conductor_conf:728 : echo /etc/nova/nova_cell1.conf 2021-06-02 11:03:54.896 | + lib/nova:start_nova_console_proxies:977 : conf=/etc/nova/nova_cell1.conf 2021-06-02 11:03:54.899 | + lib/nova:start_nova_console_proxies:978 : run_process n-novnc-cell1 '/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova_cell1.conf --web ' 2021-06-02 11:03:54.902 | + functions-common:run_process:1583 : local service=n-novnc-cell1 2021-06-02 11:03:54.904 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova_cell1.conf --web ' 2021-06-02 11:03:54.907 | + functions-common:run_process:1585 : local group= 2021-06-02 11:03:54.909 | + functions-common:run_process:1586 : local user= 2021-06-02 11:03:54.912 | + functions-common:run_process:1588 : local name=n-novnc-cell1 2021-06-02 11:03:54.915 | + functions-common:run_process:1590 : time_start run_process 2021-06-02 11:03:54.918 | + functions-common:time_start:2322 : local name=run_process 2021-06-02 11:03:54.920 | + functions-common:time_start:2323 : local start_time= 2021-06-02 11:03:54.923 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-06-02 11:03:54.927 | ++ functions-common:time_start:2327 : date +%s%3N 2021-06-02 11:03:54.930 | + functions-common:time_start:2327 : _TIME_START[$name]=1622631834927 2021-06-02 11:03:54.933 | + functions-common:run_process:1591 : is_service_enabled n-novnc-cell1 2021-06-02 11:03:54.953 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 11:03:54.955 | + functions-common:run_process:1594 : time_stop run_process 2021-06-02 11:03:54.958 | + functions-common:time_stop:2336 : local name 2021-06-02 11:03:54.960 | + functions-common:time_stop:2337 : local end_time 2021-06-02 11:03:54.963 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 11:03:54.966 | + functions-common:time_stop:2339 : local total 2021-06-02 11:03:54.968 | + functions-common:time_stop:2340 : local start_time 2021-06-02 11:03:54.971 | + functions-common:time_stop:2342 : name=run_process 2021-06-02 11:03:54.974 | + functions-common:time_stop:2343 : start_time=1622631834927 2021-06-02 11:03:54.976 | + functions-common:time_stop:2345 : [[ -z 1622631834927 ]] 2021-06-02 11:03:54.981 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 11:03:54.984 | + functions-common:time_stop:2348 : end_time=1622631834981 2021-06-02 11:03:54.986 | + functions-common:time_stop:2349 : elapsed_time=54 2021-06-02 11:03:54.989 | + functions-common:time_stop:2350 : total=19760 2021-06-02 11:03:54.991 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 11:03:54.995 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=19814 2021-06-02 11:03:54.997 | + lib/nova:start_nova_console_proxies:979 : run_process n-xvnc-cell1 '/usr/local/bin/nova-xvpvncproxy --config-file /etc/nova/nova_cell1.conf' 2021-06-02 11:03:55.000 | + functions-common:run_process:1583 : local service=n-xvnc-cell1 2021-06-02 11:03:55.002 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/nova-xvpvncproxy --config-file /etc/nova/nova_cell1.conf' 2021-06-02 11:03:55.005 | + functions-common:run_process:1585 : local group= 2021-06-02 11:03:55.008 | + functions-common:run_process:1586 : local user= 2021-06-02 11:03:55.010 | + functions-common:run_process:1588 : local name=n-xvnc-cell1 2021-06-02 11:03:55.013 | + functions-common:run_process:1590 : time_start run_process 2021-06-02 11:03:55.016 | + functions-common:time_start:2322 : local name=run_process 2021-06-02 11:03:55.018 | + functions-common:time_start:2323 : local start_time= 2021-06-02 11:03:55.021 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-06-02 11:03:55.024 | ++ functions-common:time_start:2327 : date +%s%3N 2021-06-02 11:03:55.028 | + functions-common:time_start:2327 : _TIME_START[$name]=1622631835025 2021-06-02 11:03:55.031 | + functions-common:run_process:1591 : is_service_enabled n-xvnc-cell1 2021-06-02 11:03:55.050 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 11:03:55.052 | + functions-common:run_process:1594 : time_stop run_process 2021-06-02 11:03:55.054 | + functions-common:time_stop:2336 : local name 2021-06-02 11:03:55.057 | + functions-common:time_stop:2337 : local end_time 2021-06-02 11:03:55.060 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 11:03:55.062 | + functions-common:time_stop:2339 : local total 2021-06-02 11:03:55.065 | + functions-common:time_stop:2340 : local start_time 2021-06-02 11:03:55.068 | + functions-common:time_stop:2342 : name=run_process 2021-06-02 11:03:55.070 | + functions-common:time_stop:2343 : start_time=1622631835025 2021-06-02 11:03:55.073 | + functions-common:time_stop:2345 : [[ -z 1622631835025 ]] 2021-06-02 11:03:55.077 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 11:03:55.079 | + functions-common:time_stop:2348 : end_time=1622631835077 2021-06-02 11:03:55.082 | + functions-common:time_stop:2349 : elapsed_time=52 2021-06-02 11:03:55.084 | + functions-common:time_stop:2350 : total=19814 2021-06-02 11:03:55.087 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 11:03:55.090 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=19866 2021-06-02 11:03:55.093 | + lib/nova:start_nova_console_proxies:980 : run_process n-spice-cell1 '/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova_cell1.conf --web ' 2021-06-02 11:03:55.095 | + functions-common:run_process:1583 : local service=n-spice-cell1 2021-06-02 11:03:55.098 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova_cell1.conf --web ' 2021-06-02 11:03:55.100 | + functions-common:run_process:1585 : local group= 2021-06-02 11:03:55.103 | + functions-common:run_process:1586 : local user= 2021-06-02 11:03:55.105 | + functions-common:run_process:1588 : local name=n-spice-cell1 2021-06-02 11:03:55.108 | + functions-common:run_process:1590 : time_start run_process 2021-06-02 11:03:55.111 | + functions-common:time_start:2322 : local name=run_process 2021-06-02 11:03:55.113 | + functions-common:time_start:2323 : local start_time= 2021-06-02 11:03:55.116 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-06-02 11:03:55.122 | ++ functions-common:time_start:2327 : date +%s%3N 2021-06-02 11:03:55.125 | + functions-common:time_start:2327 : _TIME_START[$name]=1622631835121 2021-06-02 11:03:55.128 | + functions-common:run_process:1591 : is_service_enabled n-spice-cell1 2021-06-02 11:03:55.149 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 11:03:55.152 | + functions-common:run_process:1594 : time_stop run_process 2021-06-02 11:03:55.154 | + functions-common:time_stop:2336 : local name 2021-06-02 11:03:55.156 | + functions-common:time_stop:2337 : local end_time 2021-06-02 11:03:55.159 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 11:03:55.162 | + functions-common:time_stop:2339 : local total 2021-06-02 11:03:55.164 | + functions-common:time_stop:2340 : local start_time 2021-06-02 11:03:55.166 | + functions-common:time_stop:2342 : name=run_process 2021-06-02 11:03:55.169 | + functions-common:time_stop:2343 : start_time=1622631835121 2021-06-02 11:03:55.171 | + functions-common:time_stop:2345 : [[ -z 1622631835121 ]] 2021-06-02 11:03:55.175 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 11:03:55.178 | + functions-common:time_stop:2348 : end_time=1622631835175 2021-06-02 11:03:55.180 | + functions-common:time_stop:2349 : elapsed_time=54 2021-06-02 11:03:55.183 | + functions-common:time_stop:2350 : total=19866 2021-06-02 11:03:55.186 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 11:03:55.188 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=19920 2021-06-02 11:03:55.191 | + lib/nova:start_nova_console_proxies:981 : run_process n-sproxy-cell1 '/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova_cell1.conf' 2021-06-02 11:03:55.194 | + functions-common:run_process:1583 : local service=n-sproxy-cell1 2021-06-02 11:03:55.196 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova_cell1.conf' 2021-06-02 11:03:55.199 | + functions-common:run_process:1585 : local group= 2021-06-02 11:03:55.202 | + functions-common:run_process:1586 : local user= 2021-06-02 11:03:55.204 | + functions-common:run_process:1588 : local name=n-sproxy-cell1 2021-06-02 11:03:55.206 | + functions-common:run_process:1590 : time_start run_process 2021-06-02 11:03:55.209 | + functions-common:time_start:2322 : local name=run_process 2021-06-02 11:03:55.211 | + functions-common:time_start:2323 : local start_time= 2021-06-02 11:03:55.214 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-06-02 11:03:55.217 | ++ functions-common:time_start:2327 : date +%s%3N 2021-06-02 11:03:55.221 | + functions-common:time_start:2327 : _TIME_START[$name]=1622631835218 2021-06-02 11:03:55.223 | + functions-common:run_process:1591 : is_service_enabled n-sproxy-cell1 2021-06-02 11:03:55.242 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 11:03:55.245 | + functions-common:run_process:1594 : time_stop run_process 2021-06-02 11:03:55.247 | + functions-common:time_stop:2336 : local name 2021-06-02 11:03:55.249 | + functions-common:time_stop:2337 : local end_time 2021-06-02 11:03:55.252 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 11:03:55.254 | + functions-common:time_stop:2339 : local total 2021-06-02 11:03:55.257 | + functions-common:time_stop:2340 : local start_time 2021-06-02 11:03:55.259 | + functions-common:time_stop:2342 : name=run_process 2021-06-02 11:03:55.262 | + functions-common:time_stop:2343 : start_time=1622631835218 2021-06-02 11:03:55.264 | + functions-common:time_stop:2345 : [[ -z 1622631835218 ]] 2021-06-02 11:03:55.269 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 11:03:55.271 | + functions-common:time_stop:2348 : end_time=1622631835268 2021-06-02 11:03:55.274 | + functions-common:time_stop:2349 : elapsed_time=50 2021-06-02 11:03:55.276 | + functions-common:time_stop:2350 : total=19920 2021-06-02 11:03:55.279 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 11:03:55.281 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=19970 2021-06-02 11:03:55.284 | + lib/nova:start_nova_console_proxies:985 : 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:/usr/local/bin 2021-06-02 11:03:55.293 | + lib/nova:start_nova_console_proxies:985 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin 2021-06-02 11:03:55.293 | + lib/nova:start_nova:1038 : start_nova_conductor 2021-06-02 11:03:55.295 | + lib/nova:start_nova_conductor:998 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-06-02 11:03:55.298 | + lib/nova:start_nova_conductor:1004 : enable_nova_fleet 2021-06-02 11:03:55.300 | + lib/nova:enable_nova_fleet:989 : is_service_enabled n-cond 2021-06-02 11:03:55.318 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:03:55.321 | + lib/nova:enable_nova_fleet:990 : enable_service n-super-cond 2021-06-02 11:03:55.370 | ++ lib/nova:enable_nova_fleet:991 : seq 1 1 2021-06-02 11:03:55.373 | + lib/nova:enable_nova_fleet:991 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-06-02 11:03:55.375 | + lib/nova:enable_nova_fleet:992 : enable_service n-cond-cell1 2021-06-02 11:03:55.454 | + lib/nova:start_nova_conductor:1005 : is_service_enabled n-super-cond 2021-06-02 11:03:55.490 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:03:55.498 | + lib/nova:start_nova_conductor:1006 : run_process n-super-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-06-02 11:03:55.507 | + functions-common:run_process:1583 : local service=n-super-cond 2021-06-02 11:03:55.511 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-06-02 11:03:55.514 | + functions-common:run_process:1585 : local group= 2021-06-02 11:03:55.518 | + functions-common:run_process:1586 : local user= 2021-06-02 11:03:55.526 | + functions-common:run_process:1588 : local name=n-super-cond 2021-06-02 11:03:55.534 | + functions-common:run_process:1590 : time_start run_process 2021-06-02 11:03:55.542 | + functions-common:time_start:2322 : local name=run_process 2021-06-02 11:03:55.550 | + functions-common:time_start:2323 : local start_time= 2021-06-02 11:03:55.552 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-06-02 11:03:55.557 | ++ functions-common:time_start:2327 : date +%s%3N 2021-06-02 11:03:55.559 | + functions-common:time_start:2327 : _TIME_START[$name]=1622631835556 2021-06-02 11:03:55.562 | + functions-common:run_process:1591 : is_service_enabled n-super-cond 2021-06-02 11:03:55.590 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:03:55.598 | + functions-common:run_process:1592 : _run_under_systemd n-super-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' '' 2021-06-02 11:03:55.609 | + functions-common:_run_under_systemd:1548 : local service=n-super-cond 2021-06-02 11:03:55.618 | + functions-common:_run_under_systemd:1549 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-06-02 11:03:55.629 | + functions-common:_run_under_systemd:1550 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-06-02 11:03:55.638 | + functions-common:_run_under_systemd:1552 : _common_systemd_pitfalls '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-06-02 11:03:55.646 | + functions-common:_common_systemd_pitfalls:1520 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-06-02 11:03:55.648 | + functions-common:_common_systemd_pitfalls:1523 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]] 2021-06-02 11:03:55.654 | + functions-common:_common_systemd_pitfalls:1534 : [[ ! /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]] 2021-06-02 11:03:55.662 | + functions-common:_run_under_systemd:1554 : local systemd_service=devstack@n-super-cond.service 2021-06-02 11:03:55.667 | + functions-common:_run_under_systemd:1555 : local group= 2021-06-02 11:03:55.673 | + functions-common:_run_under_systemd:1556 : local user=ubuntu 2021-06-02 11:03:55.682 | + functions-common:_run_under_systemd:1557 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]] 2021-06-02 11:03:55.698 | + functions-common:_run_under_systemd:1560 : write_user_unit_file devstack@n-super-cond.service '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' ubuntu 2021-06-02 11:03:55.704 | + functions-common:write_user_unit_file:1465 : local service=devstack@n-super-cond.service 2021-06-02 11:03:55.714 | + functions-common:write_user_unit_file:1466 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-06-02 11:03:55.721 | + functions-common:write_user_unit_file:1467 : local group= 2021-06-02 11:03:55.725 | + functions-common:write_user_unit_file:1468 : local user=ubuntu 2021-06-02 11:03:55.727 | + functions-common:write_user_unit_file:1469 : local extra= 2021-06-02 11:03:55.730 | + functions-common:write_user_unit_file:1470 : [[ -n '' ]] 2021-06-02 11:03:55.733 | + functions-common:write_user_unit_file:1473 : local unitfile=/etc/systemd/system/devstack@n-super-cond.service 2021-06-02 11:03:55.735 | + functions-common:write_user_unit_file:1474 : mkdir -p /etc/systemd/system 2021-06-02 11:03:55.739 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Unit Description 'Devstack devstack@n-super-cond.service' 2021-06-02 11:03:55.803 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service User ubuntu 2021-06-02 11:03:55.870 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service ExecStart '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-06-02 11:03:55.926 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service KillMode process 2021-06-02 11:03:55.985 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service TimeoutStopSec 300 2021-06-02 11:03:56.041 | + functions-common:write_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-06-02 11:03:56.094 | + functions-common:write_user_unit_file:1482 : [[ -n '' ]] 2021-06-02 11:03:56.097 | + functions-common:write_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Install WantedBy multi-user.target 2021-06-02 11:03:56.161 | + functions-common:write_user_unit_file:1488 : sudo systemctl daemon-reload 2021-06-02 11:03:56.396 | + functions-common:_run_under_systemd:1563 : sudo systemctl enable devstack@n-super-cond.service 2021-06-02 11:03:56.413 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-super-cond.service → /etc/systemd/system/devstack@n-super-cond.service. 2021-06-02 11:03:56.708 | + functions-common:_run_under_systemd:1564 : sudo systemctl start devstack@n-super-cond.service 2021-06-02 11:03:56.731 | + functions-common:run_process:1594 : time_stop run_process 2021-06-02 11:03:56.734 | + functions-common:time_stop:2336 : local name 2021-06-02 11:03:56.736 | + functions-common:time_stop:2337 : local end_time 2021-06-02 11:03:56.740 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 11:03:56.742 | + functions-common:time_stop:2339 : local total 2021-06-02 11:03:56.746 | + functions-common:time_stop:2340 : local start_time 2021-06-02 11:03:56.752 | + functions-common:time_stop:2342 : name=run_process 2021-06-02 11:03:56.757 | + functions-common:time_stop:2343 : start_time=1622631835556 2021-06-02 11:03:56.764 | + functions-common:time_stop:2345 : [[ -z 1622631835556 ]] 2021-06-02 11:03:56.769 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 11:03:56.779 | + functions-common:time_stop:2348 : end_time=1622631836773 2021-06-02 11:03:56.793 | + functions-common:time_stop:2349 : elapsed_time=1217 2021-06-02 11:03:56.797 | + functions-common:time_stop:2350 : total=19970 2021-06-02 11:03:56.806 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 11:03:56.814 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=21187 2021-06-02 11:03:56.821 | ++ lib/nova:start_nova_conductor:1008 : seq 1 1 2021-06-02 11:03:56.841 | + lib/nova:start_nova_conductor:1008 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-06-02 11:03:56.849 | + lib/nova:start_nova_conductor:1009 : is_service_enabled n-cond-cell1 2021-06-02 11:03:56.890 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:03:56.892 | + lib/nova:start_nova_conductor:1010 : local conf 2021-06-02 11:03:56.901 | ++ lib/nova:start_nova_conductor:1011 : conductor_conf 1 2021-06-02 11:03:56.913 | ++ lib/nova:conductor_conf:727 : local cell=1 2021-06-02 11:03:56.919 | ++ lib/nova:conductor_conf:728 : echo /etc/nova/nova_cell1.conf 2021-06-02 11:03:56.934 | + lib/nova:start_nova_conductor:1011 : conf=/etc/nova/nova_cell1.conf 2021-06-02 11:03:56.942 | + lib/nova:start_nova_conductor:1012 : run_process n-cond-cell1 '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-06-02 11:03:56.952 | + functions-common:run_process:1583 : local service=n-cond-cell1 2021-06-02 11:03:56.961 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-06-02 11:03:56.968 | + functions-common:run_process:1585 : local group= 2021-06-02 11:03:56.978 | + functions-common:run_process:1586 : local user= 2021-06-02 11:03:56.986 | + functions-common:run_process:1588 : local name=n-cond-cell1 2021-06-02 11:03:56.994 | + functions-common:run_process:1590 : time_start run_process 2021-06-02 11:03:57.001 | + functions-common:time_start:2322 : local name=run_process 2021-06-02 11:03:57.010 | + functions-common:time_start:2323 : local start_time= 2021-06-02 11:03:57.018 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-06-02 11:03:57.029 | ++ functions-common:time_start:2327 : date +%s%3N 2021-06-02 11:03:57.042 | + functions-common:time_start:2327 : _TIME_START[$name]=1622631837030 2021-06-02 11:03:57.050 | + functions-common:run_process:1591 : is_service_enabled n-cond-cell1 2021-06-02 11:03:57.092 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:03:57.105 | + functions-common:run_process:1592 : _run_under_systemd n-cond-cell1 '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' '' '' 2021-06-02 11:03:57.110 | + functions-common:_run_under_systemd:1548 : local service=n-cond-cell1 2021-06-02 11:03:57.125 | + functions-common:_run_under_systemd:1549 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-06-02 11:03:57.134 | + functions-common:_run_under_systemd:1550 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-06-02 11:03:57.139 | + functions-common:_run_under_systemd:1552 : _common_systemd_pitfalls '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-06-02 11:03:57.146 | + functions-common:_common_systemd_pitfalls:1520 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-06-02 11:03:57.151 | + functions-common:_common_systemd_pitfalls:1523 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf =~ sudo ]] 2021-06-02 11:03:57.158 | + functions-common:_common_systemd_pitfalls:1534 : [[ ! /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf =~ ^/ ]] 2021-06-02 11:03:57.169 | + functions-common:_run_under_systemd:1554 : local systemd_service=devstack@n-cond-cell1.service 2021-06-02 11:03:57.178 | + functions-common:_run_under_systemd:1555 : local group= 2021-06-02 11:03:57.185 | + functions-common:_run_under_systemd:1556 : local user=ubuntu 2021-06-02 11:03:57.194 | + functions-common:_run_under_systemd:1557 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf =~ uwsgi ]] 2021-06-02 11:03:57.202 | + functions-common:_run_under_systemd:1560 : write_user_unit_file devstack@n-cond-cell1.service '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' '' ubuntu 2021-06-02 11:03:57.207 | + functions-common:write_user_unit_file:1465 : local service=devstack@n-cond-cell1.service 2021-06-02 11:03:57.214 | + functions-common:write_user_unit_file:1466 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-06-02 11:03:57.219 | + functions-common:write_user_unit_file:1467 : local group= 2021-06-02 11:03:57.225 | + functions-common:write_user_unit_file:1468 : local user=ubuntu 2021-06-02 11:03:57.231 | + functions-common:write_user_unit_file:1469 : local extra= 2021-06-02 11:03:57.234 | + functions-common:write_user_unit_file:1470 : [[ -n '' ]] 2021-06-02 11:03:57.238 | + functions-common:write_user_unit_file:1473 : local unitfile=/etc/systemd/system/devstack@n-cond-cell1.service 2021-06-02 11:03:57.241 | + functions-common:write_user_unit_file:1474 : mkdir -p /etc/systemd/system 2021-06-02 11:03:57.261 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Unit Description 'Devstack devstack@n-cond-cell1.service' 2021-06-02 11:03:57.369 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service User ubuntu 2021-06-02 11:03:57.468 | + functions-common:write_user_unit_file:1478 : 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-06-02 11:03:57.542 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service KillMode process 2021-06-02 11:03:57.625 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service TimeoutStopSec 300 2021-06-02 11:03:57.717 | + functions-common:write_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-06-02 11:03:57.810 | + functions-common:write_user_unit_file:1482 : [[ -n '' ]] 2021-06-02 11:03:57.818 | + functions-common:write_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Install WantedBy multi-user.target 2021-06-02 11:03:57.919 | + functions-common:write_user_unit_file:1488 : sudo systemctl daemon-reload 2021-06-02 11:03:58.157 | + functions-common:_run_under_systemd:1563 : sudo systemctl enable devstack@n-cond-cell1.service 2021-06-02 11:03:58.171 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond-cell1.service → /etc/systemd/system/devstack@n-cond-cell1.service. 2021-06-02 11:03:58.410 | + functions-common:_run_under_systemd:1564 : sudo systemctl start devstack@n-cond-cell1.service 2021-06-02 11:03:58.433 | + functions-common:run_process:1594 : time_stop run_process 2021-06-02 11:03:58.436 | + functions-common:time_stop:2336 : local name 2021-06-02 11:03:58.446 | + functions-common:time_stop:2337 : local end_time 2021-06-02 11:03:58.451 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 11:03:58.454 | + functions-common:time_stop:2339 : local total 2021-06-02 11:03:58.458 | + functions-common:time_stop:2340 : local start_time 2021-06-02 11:03:58.462 | + functions-common:time_stop:2342 : name=run_process 2021-06-02 11:03:58.469 | + functions-common:time_stop:2343 : start_time=1622631837030 2021-06-02 11:03:58.472 | + functions-common:time_stop:2345 : [[ -z 1622631837030 ]] 2021-06-02 11:03:58.485 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 11:03:58.497 | + functions-common:time_stop:2348 : end_time=1622631838489 2021-06-02 11:03:58.505 | + functions-common:time_stop:2349 : elapsed_time=1459 2021-06-02 11:03:58.511 | + functions-common:time_stop:2350 : total=21187 2021-06-02 11:03:58.521 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 11:03:58.527 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=22646 2021-06-02 11:03:58.537 | + lib/nova:start_nova:1039 : start_nova_compute 2021-06-02 11:03:58.545 | + lib/nova:start_nova_compute:869 : 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:/usr/local/bin 2021-06-02 11:03:58.549 | + lib/nova:start_nova_compute:870 : 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:/usr/local/bin 2021-06-02 11:03:58.554 | + lib/nova:start_nova_compute:870 : 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:/usr/local/bin 2021-06-02 11:03:58.565 | + lib/nova:start_nova_compute:872 : local compute_cell_conf=/etc/nova/nova.conf 2021-06-02 11:03:58.569 | + lib/nova:start_nova_compute:875 : cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf 2021-06-02 11:03:58.581 | + lib/nova:start_nova_compute:877 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$NOVA_CPU_CONF' 2021-06-02 11:03:58.594 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2021-06-02 11:03:58.605 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2021-06-02 11:03:58.614 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CPU_CONF' 2021-06-02 11:03:58.622 | + inc/meta-config:merge_config_file:90 : local real_configfile 2021-06-02 11:03:58.629 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CPU_CONF' 2021-06-02 11:03:58.641 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova-cpu.conf 2021-06-02 11:03:58.654 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova-cpu.conf 2021-06-02 11:03:58.664 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova-cpu.conf ']' 2021-06-02 11:03:58.671 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CPU_CONF' ' 2021-06-02 11:03:58.671 | BEGIN { 2021-06-02 11:03:58.671 | section = "" 2021-06-02 11:03:58.671 | last_section = "" 2021-06-02 11:03:58.671 | section_count = 0 2021-06-02 11:03:58.671 | } 2021-06-02 11:03:58.671 | /^\[.+\]/ { 2021-06-02 11:03:58.671 | gsub("[][]", "", $1); 2021-06-02 11:03:58.671 | section=$1 2021-06-02 11:03:58.671 | next 2021-06-02 11:03:58.671 | } 2021-06-02 11:03:58.671 | /^ *\#/ { 2021-06-02 11:03:58.671 | next 2021-06-02 11:03:58.671 | } 2021-06-02 11:03:58.671 | /^[^ \t]+/ { 2021-06-02 11:03:58.671 | # get offset of first = in $0 2021-06-02 11:03:58.672 | eq_idx = index($0, "=") 2021-06-02 11:03:58.672 | # extract attr & value from $0 2021-06-02 11:03:58.672 | attr = substr($0, 1, eq_idx - 1) 2021-06-02 11:03:58.672 | value = substr($0, eq_idx + 1) 2021-06-02 11:03:58.672 | # only need to strip trailing whitespace from attr 2021-06-02 11:03:58.672 | sub(/[ \t]*$/, "", attr) 2021-06-02 11:03:58.672 | # need to strip leading & trailing whitespace from value 2021-06-02 11:03:58.672 | sub(/^[ \t]*/, "", value) 2021-06-02 11:03:58.672 | sub(/[ \t]*$/, "", value) 2021-06-02 11:03:58.672 | 2021-06-02 11:03:58.672 | # cfg_attr_count: number of config lines per [section, attr] 2021-06-02 11:03:58.672 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2021-06-02 11:03:58.672 | # cfg_section: keep the section names in the same order as they appear in local.conf 2021-06-02 11:03:58.672 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2021-06-02 11:03:58.672 | if (! (section, attr) in cfg_attr_count) { 2021-06-02 11:03:58.672 | if (section != last_section) { 2021-06-02 11:03:58.672 | cfg_section[section_count++] = section 2021-06-02 11:03:58.672 | last_section = section 2021-06-02 11:03:58.672 | } 2021-06-02 11:03:58.672 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2021-06-02 11:03:58.672 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2021-06-02 11:03:58.672 | 2021-06-02 11:03:58.672 | cfg_attr[section, attr, 0] = value 2021-06-02 11:03:58.672 | cfg_attr_count[section, attr] = 1 2021-06-02 11:03:58.672 | } else { 2021-06-02 11:03:58.672 | lno = cfg_attr_count[section, attr]++ 2021-06-02 11:03:58.672 | cfg_attr[section, attr, lno] = value 2021-06-02 11:03:58.672 | } 2021-06-02 11:03:58.672 | } 2021-06-02 11:03:58.672 | END { 2021-06-02 11:03:58.672 | # Process each section in order 2021-06-02 11:03:58.672 | for (sno = 0; sno < section_count; sno++) { 2021-06-02 11:03:58.672 | section = cfg_section[sno] 2021-06-02 11:03:58.672 | # The ini routines simply append a config item immediately 2021-06-02 11:03:58.672 | # after the section header. To keep the same order as defined 2021-06-02 11:03:58.672 | # in local.conf, invoke the ini routines in the reverse order 2021-06-02 11:03:58.672 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2021-06-02 11:03:58.672 | attr = cfg_sec_attr_name[sno, attr_no] 2021-06-02 11:03:58.672 | if (cfg_attr_count[section, attr] == 1) 2021-06-02 11:03:58.672 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2021-06-02 11:03:58.672 | else { 2021-06-02 11:03:58.672 | # For multiline, invoke the ini routines in the reverse order 2021-06-02 11:03:58.672 | count = cfg_attr_count[section, attr] 2021-06-02 11:03:58.672 | print "inidelete " configfile " " section " " attr 2021-06-02 11:03:58.672 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2021-06-02 11:03:58.672 | for (l = count -2; l >= 0; l--) 2021-06-02 11:03:58.673 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2021-06-02 11:03:58.673 | } 2021-06-02 11:03:58.673 | } 2021-06-02 11:03:58.673 | } 2021-06-02 11:03:58.673 | } 2021-06-02 11:03:58.673 | ' 2021-06-02 11:03:58.673 | + inc/meta-config:merge_config_file:164 : read a 2021-06-02 11:03:58.674 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$NOVA_CPU_CONF' 2021-06-02 11:03:58.682 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2021-06-02 11:03:58.694 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2021-06-02 11:03:58.701 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CPU_CONF' 2021-06-02 11:03:58.706 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-06-02 11:03:58.710 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CPU_CONF ]] 2021-06-02 11:03:58.721 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' ' 2021-06-02 11:03:58.721 | BEGIN { group = "" } 2021-06-02 11:03:58.721 | /^\[\[.+\|.*\]\]/ { 2021-06-02 11:03:58.721 | gsub("[][]", "", $1); 2021-06-02 11:03:58.721 | split($1, a, "|"); 2021-06-02 11:03:58.721 | if (a[1] == matchgroup && a[2] == configfile) { 2021-06-02 11:03:58.721 | group=a[1] 2021-06-02 11:03:58.721 | } else { 2021-06-02 11:03:58.721 | group="" 2021-06-02 11:03:58.721 | } 2021-06-02 11:03:58.721 | next 2021-06-02 11:03:58.721 | } 2021-06-02 11:03:58.721 | { 2021-06-02 11:03:58.721 | if (group != "") 2021-06-02 11:03:58.721 | print $0 2021-06-02 11:03:58.721 | } 2021-06-02 11:03:58.721 | ' /home/ubuntu/devstack/local.conf 2021-06-02 11:03:58.738 | + lib/nova:start_nova_compute:879 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-06-02 11:03:58.745 | + lib/nova:start_nova_compute:886 : iniset /etc/nova/nova-cpu.conf workarounds disable_group_policy_check_upcall True 2021-06-02 11:03:58.849 | + lib/nova:start_nova_compute:889 : iniset /etc/nova/nova-cpu.conf filter_scheduler track_instance_changes False 2021-06-02 11:03:58.937 | + lib/nova:start_nova_compute:890 : iniset_rpc_backend nova /etc/nova/nova-cpu.conf DEFAULT nova_cell1 2021-06-02 11:03:58.943 | + lib/rpc_backend:iniset_rpc_backend:152 : local package=nova 2021-06-02 11:03:58.947 | + lib/rpc_backend:iniset_rpc_backend:153 : local file=/etc/nova/nova-cpu.conf 2021-06-02 11:03:58.951 | + lib/rpc_backend:iniset_rpc_backend:154 : local section=DEFAULT 2021-06-02 11:03:58.957 | + lib/rpc_backend:iniset_rpc_backend:155 : local virtual_host=nova_cell1 2021-06-02 11:03:58.965 | + lib/rpc_backend:iniset_rpc_backend:156 : is_service_enabled rabbit 2021-06-02 11:03:59.030 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:03:59.041 | ++ lib/rpc_backend:iniset_rpc_backend:157 : get_transport_url nova_cell1 2021-06-02 11:03:59.049 | ++ lib/rpc_backend:get_transport_url:134 : local virtual_host=nova_cell1 2021-06-02 11:03:59.054 | ++ lib/rpc_backend:get_transport_url:135 : is_service_enabled rabbit 2021-06-02 11:03:59.111 | ++ functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:03:59.121 | ++ lib/rpc_backend:get_transport_url:136 : echo rabbit://stackrabbit:Passw0rd@10.222.0.22:5672/nova_cell1 2021-06-02 11:03:59.134 | + lib/rpc_backend:iniset_rpc_backend:157 : iniset /etc/nova/nova-cpu.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.22:5672/nova_cell1 2021-06-02 11:03:59.196 | + lib/rpc_backend:iniset_rpc_backend:158 : '[' -n '' ']' 2021-06-02 11:03:59.206 | + lib/rpc_backend:iniset_rpc_backend:161 : '[' -n '' ']' 2021-06-02 11:03:59.211 | + lib/nova:start_nova_compute:894 : inidelete /etc/nova/nova-cpu.conf database connection 2021-06-02 11:03:59.232 | + lib/nova:start_nova_compute:895 : inidelete /etc/nova/nova-cpu.conf api_database connection 2021-06-02 11:03:59.271 | + lib/nova:start_nova_compute:900 : configure_console_compute 2021-06-02 11:03:59.275 | + lib/nova:configure_console_compute:605 : local offset 2021-06-02 11:03:59.285 | + lib/nova:configure_console_compute:606 : offset=0 2021-06-02 11:03:59.290 | + lib/nova:configure_console_compute:610 : local default_proxyclient_addr 2021-06-02 11:03:59.296 | ++ lib/nova:configure_console_compute:611 : iniget /etc/nova/nova-cpu.conf DEFAULT my_ip 2021-06-02 11:03:59.342 | + lib/nova:configure_console_compute:611 : default_proxyclient_addr=10.222.0.22 2021-06-02 11:03:59.352 | + lib/nova:configure_console_compute:615 : is_service_enabled n-cpu 2021-06-02 11:03:59.397 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 11:03:59.402 | + lib/nova:configure_console_compute:633 : is_service_enabled n-novnc 2021-06-02 11:03:59.453 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 11:03:59.465 | + lib/nova:configure_console_compute:633 : is_service_enabled n-xvnc 2021-06-02 11:03:59.529 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 11:03:59.538 | + lib/nova:configure_console_compute:633 : '[' False '!=' False ']' 2021-06-02 11:03:59.545 | + lib/nova:configure_console_compute:641 : iniset /etc/nova/nova-cpu.conf vnc enabled false 2021-06-02 11:03:59.622 | + lib/nova:configure_console_compute:644 : is_service_enabled n-spice 2021-06-02 11:03:59.677 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 11:03:59.682 | + lib/nova:configure_console_compute:654 : is_service_enabled n-sproxy 2021-06-02 11:03:59.737 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 11:03:59.742 | + lib/nova:start_nova_compute:902 : [[ libvirt = \l\i\b\v\i\r\t ]] 2021-06-02 11:03:59.749 | + lib/nova:start_nova_compute:906 : run_process n-cpu '/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' libvirt 2021-06-02 11:03:59.754 | + functions-common:run_process:1583 : local service=n-cpu 2021-06-02 11:03:59.761 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2021-06-02 11:03:59.769 | + functions-common:run_process:1585 : local group=libvirt 2021-06-02 11:03:59.785 | + functions-common:run_process:1586 : local user= 2021-06-02 11:03:59.793 | + functions-common:run_process:1588 : local name=n-cpu 2021-06-02 11:03:59.801 | + functions-common:run_process:1590 : time_start run_process 2021-06-02 11:03:59.810 | + functions-common:time_start:2322 : local name=run_process 2021-06-02 11:03:59.817 | + functions-common:time_start:2323 : local start_time= 2021-06-02 11:03:59.825 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-06-02 11:03:59.837 | ++ functions-common:time_start:2327 : date +%s%3N 2021-06-02 11:03:59.850 | + functions-common:time_start:2327 : _TIME_START[$name]=1622631839841 2021-06-02 11:03:59.858 | + functions-common:run_process:1591 : is_service_enabled n-cpu 2021-06-02 11:03:59.914 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 11:03:59.921 | + functions-common:run_process:1594 : time_stop run_process 2021-06-02 11:03:59.930 | + functions-common:time_stop:2336 : local name 2021-06-02 11:03:59.938 | + functions-common:time_stop:2337 : local end_time 2021-06-02 11:03:59.953 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 11:03:59.962 | + functions-common:time_stop:2339 : local total 2021-06-02 11:03:59.970 | + functions-common:time_stop:2340 : local start_time 2021-06-02 11:03:59.978 | + functions-common:time_stop:2342 : name=run_process 2021-06-02 11:03:59.985 | + functions-common:time_stop:2343 : start_time=1622631839841 2021-06-02 11:03:59.998 | + functions-common:time_stop:2345 : [[ -z 1622631839841 ]] 2021-06-02 11:04:00.009 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 11:04:00.022 | + functions-common:time_stop:2348 : end_time=1622631840013 2021-06-02 11:04:00.024 | + functions-common:time_stop:2349 : elapsed_time=172 2021-06-02 11:04:00.034 | + functions-common:time_stop:2350 : total=22646 2021-06-02 11:04:00.045 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 11:04:00.053 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=22818 2021-06-02 11:04:00.070 | + lib/nova:start_nova_compute:928 : 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:/usr/local/bin 2021-06-02 11:04:00.074 | + lib/nova:start_nova_compute:928 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin 2021-06-02 11:04:00.081 | + lib/nova:start_nova:1040 : is_service_enabled n-api 2021-06-02 11:04:00.102 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:04:00.105 | + lib/nova:start_nova:1042 : echo 'Dumping cells_v2 mapping' 2021-06-02 11:04:00.105 | Dumping cells_v2 mapping 2021-06-02 11:04:00.108 | + lib/nova:start_nova:1043 : /usr/local/bin/nova-manage cell_v2 list_cells --verbose 2021-06-02 11:04:04.147 | +-------+--------------------------------------+-----------------------------------------------------------+-----------------------------------------------------------------+----------+ 2021-06-02 11:04:04.147 | | Name | UUID | Transport URL | Database Connection | Disabled | 2021-06-02 11:04:04.147 | +-------+--------------------------------------+-----------------------------------------------------------+-----------------------------------------------------------------+----------+ 2021-06-02 11:04:04.147 | | cell0 | 00000000-0000-0000-0000-000000000000 | none:/// | mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8 | False | 2021-06-02 11:04:04.147 | | cell1 | 8233a54d-8185-4b14-8048-eabe483ab098 | rabbit://stackrabbit:Passw0rd@10.222.0.22:5672/nova_cell1 | mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8 | False | 2021-06-02 11:04:04.147 | +-------+--------------------------------------+-----------------------------------------------------------+-----------------------------------------------------------------+----------+ 2021-06-02 11:04:04.563 | + ./stack.sh:main:1366 : create_flavors 2021-06-02 11:04:04.566 | + lib/nova:create_flavors:1107 : is_service_enabled n-api 2021-06-02 11:04:04.582 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:04:04.585 | + lib/nova:create_flavors:1108 : openstack --os-region-name=RegionOne flavor list 2021-06-02 11:04:04.586 | + lib/nova:create_flavors:1108 : grep -q ds512M 2021-06-02 11:04:07.253 | + lib/nova:create_flavors:1110 : openstack --os-region-name=RegionOne flavor create --id c1 --ram 256 --disk 1 --vcpus 1 cirros256 2021-06-02 11:04:09.731 | +----------------------------+-----------+ 2021-06-02 11:04:09.731 | | Field | Value | 2021-06-02 11:04:09.731 | +----------------------------+-----------+ 2021-06-02 11:04:09.731 | | OS-FLV-DISABLED:disabled | False | 2021-06-02 11:04:09.731 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-06-02 11:04:09.731 | | disk | 1 | 2021-06-02 11:04:09.731 | | id | c1 | 2021-06-02 11:04:09.731 | | name | cirros256 | 2021-06-02 11:04:09.731 | | os-flavor-access:is_public | True | 2021-06-02 11:04:09.731 | | properties | | 2021-06-02 11:04:09.731 | | ram | 256 | 2021-06-02 11:04:09.731 | | rxtx_factor | 1.0 | 2021-06-02 11:04:09.731 | | swap | | 2021-06-02 11:04:09.731 | | vcpus | 1 | 2021-06-02 11:04:09.731 | +----------------------------+-----------+ 2021-06-02 11:04:09.842 | + lib/nova:create_flavors:1111 : openstack --os-region-name=RegionOne flavor create --id d1 --ram 512 --disk 5 --vcpus 1 ds512M 2021-06-02 11:04:12.024 | +----------------------------+--------+ 2021-06-02 11:04:12.024 | | Field | Value | 2021-06-02 11:04:12.024 | +----------------------------+--------+ 2021-06-02 11:04:12.025 | | OS-FLV-DISABLED:disabled | False | 2021-06-02 11:04:12.025 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-06-02 11:04:12.025 | | disk | 5 | 2021-06-02 11:04:12.025 | | id | d1 | 2021-06-02 11:04:12.025 | | name | ds512M | 2021-06-02 11:04:12.025 | | os-flavor-access:is_public | True | 2021-06-02 11:04:12.025 | | properties | | 2021-06-02 11:04:12.025 | | ram | 512 | 2021-06-02 11:04:12.025 | | rxtx_factor | 1.0 | 2021-06-02 11:04:12.025 | | swap | | 2021-06-02 11:04:12.025 | | vcpus | 1 | 2021-06-02 11:04:12.025 | +----------------------------+--------+ 2021-06-02 11:04:12.137 | + lib/nova:create_flavors:1112 : openstack --os-region-name=RegionOne flavor create --id d2 --ram 1024 --disk 10 --vcpus 1 ds1G 2021-06-02 11:04:14.475 | +----------------------------+-------+ 2021-06-02 11:04:14.476 | | Field | Value | 2021-06-02 11:04:14.476 | +----------------------------+-------+ 2021-06-02 11:04:14.476 | | OS-FLV-DISABLED:disabled | False | 2021-06-02 11:04:14.476 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-06-02 11:04:14.476 | | disk | 10 | 2021-06-02 11:04:14.476 | | id | d2 | 2021-06-02 11:04:14.476 | | name | ds1G | 2021-06-02 11:04:14.476 | | os-flavor-access:is_public | True | 2021-06-02 11:04:14.476 | | properties | | 2021-06-02 11:04:14.476 | | ram | 1024 | 2021-06-02 11:04:14.476 | | rxtx_factor | 1.0 | 2021-06-02 11:04:14.476 | | swap | | 2021-06-02 11:04:14.476 | | vcpus | 1 | 2021-06-02 11:04:14.476 | +----------------------------+-------+ 2021-06-02 11:04:14.589 | + lib/nova:create_flavors:1113 : openstack --os-region-name=RegionOne flavor create --id d3 --ram 2048 --disk 10 --vcpus 2 ds2G 2021-06-02 11:04:16.762 | +----------------------------+-------+ 2021-06-02 11:04:16.762 | | Field | Value | 2021-06-02 11:04:16.762 | +----------------------------+-------+ 2021-06-02 11:04:16.762 | | OS-FLV-DISABLED:disabled | False | 2021-06-02 11:04:16.762 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-06-02 11:04:16.762 | | disk | 10 | 2021-06-02 11:04:16.762 | | id | d3 | 2021-06-02 11:04:16.762 | | name | ds2G | 2021-06-02 11:04:16.762 | | os-flavor-access:is_public | True | 2021-06-02 11:04:16.762 | | properties | | 2021-06-02 11:04:16.762 | | ram | 2048 | 2021-06-02 11:04:16.762 | | rxtx_factor | 1.0 | 2021-06-02 11:04:16.762 | | swap | | 2021-06-02 11:04:16.762 | | vcpus | 2 | 2021-06-02 11:04:16.762 | +----------------------------+-------+ 2021-06-02 11:04:16.873 | + lib/nova:create_flavors:1114 : openstack --os-region-name=RegionOne flavor create --id d4 --ram 4096 --disk 20 --vcpus 4 ds4G 2021-06-02 11:04:19.090 | +----------------------------+-------+ 2021-06-02 11:04:19.090 | | Field | Value | 2021-06-02 11:04:19.090 | +----------------------------+-------+ 2021-06-02 11:04:19.090 | | OS-FLV-DISABLED:disabled | False | 2021-06-02 11:04:19.090 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-06-02 11:04:19.090 | | disk | 20 | 2021-06-02 11:04:19.090 | | id | d4 | 2021-06-02 11:04:19.090 | | name | ds4G | 2021-06-02 11:04:19.090 | | os-flavor-access:is_public | True | 2021-06-02 11:04:19.090 | | properties | | 2021-06-02 11:04:19.090 | | ram | 4096 | 2021-06-02 11:04:19.090 | | rxtx_factor | 1.0 | 2021-06-02 11:04:19.090 | | swap | | 2021-06-02 11:04:19.090 | | vcpus | 4 | 2021-06-02 11:04:19.090 | +----------------------------+-------+ 2021-06-02 11:04:19.203 | + lib/nova:create_flavors:1117 : grep -q m1.tiny 2021-06-02 11:04:19.204 | + lib/nova:create_flavors:1117 : openstack --os-region-name=RegionOne flavor list 2021-06-02 11:04:21.494 | + lib/nova:create_flavors:1118 : openstack --os-region-name=RegionOne flavor create --id 1 --ram 512 --disk 1 --vcpus 1 m1.tiny 2021-06-02 11:04:23.694 | +----------------------------+---------+ 2021-06-02 11:04:23.694 | | Field | Value | 2021-06-02 11:04:23.694 | +----------------------------+---------+ 2021-06-02 11:04:23.694 | | OS-FLV-DISABLED:disabled | False | 2021-06-02 11:04:23.694 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-06-02 11:04:23.694 | | disk | 1 | 2021-06-02 11:04:23.694 | | id | 1 | 2021-06-02 11:04:23.694 | | name | m1.tiny | 2021-06-02 11:04:23.694 | | os-flavor-access:is_public | True | 2021-06-02 11:04:23.694 | | properties | | 2021-06-02 11:04:23.694 | | ram | 512 | 2021-06-02 11:04:23.694 | | rxtx_factor | 1.0 | 2021-06-02 11:04:23.694 | | swap | | 2021-06-02 11:04:23.694 | | vcpus | 1 | 2021-06-02 11:04:23.694 | +----------------------------+---------+ 2021-06-02 11:04:23.804 | + lib/nova:create_flavors:1119 : openstack --os-region-name=RegionOne flavor create --id 2 --ram 2048 --disk 20 --vcpus 1 m1.small 2021-06-02 11:04:25.985 | +----------------------------+----------+ 2021-06-02 11:04:25.985 | | Field | Value | 2021-06-02 11:04:25.985 | +----------------------------+----------+ 2021-06-02 11:04:25.985 | | OS-FLV-DISABLED:disabled | False | 2021-06-02 11:04:25.985 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-06-02 11:04:25.985 | | disk | 20 | 2021-06-02 11:04:25.985 | | id | 2 | 2021-06-02 11:04:25.985 | | name | m1.small | 2021-06-02 11:04:25.985 | | os-flavor-access:is_public | True | 2021-06-02 11:04:25.985 | | properties | | 2021-06-02 11:04:25.985 | | ram | 2048 | 2021-06-02 11:04:25.985 | | rxtx_factor | 1.0 | 2021-06-02 11:04:25.985 | | swap | | 2021-06-02 11:04:25.985 | | vcpus | 1 | 2021-06-02 11:04:25.985 | +----------------------------+----------+ 2021-06-02 11:04:26.096 | + lib/nova:create_flavors:1120 : openstack --os-region-name=RegionOne flavor create --id 3 --ram 4096 --disk 40 --vcpus 2 m1.medium 2021-06-02 11:04:28.281 | +----------------------------+-----------+ 2021-06-02 11:04:28.281 | | Field | Value | 2021-06-02 11:04:28.281 | +----------------------------+-----------+ 2021-06-02 11:04:28.281 | | OS-FLV-DISABLED:disabled | False | 2021-06-02 11:04:28.281 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-06-02 11:04:28.281 | | disk | 40 | 2021-06-02 11:04:28.281 | | id | 3 | 2021-06-02 11:04:28.281 | | name | m1.medium | 2021-06-02 11:04:28.281 | | os-flavor-access:is_public | True | 2021-06-02 11:04:28.281 | | properties | | 2021-06-02 11:04:28.281 | | ram | 4096 | 2021-06-02 11:04:28.281 | | rxtx_factor | 1.0 | 2021-06-02 11:04:28.281 | | swap | | 2021-06-02 11:04:28.281 | | vcpus | 2 | 2021-06-02 11:04:28.281 | +----------------------------+-----------+ 2021-06-02 11:04:28.391 | + lib/nova:create_flavors:1121 : openstack --os-region-name=RegionOne flavor create --id 4 --ram 8192 --disk 80 --vcpus 4 m1.large 2021-06-02 11:04:30.568 | +----------------------------+----------+ 2021-06-02 11:04:30.569 | | Field | Value | 2021-06-02 11:04:30.569 | +----------------------------+----------+ 2021-06-02 11:04:30.569 | | OS-FLV-DISABLED:disabled | False | 2021-06-02 11:04:30.569 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-06-02 11:04:30.569 | | disk | 80 | 2021-06-02 11:04:30.569 | | id | 4 | 2021-06-02 11:04:30.569 | | name | m1.large | 2021-06-02 11:04:30.569 | | os-flavor-access:is_public | True | 2021-06-02 11:04:30.569 | | properties | | 2021-06-02 11:04:30.569 | | ram | 8192 | 2021-06-02 11:04:30.569 | | rxtx_factor | 1.0 | 2021-06-02 11:04:30.569 | | swap | | 2021-06-02 11:04:30.569 | | vcpus | 4 | 2021-06-02 11:04:30.569 | +----------------------------+----------+ 2021-06-02 11:04:30.679 | + lib/nova:create_flavors:1122 : openstack --os-region-name=RegionOne flavor create --id 5 --ram 16384 --disk 160 --vcpus 8 m1.xlarge 2021-06-02 11:04:32.849 | +----------------------------+-----------+ 2021-06-02 11:04:32.849 | | Field | Value | 2021-06-02 11:04:32.849 | +----------------------------+-----------+ 2021-06-02 11:04:32.849 | | OS-FLV-DISABLED:disabled | False | 2021-06-02 11:04:32.849 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-06-02 11:04:32.849 | | disk | 160 | 2021-06-02 11:04:32.849 | | id | 5 | 2021-06-02 11:04:32.849 | | name | m1.xlarge | 2021-06-02 11:04:32.849 | | os-flavor-access:is_public | True | 2021-06-02 11:04:32.849 | | properties | | 2021-06-02 11:04:32.849 | | ram | 16384 | 2021-06-02 11:04:32.849 | | rxtx_factor | 1.0 | 2021-06-02 11:04:32.849 | | swap | | 2021-06-02 11:04:32.849 | | vcpus | 8 | 2021-06-02 11:04:32.849 | +----------------------------+-----------+ 2021-06-02 11:04:32.959 | + ./stack.sh:main:1368 : is_service_enabled cinder 2021-06-02 11:04:32.977 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:04:32.980 | + ./stack.sh:main:1369 : echo_summary 'Starting Cinder' 2021-06-02 11:04:32.983 | + ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-06-02 11:04:32.985 | + ./stack.sh:echo_summary:461 : echo -e Starting Cinder 2021-06-02 11:04:32.988 | + ./stack.sh:main:1370 : start_cinder 2021-06-02 11:04:32.990 | + lib/cinder:start_cinder:459 : local service_port=8776 2021-06-02 11:04:32.993 | + lib/cinder:start_cinder:460 : local service_protocol=http 2021-06-02 11:04:32.996 | + lib/cinder:start_cinder:461 : local cinder_url 2021-06-02 11:04:32.998 | + lib/cinder:start_cinder:462 : is_service_enabled tls-proxy 2021-06-02 11:04:33.014 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 11:04:33.017 | + lib/cinder:start_cinder:466 : '[' tgtadm = tgtadm ']' 2021-06-02 11:04:33.019 | + lib/cinder:start_cinder:467 : is_service_enabled c-vol 2021-06-02 11:04:33.035 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 11:04:33.038 | + lib/cinder:start_cinder:486 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,g-reg,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,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-06-02 11:04:33.041 | + lib/cinder:start_cinder:487 : '[' True == False ']' 2021-06-02 11:04:33.044 | ++ lib/cinder:start_cinder:495 : which uwsgi 2021-06-02 11:04:33.048 | + 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-06-02 11:04:33.051 | + functions-common:run_process:1583 : local service=c-api 2021-06-02 11:04:33.053 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2021-06-02 11:04:33.058 | + functions-common:run_process:1585 : local group= 2021-06-02 11:04:33.060 | + functions-common:run_process:1586 : local user= 2021-06-02 11:04:33.063 | + functions-common:run_process:1588 : local name=c-api 2021-06-02 11:04:33.066 | + functions-common:run_process:1590 : time_start run_process 2021-06-02 11:04:33.068 | + functions-common:time_start:2322 : local name=run_process 2021-06-02 11:04:33.071 | + functions-common:time_start:2323 : local start_time= 2021-06-02 11:04:33.073 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-06-02 11:04:33.076 | ++ functions-common:time_start:2327 : date +%s%3N 2021-06-02 11:04:33.080 | + functions-common:time_start:2327 : _TIME_START[$name]=1622631873077 2021-06-02 11:04:33.083 | + functions-common:run_process:1591 : is_service_enabled c-api 2021-06-02 11:04:33.097 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:04:33.100 | + functions-common:run_process:1592 : _run_under_systemd c-api '/usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' '' 2021-06-02 11:04:33.103 | + functions-common:_run_under_systemd:1548 : local service=c-api 2021-06-02 11:04:33.106 | + functions-common:_run_under_systemd:1549 : local 'command=/usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2021-06-02 11:04:33.108 | + functions-common:_run_under_systemd:1550 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2021-06-02 11:04:33.111 | + functions-common:_run_under_systemd:1552 : _common_systemd_pitfalls '/usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2021-06-02 11:04:33.113 | + functions-common:_common_systemd_pitfalls:1520 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2021-06-02 11:04:33.115 | + functions-common:_common_systemd_pitfalls:1523 : [[ /usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]] 2021-06-02 11:04:33.118 | + functions-common:_common_systemd_pitfalls:1534 : [[ ! /usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]] 2021-06-02 11:04:33.121 | + functions-common:_run_under_systemd:1554 : local systemd_service=devstack@c-api.service 2021-06-02 11:04:33.123 | + functions-common:_run_under_systemd:1555 : local group= 2021-06-02 11:04:33.126 | + functions-common:_run_under_systemd:1556 : local user=ubuntu 2021-06-02 11:04:33.128 | + functions-common:_run_under_systemd:1557 : [[ /usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]] 2021-06-02 11:04:33.131 | + functions-common:_run_under_systemd:1558 : 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-06-02 11:04:33.133 | + functions-common:write_uwsgi_user_unit_file:1492 : local service=devstack@c-api.service 2021-06-02 11:04:33.135 | + functions-common:write_uwsgi_user_unit_file:1493 : local 'command=/usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2021-06-02 11:04:33.137 | + functions-common:write_uwsgi_user_unit_file:1494 : local group= 2021-06-02 11:04:33.140 | + functions-common:write_uwsgi_user_unit_file:1495 : local user=ubuntu 2021-06-02 11:04:33.142 | + functions-common:write_uwsgi_user_unit_file:1496 : local unitfile=/etc/systemd/system/devstack@c-api.service 2021-06-02 11:04:33.144 | + functions-common:write_uwsgi_user_unit_file:1497 : mkdir -p /etc/systemd/system 2021-06-02 11:04:33.148 | + functions-common:write_uwsgi_user_unit_file:1499 : iniset -sudo /etc/systemd/system/devstack@c-api.service Unit Description 'Devstack devstack@c-api.service' 2021-06-02 11:04:33.203 | + functions-common:write_uwsgi_user_unit_file:1500 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service SyslogIdentifier devstack@c-api.service 2021-06-02 11:04:33.259 | + functions-common:write_uwsgi_user_unit_file:1501 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service User ubuntu 2021-06-02 11:04:33.304 | + functions-common:write_uwsgi_user_unit_file:1502 : 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-06-02 11:04:33.353 | + functions-common:write_uwsgi_user_unit_file:1503 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-06-02 11:04:33.400 | + functions-common:write_uwsgi_user_unit_file:1504 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify 2021-06-02 11:04:33.446 | + functions-common:write_uwsgi_user_unit_file:1505 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process 2021-06-02 11:04:33.494 | + functions-common:write_uwsgi_user_unit_file:1506 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always 2021-06-02 11:04:33.539 | + functions-common:write_uwsgi_user_unit_file:1507 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all 2021-06-02 11:04:33.590 | + functions-common:write_uwsgi_user_unit_file:1508 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100 2021-06-02 11:04:33.637 | + functions-common:write_uwsgi_user_unit_file:1510 : [[ -n '' ]] 2021-06-02 11:04:33.639 | + functions-common:write_uwsgi_user_unit_file:1513 : iniset -sudo /etc/systemd/system/devstack@c-api.service Install WantedBy multi-user.target 2021-06-02 11:04:33.695 | + functions-common:write_uwsgi_user_unit_file:1516 : sudo systemctl daemon-reload 2021-06-02 11:04:33.927 | + functions-common:_run_under_systemd:1563 : sudo systemctl enable devstack@c-api.service 2021-06-02 11:04:33.941 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service. 2021-06-02 11:04:34.140 | + functions-common:_run_under_systemd:1564 : sudo systemctl start devstack@c-api.service 2021-06-02 11:04:34.214 | + functions-common:run_process:1594 : time_stop run_process 2021-06-02 11:04:34.217 | + functions-common:time_stop:2336 : local name 2021-06-02 11:04:34.219 | + functions-common:time_stop:2337 : local end_time 2021-06-02 11:04:34.222 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 11:04:34.224 | + functions-common:time_stop:2339 : local total 2021-06-02 11:04:34.227 | + functions-common:time_stop:2340 : local start_time 2021-06-02 11:04:34.229 | + functions-common:time_stop:2342 : name=run_process 2021-06-02 11:04:34.232 | + functions-common:time_stop:2343 : start_time=1622631873077 2021-06-02 11:04:34.234 | + functions-common:time_stop:2345 : [[ -z 1622631873077 ]] 2021-06-02 11:04:34.237 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 11:04:34.241 | + functions-common:time_stop:2348 : end_time=1622631874238 2021-06-02 11:04:34.245 | + functions-common:time_stop:2349 : elapsed_time=1161 2021-06-02 11:04:34.247 | + functions-common:time_stop:2350 : total=22818 2021-06-02 11:04:34.250 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 11:04:34.253 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=23979 2021-06-02 11:04:34.256 | + lib/cinder:start_cinder:496 : cinder_url=http://10.222.0.22/volume/v3 2021-06-02 11:04:34.259 | + lib/cinder:start_cinder:500 : echo 'Waiting for Cinder API to start...' 2021-06-02 11:04:34.259 | Waiting for Cinder API to start... 2021-06-02 11:04:34.263 | + lib/cinder:start_cinder:501 : wait_for_service 60 http://10.222.0.22/volume/v3 2021-06-02 11:04:34.265 | + functions:wait_for_service:428 : local timeout=60 2021-06-02 11:04:34.268 | + functions:wait_for_service:429 : local url=http://10.222.0.22/volume/v3 2021-06-02 11:04:34.271 | + functions:wait_for_service:430 : local rval=0 2021-06-02 11:04:34.273 | + functions:wait_for_service:431 : time_start wait_for_service 2021-06-02 11:04:34.276 | + functions-common:time_start:2322 : local name=wait_for_service 2021-06-02 11:04:34.279 | + functions-common:time_start:2323 : local start_time= 2021-06-02 11:04:34.281 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-06-02 11:04:34.284 | ++ functions-common:time_start:2327 : date +%s%3N 2021-06-02 11:04:34.288 | + functions-common:time_start:2327 : _TIME_START[$name]=1622631874285 2021-06-02 11:04:34.291 | + functions:wait_for_service:432 : timeout 60 bash -x 2021-06-02 11:04:34.297 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.22/volume/v3 2021-06-02 11:04:39.324 | + :: : [[ 401 == 503 ]] 2021-06-02 11:04:39.325 | + :: : [[ 0 -eq 7 ]] 2021-06-02 11:04:39.328 | + functions:wait_for_service:437 : time_stop wait_for_service 2021-06-02 11:04:39.331 | + functions-common:time_stop:2336 : local name 2021-06-02 11:04:39.334 | + functions-common:time_stop:2337 : local end_time 2021-06-02 11:04:39.336 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 11:04:39.339 | + functions-common:time_stop:2339 : local total 2021-06-02 11:04:39.342 | + functions-common:time_stop:2340 : local start_time 2021-06-02 11:04:39.344 | + functions-common:time_stop:2342 : name=wait_for_service 2021-06-02 11:04:39.347 | + functions-common:time_stop:2343 : start_time=1622631874285 2021-06-02 11:04:39.349 | + functions-common:time_stop:2345 : [[ -z 1622631874285 ]] 2021-06-02 11:04:39.353 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 11:04:39.357 | + functions-common:time_stop:2348 : end_time=1622631879354 2021-06-02 11:04:39.360 | + functions-common:time_stop:2349 : elapsed_time=5069 2021-06-02 11:04:39.362 | + functions-common:time_stop:2350 : total=19472 2021-06-02 11:04:39.365 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 11:04:39.367 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=24541 2021-06-02 11:04:39.370 | + functions:wait_for_service:438 : return 0 2021-06-02 11:04:39.372 | + lib/cinder:start_cinder:505 : run_process c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-06-02 11:04:39.375 | + functions-common:run_process:1583 : local service=c-sch 2021-06-02 11:04:39.377 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-06-02 11:04:39.380 | + functions-common:run_process:1585 : local group= 2021-06-02 11:04:39.382 | + functions-common:run_process:1586 : local user= 2021-06-02 11:04:39.385 | + functions-common:run_process:1588 : local name=c-sch 2021-06-02 11:04:39.387 | + functions-common:run_process:1590 : time_start run_process 2021-06-02 11:04:39.390 | + functions-common:time_start:2322 : local name=run_process 2021-06-02 11:04:39.393 | + functions-common:time_start:2323 : local start_time= 2021-06-02 11:04:39.395 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-06-02 11:04:39.398 | ++ functions-common:time_start:2327 : date +%s%3N 2021-06-02 11:04:39.402 | + functions-common:time_start:2327 : _TIME_START[$name]=1622631879399 2021-06-02 11:04:39.405 | + functions-common:run_process:1591 : is_service_enabled c-sch 2021-06-02 11:04:39.422 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:04:39.425 | + functions-common:run_process:1592 : _run_under_systemd c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' '' 2021-06-02 11:04:39.428 | + functions-common:_run_under_systemd:1548 : local service=c-sch 2021-06-02 11:04:39.430 | + functions-common:_run_under_systemd:1549 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-06-02 11:04:39.433 | + functions-common:_run_under_systemd:1550 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-06-02 11:04:39.436 | + functions-common:_run_under_systemd:1552 : _common_systemd_pitfalls '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-06-02 11:04:39.438 | + functions-common:_common_systemd_pitfalls:1520 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-06-02 11:04:39.441 | + functions-common:_common_systemd_pitfalls:1523 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]] 2021-06-02 11:04:39.444 | + functions-common:_common_systemd_pitfalls:1534 : [[ ! /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2021-06-02 11:04:39.446 | + functions-common:_run_under_systemd:1554 : local systemd_service=devstack@c-sch.service 2021-06-02 11:04:39.449 | + functions-common:_run_under_systemd:1555 : local group= 2021-06-02 11:04:39.451 | + functions-common:_run_under_systemd:1556 : local user=ubuntu 2021-06-02 11:04:39.454 | + functions-common:_run_under_systemd:1557 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2021-06-02 11:04:39.456 | + functions-common:_run_under_systemd:1560 : write_user_unit_file devstack@c-sch.service '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' ubuntu 2021-06-02 11:04:39.459 | + functions-common:write_user_unit_file:1465 : local service=devstack@c-sch.service 2021-06-02 11:04:39.462 | + functions-common:write_user_unit_file:1466 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-06-02 11:04:39.465 | + functions-common:write_user_unit_file:1467 : local group= 2021-06-02 11:04:39.467 | + functions-common:write_user_unit_file:1468 : local user=ubuntu 2021-06-02 11:04:39.470 | + functions-common:write_user_unit_file:1469 : local extra= 2021-06-02 11:04:39.472 | + functions-common:write_user_unit_file:1470 : [[ -n '' ]] 2021-06-02 11:04:39.475 | + functions-common:write_user_unit_file:1473 : local unitfile=/etc/systemd/system/devstack@c-sch.service 2021-06-02 11:04:39.478 | + functions-common:write_user_unit_file:1474 : mkdir -p /etc/systemd/system 2021-06-02 11:04:39.482 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Unit Description 'Devstack devstack@c-sch.service' 2021-06-02 11:04:39.540 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User ubuntu 2021-06-02 11:04:39.601 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecStart '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-06-02 11:04:39.648 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process 2021-06-02 11:04:39.695 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300 2021-06-02 11:04:39.742 | + functions-common:write_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-06-02 11:04:39.789 | + functions-common:write_user_unit_file:1482 : [[ -n '' ]] 2021-06-02 11:04:39.792 | + functions-common:write_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target 2021-06-02 11:04:39.847 | + functions-common:write_user_unit_file:1488 : sudo systemctl daemon-reload 2021-06-02 11:04:40.077 | + functions-common:_run_under_systemd:1563 : sudo systemctl enable devstack@c-sch.service 2021-06-02 11:04:40.090 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service. 2021-06-02 11:04:40.311 | + functions-common:_run_under_systemd:1564 : sudo systemctl start devstack@c-sch.service 2021-06-02 11:04:40.331 | + functions-common:run_process:1594 : time_stop run_process 2021-06-02 11:04:40.334 | + functions-common:time_stop:2336 : local name 2021-06-02 11:04:40.337 | + functions-common:time_stop:2337 : local end_time 2021-06-02 11:04:40.339 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 11:04:40.342 | + functions-common:time_stop:2339 : local total 2021-06-02 11:04:40.344 | + functions-common:time_stop:2340 : local start_time 2021-06-02 11:04:40.347 | + functions-common:time_stop:2342 : name=run_process 2021-06-02 11:04:40.349 | + functions-common:time_stop:2343 : start_time=1622631879399 2021-06-02 11:04:40.352 | + functions-common:time_stop:2345 : [[ -z 1622631879399 ]] 2021-06-02 11:04:40.355 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 11:04:40.359 | + functions-common:time_stop:2348 : end_time=1622631880356 2021-06-02 11:04:40.362 | + functions-common:time_stop:2349 : elapsed_time=957 2021-06-02 11:04:40.364 | + functions-common:time_stop:2350 : total=23979 2021-06-02 11:04:40.367 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 11:04:40.369 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=24936 2021-06-02 11:04:40.372 | + lib/cinder:start_cinder:506 : run_process c-bak '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2021-06-02 11:04:40.374 | + functions-common:run_process:1583 : local service=c-bak 2021-06-02 11:04:40.377 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2021-06-02 11:04:40.379 | + functions-common:run_process:1585 : local group= 2021-06-02 11:04:40.382 | + functions-common:run_process:1586 : local user= 2021-06-02 11:04:40.385 | + functions-common:run_process:1588 : local name=c-bak 2021-06-02 11:04:40.387 | + functions-common:run_process:1590 : time_start run_process 2021-06-02 11:04:40.389 | + functions-common:time_start:2322 : local name=run_process 2021-06-02 11:04:40.392 | + functions-common:time_start:2323 : local start_time= 2021-06-02 11:04:40.394 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-06-02 11:04:40.398 | ++ functions-common:time_start:2327 : date +%s%3N 2021-06-02 11:04:40.402 | + functions-common:time_start:2327 : _TIME_START[$name]=1622631880399 2021-06-02 11:04:40.405 | + functions-common:run_process:1591 : is_service_enabled c-bak 2021-06-02 11:04:40.421 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 11:04:40.424 | + functions-common:run_process:1594 : time_stop run_process 2021-06-02 11:04:40.427 | + functions-common:time_stop:2336 : local name 2021-06-02 11:04:40.429 | + functions-common:time_stop:2337 : local end_time 2021-06-02 11:04:40.432 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 11:04:40.434 | + functions-common:time_stop:2339 : local total 2021-06-02 11:04:40.437 | + functions-common:time_stop:2340 : local start_time 2021-06-02 11:04:40.439 | + functions-common:time_stop:2342 : name=run_process 2021-06-02 11:04:40.442 | + functions-common:time_stop:2343 : start_time=1622631880399 2021-06-02 11:04:40.444 | + functions-common:time_stop:2345 : [[ -z 1622631880399 ]] 2021-06-02 11:04:40.448 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 11:04:40.452 | + functions-common:time_stop:2348 : end_time=1622631880449 2021-06-02 11:04:40.454 | + functions-common:time_stop:2349 : elapsed_time=50 2021-06-02 11:04:40.457 | + functions-common:time_stop:2350 : total=24936 2021-06-02 11:04:40.459 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 11:04:40.462 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=24986 2021-06-02 11:04:40.465 | + lib/cinder:start_cinder:507 : run_process c-vol '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2021-06-02 11:04:40.467 | + functions-common:run_process:1583 : local service=c-vol 2021-06-02 11:04:40.470 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2021-06-02 11:04:40.472 | + functions-common:run_process:1585 : local group= 2021-06-02 11:04:40.475 | + functions-common:run_process:1586 : local user= 2021-06-02 11:04:40.477 | + functions-common:run_process:1588 : local name=c-vol 2021-06-02 11:04:40.480 | + functions-common:run_process:1590 : time_start run_process 2021-06-02 11:04:40.482 | + functions-common:time_start:2322 : local name=run_process 2021-06-02 11:04:40.485 | + functions-common:time_start:2323 : local start_time= 2021-06-02 11:04:40.487 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-06-02 11:04:40.490 | ++ functions-common:time_start:2327 : date +%s%3N 2021-06-02 11:04:40.494 | + functions-common:time_start:2327 : _TIME_START[$name]=1622631880491 2021-06-02 11:04:40.497 | + functions-common:run_process:1591 : is_service_enabled c-vol 2021-06-02 11:04:40.514 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 11:04:40.517 | + functions-common:run_process:1594 : time_stop run_process 2021-06-02 11:04:40.519 | + functions-common:time_stop:2336 : local name 2021-06-02 11:04:40.522 | + functions-common:time_stop:2337 : local end_time 2021-06-02 11:04:40.525 | + functions-common:time_stop:2338 : local elapsed_time 2021-06-02 11:04:40.527 | + functions-common:time_stop:2339 : local total 2021-06-02 11:04:40.530 | + functions-common:time_stop:2340 : local start_time 2021-06-02 11:04:40.533 | + functions-common:time_stop:2342 : name=run_process 2021-06-02 11:04:40.535 | + functions-common:time_stop:2343 : start_time=1622631880491 2021-06-02 11:04:40.538 | + functions-common:time_stop:2345 : [[ -z 1622631880491 ]] 2021-06-02 11:04:40.541 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 11:04:40.550 | + functions-common:time_stop:2348 : end_time=1622631880542 2021-06-02 11:04:40.552 | + functions-common:time_stop:2349 : elapsed_time=51 2021-06-02 11:04:40.555 | + functions-common:time_stop:2350 : total=24986 2021-06-02 11:04:40.558 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 11:04:40.560 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=25037 2021-06-02 11:04:40.563 | + ./stack.sh:main:1371 : create_volume_types 2021-06-02 11:04:40.566 | + lib/cinder:create_volume_types:525 : is_service_enabled c-api 2021-06-02 11:04:40.584 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:04:40.587 | + lib/cinder:create_volume_types:525 : [[ -n lvm:lvmdriver-1 ]] 2021-06-02 11:04:40.590 | + lib/cinder:create_volume_types:526 : local be be_name 2021-06-02 11:04:40.592 | + lib/cinder:create_volume_types:527 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2021-06-02 11:04:40.595 | + lib/cinder:create_volume_types:528 : be_name=lvmdriver-1 2021-06-02 11:04:40.598 | + lib/cinder:create_volume_types:530 : is_service_enabled keystone 2021-06-02 11:04:40.615 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:04:40.618 | + lib/cinder:create_volume_types:531 : openstack --os-region-name=RegionOne volume type create --property volume_backend_name=lvmdriver-1 lvmdriver-1 2021-06-02 11:04:43.756 | +-------------+--------------------------------------+ 2021-06-02 11:04:43.756 | | Field | Value | 2021-06-02 11:04:43.756 | +-------------+--------------------------------------+ 2021-06-02 11:04:43.756 | | description | None | 2021-06-02 11:04:43.756 | | id | 02d2a9c3-4034-4f7a-900e-6e956caf39c7 | 2021-06-02 11:04:43.756 | | is_public | True | 2021-06-02 11:04:43.756 | | name | lvmdriver-1 | 2021-06-02 11:04:43.756 | | properties | volume_backend_name='lvmdriver-1' | 2021-06-02 11:04:43.756 | +-------------+--------------------------------------+ 2021-06-02 11:04:43.872 | + ./stack.sh:main:1375 : is_service_enabled horizon 2021-06-02 11:04:43.889 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 11:04:43.892 | + ./stack.sh:main:1389 : is_service_enabled nova 2021-06-02 11:04:43.913 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:04:43.916 | + ./stack.sh:main:1389 : is_service_enabled keystone 2021-06-02 11:04:43.935 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:04:43.938 | + ./stack.sh:main:1390 : USERRC_PARAMS='-PA --target-dir /home/ubuntu/devstack/accrc' 2021-06-02 11:04:43.941 | + ./stack.sh:main:1392 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2021-06-02 11:04:43.943 | + ./stack.sh:main:1396 : /home/ubuntu/devstack/tools/create_userrc.sh -PA --target-dir /home/ubuntu/devstack/accrc 2021-06-02 11:04:43.949 | + home/ubuntu/devstack/tools/create_userrc.sh:main:31 : ACCOUNT_DIR=./accrc 2021-06-02 11:04:43.951 | ++ 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-06-02 11:04:43.953 | + home/ubuntu/devstack/tools/create_userrc.sh:main:80 : options=' -P -A --target-dir '\''/home/ubuntu/devstack/accrc'\'' --' 2021-06-02 11:04:43.955 | + home/ubuntu/devstack/tools/create_userrc.sh:main:84 : eval set -- -P -A --target-dir ''\''/home/ubuntu/devstack/accrc'\''' -- 2021-06-02 11:04:43.956 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:84 : set -- -P -A --target-dir /home/ubuntu/devstack/accrc -- 2021-06-02 11:04:43.958 | + home/ubuntu/devstack/tools/create_userrc.sh:main:85 : ADDPASS= 2021-06-02 11:04:43.959 | + home/ubuntu/devstack/tools/create_userrc.sh:main:86 : HEAT_URL= 2021-06-02 11:04:43.961 | + home/ubuntu/devstack/tools/create_userrc.sh:main:91 : SKIP_PROJECT=service 2021-06-02 11:04:43.962 | + home/ubuntu/devstack/tools/create_userrc.sh:main:92 : MODE= 2021-06-02 11:04:43.963 | + home/ubuntu/devstack/tools/create_userrc.sh:main:93 : ROLE=Member 2021-06-02 11:04:43.965 | + home/ubuntu/devstack/tools/create_userrc.sh:main:94 : USER_NAME= 2021-06-02 11:04:43.966 | + home/ubuntu/devstack/tools/create_userrc.sh:main:95 : USER_PASS= 2021-06-02 11:04:43.968 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 : '[' 5 -gt 0 ']' 2021-06-02 11:04:43.970 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2021-06-02 11:04:43.971 | + home/ubuntu/devstack/tools/create_userrc.sh:main:119 : ADDPASS=yes 2021-06-02 11:04:43.972 | + home/ubuntu/devstack/tools/create_userrc.sh:main:126 : shift 2021-06-02 11:04:43.974 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 : '[' 4 -gt 0 ']' 2021-06-02 11:04:43.975 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2021-06-02 11:04:43.977 | + home/ubuntu/devstack/tools/create_userrc.sh:main:118 : MODE=all 2021-06-02 11:04:43.978 | + home/ubuntu/devstack/tools/create_userrc.sh:main:126 : shift 2021-06-02 11:04:43.980 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 : '[' 3 -gt 0 ']' 2021-06-02 11:04:43.981 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2021-06-02 11:04:43.982 | + home/ubuntu/devstack/tools/create_userrc.sh:main:113 : ACCOUNT_DIR=/home/ubuntu/devstack/accrc 2021-06-02 11:04:43.984 | + home/ubuntu/devstack/tools/create_userrc.sh:main:113 : shift 2021-06-02 11:04:43.985 | + home/ubuntu/devstack/tools/create_userrc.sh:main:126 : shift 2021-06-02 11:04:43.987 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 : '[' 1 -gt 0 ']' 2021-06-02 11:04:43.988 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2021-06-02 11:04:43.990 | + home/ubuntu/devstack/tools/create_userrc.sh:main:122 : shift 2021-06-02 11:04:43.991 | + home/ubuntu/devstack/tools/create_userrc.sh:main:122 : break 2021-06-02 11:04:43.992 | + home/ubuntu/devstack/tools/create_userrc.sh:main:129 : '[' -z Passw0rd ']' 2021-06-02 11:04:43.994 | + home/ubuntu/devstack/tools/create_userrc.sh:main:138 : '[' -z '' -a '' ']' 2021-06-02 11:04:43.996 | + home/ubuntu/devstack/tools/create_userrc.sh:main:142 : '[' -z admin -a '' ']' 2021-06-02 11:04:43.997 | + home/ubuntu/devstack/tools/create_userrc.sh:main:146 : '[' -z admin -a -z '' ']' 2021-06-02 11:04:43.999 | + home/ubuntu/devstack/tools/create_userrc.sh:main:150 : '[' -z admin ']' 2021-06-02 11:04:44.000 | + home/ubuntu/devstack/tools/create_userrc.sh:main:154 : '[' -z http://10.222.0.22/identity ']' 2021-06-02 11:04:44.002 | + home/ubuntu/devstack/tools/create_userrc.sh:main:158 : '[' -z default -a -z '' ']' 2021-06-02 11:04:44.003 | + home/ubuntu/devstack/tools/create_userrc.sh:main:163 : '[' -z default -a -z '' ']' 2021-06-02 11:04:44.005 | + home/ubuntu/devstack/tools/create_userrc.sh:main:168 : USER_PASS=Passw0rd 2021-06-02 11:04:44.006 | + home/ubuntu/devstack/tools/create_userrc.sh:main:169 : USER_NAME=admin 2021-06-02 11:04:44.008 | + home/ubuntu/devstack/tools/create_userrc.sh:main:171 : '[' -z all ']' 2021-06-02 11:04:44.010 | + home/ubuntu/devstack/tools/create_userrc.sh:main:239 : '[' all '!=' create ']' 2021-06-02 11:04:44.017 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : openstack project list --long --quote none -f csv 2021-06-02 11:04:44.017 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-06-02 11:04:44.017 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : grep ,True 2021-06-02 11:04:44.017 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-06-02 11:04:44.017 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : grep -v service 2021-06-02 11:04:46.114 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2021-06-02 11:04:46.114 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project 00be76e46f1c481eba23ab102ce0748d --long --quote none -f csv 2021-06-02 11:04:46.114 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-06-02 11:04:46.116 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-06-02 11:04:48.392 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a alt_demo '!=' admin ']' 2021-06-02 11:04:48.394 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$alt_demo_password' 2021-06-02 11:04:48.395 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2021-06-02 11:04:48.397 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2021-06-02 11:04:48.398 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 9243f39336704b07bb947181ead46df1 alt_demo 00be76e46f1c481eba23ab102ce0748d alt_demo Passw0rd 2021-06-02 11:04:48.400 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=9243f39336704b07bb947181ead46df1 2021-06-02 11:04:48.401 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=alt_demo 2021-06-02 11:04:48.403 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=00be76e46f1c481eba23ab102ce0748d 2021-06-02 11:04:48.404 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=alt_demo 2021-06-02 11:04:48.406 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2021-06-02 11:04:48.407 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/alt_demo 2021-06-02 11:04:48.410 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/alt_demo/alt_demo 2021-06-02 11:04:48.412 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-06-02 11:04:48.415 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-06-02 11:04:48.416 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2021-06-02 11:04:48.418 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-06-02 11:04:48.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-06-02 11:04:48.421 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-06-02 11:04:48.422 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-06-02 11:04:48.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-06-02 11:04:48.425 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-06-02 11:04:48.426 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-06-02 11:04:48.428 | + 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-06-02 11:04:48.429 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-06-02 11:04:48.431 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-06-02 11:04:48.433 | + 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-06-02 11:04:48.434 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-06-02 11:04:48.436 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-06-02 11:04:48.437 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-06-02 11:04:48.439 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-06-02 11:04:48.441 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a admin '!=' admin ']' 2021-06-02 11:04:48.442 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$admin_password' 2021-06-02 11:04:48.443 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2021-06-02 11:04:48.445 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2021-06-02 11:04:48.447 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 66cd5a36942a49828e6202ab31b60df7 admin 00be76e46f1c481eba23ab102ce0748d alt_demo Passw0rd 2021-06-02 11:04:48.449 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=66cd5a36942a49828e6202ab31b60df7 2021-06-02 11:04:48.450 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=admin 2021-06-02 11:04:48.451 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=00be76e46f1c481eba23ab102ce0748d 2021-06-02 11:04:48.453 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=alt_demo 2021-06-02 11:04:48.454 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2021-06-02 11:04:48.456 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/alt_demo 2021-06-02 11:04:48.459 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/alt_demo/admin 2021-06-02 11:04:48.460 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-06-02 11:04:48.463 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-06-02 11:04:48.465 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2021-06-02 11:04:48.466 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-06-02 11:04:48.468 | + 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-06-02 11:04:48.469 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-06-02 11:04:48.471 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-06-02 11:04:48.472 | + 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-06-02 11:04:48.474 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-06-02 11:04:48.476 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-06-02 11:04:48.478 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2021-06-02 11:04:48.479 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-06-02 11:04:48.481 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-06-02 11:04:48.482 | + 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-06-02 11:04:48.484 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-06-02 11:04:48.485 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-06-02 11:04:48.487 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-06-02 11:04:48.488 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-06-02 11:04:48.490 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-06-02 11:04:48.492 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-06-02 11:04:48.494 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project 1b1860e912bc4bb3a4d8649603829227 --long --quote none -f csv 2021-06-02 11:04:48.495 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2021-06-02 11:04:48.495 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-06-02 11:04:48.496 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-06-02 11:04:50.741 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a swiftusertest4 '!=' admin ']' 2021-06-02 11:04:50.742 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$swiftusertest4_password' 2021-06-02 11:04:50.744 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD=testing4 2021-06-02 11:04:50.745 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n testing4 ']' 2021-06-02 11:04:50.747 | + home/ubuntu/devstack/tools/create_userrc.sh:main:252 : USER_PASS=testing4 2021-06-02 11:04:50.748 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry a58da2de9b6944c4ae58efa8ba2d64d7 swiftusertest4 1b1860e912bc4bb3a4d8649603829227 swiftprojecttest4 testing4 2021-06-02 11:04:50.750 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=a58da2de9b6944c4ae58efa8ba2d64d7 2021-06-02 11:04:50.751 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=swiftusertest4 2021-06-02 11:04:50.753 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=1b1860e912bc4bb3a4d8649603829227 2021-06-02 11:04:50.754 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=swiftprojecttest4 2021-06-02 11:04:50.756 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=testing4 2021-06-02 11:04:50.757 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/swiftprojecttest4 2021-06-02 11:04:50.760 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/swiftprojecttest4/swiftusertest4 2021-06-02 11:04:50.762 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-06-02 11:04:50.765 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-06-02 11:04:50.766 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="testing4"' 2021-06-02 11:04:50.768 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-06-02 11:04:50.769 | + 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-06-02 11:04:50.770 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-06-02 11:04:50.772 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-06-02 11:04:50.773 | + 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-06-02 11:04:50.775 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-06-02 11:04:50.777 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-06-02 11:04:50.778 | + 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-06-02 11:04:50.780 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-06-02 11:04:50.781 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-06-02 11:04:50.783 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2021-06-02 11:04:50.784 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-06-02 11:04:50.785 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-06-02 11:04:50.787 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-06-02 11:04:50.788 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-06-02 11:04:50.791 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-06-02 11:04:50.792 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-06-02 11:04:50.794 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project 5147c25ebaa345ef9d463e007d90b024 --long --quote none -f csv 2021-06-02 11:04:50.794 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2021-06-02 11:04:50.795 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-06-02 11:04:50.796 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-06-02 11:04:52.980 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a admin '!=' admin ']' 2021-06-02 11:04:52.982 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$admin_password' 2021-06-02 11:04:52.983 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2021-06-02 11:04:52.985 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2021-06-02 11:04:52.986 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 66cd5a36942a49828e6202ab31b60df7 admin 5147c25ebaa345ef9d463e007d90b024 admin Passw0rd 2021-06-02 11:04:52.988 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=66cd5a36942a49828e6202ab31b60df7 2021-06-02 11:04:52.989 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=admin 2021-06-02 11:04:52.991 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=5147c25ebaa345ef9d463e007d90b024 2021-06-02 11:04:52.993 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=admin 2021-06-02 11:04:52.995 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2021-06-02 11:04:52.996 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/admin 2021-06-02 11:04:52.999 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/admin/admin 2021-06-02 11:04:53.001 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-06-02 11:04:53.004 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-06-02 11:04:53.005 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2021-06-02 11:04:53.007 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-06-02 11:04:53.009 | + 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-06-02 11:04:53.011 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-06-02 11:04:53.012 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-06-02 11:04:53.014 | + 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-06-02 11:04:53.015 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-06-02 11:04:53.017 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-06-02 11:04:53.018 | + 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-06-02 11:04:53.020 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-06-02 11:04:53.021 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-06-02 11:04:53.023 | + 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-06-02 11:04:53.024 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-06-02 11:04:53.026 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-06-02 11:04:53.027 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-06-02 11:04:53.029 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-06-02 11:04:53.030 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-06-02 11:04:53.032 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-06-02 11:04:53.034 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project 539b55e3a7244b7dacae233e8824975c --long --quote none -f csv 2021-06-02 11:04:53.034 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-06-02 11:04:53.034 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2021-06-02 11:04:53.036 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-06-02 11:04:55.261 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a swiftusertest2 '!=' admin ']' 2021-06-02 11:04:55.262 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$swiftusertest2_password' 2021-06-02 11:04:55.264 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD=testing2 2021-06-02 11:04:55.265 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n testing2 ']' 2021-06-02 11:04:55.267 | + home/ubuntu/devstack/tools/create_userrc.sh:main:252 : USER_PASS=testing2 2021-06-02 11:04:55.268 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 7dc40c430cae4772823c94ee2b6db8bc swiftusertest2 539b55e3a7244b7dacae233e8824975c swiftprojecttest2 testing2 2021-06-02 11:04:55.270 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=7dc40c430cae4772823c94ee2b6db8bc 2021-06-02 11:04:55.271 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=swiftusertest2 2021-06-02 11:04:55.272 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=539b55e3a7244b7dacae233e8824975c 2021-06-02 11:04:55.274 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=swiftprojecttest2 2021-06-02 11:04:55.275 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=testing2 2021-06-02 11:04:55.277 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/swiftprojecttest2 2021-06-02 11:04:55.280 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/swiftprojecttest2/swiftusertest2 2021-06-02 11:04:55.281 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-06-02 11:04:55.284 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-06-02 11:04:55.286 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="testing2"' 2021-06-02 11:04:55.287 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-06-02 11:04:55.289 | + 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-06-02 11:04:55.290 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-06-02 11:04:55.292 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-06-02 11:04:55.293 | + 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-06-02 11:04:55.295 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-06-02 11:04:55.296 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-06-02 11:04:55.298 | + 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-06-02 11:04:55.299 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-06-02 11:04:55.300 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-06-02 11:04:55.302 | + 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-06-02 11:04:55.303 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-06-02 11:04:55.305 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-06-02 11:04:55.307 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-06-02 11:04:55.308 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-06-02 11:04:55.310 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-06-02 11:04:55.312 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-06-02 11:04:55.314 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project 62fb788c3d98420ba0a44258a6abbf9b --long --quote none -f csv 2021-06-02 11:04:55.315 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2021-06-02 11:04:55.315 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-06-02 11:04:55.316 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-06-02 11:04:57.530 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a demo '!=' admin ']' 2021-06-02 11:04:57.531 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$demo_password' 2021-06-02 11:04:57.533 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2021-06-02 11:04:57.534 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2021-06-02 11:04:57.536 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 75e257147d884a3495427b658492a078 demo 62fb788c3d98420ba0a44258a6abbf9b invisible_to_admin Passw0rd 2021-06-02 11:04:57.537 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=75e257147d884a3495427b658492a078 2021-06-02 11:04:57.539 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=demo 2021-06-02 11:04:57.541 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=62fb788c3d98420ba0a44258a6abbf9b 2021-06-02 11:04:57.543 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=invisible_to_admin 2021-06-02 11:04:57.544 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2021-06-02 11:04:57.546 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/invisible_to_admin 2021-06-02 11:04:57.551 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/invisible_to_admin/demo 2021-06-02 11:04:57.552 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-06-02 11:04:57.555 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-06-02 11:04:57.557 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2021-06-02 11:04:57.558 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-06-02 11:04:57.560 | + 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-06-02 11:04:57.561 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-06-02 11:04:57.563 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-06-02 11:04:57.564 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2021-06-02 11:04:57.566 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-06-02 11:04:57.568 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-06-02 11:04:57.569 | + 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-06-02 11:04:57.571 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-06-02 11:04:57.573 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-06-02 11:04:57.574 | + 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-06-02 11:04:57.576 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-06-02 11:04:57.577 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-06-02 11:04:57.579 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-06-02 11:04:57.580 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-06-02 11:04:57.582 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-06-02 11:04:57.584 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-06-02 11:04:57.587 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2021-06-02 11:04:57.587 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-06-02 11:04:57.587 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project b87c76d7152c4cd2b97c230f09df9828 --long --quote none -f csv 2021-06-02 11:04:57.589 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-06-02 11:04:59.840 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a admin '!=' admin ']' 2021-06-02 11:04:59.842 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$admin_password' 2021-06-02 11:04:59.843 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2021-06-02 11:04:59.845 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2021-06-02 11:04:59.846 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 66cd5a36942a49828e6202ab31b60df7 admin b87c76d7152c4cd2b97c230f09df9828 demo Passw0rd 2021-06-02 11:04:59.848 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=66cd5a36942a49828e6202ab31b60df7 2021-06-02 11:04:59.849 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=admin 2021-06-02 11:04:59.851 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=b87c76d7152c4cd2b97c230f09df9828 2021-06-02 11:04:59.853 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=demo 2021-06-02 11:04:59.854 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2021-06-02 11:04:59.856 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/demo 2021-06-02 11:04:59.859 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/demo/admin 2021-06-02 11:04:59.860 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-06-02 11:04:59.863 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-06-02 11:04:59.865 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2021-06-02 11:04:59.866 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-06-02 11:04:59.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-06-02 11:04:59.869 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-06-02 11:04:59.871 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-06-02 11:04:59.872 | + 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-06-02 11:04:59.874 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-06-02 11:04:59.875 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-06-02 11:04:59.877 | + 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-06-02 11:04:59.878 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-06-02 11:04:59.879 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-06-02 11:04:59.881 | + 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-06-02 11:04:59.882 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-06-02 11:04:59.884 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-06-02 11:04:59.885 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-06-02 11:04:59.887 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-06-02 11:04:59.889 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a demo '!=' admin ']' 2021-06-02 11:04:59.890 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$demo_password' 2021-06-02 11:04:59.892 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2021-06-02 11:04:59.893 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2021-06-02 11:04:59.895 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 75e257147d884a3495427b658492a078 demo b87c76d7152c4cd2b97c230f09df9828 demo Passw0rd 2021-06-02 11:04:59.896 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=75e257147d884a3495427b658492a078 2021-06-02 11:04:59.897 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=demo 2021-06-02 11:04:59.900 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=b87c76d7152c4cd2b97c230f09df9828 2021-06-02 11:04:59.901 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=demo 2021-06-02 11:04:59.902 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2021-06-02 11:04:59.904 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/demo 2021-06-02 11:04:59.907 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/demo/demo 2021-06-02 11:04:59.908 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-06-02 11:04:59.911 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-06-02 11:04:59.912 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2021-06-02 11:04:59.914 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-06-02 11:04:59.916 | + 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-06-02 11:04:59.918 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-06-02 11:04:59.919 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-06-02 11:04:59.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-06-02 11:04:59.922 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-06-02 11:04:59.923 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-06-02 11:04:59.925 | + 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-06-02 11:04:59.926 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-06-02 11:04:59.928 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-06-02 11:04:59.929 | + 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-06-02 11:04:59.931 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-06-02 11:04:59.932 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-06-02 11:04:59.934 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-06-02 11:04:59.935 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-06-02 11:04:59.937 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-06-02 11:04:59.939 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-06-02 11:04:59.941 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project ebe51245bcad414a81fcd0acc01e2001 --long --quote none -f csv 2021-06-02 11:04:59.941 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-06-02 11:04:59.941 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2021-06-02 11:04:59.943 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-06-02 11:05:02.234 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a swiftusertest3 '!=' admin ']' 2021-06-02 11:05:02.236 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$swiftusertest3_password' 2021-06-02 11:05:02.237 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD=testing3 2021-06-02 11:05:02.238 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n testing3 ']' 2021-06-02 11:05:02.240 | + home/ubuntu/devstack/tools/create_userrc.sh:main:252 : USER_PASS=testing3 2021-06-02 11:05:02.241 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry eb2d2bc53e8f4a659652eeef8ac4fd36 swiftusertest3 ebe51245bcad414a81fcd0acc01e2001 swiftprojecttest1 testing3 2021-06-02 11:05:02.244 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=eb2d2bc53e8f4a659652eeef8ac4fd36 2021-06-02 11:05:02.245 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=swiftusertest3 2021-06-02 11:05:02.247 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=ebe51245bcad414a81fcd0acc01e2001 2021-06-02 11:05:02.248 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=swiftprojecttest1 2021-06-02 11:05:02.249 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=testing3 2021-06-02 11:05:02.251 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/swiftprojecttest1 2021-06-02 11:05:02.254 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/swiftprojecttest1/swiftusertest3 2021-06-02 11:05:02.255 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-06-02 11:05:02.258 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-06-02 11:05:02.260 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="testing3"' 2021-06-02 11:05:02.261 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-06-02 11:05:02.263 | + 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-06-02 11:05:02.264 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-06-02 11:05:02.266 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-06-02 11:05:02.267 | + 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-06-02 11:05:02.269 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-06-02 11:05:02.270 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-06-02 11:05:02.272 | + 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-06-02 11:05:02.273 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-06-02 11:05:02.275 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-06-02 11:05:02.276 | + 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-06-02 11:05:02.278 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-06-02 11:05:02.279 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-06-02 11:05:02.281 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-06-02 11:05:02.282 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-06-02 11:05:02.284 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a swiftusertest1 '!=' admin ']' 2021-06-02 11:05:02.285 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$swiftusertest1_password' 2021-06-02 11:05:02.287 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD=testing 2021-06-02 11:05:02.288 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n testing ']' 2021-06-02 11:05:02.290 | + home/ubuntu/devstack/tools/create_userrc.sh:main:252 : USER_PASS=testing 2021-06-02 11:05:02.292 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry ffcdab8617334f738a7dc0c732d83439 swiftusertest1 ebe51245bcad414a81fcd0acc01e2001 swiftprojecttest1 testing 2021-06-02 11:05:02.293 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=ffcdab8617334f738a7dc0c732d83439 2021-06-02 11:05:02.295 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=swiftusertest1 2021-06-02 11:05:02.296 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=ebe51245bcad414a81fcd0acc01e2001 2021-06-02 11:05:02.297 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=swiftprojecttest1 2021-06-02 11:05:02.299 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=testing 2021-06-02 11:05:02.300 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/swiftprojecttest1 2021-06-02 11:05:02.303 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/swiftprojecttest1/swiftusertest1 2021-06-02 11:05:02.305 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-06-02 11:05:02.308 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-06-02 11:05:02.309 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="testing"' 2021-06-02 11:05:02.311 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-06-02 11:05:02.312 | + 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-06-02 11:05:02.314 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-06-02 11:05:02.315 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-06-02 11:05:02.317 | + 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-06-02 11:05:02.318 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-06-02 11:05:02.320 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-06-02 11:05:02.322 | + 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-06-02 11:05:02.323 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-06-02 11:05:02.324 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-06-02 11:05:02.326 | + 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-06-02 11:05:02.327 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-06-02 11:05:02.329 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-06-02 11:05:02.330 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-06-02 11:05:02.332 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-06-02 11:05:02.334 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-06-02 11:05:02.335 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-06-02 11:05:02.339 | + ./stack.sh:main:1401 : save_stackenv 2021-06-02 11:05:02.341 | + functions-common:save_stackenv:62 : local tag= 2021-06-02 11:05:02.345 | ++ functions-common:save_stackenv:64 : date +%F-%H%M%S 2021-06-02 11:05:02.348 | + functions-common:save_stackenv:64 : time_stamp=2021-06-02-110502 2021-06-02 11:05:02.351 | + functions-common:save_stackenv:65 : echo '# 2021-06-02-110502 ' 2021-06-02 11:05:02.354 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-06-02 11:05:02.357 | + functions-common:save_stackenv:67 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-06-02 11:05:02.359 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-06-02 11:05:02.362 | + functions-common:save_stackenv:67 : echo DATA_DIR=/opt/stack/data 2021-06-02 11:05:02.364 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-06-02 11:05:02.367 | + functions-common:save_stackenv:67 : echo DEST=/opt/stack 2021-06-02 11:05:02.370 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-06-02 11:05:02.373 | + functions-common:save_stackenv:67 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,g-reg,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,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-06-02 11:05:02.375 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-06-02 11:05:02.378 | + functions-common:save_stackenv:67 : echo HOST_IP=10.222.0.22 2021-06-02 11:05:02.380 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-06-02 11:05:02.383 | + functions-common:save_stackenv:67 : echo KEYSTONE_AUTH_URI=http://10.222.0.22/identity 2021-06-02 11:05:02.385 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-06-02 11:05:02.388 | + functions-common:save_stackenv:67 : echo KEYSTONE_SERVICE_URI=http://10.222.0.22/identity 2021-06-02 11:05:02.390 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-06-02 11:05:02.393 | + functions-common:save_stackenv:67 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2021-06-02-104204 2021-06-02 11:05:02.395 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-06-02 11:05:02.398 | + functions-common:save_stackenv:67 : echo OS_CACERT= 2021-06-02 11:05:02.401 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-06-02 11:05:02.403 | + functions-common:save_stackenv:67 : echo SERVICE_HOST=10.222.0.22 2021-06-02 11:05:02.406 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-06-02 11:05:02.408 | + functions-common:save_stackenv:67 : echo STACK_USER=ubuntu 2021-06-02 11:05:02.411 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-06-02 11:05:02.413 | + functions-common:save_stackenv:67 : echo TLS_IP= 2021-06-02 11:05:02.416 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-06-02 11:05:02.419 | + functions-common:save_stackenv:67 : echo HOST_IPV6=::1 2021-06-02 11:05:02.421 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-06-02 11:05:02.423 | + functions-common:save_stackenv:67 : echo SERVICE_IP_VERSION=4 2021-06-02 11:05:02.426 | + ./stack.sh:main:1412 : merge_config_group /home/ubuntu/devstack/local.conf extra 2021-06-02 11:05:02.429 | + inc/meta-config:merge_config_group:171 : local localfile=/home/ubuntu/devstack/local.conf 2021-06-02 11:05:02.432 | + inc/meta-config:merge_config_group:171 : shift 2021-06-02 11:05:02.434 | + inc/meta-config:merge_config_group:172 : local matchgroups=extra 2021-06-02 11:05:02.436 | + inc/meta-config:merge_config_group:174 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-06-02 11:05:02.439 | + inc/meta-config:merge_config_group:176 : local configfile group 2021-06-02 11:05:02.442 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2021-06-02 11:05:02.445 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /home/ubuntu/devstack/local.conf extra 2021-06-02 11:05:02.447 | ++ inc/meta-config:get_meta_section_files:63 : local file=/home/ubuntu/devstack/local.conf 2021-06-02 11:05:02.450 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=extra 2021-06-02 11:05:02.453 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-06-02 11:05:02.455 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=extra ' 2021-06-02 11:05:02.455 | /^\[\[.+\|.*\]\]/ { 2021-06-02 11:05:02.455 | gsub("[][]", "", $1); 2021-06-02 11:05:02.455 | split($1, a, "|"); 2021-06-02 11:05:02.455 | if (a[1] == matchgroup) 2021-06-02 11:05:02.455 | print a[2] 2021-06-02 11:05:02.455 | } 2021-06-02 11:05:02.455 | ' /home/ubuntu/devstack/local.conf 2021-06-02 11:05:02.461 | + ./stack.sh:main:1419 : run_phase stack extra 2021-06-02 11:05:02.464 | + functions-common:run_phase:1760 : local mode=stack 2021-06-02 11:05:02.466 | + functions-common:run_phase:1761 : local phase=extra 2021-06-02 11:05:02.469 | + functions-common:run_phase:1762 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-06-02 11:05:02.471 | + functions-common:run_phase:1763 : local extra_plugin_file_name 2021-06-02 11:05:02.474 | + functions-common:run_phase:1764 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-06-02 11:05:02.477 | + functions-common:run_phase:1769 : local exceptions=80-tempest.sh 2021-06-02 11:05:02.480 | + functions-common:run_phase:1770 : local extra 2021-06-02 11:05:02.483 | ++ functions-common:run_phase:1771 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-06-02 11:05:02.487 | + functions-common:run_phase:1771 : extra=80-tempest.sh 2021-06-02 11:05:02.490 | + functions-common:run_phase:1772 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-06-02 11:05:02.493 | + functions-common:run_phase:1776 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-06-02 11:05:02.496 | + functions-common:run_phase:1776 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack extra 2021-06-02 11:05:02.499 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-06-02 11:05:02.514 | ++ functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:05:02.517 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2021-06-02 11:05:02.519 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2021-06-02 11:05:02.522 | ++ extras.d/80-tempest.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2021-06-02 11:05:02.525 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2021-06-02 11:05:02.527 | ++ extras.d/80-tempest.sh:source:10 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2021-06-02 11:05:02.530 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2021-06-02 11:05:02.532 | ++ extras.d/80-tempest.sh:source:13 : [[ extra == \e\x\t\r\a ]] 2021-06-02 11:05:02.535 | ++ extras.d/80-tempest.sh:source:15 : : 2021-06-02 11:05:02.537 | ++ extras.d/80-tempest.sh:source:26 : [[ stack == \u\n\s\t\a\c\k ]] 2021-06-02 11:05:02.541 | ++ extras.d/80-tempest.sh:source:31 : [[ stack == \c\l\e\a\n ]] 2021-06-02 11:05:02.543 | + functions-common:run_phase:1781 : [[ stack == \s\o\u\r\c\e ]] 2021-06-02 11:05:02.549 | + functions-common:run_phase:1784 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-06-02 11:05:02.551 | + functions-common:run_phase:1787 : run_plugins stack extra 2021-06-02 11:05:02.554 | + functions-common:run_plugins:1746 : local mode=stack 2021-06-02 11:05:02.558 | + functions-common:run_plugins:1747 : local phase=extra 2021-06-02 11:05:02.560 | + functions-common:run_plugins:1749 : local plugins= 2021-06-02 11:05:02.563 | + functions-common:run_plugins:1750 : local plugin 2021-06-02 11:05:02.566 | + ./stack.sh:main:1427 : merge_config_group /home/ubuntu/devstack/local.conf post-extra 2021-06-02 11:05:02.568 | + inc/meta-config:merge_config_group:171 : local localfile=/home/ubuntu/devstack/local.conf 2021-06-02 11:05:02.571 | + inc/meta-config:merge_config_group:171 : shift 2021-06-02 11:05:02.574 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-extra 2021-06-02 11:05:02.577 | + inc/meta-config:merge_config_group:174 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-06-02 11:05:02.579 | + inc/meta-config:merge_config_group:176 : local configfile group 2021-06-02 11:05:02.582 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2021-06-02 11:05:02.585 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /home/ubuntu/devstack/local.conf post-extra 2021-06-02 11:05:02.589 | ++ inc/meta-config:get_meta_section_files:63 : local file=/home/ubuntu/devstack/local.conf 2021-06-02 11:05:02.591 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-extra 2021-06-02 11:05:02.594 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-06-02 11:05:02.596 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-extra ' 2021-06-02 11:05:02.596 | /^\[\[.+\|.*\]\]/ { 2021-06-02 11:05:02.596 | gsub("[][]", "", $1); 2021-06-02 11:05:02.596 | split($1, a, "|"); 2021-06-02 11:05:02.596 | if (a[1] == matchgroup) 2021-06-02 11:05:02.596 | print a[2] 2021-06-02 11:05:02.597 | } 2021-06-02 11:05:02.597 | ' /home/ubuntu/devstack/local.conf 2021-06-02 11:05:02.604 | + ./stack.sh:main:1436 : is_service_enabled n-cpu 2021-06-02 11:05:02.621 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 11:05:02.624 | + ./stack.sh:main:1441 : service_check 2021-06-02 11:05:02.626 | + functions-common:service_check:1621 : local service 2021-06-02 11:05:02.629 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 11:05:02.632 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@key.service 2021-06-02 11:05:02.644 | Failed to get unit file state for devstack@key.service: No such file or directory 2021-06-02 11:05:02.648 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 11:05:02.651 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@n-api.service 2021-06-02 11:05:02.665 | enabled 2021-06-02 11:05:02.669 | + functions-common:service_check:1628 : sudo systemctl status devstack@n-api.service --no-pager 2021-06-02 11:05:02.684 | ● devstack@n-api.service - Devstack devstack@n-api.service 2021-06-02 11:05:02.685 | Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled) 2021-06-02 11:05:02.685 | Active: active (running) since Wed 2021-06-02 11:02:48 UTC; 2min 13s ago 2021-06-02 11:05:02.685 | Main PID: 80212 (uwsgi) 2021-06-02 11:05:02.685 | Status: "uWSGI is ready" 2021-06-02 11:05:02.685 | Tasks: 3 (limit: 14352) 2021-06-02 11:05:02.685 | CGroup: /system.slice/system-devstack.slice/devstack@n-api.service 2021-06-02 11:05:02.685 | ├─80212 nova-apiuWSGI master 2021-06-02 11:05:02.685 | ├─80213 nova-apiuWSGI worker 1 2021-06-02 11:05:02.685 | └─80214 nova-apiuWSGI worker 2 2021-06-02 11:05:02.685 | 2021-06-02 11:05:02.685 | Jun 02 11:04:30 dv-osbrick-794198-1-iscsi devstack@n-api.service[80212]: [pid: 80213|app: 0|req: 11/20] 10.222.0.22 () {62 vars in 1183 bytes} [Wed Jun 2 11:04:30 2021] POST /compute/v2.1/flavors => generated 365 bytes in 102 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2021-06-02 11:05:02.685 | Jun 02 11:04:30 dv-osbrick-794198-1-iscsi devstack@n-api.service[80212]: DEBUG nova.api.openstack.wsgi [None req-b0819d82-7c61-42d4-8025-5dcd059cc63e admin admin] Calling method '>' {{(pid=80214) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:523}} 2021-06-02 11:05:02.685 | Jun 02 11:04:30 dv-osbrick-794198-1-iscsi devstack@n-api.service[80212]: INFO nova.api.openstack.requestlog [None req-b0819d82-7c61-42d4-8025-5dcd059cc63e admin admin] 10.222.0.22 "GET /compute/v2.1/flavors/4/os-extra_specs" status: 200 len: 19 microversion: 2.1 time: 0.019249 2021-06-02 11:05:02.685 | Jun 02 11:04:30 dv-osbrick-794198-1-iscsi devstack@n-api.service[80212]: [pid: 80214|app: 0|req: 10/21] 10.222.0.22 () {58 vars in 1180 bytes} [Wed Jun 2 11:04:30 2021] GET /compute/v2.1/flavors/4/os-extra_specs => generated 19 bytes in 20 msecs (HTTP/1.1 200) 9 headers in 356 bytes (1 switches on core 0) 2021-06-02 11:05:02.685 | Jun 02 11:04:32 dv-osbrick-794198-1-iscsi devstack@n-api.service[80212]: DEBUG nova.api.openstack.wsgi [None req-e9d1e4d5-4fa0-46b0-8728-5bf79f8e8238 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=80213) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:520}} 2021-06-02 11:05:02.685 | Jun 02 11:04:32 dv-osbrick-794198-1-iscsi devstack@n-api.service[80212]: INFO nova.api.openstack.requestlog [None req-e9d1e4d5-4fa0-46b0-8728-5bf79f8e8238 admin admin] 10.222.0.22 "POST /compute/v2.1/flavors" status: 200 len: 368 microversion: 2.1 time: 0.100726 2021-06-02 11:05:02.685 | Jun 02 11:04:32 dv-osbrick-794198-1-iscsi devstack@n-api.service[80212]: [pid: 80213|app: 0|req: 12/22] 10.222.0.22 () {62 vars in 1183 bytes} [Wed Jun 2 11:04:32 2021] POST /compute/v2.1/flavors => generated 368 bytes in 102 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2021-06-02 11:05:02.685 | Jun 02 11:04:32 dv-osbrick-794198-1-iscsi devstack@n-api.service[80212]: DEBUG nova.api.openstack.wsgi [None req-528b7db9-e007-418a-a422-f15ad2c3cf19 admin admin] Calling method '>' {{(pid=80214) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:523}} 2021-06-02 11:05:02.685 | Jun 02 11:04:32 dv-osbrick-794198-1-iscsi devstack@n-api.service[80212]: INFO nova.api.openstack.requestlog [None req-528b7db9-e007-418a-a422-f15ad2c3cf19 admin admin] 10.222.0.22 "GET /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 19 microversion: 2.1 time: 0.018671 2021-06-02 11:05:02.685 | Jun 02 11:04:32 dv-osbrick-794198-1-iscsi devstack@n-api.service[80212]: [pid: 80214|app: 0|req: 11/23] 10.222.0.22 () {58 vars in 1180 bytes} [Wed Jun 2 11:04:32 2021] GET /compute/v2.1/flavors/5/os-extra_specs => generated 19 bytes in 20 msecs (HTTP/1.1 200) 9 headers in 356 bytes (1 switches on core 0) 2021-06-02 11:05:02.688 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 11:05:02.691 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@n-cond.service 2021-06-02 11:05:02.703 | Failed to get unit file state for devstack@n-cond.service: No such file or directory 2021-06-02 11:05:02.707 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 11:05:02.710 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@n-sch.service 2021-06-02 11:05:02.723 | enabled 2021-06-02 11:05:02.728 | + functions-common:service_check:1628 : sudo systemctl status devstack@n-sch.service --no-pager 2021-06-02 11:05:02.743 | ● devstack@n-sch.service - Devstack devstack@n-sch.service 2021-06-02 11:05:02.743 | Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled) 2021-06-02 11:05:02.743 | Active: active (running) since Wed 2021-06-02 11:03:53 UTC; 1min 9s ago 2021-06-02 11:05:02.743 | Main PID: 85059 (nova-scheduler) 2021-06-02 11:05:02.743 | Tasks: 3 (limit: 14352) 2021-06-02 11:05:02.743 | CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service 2021-06-02 11:05:02.743 | ├─85059 /usr/bin/python3.6 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2021-06-02 11:05:02.743 | ├─86564 /usr/bin/python3.6 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2021-06-02 11:05:02.743 | └─86566 /usr/bin/python3.6 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2021-06-02 11:05:02.743 | 2021-06-02 11:05:02.743 | Jun 02 11:03:57 dv-osbrick-794198-1-iscsi nova-scheduler[85059]: DEBUG oslo_service.service [None req-f66a27c8-7f48-43b8-a8b3-0e62fe7b5611 None None] oslo_policy.policy_dirs = ['policy.d'] {{(pid=85059) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-06-02 11:05:02.743 | Jun 02 11:03:57 dv-osbrick-794198-1-iscsi nova-scheduler[85059]: DEBUG oslo_service.service [None req-f66a27c8-7f48-43b8-a8b3-0e62fe7b5611 None None] oslo_policy.policy_file = policy.json {{(pid=85059) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-06-02 11:05:02.743 | Jun 02 11:03:57 dv-osbrick-794198-1-iscsi nova-scheduler[85059]: DEBUG oslo_service.service [None req-f66a27c8-7f48-43b8-a8b3-0e62fe7b5611 None None] oslo_policy.remote_content_type = application/x-www-form-urlencoded {{(pid=85059) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-06-02 11:05:02.743 | Jun 02 11:03:57 dv-osbrick-794198-1-iscsi nova-scheduler[85059]: DEBUG oslo_service.service [None req-f66a27c8-7f48-43b8-a8b3-0e62fe7b5611 None None] oslo_policy.remote_ssl_ca_crt_file = None {{(pid=85059) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-06-02 11:05:02.743 | Jun 02 11:03:57 dv-osbrick-794198-1-iscsi nova-scheduler[85059]: DEBUG oslo_service.service [None req-f66a27c8-7f48-43b8-a8b3-0e62fe7b5611 None None] oslo_policy.remote_ssl_client_crt_file = None {{(pid=85059) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-06-02 11:05:02.743 | Jun 02 11:03:57 dv-osbrick-794198-1-iscsi nova-scheduler[85059]: DEBUG oslo_service.service [None req-f66a27c8-7f48-43b8-a8b3-0e62fe7b5611 None None] oslo_policy.remote_ssl_client_key_file = None {{(pid=85059) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-06-02 11:05:02.743 | Jun 02 11:03:57 dv-osbrick-794198-1-iscsi nova-scheduler[85059]: DEBUG oslo_service.service [None req-f66a27c8-7f48-43b8-a8b3-0e62fe7b5611 None None] oslo_policy.remote_ssl_verify_server_crt = False {{(pid=85059) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-06-02 11:05:02.743 | Jun 02 11:03:57 dv-osbrick-794198-1-iscsi nova-scheduler[85059]: DEBUG oslo_service.service [None req-f66a27c8-7f48-43b8-a8b3-0e62fe7b5611 None None] ******************************************************************************** {{(pid=85059) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2587}} 2021-06-02 11:05:02.743 | Jun 02 11:04:27 dv-osbrick-794198-1-iscsi nova-scheduler[85059]: DEBUG oslo_service.periodic_task [None req-97560e84-a339-4774-8ff8-282f20dd176e None None] Running periodic task SchedulerManager._run_periodic_tasks {{(pid=86564) run_periodic_tasks /usr/local/lib/python3.6/dist-packages/oslo_service/periodic_task.py:217}} 2021-06-02 11:05:02.744 | Jun 02 11:04:36 dv-osbrick-794198-1-iscsi nova-scheduler[85059]: DEBUG oslo_service.periodic_task [None req-97d49c8d-4e75-44bc-bf68-aa44583c2118 None None] Running periodic task SchedulerManager._run_periodic_tasks {{(pid=86566) run_periodic_tasks /usr/local/lib/python3.6/dist-packages/oslo_service/periodic_task.py:217}} 2021-06-02 11:05:02.747 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 11:05:02.749 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@n-api-meta.service 2021-06-02 11:05:02.762 | enabled 2021-06-02 11:05:02.766 | + functions-common:service_check:1628 : sudo systemctl status devstack@n-api-meta.service --no-pager 2021-06-02 11:05:02.783 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service 2021-06-02 11:05:02.783 | Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled) 2021-06-02 11:05:02.783 | Active: active (running) since Wed 2021-06-02 11:03:54 UTC; 1min 8s ago 2021-06-02 11:05:02.783 | Main PID: 85506 (uwsgi) 2021-06-02 11:05:02.783 | Status: "uWSGI is ready" 2021-06-02 11:05:02.783 | Tasks: 4 (limit: 14352) 2021-06-02 11:05:02.783 | CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service 2021-06-02 11:05:02.783 | ├─85506 nova-api-metauWSGI master 2021-06-02 11:05:02.783 | ├─85507 nova-api-metauWSGI worker 1 2021-06-02 11:05:02.783 | ├─85508 nova-api-metauWSGI worker 2 2021-06-02 11:05:02.783 | └─85509 nova-api-metauWSGI http 1 2021-06-02 11:05:02.783 | 2021-06-02 11:05:02.783 | Jun 02 11:03:59 dv-osbrick-794198-1-iscsi devstack@n-api-meta.service[85506]: DEBUG nova.api.openstack.wsgi_app [-] oslo_messaging_notifications.driver = ['messagingv2'] {{(pid=85507) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-06-02 11:05:02.783 | Jun 02 11:03:59 dv-osbrick-794198-1-iscsi devstack@n-api-meta.service[85506]: DEBUG nova.api.openstack.wsgi_app [-] oslo_messaging_notifications.retry = -1 {{(pid=85507) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-06-02 11:05:02.783 | Jun 02 11:03:59 dv-osbrick-794198-1-iscsi devstack@n-api-meta.service[85506]: DEBUG nova.api.openstack.wsgi_app [-] oslo_messaging_notifications.topics = ['notifications'] {{(pid=85507) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-06-02 11:05:02.783 | Jun 02 11:03:59 dv-osbrick-794198-1-iscsi devstack@n-api-meta.service[85506]: DEBUG nova.api.openstack.wsgi_app [-] oslo_messaging_notifications.transport_url = **** {{(pid=85507) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-06-02 11:05:02.783 | Jun 02 11:03:59 dv-osbrick-794198-1-iscsi devstack@n-api-meta.service[85506]: DEBUG nova.api.openstack.wsgi_app [-] ******************************************************************************** {{(pid=85507) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2587}} 2021-06-02 11:05:02.783 | Jun 02 11:03:59 dv-osbrick-794198-1-iscsi devstack@n-api-meta.service[85506]: DEBUG oslo_db.sqlalchemy.engines [None req-1f5f4f6f-f502-4fa1-b3a9-f3fd3b6cca47 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=85507) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:307}} 2021-06-02 11:05:02.783 | Jun 02 11:04:00 dv-osbrick-794198-1-iscsi devstack@n-api-meta.service[85506]: WARNING nova.api.metadata.handler [None req-54b12722-b9ae-4ff6-b472-ee95bfebee02 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2021-06-02 11:05:02.783 | Jun 02 11:04:00 dv-osbrick-794198-1-iscsi devstack@n-api-meta.service[85506]: WSGI app 0 (mountpoint='') ready in 6 seconds on interpreter 0x5615efd3f310 pid: 85508 (default app) 2021-06-02 11:05:02.783 | Jun 02 11:04:00 dv-osbrick-794198-1-iscsi devstack@n-api-meta.service[85506]: WARNING nova.api.metadata.handler [None req-1f5f4f6f-f502-4fa1-b3a9-f3fd3b6cca47 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2021-06-02 11:05:02.783 | Jun 02 11:04:00 dv-osbrick-794198-1-iscsi devstack@n-api-meta.service[85506]: WSGI app 0 (mountpoint='') ready in 6 seconds on interpreter 0x5615efd3f310 pid: 85507 (default app) 2021-06-02 11:05:02.786 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 11:05:02.790 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@placement-api.service 2021-06-02 11:05:02.803 | enabled 2021-06-02 11:05:02.807 | + functions-common:service_check:1628 : sudo systemctl status devstack@placement-api.service --no-pager 2021-06-02 11:05:02.822 | ● devstack@placement-api.service - Devstack devstack@placement-api.service 2021-06-02 11:05:02.822 | Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled) 2021-06-02 11:05:02.822 | Active: active (running) since Wed 2021-06-02 11:03:03 UTC; 1min 59s ago 2021-06-02 11:05:02.823 | Main PID: 81346 (uwsgi) 2021-06-02 11:05:02.823 | Status: "uWSGI is ready" 2021-06-02 11:05:02.823 | Tasks: 3 (limit: 14352) 2021-06-02 11:05:02.823 | CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service 2021-06-02 11:05:02.823 | ├─81346 placementuWSGI master 2021-06-02 11:05:02.823 | ├─81347 placementuWSGI worker 1 2021-06-02 11:05:02.823 | └─81348 placementuWSGI worker 2 2021-06-02 11:05:02.823 | 2021-06-02 11:05:02.823 | Jun 02 11:03:56 dv-osbrick-794198-1-iscsi devstack@placement-api.service[81346]: [pid: 81347|app: 0|req: 2/2] 10.222.0.22 () {54 vars in 906 bytes} [Wed Jun 2 11:03:56 2021] GET /placement => generated 136 bytes in 3 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2021-06-02 11:05:02.823 | Jun 02 11:03:57 dv-osbrick-794198-1-iscsi devstack@placement-api.service[81346]: DEBUG placement.requestlog [None req-611a8854-ca55-4bbb-8017-c31c2df0034c None None] Starting request: 10.222.0.22 "GET /placement/" {{(pid=81348) __call__ /opt/stack/placement/placement/requestlog.py:61}} 2021-06-02 11:05:02.823 | Jun 02 11:03:57 dv-osbrick-794198-1-iscsi devstack@placement-api.service[81346]: INFO placement.requestlog [None req-611a8854-ca55-4bbb-8017-c31c2df0034c None None] 10.222.0.22 "GET /placement/" status: 200 len: 136 microversion: 1.0 2021-06-02 11:05:02.823 | Jun 02 11:03:57 dv-osbrick-794198-1-iscsi devstack@placement-api.service[81346]: [pid: 81348|app: 0|req: 1/3] 10.222.0.22 () {54 vars in 906 bytes} [Wed Jun 2 11:03:57 2021] GET /placement => generated 136 bytes in 40 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2021-06-02 11:05:02.823 | Jun 02 11:04:00 dv-osbrick-794198-1-iscsi devstack@placement-api.service[81346]: DEBUG placement.requestlog [None req-c64b2edc-d885-4f7a-9582-67427519da1f None None] Starting request: 10.222.0.22 "GET /placement/" {{(pid=81347) __call__ /opt/stack/placement/placement/requestlog.py:61}} 2021-06-02 11:05:02.823 | Jun 02 11:04:00 dv-osbrick-794198-1-iscsi devstack@placement-api.service[81346]: INFO placement.requestlog [None req-c64b2edc-d885-4f7a-9582-67427519da1f None None] 10.222.0.22 "GET /placement/" status: 200 len: 136 microversion: 1.0 2021-06-02 11:05:02.823 | Jun 02 11:04:00 dv-osbrick-794198-1-iscsi devstack@placement-api.service[81346]: [pid: 81347|app: 0|req: 3/4] 10.222.0.22 () {54 vars in 906 bytes} [Wed Jun 2 11:04:00 2021] GET /placement => generated 136 bytes in 2 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2021-06-02 11:05:02.823 | Jun 02 11:04:01 dv-osbrick-794198-1-iscsi devstack@placement-api.service[81346]: DEBUG placement.requestlog [None req-3ca2550a-b171-4390-8220-a6a1a58ee5c7 None None] Starting request: 10.222.0.22 "GET /placement/" {{(pid=81348) __call__ /opt/stack/placement/placement/requestlog.py:61}} 2021-06-02 11:05:02.823 | Jun 02 11:04:01 dv-osbrick-794198-1-iscsi devstack@placement-api.service[81346]: INFO placement.requestlog [None req-3ca2550a-b171-4390-8220-a6a1a58ee5c7 None None] 10.222.0.22 "GET /placement/" status: 200 len: 136 microversion: 1.0 2021-06-02 11:05:02.823 | Jun 02 11:04:01 dv-osbrick-794198-1-iscsi devstack@placement-api.service[81346]: [pid: 81348|app: 0|req: 2/5] 10.222.0.22 () {54 vars in 906 bytes} [Wed Jun 2 11:04:01 2021] GET /placement => generated 136 bytes in 2 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2021-06-02 11:05:02.826 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 11:05:02.829 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@placement-client.service 2021-06-02 11:05:02.842 | Failed to get unit file state for devstack@placement-client.service: No such file or directory 2021-06-02 11:05:02.845 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 11:05:02.848 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@g-api.service 2021-06-02 11:05:02.862 | enabled 2021-06-02 11:05:02.865 | + functions-common:service_check:1628 : sudo systemctl status devstack@g-api.service --no-pager 2021-06-02 11:05:02.881 | ● devstack@g-api.service - Devstack devstack@g-api.service 2021-06-02 11:05:02.881 | Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled) 2021-06-02 11:05:02.881 | Active: active (running) since Wed 2021-06-02 11:02:20 UTC; 2min 42s ago 2021-06-02 11:05:02.881 | Main PID: 79369 (uwsgi) 2021-06-02 11:05:02.881 | Status: "uWSGI is ready" 2021-06-02 11:05:02.881 | Tasks: 5 (limit: 14352) 2021-06-02 11:05:02.881 | CGroup: /system.slice/system-devstack.slice/devstack@g-api.service 2021-06-02 11:05:02.881 | ├─79369 glance-apiuWSGI master 2021-06-02 11:05:02.881 | ├─79370 glance-apiuWSGI worker 1 2021-06-02 11:05:02.881 | └─79371 glance-apiuWSGI worker 2 2021-06-02 11:05:02.881 | 2021-06-02 11:05:02.881 | Jun 02 11:02:47 dv-osbrick-794198-1-iscsi devstack@g-api.service[79369]: DEBUG glance.api.middleware.version_negotiation [None req-3c0d4474-9464-4129-a24f-9a3d4c1283c4 admin admin] Determining version of request: GET /v2/images/317750bc-21d9-47d0-a2f2-abade90e5908 Accept: */* {{(pid=79370) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:45}} 2021-06-02 11:05:02.881 | Jun 02 11:02:47 dv-osbrick-794198-1-iscsi devstack@g-api.service[79369]: DEBUG glance.api.middleware.version_negotiation [None req-3c0d4474-9464-4129-a24f-9a3d4c1283c4 admin admin] Using url versioning {{(pid=79370) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} 2021-06-02 11:05:02.881 | Jun 02 11:02:47 dv-osbrick-794198-1-iscsi devstack@g-api.service[79369]: DEBUG glance.api.middleware.version_negotiation [None req-3c0d4474-9464-4129-a24f-9a3d4c1283c4 admin admin] Matched version: v2 {{(pid=79370) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} 2021-06-02 11:05:02.881 | Jun 02 11:02:47 dv-osbrick-794198-1-iscsi devstack@g-api.service[79369]: DEBUG glance.api.middleware.version_negotiation [None req-3c0d4474-9464-4129-a24f-9a3d4c1283c4 admin admin] new path /v2/images/317750bc-21d9-47d0-a2f2-abade90e5908 {{(pid=79370) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} 2021-06-02 11:05:02.881 | Jun 02 11:02:47 dv-osbrick-794198-1-iscsi devstack@g-api.service[79369]: [pid: 79370|app: 0|req: 2/5] 127.0.0.1 () {38 vars in 786 bytes} [Wed Jun 2 11:02:47 2021] GET /v2/images/317750bc-21d9-47d0-a2f2-abade90e5908 => generated 782 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2021-06-02 11:05:02.881 | Jun 02 11:02:47 dv-osbrick-794198-1-iscsi devstack@g-api.service[79369]: DEBUG glance.api.middleware.version_negotiation [None req-dae6ae7a-e430-4375-a30d-997dbed5da5f admin admin] Determining version of request: GET /v2/schemas/image Accept: */* {{(pid=79371) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:45}} 2021-06-02 11:05:02.882 | Jun 02 11:02:47 dv-osbrick-794198-1-iscsi devstack@g-api.service[79369]: DEBUG glance.api.middleware.version_negotiation [None req-dae6ae7a-e430-4375-a30d-997dbed5da5f admin admin] Using url versioning {{(pid=79371) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} 2021-06-02 11:05:02.882 | Jun 02 11:02:47 dv-osbrick-794198-1-iscsi devstack@g-api.service[79369]: DEBUG glance.api.middleware.version_negotiation [None req-dae6ae7a-e430-4375-a30d-997dbed5da5f admin admin] Matched version: v2 {{(pid=79371) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} 2021-06-02 11:05:02.882 | Jun 02 11:02:47 dv-osbrick-794198-1-iscsi devstack@g-api.service[79369]: DEBUG glance.api.middleware.version_negotiation [None req-dae6ae7a-e430-4375-a30d-997dbed5da5f admin admin] new path /v2/schemas/image {{(pid=79371) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} 2021-06-02 11:05:02.882 | Jun 02 11:02:47 dv-osbrick-794198-1-iscsi devstack@g-api.service[79369]: [pid: 79371|app: 0|req: 4/6] 127.0.0.1 () {38 vars in 726 bytes} [Wed Jun 2 11:02:47 2021] GET /v2/schemas/image => generated 6083 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2021-06-02 11:05:02.885 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 11:05:02.887 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@g-reg.service 2021-06-02 11:05:02.901 | enabled 2021-06-02 11:05:02.904 | + functions-common:service_check:1628 : sudo systemctl status devstack@g-reg.service --no-pager 2021-06-02 11:05:02.920 | ● devstack@g-reg.service - Devstack devstack@g-reg.service 2021-06-02 11:05:02.920 | Loaded: loaded (/etc/systemd/system/devstack@g-reg.service; enabled; vendor preset: enabled) 2021-06-02 11:05:02.920 | Active: active (running) since Wed 2021-06-02 11:02:18 UTC; 2min 43s ago 2021-06-02 11:05:02.920 | Main PID: 78926 (glance-registry) 2021-06-02 11:05:02.920 | Tasks: 3 (limit: 14352) 2021-06-02 11:05:02.920 | CGroup: /system.slice/system-devstack.slice/devstack@g-reg.service 2021-06-02 11:05:02.920 | ├─78926 /usr/bin/python3.6 /usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf 2021-06-02 11:05:02.920 | ├─79435 /usr/bin/python3.6 /usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf 2021-06-02 11:05:02.920 | └─79436 /usr/bin/python3.6 /usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf 2021-06-02 11:05:02.920 | 2021-06-02 11:05:02.920 | Jun 02 11:02:21 dv-osbrick-794198-1-iscsi glance-registry[78926]: DEBUG glance.common.config [-] healthcheck.backends = ['disable_by_file'] {{(pid=78926) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-06-02 11:05:02.920 | Jun 02 11:02:21 dv-osbrick-794198-1-iscsi glance-registry[78926]: DEBUG glance.common.config [-] healthcheck.detailed = False {{(pid=78926) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-06-02 11:05:02.920 | Jun 02 11:02:21 dv-osbrick-794198-1-iscsi glance-registry[78926]: DEBUG glance.common.config [-] healthcheck.disable_by_file_path = None {{(pid=78926) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-06-02 11:05:02.920 | Jun 02 11:02:21 dv-osbrick-794198-1-iscsi glance-registry[78926]: DEBUG glance.common.config [-] healthcheck.path = /healthcheck {{(pid=78926) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-06-02 11:05:02.920 | Jun 02 11:02:21 dv-osbrick-794198-1-iscsi glance-registry[78926]: DEBUG glance.common.config [-] ******************************************************************************** {{(pid=78926) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2587}} 2021-06-02 11:05:02.920 | Jun 02 11:02:21 dv-osbrick-794198-1-iscsi glance-registry[78926]: INFO glance.common.wsgi [-] Starting 2 workers 2021-06-02 11:05:02.921 | Jun 02 11:02:21 dv-osbrick-794198-1-iscsi glance-registry[78926]: INFO glance.common.wsgi [-] Started child 79435 2021-06-02 11:05:02.921 | Jun 02 11:02:21 dv-osbrick-794198-1-iscsi glance-registry[78926]: INFO eventlet.wsgi.server [-] (79435) wsgi starting up on http://0.0.0.0:9191 2021-06-02 11:05:02.921 | Jun 02 11:02:21 dv-osbrick-794198-1-iscsi glance-registry[78926]: INFO glance.common.wsgi [-] Started child 79436 2021-06-02 11:05:02.921 | Jun 02 11:02:21 dv-osbrick-794198-1-iscsi glance-registry[78926]: INFO eventlet.wsgi.server [-] (79436) wsgi starting up on http://0.0.0.0:9191 2021-06-02 11:05:02.924 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 11:05:02.926 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@c-sch.service 2021-06-02 11:05:02.939 | enabled 2021-06-02 11:05:02.943 | + functions-common:service_check:1628 : sudo systemctl status devstack@c-sch.service --no-pager 2021-06-02 11:05:02.959 | ● devstack@c-sch.service - Devstack devstack@c-sch.service 2021-06-02 11:05:02.959 | Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled) 2021-06-02 11:05:02.959 | Active: active (running) since Wed 2021-06-02 11:04:40 UTC; 22s ago 2021-06-02 11:05:02.959 | Main PID: 88274 (cinder-schedule) 2021-06-02 11:05:02.959 | Tasks: 4 (limit: 14352) 2021-06-02 11:05:02.959 | CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service 2021-06-02 11:05:02.959 | └─88274 /usr/bin/python3.6 /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf 2021-06-02 11:05:02.959 | 2021-06-02 11:05:02.959 | Jun 02 11:04:44 dv-osbrick-794198-1-iscsi cinder-scheduler[88274]: DEBUG oslo_service.service [None req-ae6e7d6a-5190-45ae-910c-6d425b93943a None None] nova.region_name = RegionOne {{(pid=88274) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-06-02 11:05:02.959 | Jun 02 11:04:44 dv-osbrick-794198-1-iscsi cinder-scheduler[88274]: DEBUG oslo_service.service [None req-ae6e7d6a-5190-45ae-910c-6d425b93943a None None] nova.split_loggers = False {{(pid=88274) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-06-02 11:05:02.959 | Jun 02 11:04:44 dv-osbrick-794198-1-iscsi cinder-scheduler[88274]: DEBUG oslo_service.service [None req-ae6e7d6a-5190-45ae-910c-6d425b93943a None None] nova.timeout = None {{(pid=88274) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-06-02 11:05:02.959 | Jun 02 11:04:44 dv-osbrick-794198-1-iscsi cinder-scheduler[88274]: DEBUG oslo_service.service [None req-ae6e7d6a-5190-45ae-910c-6d425b93943a None None] nova.token_auth_url = None {{(pid=88274) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-06-02 11:05:02.959 | Jun 02 11:04:44 dv-osbrick-794198-1-iscsi cinder-scheduler[88274]: DEBUG oslo_service.service [None req-ae6e7d6a-5190-45ae-910c-6d425b93943a None None] ******************************************************************************** {{(pid=88274) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2587}} 2021-06-02 11:05:02.959 | Jun 02 11:04:44 dv-osbrick-794198-1-iscsi cinder-scheduler[88274]: INFO cinder.service [-] Starting cinder-scheduler node (version 15.6.1) 2021-06-02 11:05:02.959 | Jun 02 11:04:44 dv-osbrick-794198-1-iscsi cinder-scheduler[88274]: INFO cinder.manager [None req-54ffda00-7dee-4b03-b746-ac52f2a20bb4 None None] Initiating service 1 cleanup 2021-06-02 11:05:02.959 | Jun 02 11:04:44 dv-osbrick-794198-1-iscsi cinder-scheduler[88274]: INFO cinder.manager [None req-54ffda00-7dee-4b03-b746-ac52f2a20bb4 None None] Service 1 cleanup completed. 2021-06-02 11:05:02.959 | Jun 02 11:04:44 dv-osbrick-794198-1-iscsi cinder-scheduler[88274]: DEBUG cinder.service [None req-54ffda00-7dee-4b03-b746-ac52f2a20bb4 None None] Creating RPC server for service cinder-scheduler {{(pid=88274) start /opt/stack/cinder/cinder/service.py:231}} 2021-06-02 11:05:02.959 | Jun 02 11:04:44 dv-osbrick-794198-1-iscsi cinder-scheduler[88274]: DEBUG cinder.service [None req-54ffda00-7dee-4b03-b746-ac52f2a20bb4 None None] Pinning object versions for RPC server serializer to 1.38 {{(pid=88274) start /opt/stack/cinder/cinder/service.py:238}} 2021-06-02 11:05:02.963 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 11:05:02.965 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@c-api.service 2021-06-02 11:05:02.978 | enabled 2021-06-02 11:05:02.982 | + functions-common:service_check:1628 : sudo systemctl status devstack@c-api.service --no-pager 2021-06-02 11:05:02.997 | ● devstack@c-api.service - Devstack devstack@c-api.service 2021-06-02 11:05:02.997 | Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled) 2021-06-02 11:05:02.997 | Active: active (running) since Wed 2021-06-02 11:04:34 UTC; 28s ago 2021-06-02 11:05:02.997 | Main PID: 87840 (uwsgi) 2021-06-02 11:05:02.997 | Status: "uWSGI is ready" 2021-06-02 11:05:02.997 | Tasks: 11 (limit: 14352) 2021-06-02 11:05:02.997 | CGroup: /system.slice/system-devstack.slice/devstack@c-api.service 2021-06-02 11:05:02.997 | ├─87840 cinder-apiuWSGI master 2021-06-02 11:05:02.997 | ├─87841 cinder-apiuWSGI worker 1 2021-06-02 11:05:02.997 | └─87842 cinder-apiuWSGI worker 2 2021-06-02 11:05:02.997 | 2021-06-02 11:05:02.997 | Jun 02 11:04:43 dv-osbrick-794198-1-iscsi devstack@c-api.service[87840]: [pid: 87842|app: 0|req: 2/2] 10.222.0.22 () {60 vars in 1228 bytes} [Wed Jun 2 11:04:42 2021] POST /volume/v3/5147c25ebaa345ef9d463e007d90b024/types => generated 186 bytes in 664 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2021-06-02 11:05:02.997 | Jun 02 11:04:43 dv-osbrick-794198-1-iscsi devstack@c-api.service[87840]: INFO cinder.api.openstack.wsgi [req-44a20f03-45a4-447a-a151-036714cc510a req-11af9817-3c41-4b67-99fb-610d406dba1e admin admin] POST http://10.222.0.22/volume/v3/5147c25ebaa345ef9d463e007d90b024/types/02d2a9c3-4034-4f7a-900e-6e956caf39c7/extra_specs 2021-06-02 11:05:02.997 | Jun 02 11:04:43 dv-osbrick-794198-1-iscsi devstack@c-api.service[87840]: /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-06-02 11:05:02.997 | Jun 02 11:04:43 dv-osbrick-794198-1-iscsi devstack@c-api.service[87840]: DeprecationWarning, 2021-06-02 11:05:02.997 | Jun 02 11:04:43 dv-osbrick-794198-1-iscsi devstack@c-api.service[87840]: DEBUG cinder.api.openstack.wsgi [req-44a20f03-45a4-447a-a151-036714cc510a req-11af9817-3c41-4b67-99fb-610d406dba1e admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "lvmdriver-1"}} {{(pid=87841) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:876}} 2021-06-02 11:05:02.997 | Jun 02 11:04:43 dv-osbrick-794198-1-iscsi devstack@c-api.service[87840]: /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-06-02 11:05:02.997 | Jun 02 11:04:43 dv-osbrick-794198-1-iscsi devstack@c-api.service[87840]: DeprecationWarning) 2021-06-02 11:05:02.997 | Jun 02 11:04:43 dv-osbrick-794198-1-iscsi devstack@c-api.service[87840]: DEBUG oslo_db.sqlalchemy.engines [req-44a20f03-45a4-447a-a151-036714cc510a req-11af9817-3c41-4b67-99fb-610d406dba1e 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=87841) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:307}} 2021-06-02 11:05:02.997 | Jun 02 11:04:43 dv-osbrick-794198-1-iscsi devstack@c-api.service[87840]: INFO cinder.api.openstack.wsgi [req-44a20f03-45a4-447a-a151-036714cc510a req-11af9817-3c41-4b67-99fb-610d406dba1e admin admin] http://10.222.0.22/volume/v3/5147c25ebaa345ef9d463e007d90b024/types/02d2a9c3-4034-4f7a-900e-6e956caf39c7/extra_specs returned with HTTP 200 2021-06-02 11:05:02.997 | Jun 02 11:04:43 dv-osbrick-794198-1-iscsi devstack@c-api.service[87840]: [pid: 87841|app: 0|req: 1/3] 10.222.0.22 () {62 vars in 1445 bytes} [Wed Jun 2 11:04:43 2021] POST /volume/v3/5147c25ebaa345ef9d463e007d90b024/types/02d2a9c3-4034-4f7a-900e-6e956caf39c7/extra_specs => generated 55 bytes in 496 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2021-06-02 11:05:03.000 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 11:05:03.003 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@q-svc.service 2021-06-02 11:05:03.017 | enabled 2021-06-02 11:05:03.020 | + functions-common:service_check:1628 : sudo systemctl status devstack@q-svc.service --no-pager 2021-06-02 11:05:03.036 | ● devstack@q-svc.service - Devstack devstack@q-svc.service 2021-06-02 11:05:03.036 | Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled) 2021-06-02 11:05:03.036 | Active: active (running) since Wed 2021-06-02 11:02:56 UTC; 2min 6s ago 2021-06-02 11:05:03.036 | Main PID: 80762 (/usr/bin/python) 2021-06-02 11:05:03.036 | Tasks: 5 (limit: 14352) 2021-06-02 11:05:03.036 | CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service 2021-06-02 11:05:03.036 | ├─80762 /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-06-02 11:05:03.036 | ├─80871 /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-06-02 11:05:03.036 | ├─80872 /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-06-02 11:05:03.036 | ├─80873 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-06-02 11:05:03.036 | └─80874 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-06-02 11:05:03.036 | 2021-06-02 11:05:03.036 | Jun 02 11:04:13 dv-osbrick-794198-1-iscsi neutron-server[80762]: DEBUG neutron_lib.callbacks.manager [None req-6d143e0f-29d5-4f9b-a67d-b88746c3a9f0 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8731555378905', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents--9223372036853491300'] for agent, after_update {{(pid=80873) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-06-02 11:05:03.036 | Jun 02 11:04:13 dv-osbrick-794198-1-iscsi neutron-server[80762]: DEBUG neutron_lib.callbacks.manager [None req-c88167d1-8857-40ee-b8a9-cae3daf05610 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8731555378905', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents--9223372036853491300'] for agent, after_update {{(pid=80873) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-06-02 11:05:03.036 | Jun 02 11:04:14 dv-osbrick-794198-1-iscsi neutron-server[80762]: DEBUG neutron_lib.callbacks.manager [None req-7eb0eb0f-ec61-489c-9492-cf626e803f09 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8731555378905', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents--9223372036853491300'] for agent, after_update {{(pid=80873) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-06-02 11:05:03.037 | Jun 02 11:04:15 dv-osbrick-794198-1-iscsi neutron-server[80762]: DEBUG neutron_lib.callbacks.manager [None req-0d253b79-922c-405d-bcb2-2b8a0d028373 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8731555378905', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents--9223372036853491300'] for agent, after_update {{(pid=80873) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-06-02 11:05:03.037 | Jun 02 11:04:33 dv-osbrick-794198-1-iscsi neutron-server[80762]: DEBUG neutron.db.agents_db [None req-16eea4ea-4d9d-438d-a38b-fb8a8e3c8fc3 None None] Agent healthcheck: found 5 active agents {{(pid=80874) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:327}} 2021-06-02 11:05:03.037 | Jun 02 11:04:42 dv-osbrick-794198-1-iscsi neutron-server[80762]: DEBUG neutron_lib.callbacks.manager [None req-cf77018d-b48b-4ef9-ba56-25135712b252 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8731555378905', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents--9223372036853491300'] for agent, after_update {{(pid=80873) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-06-02 11:05:03.037 | Jun 02 11:04:43 dv-osbrick-794198-1-iscsi neutron-server[80762]: DEBUG neutron_lib.callbacks.manager [None req-6d143e0f-29d5-4f9b-a67d-b88746c3a9f0 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8731555378905', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents--9223372036853491300'] for agent, after_update {{(pid=80873) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-06-02 11:05:03.037 | Jun 02 11:04:43 dv-osbrick-794198-1-iscsi neutron-server[80762]: DEBUG neutron_lib.callbacks.manager [None req-3cccc3ed-2be3-4c90-b484-01da05146c63 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8731555378905', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents--9223372036853491300'] for agent, after_update {{(pid=80873) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-06-02 11:05:03.037 | Jun 02 11:04:44 dv-osbrick-794198-1-iscsi neutron-server[80762]: DEBUG neutron_lib.callbacks.manager [None req-7eb0eb0f-ec61-489c-9492-cf626e803f09 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8731555378905', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents--9223372036853491300'] for agent, after_update {{(pid=80873) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-06-02 11:05:03.037 | Jun 02 11:04:45 dv-osbrick-794198-1-iscsi neutron-server[80762]: DEBUG neutron_lib.callbacks.manager [None req-0d253b79-922c-405d-bcb2-2b8a0d028373 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8731555378905', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents--9223372036853491300'] for agent, after_update {{(pid=80873) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-06-02 11:05:03.040 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 11:05:03.043 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@q-dhcp.service 2021-06-02 11:05:03.055 | enabled 2021-06-02 11:05:03.059 | + functions-common:service_check:1628 : sudo systemctl status devstack@q-dhcp.service --no-pager 2021-06-02 11:05:03.076 | ● devstack@q-dhcp.service - Devstack devstack@q-dhcp.service 2021-06-02 11:05:03.076 | Loaded: loaded (/etc/systemd/system/devstack@q-dhcp.service; enabled; vendor preset: enabled) 2021-06-02 11:05:03.076 | Active: active (running) since Wed 2021-06-02 11:03:07 UTC; 1min 55s ago 2021-06-02 11:05:03.076 | Main PID: 82158 (/usr/bin/python) 2021-06-02 11:05:03.076 | Tasks: 12 (limit: 14352) 2021-06-02 11:05:03.076 | CGroup: /system.slice/system-devstack.slice/devstack@q-dhcp.service 2021-06-02 11:05:03.076 | ├─82158 /usr/bin/python3.6 /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini 2021-06-02 11:05:03.076 | ├─83708 /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/tmpfffo4i7u/privsep.sock 2021-06-02 11:05:03.076 | ├─83750 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2021-06-02 11:05:03.076 | ├─83751 /usr/bin/python3.6 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2021-06-02 11:05:03.076 | └─83911 dnsmasq --no-hosts --pid-file=/opt/stack/data/neutron/dhcp/eebe07b4-e477-41b3-8da0-d26ade717595/pid --dhcp-hostsfile=/opt/stack/data/neutron/dhcp/eebe07b4-e477-41b3-8da0-d26ade717595/host --addn-hosts=/opt/stack/data/neutron/dhcp/eebe07b4-e477-41b3-8da0-d26ade717595/addn_hosts --dhcp-optsfile=/opt/stack/data/neutron/dhcp/eebe07b4-e477-41b3-8da0-d26ade717595/opts --dhcp-leasefile=/opt/stack/data/neutron/dhcp/eebe07b4-e477-41b3-8da0-d26ade717595/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-ebc3c081-6409-4628-b117-7a751b51f2a5,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-06-02 11:05:03.076 | 2021-06-02 11:05:03.076 | Jun 02 11:03:45 dv-osbrick-794198-1-iscsi neutron-dhcp-agent[82158]: DEBUG oslo_concurrency.lockutils [None req-9699a11d-a736-4a9b-9ca7-210395b28ac0 None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=82158) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:327}} 2021-06-02 11:05:03.076 | Jun 02 11:03:45 dv-osbrick-794198-1-iscsi neutron-dhcp-agent[82158]: DEBUG oslo_concurrency.lockutils [None req-9699a11d-a736-4a9b-9ca7-210395b28ac0 None None] Lock "resize_greenpool" released by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.001s {{(pid=82158) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:339}} 2021-06-02 11:05:03.076 | Jun 02 11:03:45 dv-osbrick-794198-1-iscsi neutron-dhcp-agent[82158]: DEBUG neutron.agent.dhcp.agent [None req-9699a11d-a736-4a9b-9ca7-210395b28ac0 None None] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _subnet_update called with arguments ({'subnet': {'id': '0467d836-f23d-4303-920c-9e82e75ae609', 'name': 'public-subnet', 'tenant_id': '5147c25ebaa345ef9d463e007d90b024', 'network_id': '342ffd33-14f7-406a-bf1e-758d0ca97dfd', 'ip_version': 4, 'subnetpool_id': None, 'enable_dhcp': False, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'gateway_ip': '172.29.0.1', 'cidr': '172.29.0.0/24', 'allocation_pools': [{'start': '172.29.0.2', 'end': '172.29.0.254'}], 'host_routes': [], 'dns_nameservers': [], 'shared': False, 'description': '', 'service_types': [], 'tags': [], 'created_at': '2021-06-02T11:03:44Z', 'updated_at': '2021-06-02T11:03:44Z', 'revision_number': 0, 'project_id': '5147c25ebaa345ef9d463e007d90b024', 'network': {'id': '342ffd33-14f7-406a-bf1e-758d0ca97dfd', 'name': 'public', 'tenant_id': '5147c25ebaa345ef9d463e007d90b024', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': ['0467d836-f23d-4303-920c-9e82e75ae609'], 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2021-06-02T11:03:37Z', 'updated_at': '2021-06-02T11:03:44Z', 'revision_number': 2, 'project_id': '5147c25ebaa345ef9d463e007d90b024', 'provider:network_type': 'flat', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': None}}, 'priority': 3},) {} {{(pid=82158) wrapper /usr/local/lib/python3.6/dist-packages/oslo_log/helpers.py:66}} 2021-06-02 11:05:03.076 | Jun 02 11:03:45 dv-osbrick-794198-1-iscsi neutron-dhcp-agent[82158]: DEBUG oslo_concurrency.lockutils [None req-eb34963a-bc8e-4cfa-9504-254bbc0c325a None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=82158) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:327}} 2021-06-02 11:05:03.077 | Jun 02 11:03:45 dv-osbrick-794198-1-iscsi neutron-dhcp-agent[82158]: DEBUG oslo_concurrency.lockutils [None req-eb34963a-bc8e-4cfa-9504-254bbc0c325a None None] Lock "resize_greenpool" released by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.001s {{(pid=82158) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:339}} 2021-06-02 11:05:03.077 | Jun 02 11:03:49 dv-osbrick-794198-1-iscsi neutron-dhcp-agent[82158]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_create called with arguments ({'id': 'ce2a55d1-b875-4e73-9e30-c643eeadd306', 'name': '', 'network_id': '342ffd33-14f7-406a-bf1e-758d0ca97dfd', 'tenant_id': '', 'mac_address': 'fa:16:3e:83:94:0d', 'admin_state_up': True, 'status': 'DOWN', 'device_id': '2cf0bc76-8f1e-40b4-9150-508563d5c918', 'device_owner': 'network:router_gateway', 'fixed_ips': [{'subnet_id': '0467d836-f23d-4303-920c-9e82e75ae609', 'ip_address': '172.29.0.197'}], 'project_id': '', 'port_security_enabled': False, 'security_groups': [], 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': '', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'description': '', 'tags': [], 'created_at': '2021-06-02T11:03:48Z', 'updated_at': '2021-06-02T11:03:48Z', 'revision_number': 1, 'network': {'id': '342ffd33-14f7-406a-bf1e-758d0ca97dfd', 'name': 'public', 'tenant_id': '5147c25ebaa345ef9d463e007d90b024', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': ['0467d836-f23d-4303-920c-9e82e75ae609'], 'shared': False, 'availability_zone_hints': [], 'availability_zones': ['nova'], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2021-06-02T11:03:37Z', 'updated_at': '2021-06-02T11:03:44Z', 'revision_number': 2, 'project_id': '5147c25ebaa345ef9d463e007d90b024', 'provider:network_type': 'flat', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': None}},) {} {{(pid=82158) wrapper /usr/local/lib/python3.6/dist-packages/oslo_log/helpers.py:66}} 2021-06-02 11:05:03.077 | Jun 02 11:03:50 dv-osbrick-794198-1-iscsi neutron-dhcp-agent[82158]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_update called with arguments ({'id': 'ce2a55d1-b875-4e73-9e30-c643eeadd306', 'name': '', 'network_id': '342ffd33-14f7-406a-bf1e-758d0ca97dfd', 'tenant_id': '', 'mac_address': 'fa:16:3e:83:94:0d', 'admin_state_up': True, 'status': 'DOWN', 'device_id': '2cf0bc76-8f1e-40b4-9150-508563d5c918', 'device_owner': 'network:router_gateway', 'fixed_ips': [{'subnet_id': '0467d836-f23d-4303-920c-9e82e75ae609', 'ip_address': '172.29.0.197'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': 'dv-osbrick-794198-1-iscsi', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2021-06-02T11:03:48Z', 'updated_at': '2021-06-02T11:03:48Z', 'revision_number': 1, 'project_id': ''},) {} {{(pid=82158) wrapper /usr/local/lib/python3.6/dist-packages/oslo_log/helpers.py:66}} 2021-06-02 11:05:03.077 | Jun 02 11:03:51 dv-osbrick-794198-1-iscsi neutron-dhcp-agent[82158]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_update called with arguments ({'id': 'ce2a55d1-b875-4e73-9e30-c643eeadd306', 'name': '', 'network_id': '342ffd33-14f7-406a-bf1e-758d0ca97dfd', 'tenant_id': '', 'mac_address': 'fa:16:3e:83:94:0d', 'admin_state_up': True, 'status': 'DOWN', 'device_id': '2cf0bc76-8f1e-40b4-9150-508563d5c918', 'device_owner': 'network:router_gateway', 'fixed_ips': [{'subnet_id': '0467d836-f23d-4303-920c-9e82e75ae609', 'ip_address': '172.29.0.197'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': 'dv-osbrick-794198-1-iscsi', 'binding:vif_type': 'ovs', 'binding:vif_details': {'connectivity': 'l2', 'port_filter': True, 'ovs_hybrid_plug': False, 'datapath_type': 'system', 'bridge_name': 'br-int'}, 'port_security_enabled': False, 'tags': [], 'created_at': '2021-06-02T11:03:48Z', 'updated_at': '2021-06-02T11:03:50Z', 'revision_number': 3, 'project_id': ''},) {} {{(pid=82158) wrapper /usr/local/lib/python3.6/dist-packages/oslo_log/helpers.py:66}} 2021-06-02 11:05:03.077 | Jun 02 11:04:11 dv-osbrick-794198-1-iscsi neutron-dhcp-agent[82158]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=82158) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:327}} 2021-06-02 11:05:03.077 | Jun 02 11:04:11 dv-osbrick-794198-1-iscsi neutron-dhcp-agent[82158]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" released by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.001s {{(pid=82158) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:339}} 2021-06-02 11:05:03.080 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 11:05:03.083 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@q-meta.service 2021-06-02 11:05:03.097 | enabled 2021-06-02 11:05:03.100 | + functions-common:service_check:1628 : sudo systemctl status devstack@q-meta.service --no-pager 2021-06-02 11:05:03.116 | ● devstack@q-meta.service - Devstack devstack@q-meta.service 2021-06-02 11:05:03.116 | Loaded: loaded (/etc/systemd/system/devstack@q-meta.service; enabled; vendor preset: enabled) 2021-06-02 11:05:03.116 | Active: active (running) since Wed 2021-06-02 11:03:10 UTC; 1min 53s ago 2021-06-02 11:05:03.116 | Main PID: 82893 (/usr/bin/python) 2021-06-02 11:05:03.116 | Tasks: 3 (limit: 14352) 2021-06-02 11:05:03.116 | CGroup: /system.slice/system-devstack.slice/devstack@q-meta.service 2021-06-02 11:05:03.117 | ├─82893 /usr/bin/python3.6 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini 2021-06-02 11:05:03.117 | ├─83384 /usr/bin/python3.6 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini 2021-06-02 11:05:03.117 | └─83385 /usr/bin/python3.6 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini 2021-06-02 11:05:03.117 | 2021-06-02 11:05:03.117 | Jun 02 11:03:14 dv-osbrick-794198-1-iscsi neutron-metadata-agent[82893]: DEBUG oslo_service.service [None req-7eb0eb0f-ec61-489c-9492-cf626e803f09 None None] oslo_messaging_rabbit.ssl = False {{(pid=82893) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-06-02 11:05:03.117 | Jun 02 11:03:14 dv-osbrick-794198-1-iscsi neutron-metadata-agent[82893]: DEBUG oslo_service.service [None req-7eb0eb0f-ec61-489c-9492-cf626e803f09 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=82893) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-06-02 11:05:03.117 | Jun 02 11:03:14 dv-osbrick-794198-1-iscsi neutron-metadata-agent[82893]: DEBUG oslo_service.service [None req-7eb0eb0f-ec61-489c-9492-cf626e803f09 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=82893) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-06-02 11:05:03.117 | Jun 02 11:03:14 dv-osbrick-794198-1-iscsi neutron-metadata-agent[82893]: DEBUG oslo_service.service [None req-7eb0eb0f-ec61-489c-9492-cf626e803f09 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=82893) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-06-02 11:05:03.117 | Jun 02 11:03:14 dv-osbrick-794198-1-iscsi neutron-metadata-agent[82893]: DEBUG oslo_service.service [None req-7eb0eb0f-ec61-489c-9492-cf626e803f09 None None] oslo_messaging_rabbit.ssl_version = {{(pid=82893) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-06-02 11:05:03.117 | Jun 02 11:03:14 dv-osbrick-794198-1-iscsi neutron-metadata-agent[82893]: DEBUG oslo_service.service [None req-7eb0eb0f-ec61-489c-9492-cf626e803f09 None None] oslo_messaging_notifications.driver = [] {{(pid=82893) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-06-02 11:05:03.117 | Jun 02 11:03:14 dv-osbrick-794198-1-iscsi neutron-metadata-agent[82893]: DEBUG oslo_service.service [None req-7eb0eb0f-ec61-489c-9492-cf626e803f09 None None] oslo_messaging_notifications.retry = -1 {{(pid=82893) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-06-02 11:05:03.117 | Jun 02 11:03:14 dv-osbrick-794198-1-iscsi neutron-metadata-agent[82893]: DEBUG oslo_service.service [None req-7eb0eb0f-ec61-489c-9492-cf626e803f09 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=82893) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-06-02 11:05:03.117 | Jun 02 11:03:14 dv-osbrick-794198-1-iscsi neutron-metadata-agent[82893]: DEBUG oslo_service.service [None req-7eb0eb0f-ec61-489c-9492-cf626e803f09 None None] oslo_messaging_notifications.transport_url = **** {{(pid=82893) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-06-02 11:05:03.117 | Jun 02 11:03:14 dv-osbrick-794198-1-iscsi neutron-metadata-agent[82893]: DEBUG oslo_service.service [None req-7eb0eb0f-ec61-489c-9492-cf626e803f09 None None] ******************************************************************************** {{(pid=82893) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2587}} 2021-06-02 11:05:03.121 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 11:05:03.123 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@q-agt.service 2021-06-02 11:05:03.136 | enabled 2021-06-02 11:05:03.139 | + functions-common:service_check:1628 : sudo systemctl status devstack@q-agt.service --no-pager 2021-06-02 11:05:03.155 | ● devstack@q-agt.service - Devstack devstack@q-agt.service 2021-06-02 11:05:03.155 | Loaded: loaded (/etc/systemd/system/devstack@q-agt.service; enabled; vendor preset: enabled) 2021-06-02 11:05:03.155 | Active: active (running) since Wed 2021-06-02 11:03:06 UTC; 1min 56s ago 2021-06-02 11:05:03.155 | Main PID: 81801 (/usr/bin/python) 2021-06-02 11:05:03.155 | Tasks: 7 (limit: 14352) 2021-06-02 11:05:03.155 | CGroup: /system.slice/system-devstack.slice/devstack@q-agt.service 2021-06-02 11:05:03.155 | ├─81801 /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-06-02 11:05:03.155 | ├─83295 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2021-06-02 11:05:03.155 | ├─83312 /usr/bin/python3.6 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2021-06-02 11:05:03.155 | └─83382 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json 2021-06-02 11:05:03.155 | 2021-06-02 11:05:03.155 | Jun 02 11:04:57 dv-osbrick-794198-1-iscsi neutron-openvswitch-agent[81801]: DEBUG neutron.agent.linux.utils [None req-4021a110-1dc5-422f-bfd3-df65834ee93c None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 83382. {{(pid=81801) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:343}} 2021-06-02 11:05:03.155 | Jun 02 11:04:57 dv-osbrick-794198-1-iscsi neutron-openvswitch-agent[81801]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-4021a110-1dc5-422f-bfd3-df65834ee93c None None] Agent rpc_loop - iteration:52 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.004 2021-06-02 11:05:03.155 | Jun 02 11:04:59 dv-osbrick-794198-1-iscsi neutron-openvswitch-agent[81801]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-4021a110-1dc5-422f-bfd3-df65834ee93c None None] Agent rpc_loop - iteration:53 started 2021-06-02 11:05:03.155 | Jun 02 11:04:59 dv-osbrick-794198-1-iscsi neutron-openvswitch-agent[81801]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-4021a110-1dc5-422f-bfd3-df65834ee93c None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0xb5a40ca3,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=2912563108515373012,duration_nsec=916000000,duration_sec=107,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=81801) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:114}} 2021-06-02 11:05:03.155 | Jun 02 11:04:59 dv-osbrick-794198-1-iscsi neutron-openvswitch-agent[81801]: DEBUG neutron.agent.linux.utils [None req-4021a110-1dc5-422f-bfd3-df65834ee93c None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 83382. {{(pid=81801) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:343}} 2021-06-02 11:05:03.155 | Jun 02 11:04:59 dv-osbrick-794198-1-iscsi neutron-openvswitch-agent[81801]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-4021a110-1dc5-422f-bfd3-df65834ee93c None None] Agent rpc_loop - iteration:53 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.004 2021-06-02 11:05:03.155 | Jun 02 11:05:01 dv-osbrick-794198-1-iscsi neutron-openvswitch-agent[81801]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-4021a110-1dc5-422f-bfd3-df65834ee93c None None] Agent rpc_loop - iteration:54 started 2021-06-02 11:05:03.155 | Jun 02 11:05:01 dv-osbrick-794198-1-iscsi neutron-openvswitch-agent[81801]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-4021a110-1dc5-422f-bfd3-df65834ee93c None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0xb5a40ca5,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=2912563108515373012,duration_nsec=918000000,duration_sec=109,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=81801) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:114}} 2021-06-02 11:05:03.155 | Jun 02 11:05:01 dv-osbrick-794198-1-iscsi neutron-openvswitch-agent[81801]: DEBUG neutron.agent.linux.utils [None req-4021a110-1dc5-422f-bfd3-df65834ee93c None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 83382. {{(pid=81801) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:343}} 2021-06-02 11:05:03.155 | Jun 02 11:05:01 dv-osbrick-794198-1-iscsi neutron-openvswitch-agent[81801]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-4021a110-1dc5-422f-bfd3-df65834ee93c None None] Agent rpc_loop - iteration:54 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.005 2021-06-02 11:05:03.159 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 11:05:03.161 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@q-l3.service 2021-06-02 11:05:03.174 | enabled 2021-06-02 11:05:03.178 | + functions-common:service_check:1628 : sudo systemctl status devstack@q-l3.service --no-pager 2021-06-02 11:05:03.194 | ● devstack@q-l3.service - Devstack devstack@q-l3.service 2021-06-02 11:05:03.194 | Loaded: loaded (/etc/systemd/system/devstack@q-l3.service; enabled; vendor preset: enabled) 2021-06-02 11:05:03.194 | Active: active (running) since Wed 2021-06-02 11:03:08 UTC; 1min 54s ago 2021-06-02 11:05:03.194 | Main PID: 82544 (/usr/bin/python) 2021-06-02 11:05:03.194 | Tasks: 12 (limit: 14352) 2021-06-02 11:05:03.194 | CGroup: /system.slice/system-devstack.slice/devstack@q-l3.service 2021-06-02 11:05:03.194 | ├─82544 /usr/bin/python3.6 /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini 2021-06-02 11:05:03.194 | ├─83489 /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/tmpbd5312ti/privsep.sock 2021-06-02 11:05:03.194 | ├─84208 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2021-06-02 11:05:03.194 | ├─84209 /usr/bin/python3.6 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2021-06-02 11:05:03.194 | └─84405 haproxy -f /opt/stack/data/neutron/ns-metadata-proxy/2cf0bc76-8f1e-40b4-9150-508563d5c918.conf 2021-06-02 11:05:03.194 | 2021-06-02 11:05:03.194 | Jun 02 11:03:54 dv-osbrick-794198-1-iscsi neutron-l3-agent[82544]: DEBUG neutron.agent.linux.utils [-] Running command (rootwrap daemon): ['ip', 'netns', 'exec', 'qrouter-2cf0bc76-8f1e-40b4-9150-508563d5c918', 'arping', '-U', '-I', 'qg-ce2a55d1-b8', '-c', '1', '-w', '1.5', '172.29.0.197'] {{(pid=82544) execute_rootwrap_daemon /opt/stack/neutron/neutron/agent/linux/utils.py:104}} 2021-06-02 11:05:03.194 | Jun 02 11:03:54 dv-osbrick-794198-1-iscsi neutron-l3-agent[82544]: DEBUG neutron.agent.linux.utils [-] Running command (rootwrap daemon): ['ip', 'netns', 'exec', 'qrouter-2cf0bc76-8f1e-40b4-9150-508563d5c918', 'arping', '-A', '-I', 'qg-ce2a55d1-b8', '-c', '1', '-w', '1.5', '172.29.0.197'] {{(pid=82544) execute_rootwrap_daemon /opt/stack/neutron/neutron/agent/linux/utils.py:104}} 2021-06-02 11:05:03.194 | Jun 02 11:03:56 dv-osbrick-794198-1-iscsi neutron-l3-agent[82544]: DEBUG neutron.agent.linux.utils [-] Running command (rootwrap daemon): ['ip', 'netns', 'exec', 'qrouter-2cf0bc76-8f1e-40b4-9150-508563d5c918', 'arping', '-U', '-I', 'qg-ce2a55d1-b8', '-c', '1', '-w', '1.5', '172.29.0.197'] {{(pid=82544) execute_rootwrap_daemon /opt/stack/neutron/neutron/agent/linux/utils.py:104}} 2021-06-02 11:05:03.194 | Jun 02 11:03:56 dv-osbrick-794198-1-iscsi neutron-l3-agent[82544]: DEBUG neutron.agent.linux.utils [-] Running command (rootwrap daemon): ['ip', 'netns', 'exec', 'qrouter-2cf0bc76-8f1e-40b4-9150-508563d5c918', 'arping', '-A', '-I', 'qg-ce2a55d1-b8', '-c', '1', '-w', '1.5', '172.29.0.197'] {{(pid=82544) execute_rootwrap_daemon /opt/stack/neutron/neutron/agent/linux/utils.py:104}} 2021-06-02 11:05:03.194 | Jun 02 11:03:58 dv-osbrick-794198-1-iscsi neutron-l3-agent[82544]: DEBUG oslo_service.periodic_task [None req-abd4fc43-4fd6-4b1d-8ec5-ed3e22cf1ba2 None None] Running periodic task L3NATAgentWithStateReport.periodic_sync_routers_task {{(pid=82544) run_periodic_tasks /usr/local/lib/python3.6/dist-packages/oslo_service/periodic_task.py:217}} 2021-06-02 11:05:03.194 | Jun 02 11:04:13 dv-osbrick-794198-1-iscsi neutron-l3-agent[82544]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=82544) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:327}} 2021-06-02 11:05:03.194 | Jun 02 11:04:13 dv-osbrick-794198-1-iscsi neutron-l3-agent[82544]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" released by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.001s {{(pid=82544) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:339}} 2021-06-02 11:05:03.194 | Jun 02 11:04:13 dv-osbrick-794198-1-iscsi neutron-l3-agent[82544]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=82544) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:327}} 2021-06-02 11:05:03.194 | Jun 02 11:04:13 dv-osbrick-794198-1-iscsi neutron-l3-agent[82544]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" released by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.000s {{(pid=82544) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:339}} 2021-06-02 11:05:03.195 | Jun 02 11:04:38 dv-osbrick-794198-1-iscsi neutron-l3-agent[82544]: DEBUG oslo_service.periodic_task [None req-abd4fc43-4fd6-4b1d-8ec5-ed3e22cf1ba2 None None] Running periodic task L3NATAgentWithStateReport.periodic_sync_routers_task {{(pid=82544) run_periodic_tasks /usr/local/lib/python3.6/dist-packages/oslo_service/periodic_task.py:217}} 2021-06-02 11:05:03.198 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 11:05:03.201 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@rabbit.service 2021-06-02 11:05:03.212 | Failed to get unit file state for devstack@rabbit.service: No such file or directory 2021-06-02 11:05:03.216 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 11:05:03.219 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@tempest.service 2021-06-02 11:05:03.231 | Failed to get unit file state for devstack@tempest.service: No such file or directory 2021-06-02 11:05:03.235 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 11:05:03.237 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@mysql.service 2021-06-02 11:05:03.250 | Failed to get unit file state for devstack@mysql.service: No such file or directory 2021-06-02 11:05:03.253 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 11:05:03.256 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@etcd3.service 2021-06-02 11:05:03.268 | Failed to get unit file state for devstack@etcd3.service: No such file or directory 2021-06-02 11:05:03.271 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 11:05:03.274 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@dstat.service 2021-06-02 11:05:03.287 | enabled 2021-06-02 11:05:03.291 | + functions-common:service_check:1628 : sudo systemctl status devstack@dstat.service --no-pager 2021-06-02 11:05:03.306 | ● devstack@dstat.service - Devstack devstack@dstat.service 2021-06-02 11:05:03.306 | Loaded: loaded (/etc/systemd/system/devstack@dstat.service; enabled; vendor preset: enabled) 2021-06-02 11:05:03.306 | Active: active (running) since Wed 2021-06-02 10:51:41 UTC; 13min ago 2021-06-02 11:05:03.306 | Main PID: 63446 (dstat.sh) 2021-06-02 11:05:03.306 | Tasks: 3 (limit: 14352) 2021-06-02 11:05:03.306 | CGroup: /system.slice/system-devstack.slice/devstack@dstat.service 2021-06-02 11:05:03.307 | ├─63446 /bin/bash /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs 2021-06-02 11:05:03.307 | ├─63504 python2 /usr/bin/dstat -tcmndrylpg --tcp --output /opt/stack/logs/dstat-csv.log 2021-06-02 11:05:03.307 | └─63505 python2 /usr/bin/dstat -tcmndrylpg --top-cpu-adv --top-io-adv --top-mem --swap --tcp 2021-06-02 11:05:03.307 | 2021-06-02 11:05:03.307 | Jun 02 11:04:53 dv-osbrick-794198-1-iscsi dstat.sh[63446]: 02-06 11:04:53| 25 4 71 0 0|4068M 2957M 145M 4612M| 166B 0 | 0 192k| 0 14.0 |1015 4137 |2.05 1.57 1.14|2.0 0 78| 0 0 |openstack 88967 13%3047k 33k|bash 88656 11M 41k 0%|mysqld 383M| 0 0 | 26 211 0 132 0 2021-06-02 11:05:03.307 | Jun 02 11:04:54 dv-osbrick-794198-1-iscsi dstat.sh[63446]: 02-06 11:04:54| 26 2 72 0 0|4095M 2930M 145M 4612M| 166B 0 | 0 384k| 0 19.0 | 288 2667 |2.05 1.57 1.14|2.0 0 0| 0 0 |openstack 88967 25%7037k 0 |openstack 889677037k 0 25%|mysqld 383M| 0 0 | 26 211 0 132 0 2021-06-02 11:05:03.307 | Jun 02 11:04:55 dv-osbrick-794198-1-iscsi dstat.sh[63446]: 02-06 11:04:55| 26 4 71 0 0|4065M 2959M 145M 4612M| 252B 70B| 0 40k| 0 5.00 | 988 4041 |2.05 1.57 1.14|3.0 0 79| 0 0 |openstack 890476.2%1958k 256B|bash 88656 11M 42k 0%|mysqld 383M| 0 0 | 26 211 0 138 0 2021-06-02 11:05:03.307 | Jun 02 11:04:56 dv-osbrick-794198-1-iscsi dstat.sh[63446]: 02-06 11:04:56| 26 3 71 0 0|4088M 2936M 145M 4612M| 0 0 | 0 84k| 0 3.00 | 306 2686 |2.05 1.57 1.14|2.0 0 1.0| 0 0 |openstack 89047 25%5826k 33k|openstack 890475826k 33k 25%|mysqld 383M| 0 0 | 26 211 0 138 0 2021-06-02 11:05:03.307 | Jun 02 11:04:57 dv-osbrick-794198-1-iscsi dstat.sh[63446]: 02-06 11:04:57| 27 3 70 0 0|4055M 2970M 145M 4612M|1187B 0 | 0 48k| 0 3.00 | 845 3744 |1.97 1.56 1.14|3.0 0 23| 0 0 |uwsgi 646574.2%3714B 14k|bash 88656 11M 34k 0%|mysqld 383M| 0 0 | 26 211 0 141 0 2021-06-02 11:05:03.307 | Jun 02 11:04:58 dv-osbrick-794198-1-iscsi dstat.sh[63446]: 02-06 11:04:58| 25 4 71 0 0|4085M 2940M 145M 4612M| 166B 0 | 0 108k| 0 5.00 | 489 3181 |1.97 1.56 1.14|2.0 0 55| 0 0 |openstack 89125 24%7078k 33k|openstack 891257078k 33k 24%|mysqld 383M| 0 0 | 26 211 0 141 0 2021-06-02 11:05:03.307 | Jun 02 11:04:59 dv-osbrick-794198-1-iscsi dstat.sh[63446]: 02-06 11:04:59| 26 2 72 0 0|4102M 2923M 145M 4612M| 715B 0 | 0 1060k| 0 126 | 520 3124 |1.97 1.56 1.14|3.0 0 0| 0 0 |openstack 89125 22%4049k 0 |openstack 891254049k 0 22%|mysqld 383M| 0 0 | 26 213 0 142 0 2021-06-02 11:05:03.307 | Jun 02 11:05:00 dv-osbrick-794198-1-iscsi dstat.sh[63446]: 02-06 11:05:00| 23 5 71 0 0|4070M 2955M 145M 4612M|1018B 0 | 0 0 | 0 0 | 992 4083 |1.97 1.56 1.14|2.0 0 140| 0 0 |openstack 89265 16%3717k 33k|bash 88656 11M 49k 0%|mysqld 383M| 0 0 | 26 211 0 145 0 2021-06-02 11:05:03.307 | Jun 02 11:05:01 dv-osbrick-794198-1-iscsi dstat.sh[63446]: 02-06 11:05:01| 26 3 72 0 0|4097M 2928M 145M 4612M|1012B 0 | 0 276k| 0 11.0 | 298 2651 |1.97 1.56 1.14|2.0 0 0| 0 0 |openstack 89265 25%6505k 0 |openstack 892656505k 0 25%|mysqld 383M| 0 0 | 26 211 0 142 0 2021-06-02 11:05:03.307 | Jun 02 11:05:02 dv-osbrick-794198-1-iscsi dstat.sh[63446]: 02-06 11:05:02| 22 8 70 0 0|4055M 2970M 145M 4612M| 0 0 | 0 44k| 0 6.00 |1889 5876 |1.89 1.55 1.14|2.0 0 295| 0 0 |uwsgi 646584.2%3714B 14k|bash 11564 87M 372k0.8%|mysqld 383M| 0 0 | 26 211 0 149 0 2021-06-02 11:05:03.310 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 11:05:03.313 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@n-crt.service 2021-06-02 11:05:03.324 | Failed to get unit file state for devstack@n-crt.service: No such file or directory 2021-06-02 11:05:03.328 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 11:05:03.331 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@n-cauth.service 2021-06-02 11:05:03.343 | Failed to get unit file state for devstack@n-cauth.service: No such file or directory 2021-06-02 11:05:03.347 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 11:05:03.349 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@q-metering.service 2021-06-02 11:05:03.363 | enabled 2021-06-02 11:05:03.366 | + functions-common:service_check:1628 : sudo systemctl status devstack@q-metering.service --no-pager 2021-06-02 11:05:03.382 | ● devstack@q-metering.service - Devstack devstack@q-metering.service 2021-06-02 11:05:03.382 | Loaded: loaded (/etc/systemd/system/devstack@q-metering.service; enabled; vendor preset: enabled) 2021-06-02 11:05:03.382 | Active: active (running) since Wed 2021-06-02 11:03:12 UTC; 1min 51s ago 2021-06-02 11:05:03.382 | Main PID: 83260 (/usr/bin/python) 2021-06-02 11:05:03.382 | Tasks: 1 (limit: 14352) 2021-06-02 11:05:03.382 | CGroup: /system.slice/system-devstack.slice/devstack@q-metering.service 2021-06-02 11:05:03.382 | └─83260 /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-06-02 11:05:03.382 | 2021-06-02 11:05:03.382 | Jun 02 11:04:15 dv-osbrick-794198-1-iscsi neutron-metering-agent[83260]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" released by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: held 0.001s {{(pid=83260) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:339}} 2021-06-02 11:05:03.382 | Jun 02 11:04:36 dv-osbrick-794198-1-iscsi neutron-metering-agent[83260]: DEBUG oslo_service.periodic_task [None req-49f8db1d-a003-492f-a439-0596c8ac7a52 None None] Running periodic task MeteringAgentWithStateReport._sync_routers_task {{(pid=83260) run_periodic_tasks /usr/local/lib/python3.6/dist-packages/oslo_service/periodic_task.py:217}} 2021-06-02 11:05:03.382 | Jun 02 11:04:45 dv-osbrick-794198-1-iscsi neutron-metering-agent[83260]: DEBUG neutron.services.metering.agents.metering_agent [-] Sync router namespaces {{(pid=83260) _sync_router_namespaces /opt/stack/neutron/neutron/services/metering/agents/metering_agent.py:219}} 2021-06-02 11:05:03.382 | Jun 02 11:04:45 dv-osbrick-794198-1-iscsi neutron-metering-agent[83260]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" acquired by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: waited 0.000s {{(pid=83260) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:327}} 2021-06-02 11:05:03.382 | Jun 02 11:04:45 dv-osbrick-794198-1-iscsi neutron-metering-agent[83260]: 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=83260) wrapper /usr/local/lib/python3.6/dist-packages/oslo_log/helpers.py:66}} 2021-06-02 11:05:03.382 | Jun 02 11:04:45 dv-osbrick-794198-1-iscsi neutron-metering-agent[83260]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" released by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: held 0.000s {{(pid=83260) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:339}} 2021-06-02 11:05:03.382 | Jun 02 11:04:45 dv-osbrick-794198-1-iscsi neutron-metering-agent[83260]: DEBUG neutron.services.metering.agents.metering_agent [-] Get router traffic counters {{(pid=83260) _get_traffic_counters /opt/stack/neutron/neutron/services/metering/agents/metering_agent.py:215}} 2021-06-02 11:05:03.382 | Jun 02 11:04:45 dv-osbrick-794198-1-iscsi neutron-metering-agent[83260]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" acquired by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: waited 0.000s {{(pid=83260) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:327}} 2021-06-02 11:05:03.382 | Jun 02 11:04:45 dv-osbrick-794198-1-iscsi neutron-metering-agent[83260]: 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=83260) wrapper /usr/local/lib/python3.6/dist-packages/oslo_log/helpers.py:66}} 2021-06-02 11:05:03.382 | Jun 02 11:04:45 dv-osbrick-794198-1-iscsi neutron-metering-agent[83260]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" released by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: held 0.000s {{(pid=83260) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:339}} 2021-06-02 11:05:03.385 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 11:05:03.388 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@q-vpn.service 2021-06-02 11:05:03.400 | Failed to get unit file state for devstack@q-vpn.service: No such file or directory 2021-06-02 11:05:03.404 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 11:05:03.407 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@cinder.service 2021-06-02 11:05:03.419 | Failed to get unit file state for devstack@cinder.service: No such file or directory 2021-06-02 11:05:03.423 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 11:05:03.425 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@s-proxy.service 2021-06-02 11:05:03.438 | enabled 2021-06-02 11:05:03.442 | + functions-common:service_check:1628 : sudo systemctl status devstack@s-proxy.service --no-pager 2021-06-02 11:05:03.458 | ● devstack@s-proxy.service - Devstack devstack@s-proxy.service 2021-06-02 11:05:03.458 | Loaded: loaded (/etc/systemd/system/devstack@s-proxy.service; enabled; vendor preset: enabled) 2021-06-02 11:05:03.458 | Active: active (running) since Wed 2021-06-02 11:02:14 UTC; 2min 48s ago 2021-06-02 11:05:03.458 | Main PID: 78429 (swift-proxy-ser) 2021-06-02 11:05:03.458 | Tasks: 2 (limit: 14352) 2021-06-02 11:05:03.458 | CGroup: /system.slice/system-devstack.slice/devstack@s-proxy.service 2021-06-02 11:05:03.458 | ├─78429 /usr/bin/python3.6 /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v 2021-06-02 11:05:03.458 | └─78524 /usr/bin/python3.6 /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v 2021-06-02 11:05:03.458 | 2021-06-02 11:05:03.458 | Jun 02 11:02:47 dv-osbrick-794198-1-iscsi proxy-server[78524]: Validating token access rules against request 2021-06-02 11:05:03.458 | Jun 02 11:02:47 dv-osbrick-794198-1-iscsi swift-proxy-server[78429]: proxy-server: Validating token access rules against request 2021-06-02 11:05:03.458 | Jun 02 11:02:47 dv-osbrick-794198-1-iscsi proxy-server[78524]: Received request from user: user_id 696b01810a6a4903b6eaef1f411c115d, project_id 89513ee8c18e4a4b9adab3f3aaac42b4, roles ResellerAdmin,service 2021-06-02 11:05:03.458 | Jun 02 11:02:47 dv-osbrick-794198-1-iscsi swift-proxy-server[78429]: proxy-server: Received request from user: user_id 696b01810a6a4903b6eaef1f411c115d, project_id 89513ee8c18e4a4b9adab3f3aaac42b4, roles ResellerAdmin,service 2021-06-02 11:05:03.458 | Jun 02 11:02:47 dv-osbrick-794198-1-iscsi proxy-server[78524]: Using identity: {'user': ('696b01810a6a4903b6eaef1f411c115d', 'glance-swift'), 'tenant': ('89513ee8c18e4a4b9adab3f3aaac42b4', 'service'), 'roles': ['ResellerAdmin', 'service'], 'service_roles': [], 'user_domain': ('default', 'Default'), 'project_domain': ('default', 'Default'), 'auth_version': 3} (txn: txeea49d07ff504a4790cc2-0060b76557) (client_ip: 10.222.0.22) 2021-06-02 11:05:03.458 | Jun 02 11:02:47 dv-osbrick-794198-1-iscsi swift-proxy-server[78429]: proxy-server: Using identity: {'user': ('696b01810a6a4903b6eaef1f411c115d', 'glance-swift'), 'tenant': ('89513ee8c18e4a4b9adab3f3aaac42b4', 'service'), 'roles': ['ResellerAdmin', 'service'], 'service_roles': [], 'user_domain': ('default', 'Default'), 'project_domain': ('default', 'Default'), 'auth_version': 3} (txn: txeea49d07ff504a4790cc2-0060b76557) (client_ip: 10.222.0.22) 2021-06-02 11:05:03.458 | Jun 02 11:02:47 dv-osbrick-794198-1-iscsi proxy-server[78524]: User 89513ee8c18e4a4b9adab3f3aaac42b4 has reseller admin authorizing (txn: txeea49d07ff504a4790cc2-0060b76557) (client_ip: 10.222.0.22) 2021-06-02 11:05:03.458 | Jun 02 11:02:47 dv-osbrick-794198-1-iscsi swift-proxy-server[78429]: proxy-server: User 89513ee8c18e4a4b9adab3f3aaac42b4 has reseller admin authorizing (txn: txeea49d07ff504a4790cc2-0060b76557) (client_ip: 10.222.0.22) 2021-06-02 11:05:03.458 | Jun 02 11:02:47 dv-osbrick-794198-1-iscsi proxy-server[78524]: 10.222.0.22 10.222.0.22 02/Jun/2021/11/02/47 PUT /v1/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4/glance/317750bc-21d9-47d0-a2f2-abade90e5908 HTTP/1.0 201 - python-swiftclient-3.8.1 gAAAAABgt2VO... - - - txeea49d07ff504a4790cc2-0060b76557 - 0.0207 - - 1622631767.233348370 1622631767.254050255 0 2021-06-02 11:05:03.458 | Jun 02 11:02:47 dv-osbrick-794198-1-iscsi swift-proxy-server[78429]: proxy-server: 10.222.0.22 10.222.0.22 02/Jun/2021/11/02/47 PUT /v1/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4/glance/317750bc-21d9-47d0-a2f2-abade90e5908 HTTP/1.0 201 - python-swiftclient-3.8.1 gAAAAABgt2VO... - - - txeea49d07ff504a4790cc2-0060b76557 - 0.0207 - - 1622631767.233348370 1622631767.254050255 0 2021-06-02 11:05:03.461 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 11:05:03.464 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@s-object.service 2021-06-02 11:05:03.477 | enabled 2021-06-02 11:05:03.481 | + functions-common:service_check:1628 : sudo systemctl status devstack@s-object.service --no-pager 2021-06-02 11:05:03.497 | ● devstack@s-object.service - Devstack devstack@s-object.service 2021-06-02 11:05:03.497 | Loaded: loaded (/etc/systemd/system/devstack@s-object.service; enabled; vendor preset: enabled) 2021-06-02 11:05:03.497 | Active: active (running) since Wed 2021-06-02 11:02:10 UTC; 2min 52s ago 2021-06-02 11:05:03.497 | Main PID: 76946 (swift-object-se) 2021-06-02 11:05:03.497 | Tasks: 23 (limit: 14352) 2021-06-02 11:05:03.497 | CGroup: /system.slice/system-devstack.slice/devstack@s-object.service 2021-06-02 11:05:03.497 | ├─76946 /usr/bin/python3.6 /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v 2021-06-02 11:05:03.497 | ├─77452 /usr/bin/python3.6 /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v 2021-06-02 11:05:03.497 | └─77455 /usr/bin/python3.6 /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v 2021-06-02 11:05:03.497 | 2021-06-02 11:05:03.497 | Jun 02 11:02:41 dv-osbrick-794198-1-iscsi object-server[77455]: 127.0.0.1 - - [02/Jun/2021:11:02:41 +0000] "PUT /sdb1/118/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4/glance/317750bc-21d9-47d0-a2f2-abade90e5908-00001" 201 - "PUT http://10.222.0.22:8080/v1/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4/glance/317750bc-21d9-47d0-a2f2-abade90e5908-00001" "txc85ff401198a4614b1fda-0060b7654f" "proxy-server 78524" 2.4989 "-" 77455 0 2021-06-02 11:05:03.497 | Jun 02 11:02:41 dv-osbrick-794198-1-iscsi swift-object-server[76946]: object-server: 127.0.0.1 - - [02/Jun/2021:11:02:41 +0000] "PUT /sdb1/118/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4/glance/317750bc-21d9-47d0-a2f2-abade90e5908-00001" 201 - "PUT http://10.222.0.22:8080/v1/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4/glance/317750bc-21d9-47d0-a2f2-abade90e5908-00001" "txc85ff401198a4614b1fda-0060b7654f" "proxy-server 78524" 2.4989 "-" 77455 0 2021-06-02 11:05:03.497 | Jun 02 11:02:44 dv-osbrick-794198-1-iscsi object-server[77455]: 127.0.0.1 - - [02/Jun/2021:11:02:44 +0000] "PUT /sdb1/133/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4/glance/317750bc-21d9-47d0-a2f2-abade90e5908-00002" 201 - "PUT http://10.222.0.22:8080/v1/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4/glance/317750bc-21d9-47d0-a2f2-abade90e5908-00002" "txc76b529f18f948118b82c-0060b76551" "proxy-server 78524" 2.4767 "-" 77455 0 2021-06-02 11:05:03.497 | Jun 02 11:02:44 dv-osbrick-794198-1-iscsi swift-object-server[76946]: object-server: 127.0.0.1 - - [02/Jun/2021:11:02:44 +0000] "PUT /sdb1/133/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4/glance/317750bc-21d9-47d0-a2f2-abade90e5908-00002" 201 - "PUT http://10.222.0.22:8080/v1/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4/glance/317750bc-21d9-47d0-a2f2-abade90e5908-00002" "txc76b529f18f948118b82c-0060b76551" "proxy-server 78524" 2.4767 "-" 77455 0 2021-06-02 11:05:03.497 | Jun 02 11:02:46 dv-osbrick-794198-1-iscsi object-server[77455]: 127.0.0.1 - - [02/Jun/2021:11:02:46 +0000] "PUT /sdb1/257/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4/glance/317750bc-21d9-47d0-a2f2-abade90e5908-00003" 201 - "PUT http://10.222.0.22:8080/v1/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4/glance/317750bc-21d9-47d0-a2f2-abade90e5908-00003" "tx7b9507d45e27422588aef-0060b76554" "proxy-server 78524" 2.4607 "-" 77455 0 2021-06-02 11:05:03.497 | Jun 02 11:02:46 dv-osbrick-794198-1-iscsi swift-object-server[76946]: object-server: 127.0.0.1 - - [02/Jun/2021:11:02:46 +0000] "PUT /sdb1/257/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4/glance/317750bc-21d9-47d0-a2f2-abade90e5908-00003" 201 - "PUT http://10.222.0.22:8080/v1/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4/glance/317750bc-21d9-47d0-a2f2-abade90e5908-00003" "tx7b9507d45e27422588aef-0060b76554" "proxy-server 78524" 2.4607 "-" 77455 0 2021-06-02 11:05:03.497 | Jun 02 11:02:47 dv-osbrick-794198-1-iscsi object-server[77455]: 127.0.0.1 - - [02/Jun/2021:11:02:47 +0000] "PUT /sdb1/182/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4/glance/317750bc-21d9-47d0-a2f2-abade90e5908-00004" 201 - "PUT http://10.222.0.22:8080/v1/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4/glance/317750bc-21d9-47d0-a2f2-abade90e5908-00004" "tx52463d2556344290b6680-0060b76556" "proxy-server 78524" 0.3821 "-" 77455 0 2021-06-02 11:05:03.497 | Jun 02 11:02:47 dv-osbrick-794198-1-iscsi swift-object-server[76946]: object-server: 127.0.0.1 - - [02/Jun/2021:11:02:47 +0000] "PUT /sdb1/182/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4/glance/317750bc-21d9-47d0-a2f2-abade90e5908-00004" 201 - "PUT http://10.222.0.22:8080/v1/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4/glance/317750bc-21d9-47d0-a2f2-abade90e5908-00004" "tx52463d2556344290b6680-0060b76556" "proxy-server 78524" 0.3821 "-" 77455 0 2021-06-02 11:05:03.497 | Jun 02 11:02:47 dv-osbrick-794198-1-iscsi object-server[77455]: 127.0.0.1 - - [02/Jun/2021:11:02:47 +0000] "PUT /sdb1/370/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4/glance/317750bc-21d9-47d0-a2f2-abade90e5908" 201 - "PUT http://10.222.0.22:8080/v1/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4/glance/317750bc-21d9-47d0-a2f2-abade90e5908" "txeea49d07ff504a4790cc2-0060b76557" "proxy-server 78524" 0.0113 "-" 77455 0 2021-06-02 11:05:03.498 | Jun 02 11:02:47 dv-osbrick-794198-1-iscsi swift-object-server[76946]: object-server: 127.0.0.1 - - [02/Jun/2021:11:02:47 +0000] "PUT /sdb1/370/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4/glance/317750bc-21d9-47d0-a2f2-abade90e5908" 201 - "PUT http://10.222.0.22:8080/v1/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4/glance/317750bc-21d9-47d0-a2f2-abade90e5908" "txeea49d07ff504a4790cc2-0060b76557" "proxy-server 78524" 0.0113 "-" 77455 0 2021-06-02 11:05:03.501 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 11:05:03.504 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@s-container.service 2021-06-02 11:05:03.517 | enabled 2021-06-02 11:05:03.520 | + functions-common:service_check:1628 : sudo systemctl status devstack@s-container.service --no-pager 2021-06-02 11:05:03.535 | ● devstack@s-container.service - Devstack devstack@s-container.service 2021-06-02 11:05:03.536 | Loaded: loaded (/etc/systemd/system/devstack@s-container.service; enabled; vendor preset: enabled) 2021-06-02 11:05:03.536 | Active: active (running) since Wed 2021-06-02 11:02:11 UTC; 2min 51s ago 2021-06-02 11:05:03.536 | Main PID: 77301 (swift-container) 2021-06-02 11:05:03.536 | Tasks: 3 (limit: 14352) 2021-06-02 11:05:03.536 | CGroup: /system.slice/system-devstack.slice/devstack@s-container.service 2021-06-02 11:05:03.536 | ├─77301 /usr/bin/python3.6 /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v 2021-06-02 11:05:03.536 | ├─77746 /usr/bin/python3.6 /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v 2021-06-02 11:05:03.536 | └─77749 /usr/bin/python3.6 /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v 2021-06-02 11:05:03.536 | 2021-06-02 11:05:03.536 | Jun 02 11:02:41 dv-osbrick-794198-1-iscsi container-server[77749]: 127.0.0.1 - - [02/Jun/2021:11:02:41 +0000] "PUT /sdb1/438/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4/glance/317750bc-21d9-47d0-a2f2-abade90e5908-00001" 201 - "PUT http://10.222.0.22:8080/sdb1/118/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4/glance/317750bc-21d9-47d0-a2f2-abade90e5908-00001" "txc85ff401198a4614b1fda-0060b7654f" "object-server 77455" 0.0010 "-" 77749 0 2021-06-02 11:05:03.536 | Jun 02 11:02:41 dv-osbrick-794198-1-iscsi swift-container-server[77301]: container-server: 127.0.0.1 - - [02/Jun/2021:11:02:41 +0000] "PUT /sdb1/438/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4/glance/317750bc-21d9-47d0-a2f2-abade90e5908-00001" 201 - "PUT http://10.222.0.22:8080/sdb1/118/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4/glance/317750bc-21d9-47d0-a2f2-abade90e5908-00001" "txc85ff401198a4614b1fda-0060b7654f" "object-server 77455" 0.0010 "-" 77749 0 2021-06-02 11:05:03.536 | Jun 02 11:02:44 dv-osbrick-794198-1-iscsi container-server[77749]: 127.0.0.1 - - [02/Jun/2021:11:02:44 +0000] "PUT /sdb1/438/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4/glance/317750bc-21d9-47d0-a2f2-abade90e5908-00002" 201 - "PUT http://10.222.0.22:8080/sdb1/133/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4/glance/317750bc-21d9-47d0-a2f2-abade90e5908-00002" "txc76b529f18f948118b82c-0060b76551" "object-server 77455" 0.0008 "-" 77749 0 2021-06-02 11:05:03.536 | Jun 02 11:02:44 dv-osbrick-794198-1-iscsi swift-container-server[77301]: container-server: 127.0.0.1 - - [02/Jun/2021:11:02:44 +0000] "PUT /sdb1/438/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4/glance/317750bc-21d9-47d0-a2f2-abade90e5908-00002" 201 - "PUT http://10.222.0.22:8080/sdb1/133/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4/glance/317750bc-21d9-47d0-a2f2-abade90e5908-00002" "txc76b529f18f948118b82c-0060b76551" "object-server 77455" 0.0008 "-" 77749 0 2021-06-02 11:05:03.536 | Jun 02 11:02:46 dv-osbrick-794198-1-iscsi container-server[77749]: 127.0.0.1 - - [02/Jun/2021:11:02:46 +0000] "PUT /sdb1/438/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4/glance/317750bc-21d9-47d0-a2f2-abade90e5908-00003" 201 - "PUT http://10.222.0.22:8080/sdb1/257/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4/glance/317750bc-21d9-47d0-a2f2-abade90e5908-00003" "tx7b9507d45e27422588aef-0060b76554" "object-server 77455" 0.0008 "-" 77749 0 2021-06-02 11:05:03.536 | Jun 02 11:02:46 dv-osbrick-794198-1-iscsi swift-container-server[77301]: container-server: 127.0.0.1 - - [02/Jun/2021:11:02:46 +0000] "PUT /sdb1/438/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4/glance/317750bc-21d9-47d0-a2f2-abade90e5908-00003" 201 - "PUT http://10.222.0.22:8080/sdb1/257/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4/glance/317750bc-21d9-47d0-a2f2-abade90e5908-00003" "tx7b9507d45e27422588aef-0060b76554" "object-server 77455" 0.0008 "-" 77749 0 2021-06-02 11:05:03.536 | Jun 02 11:02:47 dv-osbrick-794198-1-iscsi container-server[77749]: 127.0.0.1 - - [02/Jun/2021:11:02:47 +0000] "PUT /sdb1/438/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4/glance/317750bc-21d9-47d0-a2f2-abade90e5908-00004" 201 - "PUT http://10.222.0.22:8080/sdb1/182/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4/glance/317750bc-21d9-47d0-a2f2-abade90e5908-00004" "tx52463d2556344290b6680-0060b76556" "object-server 77455" 0.0008 "-" 77749 0 2021-06-02 11:05:03.536 | Jun 02 11:02:47 dv-osbrick-794198-1-iscsi swift-container-server[77301]: container-server: 127.0.0.1 - - [02/Jun/2021:11:02:47 +0000] "PUT /sdb1/438/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4/glance/317750bc-21d9-47d0-a2f2-abade90e5908-00004" 201 - "PUT http://10.222.0.22:8080/sdb1/182/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4/glance/317750bc-21d9-47d0-a2f2-abade90e5908-00004" "tx52463d2556344290b6680-0060b76556" "object-server 77455" 0.0008 "-" 77749 0 2021-06-02 11:05:03.536 | Jun 02 11:02:47 dv-osbrick-794198-1-iscsi container-server[77746]: 127.0.0.1 - - [02/Jun/2021:11:02:47 +0000] "PUT /sdb1/438/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4/glance/317750bc-21d9-47d0-a2f2-abade90e5908" 201 - "PUT http://10.222.0.22:8080/sdb1/370/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4/glance/317750bc-21d9-47d0-a2f2-abade90e5908" "txeea49d07ff504a4790cc2-0060b76557" "object-server 77455" 0.0010 "-" 77746 0 2021-06-02 11:05:03.536 | Jun 02 11:02:47 dv-osbrick-794198-1-iscsi swift-container-server[77301]: container-server: 127.0.0.1 - - [02/Jun/2021:11:02:47 +0000] "PUT /sdb1/438/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4/glance/317750bc-21d9-47d0-a2f2-abade90e5908" 201 - "PUT http://10.222.0.22:8080/sdb1/370/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4/glance/317750bc-21d9-47d0-a2f2-abade90e5908" "txeea49d07ff504a4790cc2-0060b76557" "object-server 77455" 0.0010 "-" 77746 0 2021-06-02 11:05:03.540 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 11:05:03.542 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@s-account.service 2021-06-02 11:05:03.556 | enabled 2021-06-02 11:05:03.559 | + functions-common:service_check:1628 : sudo systemctl status devstack@s-account.service --no-pager 2021-06-02 11:05:03.576 | ● devstack@s-account.service - Devstack devstack@s-account.service 2021-06-02 11:05:03.576 | Loaded: loaded (/etc/systemd/system/devstack@s-account.service; enabled; vendor preset: enabled) 2021-06-02 11:05:03.576 | Active: active (running) since Wed 2021-06-02 11:02:12 UTC; 2min 51s ago 2021-06-02 11:05:03.576 | Main PID: 77660 (swift-account-s) 2021-06-02 11:05:03.576 | Tasks: 3 (limit: 14352) 2021-06-02 11:05:03.576 | CGroup: /system.slice/system-devstack.slice/devstack@s-account.service 2021-06-02 11:05:03.576 | ├─77660 /usr/bin/python3.6 /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v 2021-06-02 11:05:03.576 | ├─78120 /usr/bin/python3.6 /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v 2021-06-02 11:05:03.577 | └─78122 /usr/bin/python3.6 /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v 2021-06-02 11:05:03.577 | 2021-06-02 11:05:03.577 | Jun 02 11:02:13 dv-osbrick-794198-1-iscsi account-server[77660]: Started child 78122 from parent 77660 2021-06-02 11:05:03.577 | Jun 02 11:02:13 dv-osbrick-794198-1-iscsi swift-account-server[77660]: account-server: Started child 78122 from parent 77660 2021-06-02 11:05:03.577 | Jun 02 11:02:38 dv-osbrick-794198-1-iscsi account-server[78122]: 127.0.0.1 - - [02/Jun/2021:11:02:38 +0000] "HEAD /sdb1/461/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4" 404 - "HEAD http://10.222.0.22:8080/v1/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4?format=json" "txda92b3f639c241e08be31-0060b7654e" "proxy-server 78524" 0.0019 "-" 78122 - 2021-06-02 11:05:03.577 | Jun 02 11:02:38 dv-osbrick-794198-1-iscsi swift-account-server[77660]: account-server: 127.0.0.1 - - [02/Jun/2021:11:02:38 +0000] "HEAD /sdb1/461/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4" 404 - "HEAD http://10.222.0.22:8080/v1/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4?format=json" "txda92b3f639c241e08be31-0060b7654e" "proxy-server 78524" 0.0019 "-" 78122 - 2021-06-02 11:05:03.577 | Jun 02 11:02:39 dv-osbrick-794198-1-iscsi account-server[78122]: 127.0.0.1 - - [02/Jun/2021:11:02:39 +0000] "PUT /sdb1/461/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4" 201 - "-" "txc6794c6b99674a28a15f2-0060b7654f" "-" 0.0160 "-" 78122 - 2021-06-02 11:05:03.577 | Jun 02 11:02:39 dv-osbrick-794198-1-iscsi swift-account-server[77660]: account-server: 127.0.0.1 - - [02/Jun/2021:11:02:39 +0000] "PUT /sdb1/461/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4" 201 - "-" "txc6794c6b99674a28a15f2-0060b7654f" "-" 0.0160 "-" 78122 - 2021-06-02 11:05:03.577 | Jun 02 11:02:39 dv-osbrick-794198-1-iscsi account-server[78122]: 127.0.0.1 - - [02/Jun/2021:11:02:39 +0000] "HEAD /sdb1/461/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4" 204 - "HEAD http://10.222.0.22:8080/v1/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4?format=json" "txc6794c6b99674a28a15f2-0060b7654f" "proxy-server 78524" 0.0021 "-" 78122 - 2021-06-02 11:05:03.577 | Jun 02 11:02:39 dv-osbrick-794198-1-iscsi swift-account-server[77660]: account-server: 127.0.0.1 - - [02/Jun/2021:11:02:39 +0000] "HEAD /sdb1/461/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4" 204 - "HEAD http://10.222.0.22:8080/v1/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4?format=json" "txc6794c6b99674a28a15f2-0060b7654f" "proxy-server 78524" 0.0021 "-" 78122 - 2021-06-02 11:05:03.577 | Jun 02 11:02:39 dv-osbrick-794198-1-iscsi account-server[78122]: 127.0.0.1 - - [02/Jun/2021:11:02:39 +0000] "PUT /sdb1/461/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4/glance" 201 - "PUT http://127.0.0.1:6611/sdb1/438/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4/glance" "txc6794c6b99674a28a15f2-0060b7654f" "container-server 77749" 0.0018 "-" 78122 0 2021-06-02 11:05:03.577 | Jun 02 11:02:39 dv-osbrick-794198-1-iscsi swift-account-server[77660]: account-server: 127.0.0.1 - - [02/Jun/2021:11:02:39 +0000] "PUT /sdb1/461/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4/glance" 201 - "PUT http://127.0.0.1:6611/sdb1/438/AUTH_89513ee8c18e4a4b9adab3f3aaac42b4/glance" "txc6794c6b99674a28a15f2-0060b7654f" "container-server 77749" 0.0018 "-" 78122 0 2021-06-02 11:05:03.580 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 11:05:03.582 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@heat.service 2021-06-02 11:05:03.594 | Failed to get unit file state for devstack@heat.service: No such file or directory 2021-06-02 11:05:03.598 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 11:05:03.601 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@h-api.service 2021-06-02 11:05:03.613 | Failed to get unit file state for devstack@h-api.service: No such file or directory 2021-06-02 11:05:03.617 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 11:05:03.620 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@h-api-cfn.service 2021-06-02 11:05:03.632 | Failed to get unit file state for devstack@h-api-cfn.service: No such file or directory 2021-06-02 11:05:03.636 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 11:05:03.639 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@h-api-cw.service 2021-06-02 11:05:03.651 | Failed to get unit file state for devstack@h-api-cw.service: No such file or directory 2021-06-02 11:05:03.655 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 11:05:03.657 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@h-eng.service 2021-06-02 11:05:03.670 | Failed to get unit file state for devstack@h-eng.service: No such file or directory 2021-06-02 11:05:03.673 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 11:05:03.676 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@ceilometer-acentral.service 2021-06-02 11:05:03.688 | Failed to get unit file state for devstack@ceilometer-acentral.service: No such file or directory 2021-06-02 11:05:03.692 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 11:05:03.694 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@ceilometer-acompute.service 2021-06-02 11:05:03.706 | Failed to get unit file state for devstack@ceilometer-acompute.service: No such file or directory 2021-06-02 11:05:03.710 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 11:05:03.714 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@ceilometer-collector.service 2021-06-02 11:05:03.725 | Failed to get unit file state for devstack@ceilometer-collector.service: No such file or directory 2021-06-02 11:05:03.729 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 11:05:03.732 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@ceilometer-api.service 2021-06-02 11:05:03.745 | Failed to get unit file state for devstack@ceilometer-api.service: No such file or directory 2021-06-02 11:05:03.749 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 11:05:03.752 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@ceilometer-anotification.service 2021-06-02 11:05:03.764 | Failed to get unit file state for devstack@ceilometer-anotification.service: No such file or directory 2021-06-02 11:05:03.768 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 11:05:03.770 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@s-container-sync.service 2021-06-02 11:05:03.784 | enabled 2021-06-02 11:05:03.787 | + functions-common:service_check:1628 : sudo systemctl status devstack@s-container-sync.service --no-pager 2021-06-02 11:05:03.802 | ● devstack@s-container-sync.service - Devstack devstack@s-container-sync.service 2021-06-02 11:05:03.803 | Loaded: loaded (/etc/systemd/system/devstack@s-container-sync.service; enabled; vendor preset: enabled) 2021-06-02 11:05:03.803 | Active: active (running) since Wed 2021-06-02 11:02:13 UTC; 2min 50s ago 2021-06-02 11:05:03.803 | Main PID: 78056 (swift-container) 2021-06-02 11:05:03.803 | Tasks: 1 (limit: 14352) 2021-06-02 11:05:03.803 | CGroup: /system.slice/system-devstack.slice/devstack@s-container-sync.service 2021-06-02 11:05:03.803 | └─78056 /usr/bin/python3.6 /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf 2021-06-02 11:05:03.803 | 2021-06-02 11:05:03.803 | Jun 02 11:02:13 dv-osbrick-794198-1-iscsi systemd[1]: Started Devstack devstack@s-container-sync.service. 2021-06-02 11:05:03.803 | Jun 02 11:02:14 dv-osbrick-794198-1-iscsi container-sync[78056]: Starting 78056 2021-06-02 11:05:03.803 | Jun 02 11:02:14 dv-osbrick-794198-1-iscsi container-sync[78056]: Configuration option internal_client_conf_path not defined. Using default configuration, See internal-client.conf-sample for options 2021-06-02 11:05:03.806 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 11:05:03.809 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@n-super-cond.service 2021-06-02 11:05:03.822 | enabled 2021-06-02 11:05:03.826 | + functions-common:service_check:1628 : sudo systemctl status devstack@n-super-cond.service --no-pager 2021-06-02 11:05:03.842 | ● devstack@n-super-cond.service - Devstack devstack@n-super-cond.service 2021-06-02 11:05:03.842 | Loaded: loaded (/etc/systemd/system/devstack@n-super-cond.service; enabled; vendor preset: enabled) 2021-06-02 11:05:03.842 | Active: active (running) since Wed 2021-06-02 11:03:56 UTC; 1min 7s ago 2021-06-02 11:05:03.842 | Main PID: 86389 (nova-conductor) 2021-06-02 11:05:03.842 | Tasks: 3 (limit: 14352) 2021-06-02 11:05:03.842 | CGroup: /system.slice/system-devstack.slice/devstack@n-super-cond.service 2021-06-02 11:05:03.842 | ├─86389 /usr/bin/python3.6 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2021-06-02 11:05:03.842 | ├─87264 /usr/bin/python3.6 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2021-06-02 11:05:03.842 | └─87265 /usr/bin/python3.6 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2021-06-02 11:05:03.842 | 2021-06-02 11:05:03.842 | Jun 02 11:04:01 dv-osbrick-794198-1-iscsi nova-conductor[86389]: DEBUG oslo_service.service [-] oslo_reports.file_event_handler = None {{(pid=86389) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-06-02 11:05:03.842 | Jun 02 11:04:01 dv-osbrick-794198-1-iscsi nova-conductor[86389]: DEBUG oslo_service.service [-] oslo_reports.file_event_handler_interval = 1 {{(pid=86389) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-06-02 11:05:03.842 | Jun 02 11:04:01 dv-osbrick-794198-1-iscsi nova-conductor[86389]: DEBUG oslo_service.service [-] oslo_reports.log_dir = None {{(pid=86389) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-06-02 11:05:03.842 | Jun 02 11:04:01 dv-osbrick-794198-1-iscsi nova-conductor[86389]: DEBUG oslo_service.service [-] ******************************************************************************** {{(pid=86389) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2587}} 2021-06-02 11:05:03.842 | Jun 02 11:04:01 dv-osbrick-794198-1-iscsi nova-conductor[86389]: DEBUG nova.service [None req-7b1f2e97-fd68-4612-a50a-5eed4c55ea36 None None] Creating RPC server for service conductor {{(pid=87264) start /opt/stack/nova/nova/service.py:197}} 2021-06-02 11:05:03.842 | Jun 02 11:04:01 dv-osbrick-794198-1-iscsi nova-conductor[86389]: DEBUG nova.service [None req-7b1f2e97-fd68-4612-a50a-5eed4c55ea36 None None] Join ServiceGroup membership for this service conductor {{(pid=87264) start /opt/stack/nova/nova/service.py:215}} 2021-06-02 11:05:03.842 | Jun 02 11:04:01 dv-osbrick-794198-1-iscsi nova-conductor[86389]: DEBUG nova.servicegroup.drivers.db [None req-7b1f2e97-fd68-4612-a50a-5eed4c55ea36 None None] DB_Driver: join new ServiceGroup member dv-osbrick-794198-1-iscsi to the conductor group, service = {{(pid=87264) join /opt/stack/nova/nova/servicegroup/drivers/db.py:47}} 2021-06-02 11:05:03.842 | Jun 02 11:04:01 dv-osbrick-794198-1-iscsi nova-conductor[86389]: DEBUG nova.service [None req-9226e0fe-1f99-4490-aec0-93dc665dfb7b None None] Creating RPC server for service conductor {{(pid=87265) start /opt/stack/nova/nova/service.py:197}} 2021-06-02 11:05:03.842 | Jun 02 11:04:01 dv-osbrick-794198-1-iscsi nova-conductor[86389]: DEBUG nova.service [None req-9226e0fe-1f99-4490-aec0-93dc665dfb7b None None] Join ServiceGroup membership for this service conductor {{(pid=87265) start /opt/stack/nova/nova/service.py:215}} 2021-06-02 11:05:03.842 | Jun 02 11:04:01 dv-osbrick-794198-1-iscsi nova-conductor[86389]: DEBUG nova.servicegroup.drivers.db [None req-9226e0fe-1f99-4490-aec0-93dc665dfb7b None None] DB_Driver: join new ServiceGroup member dv-osbrick-794198-1-iscsi to the conductor group, service = {{(pid=87265) join /opt/stack/nova/nova/servicegroup/drivers/db.py:47}} 2021-06-02 11:05:03.846 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-06-02 11:05:03.848 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@n-cond-cell1.service 2021-06-02 11:05:03.861 | enabled 2021-06-02 11:05:03.865 | + functions-common:service_check:1628 : sudo systemctl status devstack@n-cond-cell1.service --no-pager 2021-06-02 11:05:03.880 | ● devstack@n-cond-cell1.service - Devstack devstack@n-cond-cell1.service 2021-06-02 11:05:03.880 | Loaded: loaded (/etc/systemd/system/devstack@n-cond-cell1.service; enabled; vendor preset: enabled) 2021-06-02 11:05:03.880 | Active: active (running) since Wed 2021-06-02 11:03:58 UTC; 1min 5s ago 2021-06-02 11:05:03.880 | Main PID: 86774 (nova-conductor) 2021-06-02 11:05:03.880 | Tasks: 3 (limit: 14352) 2021-06-02 11:05:03.880 | CGroup: /system.slice/system-devstack.slice/devstack@n-cond-cell1.service 2021-06-02 11:05:03.880 | ├─86774 /usr/bin/python3.6 /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf 2021-06-02 11:05:03.880 | ├─87271 /usr/bin/python3.6 /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf 2021-06-02 11:05:03.880 | └─87272 /usr/bin/python3.6 /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf 2021-06-02 11:05:03.880 | 2021-06-02 11:05:03.880 | Jun 02 11:04:02 dv-osbrick-794198-1-iscsi nova-conductor[86774]: DEBUG oslo_service.service [-] oslo_reports.file_event_handler = None {{(pid=86774) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-06-02 11:05:03.880 | Jun 02 11:04:02 dv-osbrick-794198-1-iscsi nova-conductor[86774]: DEBUG oslo_service.service [-] oslo_reports.file_event_handler_interval = 1 {{(pid=86774) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-06-02 11:05:03.880 | Jun 02 11:04:02 dv-osbrick-794198-1-iscsi nova-conductor[86774]: DEBUG oslo_service.service [-] oslo_reports.log_dir = None {{(pid=86774) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-06-02 11:05:03.880 | Jun 02 11:04:02 dv-osbrick-794198-1-iscsi nova-conductor[86774]: DEBUG oslo_service.service [-] ******************************************************************************** {{(pid=86774) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2587}} 2021-06-02 11:05:03.880 | Jun 02 11:04:02 dv-osbrick-794198-1-iscsi nova-conductor[86774]: DEBUG nova.service [None req-f2df783f-03bb-4012-bee5-282bb2dcfe4e None None] Creating RPC server for service conductor {{(pid=87271) start /opt/stack/nova/nova/service.py:197}} 2021-06-02 11:05:03.880 | Jun 02 11:04:02 dv-osbrick-794198-1-iscsi nova-conductor[86774]: DEBUG nova.service [None req-f2df783f-03bb-4012-bee5-282bb2dcfe4e None None] Join ServiceGroup membership for this service conductor {{(pid=87271) start /opt/stack/nova/nova/service.py:215}} 2021-06-02 11:05:03.880 | Jun 02 11:04:02 dv-osbrick-794198-1-iscsi nova-conductor[86774]: DEBUG nova.servicegroup.drivers.db [None req-f2df783f-03bb-4012-bee5-282bb2dcfe4e None None] DB_Driver: join new ServiceGroup member dv-osbrick-794198-1-iscsi to the conductor group, service = {{(pid=87271) join /opt/stack/nova/nova/servicegroup/drivers/db.py:47}} 2021-06-02 11:05:03.880 | Jun 02 11:04:02 dv-osbrick-794198-1-iscsi nova-conductor[86774]: DEBUG nova.service [None req-d2780804-791a-4b70-9b9f-c1c9aa9209df None None] Creating RPC server for service conductor {{(pid=87272) start /opt/stack/nova/nova/service.py:197}} 2021-06-02 11:05:03.881 | Jun 02 11:04:02 dv-osbrick-794198-1-iscsi nova-conductor[86774]: DEBUG nova.service [None req-d2780804-791a-4b70-9b9f-c1c9aa9209df None None] Join ServiceGroup membership for this service conductor {{(pid=87272) start /opt/stack/nova/nova/service.py:215}} 2021-06-02 11:05:03.881 | Jun 02 11:04:02 dv-osbrick-794198-1-iscsi nova-conductor[86774]: DEBUG nova.servicegroup.drivers.db [None req-d2780804-791a-4b70-9b9f-c1c9aa9209df None None] DB_Driver: join new ServiceGroup member dv-osbrick-794198-1-iscsi to the conductor group, service = {{(pid=87272) join /opt/stack/nova/nova/servicegroup/drivers/db.py:47}} 2021-06-02 11:05:03.884 | + ./stack.sh:main:1447 : is_service_enabled n-api 2021-06-02 11:05:03.902 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:05:03.905 | + ./stack.sh:main:1448 : is_service_enabled n-cpu 2021-06-02 11:05:03.921 | + functions-common:is_service_enabled:1988 : return 1 2021-06-02 11:05:03.924 | + ./stack.sh:main:1455 : 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-06-02 11:05:03.927 | + ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-06-02 11:05:03.929 | + ./stack.sh:echo_summary:461 : 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-06-02 11:05:03.932 | + ./stack.sh:main:1462 : /usr/local/bin/nova-status --config-file /etc/nova/nova.conf upgrade check 2021-06-02 11:05:07.215 | +--------------------------------------------------------------------+ 2021-06-02 11:05:07.216 | | Upgrade Check Results | 2021-06-02 11:05:07.216 | +--------------------------------------------------------------------+ 2021-06-02 11:05:07.216 | | Check: Cells v2 | 2021-06-02 11:05:07.216 | | Result: Success | 2021-06-02 11:05:07.216 | | Details: No host mappings or compute nodes were found. Remember to | 2021-06-02 11:05:07.216 | | run command 'nova-manage cell_v2 discover_hosts' when new | 2021-06-02 11:05:07.216 | | compute hosts are deployed. | 2021-06-02 11:05:07.216 | +--------------------------------------------------------------------+ 2021-06-02 11:05:07.216 | | Check: Placement API | 2021-06-02 11:05:07.216 | | Result: Success | 2021-06-02 11:05:07.216 | | Details: None | 2021-06-02 11:05:07.216 | +--------------------------------------------------------------------+ 2021-06-02 11:05:07.216 | | Check: Ironic Flavor Migration | 2021-06-02 11:05:07.216 | | Result: Success | 2021-06-02 11:05:07.216 | | Details: None | 2021-06-02 11:05:07.216 | +--------------------------------------------------------------------+ 2021-06-02 11:05:07.216 | | Check: Cinder API | 2021-06-02 11:05:07.216 | | Result: Success | 2021-06-02 11:05:07.216 | | Details: None | 2021-06-02 11:05:07.216 | +--------------------------------------------------------------------+ 2021-06-02 11:05:07.560 | + ./stack.sh:main:1469 : [[ -x /home/ubuntu/devstack/local.sh ]] 2021-06-02 11:05:07.563 | + ./stack.sh:main:1470 : echo 'Running user script /home/ubuntu/devstack/local.sh' 2021-06-02 11:05:07.563 | Running user script /home/ubuntu/devstack/local.sh 2021-06-02 11:05:07.565 | + ./stack.sh:main:1471 : /home/ubuntu/devstack/local.sh 2021-06-02 11:05:07.567 | Before updating nova flavors: 2021-06-02 11:05:09.732 | +----+-----------+-------+------+-----------+-------+-----------+ 2021-06-02 11:05:09.733 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2021-06-02 11:05:09.733 | +----+-----------+-------+------+-----------+-------+-----------+ 2021-06-02 11:05:09.733 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2021-06-02 11:05:09.733 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2021-06-02 11:05:09.733 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2021-06-02 11:05:09.733 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2021-06-02 11:05:09.733 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2021-06-02 11:05:09.733 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2021-06-02 11:05:09.733 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2021-06-02 11:05:09.733 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2021-06-02 11:05:09.733 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2021-06-02 11:05:09.733 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2021-06-02 11:05:09.733 | +----+-----------+-------+------+-----------+-------+-----------+ 2021-06-02 11:05:11.699 | ERROR (CommandError): No flavor with a name or ID of '42' exists. 2021-06-02 11:05:11.779 | Flavor 42 not found 2021-06-02 11:05:13.660 | ERROR (CommandError): No flavor with a name or ID of '84' exists. 2021-06-02 11:05:13.739 | Flavor 84 not found 2021-06-02 11:05:15.627 | ERROR (CommandError): No flavor with a name or ID of '451' exists. 2021-06-02 11:05:15.716 | Flavor 451 not found 2021-06-02 11:05:17.475 | +----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-06-02 11:05:17.475 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-06-02 11:05:17.475 | +----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-06-02 11:05:17.475 | | 42 | m1.nano | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-06-02 11:05:17.475 | +----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-06-02 11:05:19.343 | +----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-06-02 11:05:19.343 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-06-02 11:05:19.343 | +----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-06-02 11:05:19.343 | | 84 | m1.micro | 256 | 2 | 0 | 0 | 1 | 1.0 | True | - | 2021-06-02 11:05:19.343 | +----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-06-02 11:05:21.206 | +-----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-06-02 11:05:21.206 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-06-02 11:05:21.206 | +-----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-06-02 11:05:21.206 | | 451 | m1.heat | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-06-02 11:05:21.206 | +-----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-06-02 11:05:23.054 | +-----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-06-02 11:05:23.054 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-06-02 11:05:23.054 | +-----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-06-02 11:05:23.054 | | 452 | m1.heat2 | 1024 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-06-02 11:05:23.054 | +-----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-06-02 11:05:23.135 | After updating nova flavors: 2021-06-02 11:05:24.918 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-06-02 11:05:24.918 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-06-02 11:05:24.918 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-06-02 11:05:24.918 | | 1 | m1.tiny | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-06-02 11:05:24.918 | | 2 | m1.small | 2048 | 20 | 0 | 0 | 1 | 1.0 | True | - | 2021-06-02 11:05:24.918 | | 3 | m1.medium | 4096 | 40 | 0 | 0 | 2 | 1.0 | True | - | 2021-06-02 11:05:24.918 | | 4 | m1.large | 8192 | 80 | 0 | 0 | 4 | 1.0 | True | - | 2021-06-02 11:05:24.918 | | 42 | m1.nano | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-06-02 11:05:24.919 | | 451 | m1.heat | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-06-02 11:05:24.919 | | 452 | m1.heat2 | 1024 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-06-02 11:05:24.919 | | 5 | m1.xlarge | 16384 | 160 | 0 | 0 | 8 | 1.0 | True | - | 2021-06-02 11:05:24.919 | | 84 | m1.micro | 256 | 2 | 0 | 0 | 1 | 1.0 | True | - | 2021-06-02 11:05:24.919 | | c1 | cirros256 | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-06-02 11:05:24.919 | | d1 | ds512M | 512 | 5 | 0 | 0 | 1 | 1.0 | True | - | 2021-06-02 11:05:24.919 | | d2 | ds1G | 1024 | 10 | 0 | 0 | 1 | 1.0 | True | - | 2021-06-02 11:05:24.919 | | d3 | ds2G | 2048 | 10 | 0 | 0 | 2 | 1.0 | True | - | 2021-06-02 11:05:24.919 | | d4 | ds4G | 4096 | 20 | 0 | 0 | 4 | 1.0 | True | - | 2021-06-02 11:05:24.919 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-06-02 11:05:30.550 | Neutron networks: 2021-06-02 11:05:32.700 | +--------------------------------------+---------+--------------------------------------+ 2021-06-02 11:05:32.700 | | ID | Name | Subnets | 2021-06-02 11:05:32.700 | +--------------------------------------+---------+--------------------------------------+ 2021-06-02 11:05:32.700 | | 342ffd33-14f7-406a-bf1e-758d0ca97dfd | public | 0467d836-f23d-4303-920c-9e82e75ae609 | 2021-06-02 11:05:32.700 | | eebe07b4-e477-41b3-8da0-d26ade717595 | private | ebc3c081-6409-4628-b117-7a751b51f2a5 | 2021-06-02 11:05:32.700 | +--------------------------------------+---------+--------------------------------------+ 2021-06-02 11:05:37.446 | +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-06-02 11:05:37.446 | | Field | Value | 2021-06-02 11:05:37.446 | +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-06-02 11:05:37.446 | | admin_state_up | UP | 2021-06-02 11:05:37.446 | | availability_zone_hints | | 2021-06-02 11:05:37.446 | | availability_zones | nova | 2021-06-02 11:05:37.446 | | created_at | 2021-06-02T11:03:37Z | 2021-06-02 11:05:37.446 | | description | | 2021-06-02 11:05:37.446 | | dns_domain | None | 2021-06-02 11:05:37.446 | | id | 342ffd33-14f7-406a-bf1e-758d0ca97dfd | 2021-06-02 11:05:37.446 | | ipv4_address_scope | None | 2021-06-02 11:05:37.446 | | ipv6_address_scope | None | 2021-06-02 11:05:37.446 | | is_default | True | 2021-06-02 11:05:37.446 | | is_vlan_transparent | None | 2021-06-02 11:05:37.446 | | location | cloud='', project.domain_id='default', project.domain_name=, project.id='5147c25ebaa345ef9d463e007d90b024', project.name='admin', region_name='RegionOne', zone= | 2021-06-02 11:05:37.446 | | mtu | 1500 | 2021-06-02 11:05:37.446 | | name | public | 2021-06-02 11:05:37.446 | | port_security_enabled | True | 2021-06-02 11:05:37.446 | | project_id | 5147c25ebaa345ef9d463e007d90b024 | 2021-06-02 11:05:37.447 | | provider:network_type | flat | 2021-06-02 11:05:37.447 | | provider:physical_network | physnet1 | 2021-06-02 11:05:37.447 | | provider:segmentation_id | None | 2021-06-02 11:05:37.447 | | qos_policy_id | None | 2021-06-02 11:05:37.447 | | revision_number | 2 | 2021-06-02 11:05:37.447 | | router:external | External | 2021-06-02 11:05:37.447 | | segments | None | 2021-06-02 11:05:37.447 | | shared | False | 2021-06-02 11:05:37.447 | | status | ACTIVE | 2021-06-02 11:05:37.447 | | subnets | 0467d836-f23d-4303-920c-9e82e75ae609 | 2021-06-02 11:05:37.447 | | tags | | 2021-06-02 11:05:37.447 | | updated_at | 2021-06-02T11:03:44Z | 2021-06-02 11:05:37.447 | +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-06-02 11:05:39.734 | +---------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-06-02 11:05:39.734 | | Field | Value | 2021-06-02 11:05:39.734 | +---------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-06-02 11:05:39.734 | | admin_state_up | UP | 2021-06-02 11:05:39.734 | | availability_zone_hints | | 2021-06-02 11:05:39.734 | | availability_zones | nova | 2021-06-02 11:05:39.734 | | created_at | 2021-06-02T11:03:22Z | 2021-06-02 11:05:39.734 | | description | | 2021-06-02 11:05:39.734 | | dns_domain | None | 2021-06-02 11:05:39.734 | | id | eebe07b4-e477-41b3-8da0-d26ade717595 | 2021-06-02 11:05:39.734 | | ipv4_address_scope | None | 2021-06-02 11:05:39.734 | | ipv6_address_scope | None | 2021-06-02 11:05:39.734 | | is_default | None | 2021-06-02 11:05:39.734 | | is_vlan_transparent | None | 2021-06-02 11:05:39.734 | | location | cloud='', project.domain_id=, project.domain_name=, project.id='b87c76d7152c4cd2b97c230f09df9828', project.name=, region_name='RegionOne', zone= | 2021-06-02 11:05:39.734 | | mtu | 1500 | 2021-06-02 11:05:39.734 | | name | private | 2021-06-02 11:05:39.734 | | port_security_enabled | True | 2021-06-02 11:05:39.734 | | project_id | b87c76d7152c4cd2b97c230f09df9828 | 2021-06-02 11:05:39.734 | | provider:network_type | vlan | 2021-06-02 11:05:39.734 | | provider:physical_network | physnet1 | 2021-06-02 11:05:39.734 | | provider:segmentation_id | 350 | 2021-06-02 11:05:39.734 | | qos_policy_id | None | 2021-06-02 11:05:39.734 | | revision_number | 3 | 2021-06-02 11:05:39.734 | | router:external | Internal | 2021-06-02 11:05:39.734 | | segments | None | 2021-06-02 11:05:39.734 | | shared | False | 2021-06-02 11:05:39.734 | | status | ACTIVE | 2021-06-02 11:05:39.735 | | subnets | ebc3c081-6409-4628-b117-7a751b51f2a5 | 2021-06-02 11:05:39.735 | | tags | | 2021-06-02 11:05:39.735 | | updated_at | 2021-06-02T11:05:30Z | 2021-06-02 11:05:39.735 | +---------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-06-02 11:05:39.838 | Neutron subnetworks: 2021-06-02 11:05:41.933 | +--------------------------------------+----------------+--------------------------------------+---------------+ 2021-06-02 11:05:41.933 | | ID | Name | Network | Subnet | 2021-06-02 11:05:41.933 | +--------------------------------------+----------------+--------------------------------------+---------------+ 2021-06-02 11:05:41.933 | | 0467d836-f23d-4303-920c-9e82e75ae609 | public-subnet | 342ffd33-14f7-406a-bf1e-758d0ca97dfd | 172.29.0.0/24 | 2021-06-02 11:05:41.933 | | ebc3c081-6409-4628-b117-7a751b51f2a5 | private-subnet | eebe07b4-e477-41b3-8da0-d26ade717595 | 172.20.0.0/26 | 2021-06-02 11:05:41.933 | +--------------------------------------+----------------+--------------------------------------+---------------+ 2021-06-02 11:05:46.388 | +-------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-06-02 11:05:46.388 | | Field | Value | 2021-06-02 11:05:46.388 | +-------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-06-02 11:05:46.388 | | allocation_pools | 172.29.0.2-172.29.0.254 | 2021-06-02 11:05:46.388 | | cidr | 172.29.0.0/24 | 2021-06-02 11:05:46.388 | | created_at | 2021-06-02T11:03:44Z | 2021-06-02 11:05:46.388 | | description | | 2021-06-02 11:05:46.388 | | dns_nameservers | | 2021-06-02 11:05:46.388 | | enable_dhcp | False | 2021-06-02 11:05:46.388 | | gateway_ip | 172.29.0.1 | 2021-06-02 11:05:46.388 | | host_routes | | 2021-06-02 11:05:46.388 | | id | 0467d836-f23d-4303-920c-9e82e75ae609 | 2021-06-02 11:05:46.388 | | ip_version | 4 | 2021-06-02 11:05:46.388 | | ipv6_address_mode | None | 2021-06-02 11:05:46.388 | | ipv6_ra_mode | None | 2021-06-02 11:05:46.388 | | location | cloud='', project.domain_id='default', project.domain_name=, project.id='5147c25ebaa345ef9d463e007d90b024', project.name='admin', region_name='RegionOne', zone= | 2021-06-02 11:05:46.388 | | name | public-subnet | 2021-06-02 11:05:46.388 | | network_id | 342ffd33-14f7-406a-bf1e-758d0ca97dfd | 2021-06-02 11:05:46.388 | | prefix_length | None | 2021-06-02 11:05:46.388 | | project_id | 5147c25ebaa345ef9d463e007d90b024 | 2021-06-02 11:05:46.388 | | revision_number | 0 | 2021-06-02 11:05:46.388 | | segment_id | None | 2021-06-02 11:05:46.388 | | service_types | | 2021-06-02 11:05:46.388 | | subnetpool_id | None | 2021-06-02 11:05:46.388 | | tags | | 2021-06-02 11:05:46.388 | | updated_at | 2021-06-02T11:03:44Z | 2021-06-02 11:05:46.388 | +-------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-06-02 11:05:48.572 | +-------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-06-02 11:05:48.572 | | Field | Value | 2021-06-02 11:05:48.572 | +-------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-06-02 11:05:48.572 | | allocation_pools | 172.20.0.2-172.20.0.62 | 2021-06-02 11:05:48.572 | | cidr | 172.20.0.0/26 | 2021-06-02 11:05:48.572 | | created_at | 2021-06-02T11:03:25Z | 2021-06-02 11:05:48.572 | | description | | 2021-06-02 11:05:48.572 | | dns_nameservers | 8.8.4.4, 8.8.8.8 | 2021-06-02 11:05:48.572 | | enable_dhcp | True | 2021-06-02 11:05:48.572 | | gateway_ip | 172.20.0.1 | 2021-06-02 11:05:48.572 | | host_routes | | 2021-06-02 11:05:48.572 | | id | ebc3c081-6409-4628-b117-7a751b51f2a5 | 2021-06-02 11:05:48.572 | | ip_version | 4 | 2021-06-02 11:05:48.573 | | ipv6_address_mode | None | 2021-06-02 11:05:48.573 | | ipv6_ra_mode | None | 2021-06-02 11:05:48.573 | | location | cloud='', project.domain_id=, project.domain_name=, project.id='b87c76d7152c4cd2b97c230f09df9828', project.name=, region_name='RegionOne', zone= | 2021-06-02 11:05:48.573 | | name | private-subnet | 2021-06-02 11:05:48.573 | | network_id | eebe07b4-e477-41b3-8da0-d26ade717595 | 2021-06-02 11:05:48.573 | | prefix_length | None | 2021-06-02 11:05:48.573 | | project_id | b87c76d7152c4cd2b97c230f09df9828 | 2021-06-02 11:05:48.573 | | revision_number | 1 | 2021-06-02 11:05:48.573 | | segment_id | None | 2021-06-02 11:05:48.573 | | service_types | | 2021-06-02 11:05:48.573 | | subnetpool_id | c746678f-939a-4a16-88ca-7435fbc6ae29 | 2021-06-02 11:05:48.573 | | tags | | 2021-06-02 11:05:48.573 | | updated_at | 2021-06-02T11:05:30Z | 2021-06-02 11:05:48.573 | +-------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-06-02 11:05:48.873 | + ./stack.sh:main:1480 : command openstack complete 2021-06-02 11:05:48.874 | + ./stack.sh:main:1481 : sudo tee /etc/bash_completion.d/osc.bash_completion 2021-06-02 11:05:48.876 | + ./stack.sh:main:1480 : openstack complete 2021-06-02 11:05:51.541 | + ./stack.sh:main:1484 : is_service_enabled cinder 2021-06-02 11:05:51.565 | + functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:05:51.567 | + ./stack.sh:main:1485 : is_ubuntu 2021-06-02 11:05:51.570 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-06-02 11:05:51.574 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-06-02 11:05:51.577 | + ./stack.sh:main:1486 : echo_summary 'Configuring lvm.conf global device filter' 2021-06-02 11:05:51.579 | + ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-06-02 11:05:51.582 | + ./stack.sh:echo_summary:461 : echo -e Configuring lvm.conf global device filter 2021-06-02 11:05:51.584 | + ./stack.sh:main:1487 : set_lvm_filter 2021-06-02 11:05:51.588 | + lib/lvm:set_lvm_filter:182 : local 'filter_suffix="r|.*|" ] # from devstack' 2021-06-02 11:05:51.590 | + lib/lvm:set_lvm_filter:183 : local 'filter_string=global_filter = [ ' 2021-06-02 11:05:51.593 | + lib/lvm:set_lvm_filter:184 : local pv 2021-06-02 11:05:51.595 | + lib/lvm:set_lvm_filter:185 : local vg 2021-06-02 11:05:51.598 | + lib/lvm:set_lvm_filter:186 : local line 2021-06-02 11:05:51.601 | ++ lib/lvm:set_lvm_filter:188 : sudo pvs --noheadings -o name 2021-06-02 11:05:51.691 | + lib/lvm:set_lvm_filter:193 : filter_string='global_filter = [ "r|.*|" ] # from devstack' 2021-06-02 11:05:51.693 | + lib/lvm:set_lvm_filter:195 : clean_lvm_filter 2021-06-02 11:05:51.696 | + lib/lvm:clean_lvm_filter:170 : sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf 2021-06-02 11:05:51.716 | + lib/lvm:set_lvm_filter:196 : sudo sed -i '/# global_filter = \[*\]/a\ global_filter = [ "r|.*|" ] # from devstack' /etc/lvm/lvm.conf 2021-06-02 11:05:51.734 | + lib/lvm:set_lvm_filter:197 : echo_summary 'set lvm.conf device global_filter to: global_filter = [ "r|.*|" ] # from devstack' 2021-06-02 11:05:51.737 | + ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-06-02 11:05:51.740 | + ./stack.sh:echo_summary:461 : echo -e set lvm.conf device global_filter to: global_filter = '[' '"r|.*|"' ']' '#' from devstack 2021-06-02 11:05:51.743 | + ./stack.sh:main:1497 : run_phase stack test-config 2021-06-02 11:05:51.746 | + functions-common:run_phase:1760 : local mode=stack 2021-06-02 11:05:51.748 | + functions-common:run_phase:1761 : local phase=test-config 2021-06-02 11:05:51.751 | + functions-common:run_phase:1762 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-06-02 11:05:51.753 | + functions-common:run_phase:1763 : local extra_plugin_file_name 2021-06-02 11:05:51.756 | + functions-common:run_phase:1764 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-06-02 11:05:51.759 | + functions-common:run_phase:1769 : local exceptions=80-tempest.sh 2021-06-02 11:05:51.761 | + functions-common:run_phase:1770 : local extra 2021-06-02 11:05:51.765 | ++ functions-common:run_phase:1771 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-06-02 11:05:51.768 | + functions-common:run_phase:1771 : extra=80-tempest.sh 2021-06-02 11:05:51.771 | + functions-common:run_phase:1772 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-06-02 11:05:51.774 | + functions-common:run_phase:1776 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-06-02 11:05:51.776 | + functions-common:run_phase:1776 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack test-config 2021-06-02 11:05:51.779 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-06-02 11:05:51.797 | ++ functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:05:51.799 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2021-06-02 11:05:51.802 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2021-06-02 11:05:51.804 | ++ extras.d/80-tempest.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2021-06-02 11:05:51.807 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2021-06-02 11:05:51.809 | ++ extras.d/80-tempest.sh:source:10 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2021-06-02 11:05:51.812 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2021-06-02 11:05:51.814 | ++ extras.d/80-tempest.sh:source:13 : [[ test-config == \e\x\t\r\a ]] 2021-06-02 11:05:51.817 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2021-06-02 11:05:51.819 | ++ extras.d/80-tempest.sh:source:16 : [[ test-config == \p\o\s\t\-\e\x\t\r\a ]] 2021-06-02 11:05:51.822 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2021-06-02 11:05:51.824 | ++ extras.d/80-tempest.sh:source:19 : [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]] 2021-06-02 11:05:51.826 | ++ extras.d/80-tempest.sh:source:20 : echo_summary 'Initializing Tempest' 2021-06-02 11:05:51.829 | ++ ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-06-02 11:05:51.831 | ++ ./stack.sh:echo_summary:461 : echo -e Initializing Tempest 2021-06-02 11:05:51.834 | ++ extras.d/80-tempest.sh:source:21 : configure_tempest 2021-06-02 11:05:51.836 | ++ lib/tempest:configure_tempest:130 : [[ False == \T\r\u\e ]] 2021-06-02 11:05:51.839 | ++ lib/tempest:configure_tempest:134 : pip_install_gr testrepository 2021-06-02 11:05:51.841 | ++ inc/python:pip_install_gr:68 : local name=testrepository 2021-06-02 11:05:51.843 | ++ inc/python:pip_install_gr:69 : local clean_name 2021-06-02 11:05:51.845 | +++ inc/python:pip_install_gr:70 : get_from_global_requirements testrepository 2021-06-02 11:05:51.847 | +++ inc/python:get_from_global_requirements:316 : local package=testrepository 2021-06-02 11:05:51.849 | +++ inc/python:get_from_global_requirements:317 : local required_pkg 2021-06-02 11:05:51.853 | ++++ inc/python:get_from_global_requirements:318 : grep -i -h '^testrepository' /opt/stack/requirements/global-requirements.txt 2021-06-02 11:05:51.853 | ++++ inc/python:get_from_global_requirements:318 : cut -d# -f1 2021-06-02 11:05:51.857 | +++ inc/python:get_from_global_requirements:318 : required_pkg='testrepository ' 2021-06-02 11:05:51.859 | +++ inc/python:get_from_global_requirements:319 : [[ testrepository == '' ]] 2021-06-02 11:05:51.861 | +++ inc/python:get_from_global_requirements:322 : echo testrepository 2021-06-02 11:05:51.863 | ++ inc/python:pip_install_gr:70 : clean_name=testrepository 2021-06-02 11:05:51.865 | ++ inc/python:pip_install_gr:71 : pip_install testrepository 2021-06-02 11:05:51.886 | Check python version for : testrepository 2021-06-02 11:05:51.889 | Using 3.6 version to install testrepository based on default behavior 2021-06-02 11:05:52.281 | ++ inc/python:pip_install:283 : 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-06-02 11:05:53.162 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-06-02 11:05:53.164 | Ignoring Django: markers 'python_version == "3.4"' don't match your environment 2021-06-02 11:05:53.167 | Ignoring Django: markers 'python_version == "3.5"' don't match your environment 2021-06-02 11:05:53.171 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-06-02 11:05:53.180 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-06-02 11:05:53.182 | Ignoring GitPython: markers 'python_version == "3.4"' don't match your environment 2021-06-02 11:05:53.184 | Ignoring GitPython: markers 'python_version == "3.5"' don't match your environment 2021-06-02 11:05:53.189 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-06-02 11:05:53.195 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-06-02 11:05:53.219 | Ignoring Pygments: markers 'python_version == "3.4"' don't match your environment 2021-06-02 11:05:53.221 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-06-02 11:05:53.224 | Ignoring Pygments: markers 'python_version == "3.5"' don't match your environment 2021-06-02 11:05:53.228 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-06-02 11:05:53.235 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-06-02 11:05:53.238 | Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment 2021-06-02 11:05:53.240 | Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment 2021-06-02 11:05:53.244 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-06-02 11:05:53.247 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-06-02 11:05:53.249 | Ignoring Sphinx: markers 'python_version == "3.4"' don't match your environment 2021-06-02 11:05:53.252 | Ignoring Sphinx: markers 'python_version == "3.5"' don't match your environment 2021-06-02 11:05:53.256 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-06-02 11:05:53.366 | Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment 2021-06-02 11:05:53.368 | Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment 2021-06-02 11:05:53.372 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-06-02 11:05:53.381 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-06-02 11:05:53.384 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-06-02 11:05:53.387 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-06-02 11:05:53.433 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-06-02 11:05:53.438 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-06-02 11:05:53.464 | Ignoring diskimage-builder: markers 'python_version == "2.7"' don't match your environment 2021-06-02 11:05:53.466 | Ignoring diskimage-builder: markers 'python_version == "3.4"' don't match your environment 2021-06-02 11:05:53.469 | Ignoring diskimage-builder: markers 'python_version == "3.5"' don't match your environment 2021-06-02 11:05:53.474 | Ignoring diskimage-builder: markers 'python_version == "3.7"' don't match your environment 2021-06-02 11:05:53.492 | Ignoring dnspython: markers 'python_version == "3.4"' don't match your environment 2021-06-02 11:05:53.494 | Ignoring dnspython: markers 'python_version == "3.5"' don't match your environment 2021-06-02 11:05:53.499 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-06-02 11:05:53.501 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-06-02 11:05:53.503 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2021-06-02 11:05:53.506 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2021-06-02 11:05:53.511 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-06-02 11:05:53.528 | Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment 2021-06-02 11:05:53.559 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-06-02 11:05:53.561 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-06-02 11:05:53.565 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-06-02 11:05:53.590 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-06-02 11:05:53.592 | Ignoring gunicorn: markers 'python_version == "3.4"' don't match your environment 2021-06-02 11:05:53.594 | Ignoring gunicorn: markers 'python_version == "3.5"' don't match your environment 2021-06-02 11:05:53.599 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-06-02 11:05:53.601 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-06-02 11:05:53.615 | Ignoring ifaddr: markers 'python_version == "3.4"' don't match your environment 2021-06-02 11:05:53.619 | Ignoring ifaddr: markers 'python_version == "3.5"' don't match your environment 2021-06-02 11:05:53.623 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-06-02 11:05:53.634 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-06-02 11:05:53.636 | Ignoring influxdb: markers 'python_version == "3.4"' don't match your environment 2021-06-02 11:05:53.639 | Ignoring influxdb: markers 'python_version == "3.5"' don't match your environment 2021-06-02 11:05:53.643 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-06-02 11:05:53.647 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-06-02 11:05:53.656 | Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment 2021-06-02 11:05:53.658 | Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment 2021-06-02 11:05:53.663 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-06-02 11:05:53.668 | Ignoring joblib: markers 'python_version == "3.4"' don't match your environment 2021-06-02 11:05:53.671 | Ignoring joblib: markers 'python_version == "3.5"' don't match your environment 2021-06-02 11:05:53.676 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-06-02 11:05:53.692 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-06-02 11:05:53.694 | Ignoring keyring: markers 'python_version == "3.4"' don't match your environment 2021-06-02 11:05:53.697 | Ignoring keyring: markers 'python_version == "3.5"' don't match your environment 2021-06-02 11:05:53.701 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-06-02 11:05:53.741 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-06-02 11:05:53.744 | Ignoring more-itertools: markers 'python_version == "3.4"' don't match your environment 2021-06-02 11:05:53.747 | Ignoring more-itertools: markers 'python_version == "3.5"' don't match your environment 2021-06-02 11:05:53.751 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-06-02 11:05:53.764 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 11:05:53.766 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 11:05:53.771 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 11:05:53.773 | Ignoring mypy-extensions: markers 'python_version == "3.4"' don't match your environment 2021-06-02 11:05:53.777 | Ignoring mypy-extensions: markers 'python_version == "3.5"' don't match your environment 2021-06-02 11:05:53.781 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-06-02 11:05:53.783 | Ignoring ndg-httpsclient: markers 'python_version == "2.7"' don't match your environment 2021-06-02 11:05:53.792 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-06-02 11:05:53.795 | Ignoring networkx: markers 'python_version == "3.4"' don't match your environment 2021-06-02 11:05:53.797 | Ignoring networkx: markers 'python_version == "3.5"' don't match your environment 2021-06-02 11:05:53.802 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-06-02 11:05:53.822 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-06-02 11:05:53.824 | Ignoring numpy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 11:05:53.826 | Ignoring numpy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 11:05:53.831 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 11:05:53.928 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-06-02 11:05:54.014 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-06-02 11:05:54.016 | Ignoring pytest: markers 'python_version == "3.4"' don't match your environment 2021-06-02 11:05:54.018 | Ignoring pytest: markers 'python_version == "3.5"' don't match your environment 2021-06-02 11:05:54.023 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-06-02 11:05:54.128 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-06-02 11:05:54.173 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-06-02 11:05:54.176 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-06-02 11:05:54.178 | Ignoring scikit-learn: markers 'python_version == "3.4"' don't match your environment 2021-06-02 11:05:54.181 | Ignoring scikit-learn: markers 'python_version == "3.5"' don't match your environment 2021-06-02 11:05:54.186 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-06-02 11:05:54.188 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-06-02 11:05:54.191 | Ignoring scipy: markers 'python_version == "3.4"' don't match your environment 2021-06-02 11:05:54.193 | Ignoring scipy: markers 'python_version == "3.5"' don't match your environment 2021-06-02 11:05:54.198 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-06-02 11:05:54.217 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-06-02 11:05:54.236 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 11:05:54.238 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 11:05:54.243 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 11:05:54.247 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 11:05:54.249 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 11:05:54.254 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 11:05:54.259 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 11:05:54.261 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 11:05:54.267 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 11:05:54.271 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.4"' don't match your environment 2021-06-02 11:05:54.273 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.5"' don't match your environment 2021-06-02 11:05:54.278 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-06-02 11:05:54.286 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.4"' don't match your environment 2021-06-02 11:05:54.288 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.5"' don't match your environment 2021-06-02 11:05:54.293 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-06-02 11:05:54.297 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.4"' don't match your environment 2021-06-02 11:05:54.300 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.5"' don't match your environment 2021-06-02 11:05:54.304 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-06-02 11:05:54.309 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-06-02 11:05:54.343 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-06-02 11:05:54.377 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-06-02 11:05:54.382 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment 2021-06-02 11:05:54.385 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment 2021-06-02 11:05:54.390 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-06-02 11:05:54.393 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-06-02 11:05:54.402 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-06-02 11:05:54.406 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment 2021-06-02 11:05:54.409 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment 2021-06-02 11:05:54.413 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-06-02 11:05:54.418 | Ignoring typing-extensions: markers 'python_version == "3.4"' don't match your environment 2021-06-02 11:05:54.420 | Ignoring typing-extensions: markers 'python_version == "3.5"' don't match your environment 2021-06-02 11:05:54.424 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-06-02 11:05:54.431 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-06-02 11:05:54.455 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-06-02 11:05:54.481 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-06-02 11:05:54.483 | Ignoring zeroconf: markers 'python_version == "3.4"' don't match your environment 2021-06-02 11:05:54.486 | Ignoring zeroconf: markers 'python_version == "3.5"' don't match your environment 2021-06-02 11:05:54.490 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-06-02 11:05:54.655 | Collecting testrepository===0.0.20 (from -c /opt/stack/requirements/upper-constraints.txt (line 642)) 2021-06-02 11:05:55.259 | Downloading http://10.100.0.9:8080/root/pypi/+f/752/449bc98c20253/testrepository-0.0.20.tar.gz (84kB) 2021-06-02 11:05:56.534 | Requirement already satisfied: testtools===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 645)) 2021-06-02 11:05:56.550 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 659)) 2021-06-02 11:05:56.554 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 676)) 2021-06-02 11:05:56.561 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) 2021-06-02 11:05:56.574 | 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 513)) 2021-06-02 11:05:56.589 | Requirement already satisfied: six===1.12.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 575)) 2021-06-02 11:05:56.592 | Requirement already satisfied: pbr===5.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 413)) 2021-06-02 11:05:56.594 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 202)) 2021-06-02 11:05:56.596 | 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 494)) 2021-06-02 11:05:56.599 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) 2021-06-02 11:05:56.601 | 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 676)) 2021-06-02 11:05:56.604 | Building wheels for collected packages: testrepository 2021-06-02 11:05:56.604 | Running setup.py bdist_wheel for testrepository: started 2021-06-02 11:05:57.532 | Running setup.py bdist_wheel for testrepository: finished with status 'done' 2021-06-02 11:05:57.533 | Stored in directory: /root/.cache/pip/wheels/4d/f2/b0/e12965615ae9edfa3cb2c3cc925c489abb3eae1ab5a982a796 2021-06-02 11:05:57.573 | Successfully built testrepository 2021-06-02 11:05:57.574 | Installing collected packages: testrepository 2021-06-02 11:05:57.963 | Successfully installed testrepository-0.0.20 2021-06-02 11:05:58.122 | You are using pip version 9.0.3, however version 21.1.2 is available. 2021-06-02 11:05:58.123 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-06-02 11:05:58.188 | ++ inc/python:pip_install:290 : result=0 2021-06-02 11:05:58.191 | ++ inc/python:pip_install:292 : time_stop pip_install 2021-06-02 11:05:58.193 | ++ functions-common:time_stop:2336 : local name 2021-06-02 11:05:58.195 | ++ functions-common:time_stop:2337 : local end_time 2021-06-02 11:05:58.198 | ++ functions-common:time_stop:2338 : local elapsed_time 2021-06-02 11:05:58.200 | ++ functions-common:time_stop:2339 : local total 2021-06-02 11:05:58.202 | ++ functions-common:time_stop:2340 : local start_time 2021-06-02 11:05:58.204 | ++ functions-common:time_stop:2342 : name=pip_install 2021-06-02 11:05:58.206 | ++ functions-common:time_stop:2343 : start_time=1622631951878 2021-06-02 11:05:58.208 | ++ functions-common:time_stop:2345 : [[ -z 1622631951878 ]] 2021-06-02 11:05:58.210 | +++ functions-common:time_stop:2348 : date +%s%3N 2021-06-02 11:05:58.214 | ++ functions-common:time_stop:2348 : end_time=1622631958212 2021-06-02 11:05:58.216 | ++ functions-common:time_stop:2349 : elapsed_time=6334 2021-06-02 11:05:58.218 | ++ functions-common:time_stop:2350 : total=229474 2021-06-02 11:05:58.220 | ++ functions-common:time_stop:2352 : _TIME_START[$name]= 2021-06-02 11:05:58.222 | ++ functions-common:time_stop:2353 : _TIME_TOTAL[$name]=235808 2021-06-02 11:05:58.225 | ++ inc/python:pip_install:293 : return 0 2021-06-02 11:05:58.227 | ++ lib/tempest:configure_tempest:137 : local image_lines 2021-06-02 11:05:58.229 | ++ lib/tempest:configure_tempest:138 : local images 2021-06-02 11:05:58.231 | ++ lib/tempest:configure_tempest:139 : local num_images 2021-06-02 11:05:58.233 | ++ lib/tempest:configure_tempest:140 : local image_uuid 2021-06-02 11:05:58.235 | ++ lib/tempest:configure_tempest:141 : local image_uuid_alt 2021-06-02 11:05:58.237 | ++ lib/tempest:configure_tempest:142 : local password 2021-06-02 11:05:58.239 | ++ lib/tempest:configure_tempest:143 : local line 2021-06-02 11:05:58.241 | ++ lib/tempest:configure_tempest:144 : local flavors 2021-06-02 11:05:58.244 | ++ lib/tempest:configure_tempest:145 : local available_flavors 2021-06-02 11:05:58.246 | ++ lib/tempest:configure_tempest:146 : local flavors_ref 2021-06-02 11:05:58.248 | ++ lib/tempest:configure_tempest:147 : local flavor_lines 2021-06-02 11:05:58.250 | ++ lib/tempest:configure_tempest:148 : local flavor_ref_size 2021-06-02 11:05:58.252 | ++ lib/tempest:configure_tempest:149 : local flavor_ref_alt_size 2021-06-02 11:05:58.254 | ++ lib/tempest:configure_tempest:150 : local public_network_id 2021-06-02 11:05:58.256 | ++ lib/tempest:configure_tempest:151 : local public_router_id 2021-06-02 11:05:58.259 | ++ lib/tempest:configure_tempest:152 : local ssh_connect_method=floating 2021-06-02 11:05:58.261 | ++ lib/tempest:configure_tempest:153 : local disk 2021-06-02 11:05:58.263 | ++ lib/tempest:configure_tempest:156 : ifs=' 2021-06-02 11:05:58.263 | ' 2021-06-02 11:05:58.265 | ++ lib/tempest:configure_tempest:166 : declare -a images 2021-06-02 11:05:58.267 | ++ lib/tempest:configure_tempest:168 : is_service_enabled glance 2021-06-02 11:05:58.281 | ++ functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:05:58.284 | ++ lib/tempest:configure_tempest:169 : read -r IMAGE_NAME IMAGE_UUID 2021-06-02 11:05:58.285 | +++ lib/tempest:configure_tempest:129 : oscwrap image list --property status=active 2021-06-02 11:05:58.285 | +++ lib/tempest:configure_tempest:129 : awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }' 2021-06-02 11:06:00.737 | +++ functions-common:oscwrap:2376 : return 0 2021-06-02 11:06:00.740 | ++ lib/tempest:configure_tempest:170 : '[' ubuntu-16 = '' ']' 2021-06-02 11:06:00.744 | ++ lib/tempest:configure_tempest:174 : images+=($IMAGE_UUID) 2021-06-02 11:06:00.746 | ++ lib/tempest:configure_tempest:169 : read -r IMAGE_NAME IMAGE_UUID 2021-06-02 11:06:00.748 | ++ lib/tempest:configure_tempest:177 : case "${#images[*]}" in 2021-06-02 11:06:00.751 | ++ lib/tempest:configure_tempest:183 : '[' -z '' ']' 2021-06-02 11:06:00.753 | ++ lib/tempest:configure_tempest:184 : image_uuid=317750bc-21d9-47d0-a2f2-abade90e5908 2021-06-02 11:06:00.755 | ++ lib/tempest:configure_tempest:185 : image_uuid_alt=317750bc-21d9-47d0-a2f2-abade90e5908 2021-06-02 11:06:00.757 | ++ lib/tempest:configure_tempest:199 : sudo install -d -o ubuntu /opt/stack/tempest/etc 2021-06-02 11:06:00.769 | ++ lib/tempest:configure_tempest:200 : rm -f /opt/stack/tempest/etc/tempest.conf 2021-06-02 11:06:00.773 | ++ lib/tempest:configure_tempest:202 : local password=Passw0rd 2021-06-02 11:06:00.775 | ++ lib/tempest:configure_tempest:205 : local admin_username=admin 2021-06-02 11:06:00.777 | ++ lib/tempest:configure_tempest:206 : local admin_project_name=admin 2021-06-02 11:06:00.780 | ++ lib/tempest:configure_tempest:207 : local admin_domain_name=Default 2021-06-02 11:06:00.782 | ++ lib/tempest:configure_tempest:208 : local alt_username=alt_demo 2021-06-02 11:06:00.784 | ++ lib/tempest:configure_tempest:209 : local alt_project_name=alt_demo 2021-06-02 11:06:00.786 | ++ lib/tempest:configure_tempest:210 : local admin_project_id 2021-06-02 11:06:00.790 | +++ lib/tempest:configure_tempest:211 : oscwrap project list 2021-06-02 11:06:00.791 | +++ lib/tempest:configure_tempest:211 : awk '/ admin / { print $2 }' 2021-06-02 11:06:02.892 | +++ functions-common:oscwrap:2376 : return 0 2021-06-02 11:06:02.895 | ++ lib/tempest:configure_tempest:211 : admin_project_id=5147c25ebaa345ef9d463e007d90b024 2021-06-02 11:06:02.897 | ++ lib/tempest:configure_tempest:213 : is_service_enabled nova 2021-06-02 11:06:02.913 | ++ functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:06:02.916 | +++ lib/tempest:configure_tempest:216 : nova flavor-list 2021-06-02 11:06:04.816 | ++ lib/tempest:configure_tempest:216 : available_flavors='+-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-06-02 11:06:04.816 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-06-02 11:06:04.816 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-06-02 11:06:04.816 | | 1 | m1.tiny | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-06-02 11:06:04.816 | | 2 | m1.small | 2048 | 20 | 0 | 0 | 1 | 1.0 | True | - | 2021-06-02 11:06:04.816 | | 3 | m1.medium | 4096 | 40 | 0 | 0 | 2 | 1.0 | True | - | 2021-06-02 11:06:04.816 | | 4 | m1.large | 8192 | 80 | 0 | 0 | 4 | 1.0 | True | - | 2021-06-02 11:06:04.816 | | 42 | m1.nano | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-06-02 11:06:04.816 | | 451 | m1.heat | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-06-02 11:06:04.816 | | 452 | m1.heat2 | 1024 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-06-02 11:06:04.816 | | 5 | m1.xlarge | 16384 | 160 | 0 | 0 | 8 | 1.0 | True | - | 2021-06-02 11:06:04.816 | | 84 | m1.micro | 256 | 2 | 0 | 0 | 1 | 1.0 | True | - | 2021-06-02 11:06:04.816 | | c1 | cirros256 | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-06-02 11:06:04.816 | | d1 | ds512M | 512 | 5 | 0 | 0 | 1 | 1.0 | True | - | 2021-06-02 11:06:04.816 | | d2 | ds1G | 1024 | 10 | 0 | 0 | 1 | 1.0 | True | - | 2021-06-02 11:06:04.816 | | d3 | ds2G | 2048 | 10 | 0 | 0 | 2 | 1.0 | True | - | 2021-06-02 11:06:04.816 | | d4 | ds4G | 4096 | 20 | 0 | 0 | 4 | 1.0 | True | - | 2021-06-02 11:06:04.816 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+' 2021-06-02 11:06:04.818 | ++ lib/tempest:configure_tempest:217 : [[ -z '' ]] 2021-06-02 11:06:04.821 | ++ lib/tempest:configure_tempest:218 : [[ +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-06-02 11:06:04.821 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-06-02 11:06:04.821 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-06-02 11:06:04.821 | | 1 | m1.tiny | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-06-02 11:06:04.821 | | 2 | m1.small | 2048 | 20 | 0 | 0 | 1 | 1.0 | True | - | 2021-06-02 11:06:04.821 | | 3 | m1.medium | 4096 | 40 | 0 | 0 | 2 | 1.0 | True | - | 2021-06-02 11:06:04.821 | | 4 | m1.large | 8192 | 80 | 0 | 0 | 4 | 1.0 | True | - | 2021-06-02 11:06:04.821 | | 42 | m1.nano | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-06-02 11:06:04.821 | | 451 | m1.heat | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-06-02 11:06:04.821 | | 452 | m1.heat2 | 1024 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-06-02 11:06:04.821 | | 5 | m1.xlarge | 16384 | 160 | 0 | 0 | 8 | 1.0 | True | - | 2021-06-02 11:06:04.821 | | 84 | m1.micro | 256 | 2 | 0 | 0 | 1 | 1.0 | True | - | 2021-06-02 11:06:04.821 | | c1 | cirros256 | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-06-02 11:06:04.821 | | d1 | ds512M | 512 | 5 | 0 | 0 | 1 | 1.0 | True | - | 2021-06-02 11:06:04.821 | | d2 | ds1G | 1024 | 10 | 0 | 0 | 1 | 1.0 | True | - | 2021-06-02 11:06:04.821 | | d3 | ds2G | 2048 | 10 | 0 | 0 | 2 | 1.0 | True | - | 2021-06-02 11:06:04.821 | | d4 | ds4G | 4096 | 20 | 0 | 0 | 4 | 1.0 | True | - | 2021-06-02 11:06:04.821 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ =~ m1\.nano ]] 2021-06-02 11:06:04.823 | ++ lib/tempest:configure_tempest:223 : flavor_ref=42 2021-06-02 11:06:04.825 | ++ lib/tempest:configure_tempest:224 : [[ +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-06-02 11:06:04.825 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-06-02 11:06:04.825 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-06-02 11:06:04.825 | | 1 | m1.tiny | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-06-02 11:06:04.825 | | 2 | m1.small | 2048 | 20 | 0 | 0 | 1 | 1.0 | True | - | 2021-06-02 11:06:04.825 | | 3 | m1.medium | 4096 | 40 | 0 | 0 | 2 | 1.0 | True | - | 2021-06-02 11:06:04.825 | | 4 | m1.large | 8192 | 80 | 0 | 0 | 4 | 1.0 | True | - | 2021-06-02 11:06:04.825 | | 42 | m1.nano | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-06-02 11:06:04.825 | | 451 | m1.heat | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-06-02 11:06:04.825 | | 452 | m1.heat2 | 1024 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-06-02 11:06:04.825 | | 5 | m1.xlarge | 16384 | 160 | 0 | 0 | 8 | 1.0 | True | - | 2021-06-02 11:06:04.826 | | 84 | m1.micro | 256 | 2 | 0 | 0 | 1 | 1.0 | True | - | 2021-06-02 11:06:04.826 | | c1 | cirros256 | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-06-02 11:06:04.826 | | d1 | ds512M | 512 | 5 | 0 | 0 | 1 | 1.0 | True | - | 2021-06-02 11:06:04.826 | | d2 | ds1G | 1024 | 10 | 0 | 0 | 1 | 1.0 | True | - | 2021-06-02 11:06:04.826 | | d3 | ds2G | 2048 | 10 | 0 | 0 | 2 | 1.0 | True | - | 2021-06-02 11:06:04.826 | | d4 | ds4G | 4096 | 20 | 0 | 0 | 4 | 1.0 | True | - | 2021-06-02 11:06:04.826 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ =~ m1\.micro ]] 2021-06-02 11:06:04.828 | ++ lib/tempest:configure_tempest:229 : flavor_ref_alt=84 2021-06-02 11:06:04.830 | ++ lib/tempest:configure_tempest:278 : iniset /opt/stack/tempest/etc/tempest.conf network project_network_cidr 172.20.0.0/16 2021-06-02 11:06:04.857 | ++ lib/tempest:configure_tempest:280 : ssh_connect_method=floating 2021-06-02 11:06:04.860 | ++ lib/tempest:configure_tempest:286 : [[ True == \T\r\u\e ]] 2021-06-02 11:06:04.862 | ++ lib/tempest:configure_tempest:286 : is_networking_extension_supported external-net 2021-06-02 11:06:04.864 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : local extension=external-net 2021-06-02 11:06:04.867 | +++ 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-06-02 11:06:07.057 | +++ functions-common:oscwrap:2376 : return 0 2021-06-02 11:06:07.060 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:437 : EXT_LIST='address-scope 2021-06-02 11:06:07.060 | router-admin-state-down-before-update 2021-06-02 11:06:07.060 | agent 2021-06-02 11:06:07.060 | agent-resources-synced 2021-06-02 11:06:07.060 | allowed-address-pairs 2021-06-02 11:06:07.060 | auto-allocated-topology 2021-06-02 11:06:07.060 | availability_zone 2021-06-02 11:06:07.060 | availability_zone_filter 2021-06-02 11:06:07.060 | default-subnetpools 2021-06-02 11:06:07.060 | dhcp_agent_scheduler 2021-06-02 11:06:07.060 | dvr 2021-06-02 11:06:07.060 | empty-string-filtering 2021-06-02 11:06:07.060 | external-net 2021-06-02 11:06:07.060 | extra_dhcp_opt 2021-06-02 11:06:07.061 | extraroute 2021-06-02 11:06:07.061 | extraroute-atomic 2021-06-02 11:06:07.061 | filter-validation 2021-06-02 11:06:07.061 | fip-port-details 2021-06-02 11:06:07.061 | flavors 2021-06-02 11:06:07.061 | floatingip-pools 2021-06-02 11:06:07.061 | ip-substring-filtering 2021-06-02 11:06:07.061 | router 2021-06-02 11:06:07.061 | ext-gw-mode 2021-06-02 11:06:07.061 | l3-ha 2021-06-02 11:06:07.061 | l3-flavors 2021-06-02 11:06:07.061 | l3-port-ip-change-not-allowed 2021-06-02 11:06:07.061 | l3_agent_scheduler 2021-06-02 11:06:07.061 | metering 2021-06-02 11:06:07.061 | multi-provider 2021-06-02 11:06:07.061 | net-mtu 2021-06-02 11:06:07.061 | net-mtu-writable 2021-06-02 11:06:07.061 | network_availability_zone 2021-06-02 11:06:07.061 | network-ip-availability 2021-06-02 11:06:07.061 | pagination 2021-06-02 11:06:07.061 | port-mac-address-regenerate 2021-06-02 11:06:07.061 | binding 2021-06-02 11:06:07.061 | binding-extended 2021-06-02 11:06:07.061 | port-security 2021-06-02 11:06:07.061 | project-id 2021-06-02 11:06:07.061 | provider 2021-06-02 11:06:07.061 | quotas 2021-06-02 11:06:07.061 | quota_details 2021-06-02 11:06:07.061 | rbac-policies 2021-06-02 11:06:07.061 | rbac-security-groups 2021-06-02 11:06:07.061 | revision-if-match 2021-06-02 11:06:07.061 | standard-attr-revisions 2021-06-02 11:06:07.061 | router_availability_zone 2021-06-02 11:06:07.061 | port-security-groups-filtering 2021-06-02 11:06:07.061 | security-group 2021-06-02 11:06:07.061 | service-type 2021-06-02 11:06:07.061 | sorting 2021-06-02 11:06:07.061 | standard-attr-description 2021-06-02 11:06:07.061 | subnet_onboard 2021-06-02 11:06:07.061 | subnet-service-types 2021-06-02 11:06:07.061 | subnet_allocation 2021-06-02 11:06:07.061 | subnetpool-prefix-ops 2021-06-02 11:06:07.061 | standard-attr-tag 2021-06-02 11:06:07.061 | standard-attr-timestamp' 2021-06-02 11:06:07.063 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:438 : [[ address-scope 2021-06-02 11:06:07.063 | router-admin-state-down-before-update 2021-06-02 11:06:07.063 | agent 2021-06-02 11:06:07.063 | agent-resources-synced 2021-06-02 11:06:07.063 | allowed-address-pairs 2021-06-02 11:06:07.063 | auto-allocated-topology 2021-06-02 11:06:07.063 | availability_zone 2021-06-02 11:06:07.063 | availability_zone_filter 2021-06-02 11:06:07.063 | default-subnetpools 2021-06-02 11:06:07.063 | dhcp_agent_scheduler 2021-06-02 11:06:07.063 | dvr 2021-06-02 11:06:07.063 | empty-string-filtering 2021-06-02 11:06:07.063 | external-net 2021-06-02 11:06:07.063 | extra_dhcp_opt 2021-06-02 11:06:07.063 | extraroute 2021-06-02 11:06:07.063 | extraroute-atomic 2021-06-02 11:06:07.063 | filter-validation 2021-06-02 11:06:07.063 | fip-port-details 2021-06-02 11:06:07.063 | flavors 2021-06-02 11:06:07.063 | floatingip-pools 2021-06-02 11:06:07.063 | ip-substring-filtering 2021-06-02 11:06:07.063 | router 2021-06-02 11:06:07.063 | ext-gw-mode 2021-06-02 11:06:07.063 | l3-ha 2021-06-02 11:06:07.063 | l3-flavors 2021-06-02 11:06:07.063 | l3-port-ip-change-not-allowed 2021-06-02 11:06:07.063 | l3_agent_scheduler 2021-06-02 11:06:07.063 | metering 2021-06-02 11:06:07.063 | multi-provider 2021-06-02 11:06:07.063 | net-mtu 2021-06-02 11:06:07.063 | net-mtu-writable 2021-06-02 11:06:07.063 | network_availability_zone 2021-06-02 11:06:07.063 | network-ip-availability 2021-06-02 11:06:07.063 | pagination 2021-06-02 11:06:07.063 | port-mac-address-regenerate 2021-06-02 11:06:07.063 | binding 2021-06-02 11:06:07.063 | binding-extended 2021-06-02 11:06:07.063 | port-security 2021-06-02 11:06:07.063 | project-id 2021-06-02 11:06:07.063 | provider 2021-06-02 11:06:07.063 | quotas 2021-06-02 11:06:07.063 | quota_details 2021-06-02 11:06:07.063 | rbac-policies 2021-06-02 11:06:07.063 | rbac-security-groups 2021-06-02 11:06:07.063 | revision-if-match 2021-06-02 11:06:07.063 | standard-attr-revisions 2021-06-02 11:06:07.063 | router_availability_zone 2021-06-02 11:06:07.063 | port-security-groups-filtering 2021-06-02 11:06:07.064 | security-group 2021-06-02 11:06:07.064 | service-type 2021-06-02 11:06:07.064 | sorting 2021-06-02 11:06:07.064 | standard-attr-description 2021-06-02 11:06:07.064 | subnet_onboard 2021-06-02 11:06:07.064 | subnet-service-types 2021-06-02 11:06:07.064 | subnet_allocation 2021-06-02 11:06:07.064 | subnetpool-prefix-ops 2021-06-02 11:06:07.064 | standard-attr-tag 2021-06-02 11:06:07.064 | standard-attr-timestamp =~ external-net ]] 2021-06-02 11:06:07.066 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:438 : return 0 2021-06-02 11:06:07.069 | +++ lib/tempest:configure_tempest:287 : oscwrap network show -f value -c id public 2021-06-02 11:06:09.537 | +++ functions-common:oscwrap:2376 : return 0 2021-06-02 11:06:09.540 | ++ lib/tempest:configure_tempest:287 : public_network_id=342ffd33-14f7-406a-bf1e-758d0ca97dfd 2021-06-02 11:06:09.543 | ++ lib/tempest:configure_tempest:289 : openstack network create --share shared 2021-06-02 11:06:11.865 | +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-06-02 11:06:11.865 | | Field | Value | 2021-06-02 11:06:11.865 | +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-06-02 11:06:11.865 | | admin_state_up | UP | 2021-06-02 11:06:11.865 | | availability_zone_hints | | 2021-06-02 11:06:11.865 | | availability_zones | | 2021-06-02 11:06:11.865 | | created_at | 2021-06-02T11:06:11Z | 2021-06-02 11:06:11.865 | | description | | 2021-06-02 11:06:11.865 | | dns_domain | None | 2021-06-02 11:06:11.865 | | id | 658b649d-a038-4e78-9957-44263476efe7 | 2021-06-02 11:06:11.865 | | ipv4_address_scope | None | 2021-06-02 11:06:11.865 | | ipv6_address_scope | None | 2021-06-02 11:06:11.865 | | is_default | False | 2021-06-02 11:06:11.865 | | is_vlan_transparent | None | 2021-06-02 11:06:11.865 | | location | cloud='', project.domain_id='default', project.domain_name=, project.id='5147c25ebaa345ef9d463e007d90b024', project.name='admin', region_name='RegionOne', zone= | 2021-06-02 11:06:11.865 | | mtu | 1500 | 2021-06-02 11:06:11.866 | | name | shared | 2021-06-02 11:06:11.866 | | port_security_enabled | True | 2021-06-02 11:06:11.866 | | project_id | 5147c25ebaa345ef9d463e007d90b024 | 2021-06-02 11:06:11.866 | | provider:network_type | vlan | 2021-06-02 11:06:11.866 | | provider:physical_network | physnet1 | 2021-06-02 11:06:11.866 | | provider:segmentation_id | 351 | 2021-06-02 11:06:11.866 | | qos_policy_id | None | 2021-06-02 11:06:11.866 | | revision_number | 1 | 2021-06-02 11:06:11.866 | | router:external | Internal | 2021-06-02 11:06:11.866 | | segments | None | 2021-06-02 11:06:11.866 | | shared | True | 2021-06-02 11:06:11.866 | | status | ACTIVE | 2021-06-02 11:06:11.866 | | subnets | | 2021-06-02 11:06:11.866 | | tags | | 2021-06-02 11:06:11.866 | | updated_at | 2021-06-02T11:06:11Z | 2021-06-02 11:06:11.866 | +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-06-02 11:06:11.987 | ++ lib/tempest:configure_tempest:290 : openstack subnet create --description shared-subnet --subnet-range 192.168.233.0/24 --network shared shared-subnet 2021-06-02 11:06:14.891 | +-------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-06-02 11:06:14.892 | | Field | Value | 2021-06-02 11:06:14.892 | +-------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-06-02 11:06:14.892 | | allocation_pools | 192.168.233.2-192.168.233.254 | 2021-06-02 11:06:14.892 | | cidr | 192.168.233.0/24 | 2021-06-02 11:06:14.892 | | created_at | 2021-06-02T11:06:14Z | 2021-06-02 11:06:14.892 | | description | shared-subnet | 2021-06-02 11:06:14.892 | | dns_nameservers | | 2021-06-02 11:06:14.892 | | enable_dhcp | True | 2021-06-02 11:06:14.892 | | gateway_ip | 192.168.233.1 | 2021-06-02 11:06:14.892 | | host_routes | | 2021-06-02 11:06:14.892 | | id | 8184b4c4-9687-462d-a1de-dd4534606e2e | 2021-06-02 11:06:14.892 | | ip_version | 4 | 2021-06-02 11:06:14.892 | | ipv6_address_mode | None | 2021-06-02 11:06:14.892 | | ipv6_ra_mode | None | 2021-06-02 11:06:14.892 | | location | cloud='', project.domain_id='default', project.domain_name=, project.id='5147c25ebaa345ef9d463e007d90b024', project.name='admin', region_name='RegionOne', zone= | 2021-06-02 11:06:14.892 | | name | shared-subnet | 2021-06-02 11:06:14.892 | | network_id | 658b649d-a038-4e78-9957-44263476efe7 | 2021-06-02 11:06:14.892 | | prefix_length | None | 2021-06-02 11:06:14.892 | | project_id | 5147c25ebaa345ef9d463e007d90b024 | 2021-06-02 11:06:14.892 | | revision_number | 0 | 2021-06-02 11:06:14.892 | | segment_id | None | 2021-06-02 11:06:14.892 | | service_types | | 2021-06-02 11:06:14.892 | | subnetpool_id | None | 2021-06-02 11:06:14.892 | | tags | | 2021-06-02 11:06:14.892 | | updated_at | 2021-06-02T11:06:14Z | 2021-06-02 11:06:14.892 | +-------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-06-02 11:06:15.003 | ++ lib/tempest:configure_tempest:293 : iniset /opt/stack/tempest/etc/tempest.conf DEFAULT use_syslog False 2021-06-02 11:06:15.030 | ++ lib/tempest:configure_tempest:296 : iniset /opt/stack/tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest 2021-06-02 11:06:15.057 | ++ lib/tempest:configure_tempest:297 : mkdir -p /opt/stack/data/tempest 2021-06-02 11:06:15.061 | ++ lib/tempest:configure_tempest:298 : iniset /opt/stack/tempest/etc/tempest.conf DEFAULT use_stderr False 2021-06-02 11:06:15.090 | ++ lib/tempest:configure_tempest:299 : iniset /opt/stack/tempest/etc/tempest.conf DEFAULT log_file tempest.log 2021-06-02 11:06:15.115 | ++ lib/tempest:configure_tempest:300 : iniset /opt/stack/tempest/etc/tempest.conf DEFAULT debug True 2021-06-02 11:06:15.140 | ++ lib/tempest:configure_tempest:303 : iniset /opt/stack/tempest/etc/tempest.conf compute build_timeout 196 2021-06-02 11:06:15.168 | ++ lib/tempest:configure_tempest:304 : iniset /opt/stack/tempest/etc/tempest.conf volume build_timeout 196 2021-06-02 11:06:15.196 | ++ lib/tempest:configure_tempest:307 : iniset /opt/stack/tempest/etc/tempest.conf identity uri http://10.222.0.22/identity/v2.0/ 2021-06-02 11:06:15.222 | ++ lib/tempest:configure_tempest:308 : iniset /opt/stack/tempest/etc/tempest.conf identity uri_v3 http://10.222.0.22/identity/v3 2021-06-02 11:06:15.248 | ++ lib/tempest:configure_tempest:309 : iniset /opt/stack/tempest/etc/tempest.conf identity user_lockout_failure_attempts 2 2021-06-02 11:06:15.276 | ++ lib/tempest:configure_tempest:310 : iniset /opt/stack/tempest/etc/tempest.conf identity user_lockout_duration 10 2021-06-02 11:06:15.302 | ++ lib/tempest:configure_tempest:311 : iniset /opt/stack/tempest/etc/tempest.conf identity user_unique_last_password_count 2 2021-06-02 11:06:15.327 | ++ lib/tempest:configure_tempest:312 : [[ True == \T\r\u\e ]] 2021-06-02 11:06:15.329 | ++ lib/tempest:configure_tempest:313 : iniset /opt/stack/tempest/etc/tempest.conf auth admin_username admin 2021-06-02 11:06:15.357 | ++ lib/tempest:configure_tempest:314 : iniset /opt/stack/tempest/etc/tempest.conf auth admin_password Passw0rd 2021-06-02 11:06:15.382 | ++ lib/tempest:configure_tempest:315 : iniset /opt/stack/tempest/etc/tempest.conf auth admin_project_name admin 2021-06-02 11:06:15.409 | ++ lib/tempest:configure_tempest:316 : iniset /opt/stack/tempest/etc/tempest.conf auth admin_domain_name Default 2021-06-02 11:06:15.436 | ++ lib/tempest:configure_tempest:318 : '[' False == True ']' 2021-06-02 11:06:15.438 | ++ lib/tempest:configure_tempest:323 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled api_v2 False 2021-06-02 11:06:15.467 | ++ lib/tempest:configure_tempest:325 : iniset /opt/stack/tempest/etc/tempest.conf identity auth_version v3 2021-06-02 11:06:15.493 | ++ lib/tempest:configure_tempest:326 : [[ '' != \v\2 ]] 2021-06-02 11:06:15.495 | ++ lib/tempest:configure_tempest:328 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled api_v2_admin False 2021-06-02 11:06:15.522 | ++ lib/tempest:configure_tempest:331 : is_service_enabled tls-proxy 2021-06-02 11:06:15.539 | ++ functions-common:is_service_enabled:1988 : return 1 2021-06-02 11:06:15.542 | ++ lib/tempest:configure_tempest:336 : [[ True = True ]] 2021-06-02 11:06:15.544 | ++ lib/tempest:configure_tempest:337 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled security_compliance True 2021-06-02 11:06:15.580 | ++ lib/tempest:configure_tempest:342 : is_service_enabled ldap 2021-06-02 11:06:15.597 | ++ functions-common:is_service_enabled:1988 : return 1 2021-06-02 11:06:15.599 | ++ lib/tempest:configure_tempest:348 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled project_tags True 2021-06-02 11:06:15.626 | ++ lib/tempest:configure_tempest:352 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled application_credentials True 2021-06-02 11:06:15.652 | ++ lib/tempest:configure_tempest:357 : [[ ! -z '' ]] 2021-06-02 11:06:15.655 | ++ lib/tempest:configure_tempest:360 : '[' libvirt = xenserver ']' 2021-06-02 11:06:15.657 | ++ lib/tempest:configure_tempest:365 : '[' False '!=' True ']' 2021-06-02 11:06:15.659 | ++ lib/tempest:configure_tempest:366 : iniset /opt/stack/tempest/etc/tempest.conf image-feature-enabled api_v1 False 2021-06-02 11:06:15.691 | ++ lib/tempest:configure_tempest:370 : iniset /opt/stack/tempest/etc/tempest.conf compute image_ref 317750bc-21d9-47d0-a2f2-abade90e5908 2021-06-02 11:06:15.717 | ++ lib/tempest:configure_tempest:371 : iniset /opt/stack/tempest/etc/tempest.conf compute image_ref_alt 317750bc-21d9-47d0-a2f2-abade90e5908 2021-06-02 11:06:15.742 | ++ lib/tempest:configure_tempest:372 : iniset /opt/stack/tempest/etc/tempest.conf compute flavor_ref 42 2021-06-02 11:06:15.767 | ++ lib/tempest:configure_tempest:373 : iniset /opt/stack/tempest/etc/tempest.conf compute flavor_ref_alt 84 2021-06-02 11:06:15.793 | ++ lib/tempest:configure_tempest:374 : iniset /opt/stack/tempest/etc/tempest.conf validation connect_method floating 2021-06-02 11:06:15.822 | ++ lib/tempest:configure_tempest:375 : is_service_enabled neutron 2021-06-02 11:06:15.837 | ++ functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:06:15.839 | ++ lib/tempest:configure_tempest:383 : [[ -n '' ]] 2021-06-02 11:06:15.841 | ++ lib/tempest:configure_tempest:393 : local tempest_compute_min_microversion=None 2021-06-02 11:06:15.844 | ++ lib/tempest:configure_tempest:394 : local tempest_compute_max_microversion=2.79 2021-06-02 11:06:15.846 | ++ lib/tempest:configure_tempest:397 : [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]] 2021-06-02 11:06:15.849 | ++ lib/tempest:configure_tempest:401 : '[' None == None ']' 2021-06-02 11:06:15.851 | ++ lib/tempest:configure_tempest:402 : inicomment /opt/stack/tempest/etc/tempest.conf compute min_microversion 2021-06-02 11:06:15.874 | ++ lib/tempest:configure_tempest:406 : '[' 2.79 == None ']' 2021-06-02 11:06:15.876 | ++ lib/tempest:configure_tempest:409 : iniset /opt/stack/tempest/etc/tempest.conf compute max_microversion 2.79 2021-06-02 11:06:15.908 | ++ lib/tempest:configure_tempest:412 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled personality False 2021-06-02 11:06:15.936 | ++ lib/tempest:configure_tempest:413 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled resize True 2021-06-02 11:06:15.965 | ++ lib/tempest:configure_tempest:414 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled live_migration False 2021-06-02 11:06:15.990 | ++ lib/tempest:configure_tempest:415 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled change_password False 2021-06-02 11:06:16.016 | ++ lib/tempest:configure_tempest:416 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration True 2021-06-02 11:06:16.043 | ++ lib/tempest:configure_tempest:417 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled live_migrate_back_and_forth False 2021-06-02 11:06:16.069 | ++ lib/tempest:configure_tempest:418 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume False 2021-06-02 11:06:16.104 | ++ lib/tempest:configure_tempest:420 : [[ -n AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter ]] 2021-06-02 11:06:16.106 | ++ 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-06-02 11:06:16.139 | ++ lib/tempest:configure_tempest:424 : [[ False == \T\r\u\e ]] 2021-06-02 11:06:16.141 | ++ lib/tempest:configure_tempest:428 : is_service_enabled n-novnc 2021-06-02 11:06:16.158 | ++ functions-common:is_service_enabled:1988 : return 1 2021-06-02 11:06:16.160 | ++ lib/tempest:configure_tempest:433 : iniset /opt/stack/tempest/etc/tempest.conf network project_networks_reachable false 2021-06-02 11:06:16.186 | ++ lib/tempest:configure_tempest:434 : iniset /opt/stack/tempest/etc/tempest.conf network public_network_id 342ffd33-14f7-406a-bf1e-758d0ca97dfd 2021-06-02 11:06:16.218 | ++ lib/tempest:configure_tempest:435 : iniset /opt/stack/tempest/etc/tempest.conf network public_router_id '' 2021-06-02 11:06:16.245 | ++ lib/tempest:configure_tempest:436 : iniset /opt/stack/tempest/etc/tempest.conf network default_network 172.20.0.0/16 2021-06-02 11:06:16.274 | ++ lib/tempest:configure_tempest:437 : iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled ipv6 True 2021-06-02 11:06:16.303 | ++ lib/tempest:configure_tempest:438 : iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True 2021-06-02 11:06:16.331 | ++ lib/tempest:configure_tempest:439 : iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled port_security True 2021-06-02 11:06:16.356 | ++ lib/tempest:configure_tempest:442 : '[' libvirt = xenserver ']' 2021-06-02 11:06:16.358 | ++ lib/tempest:configure_tempest:448 : SCENARIO_IMAGE_DIR=/home/ubuntu/devstack/files 2021-06-02 11:06:16.360 | ++ lib/tempest:configure_tempest:449 : SCENARIO_IMAGE_FILE= 2021-06-02 11:06:16.363 | ++ lib/tempest:configure_tempest:451 : iniset /opt/stack/tempest/etc/tempest.conf scenario img_file /home/ubuntu/devstack/files/ 2021-06-02 11:06:16.391 | ++ lib/tempest:configure_tempest:454 : TEMPEST_SSH_NETWORK_NAME=private 2021-06-02 11:06:16.393 | ++ lib/tempest:configure_tempest:455 : is_provider_network 2021-06-02 11:06:16.395 | ++ functions-common:is_provider_network:2185 : '[' '' == True ']' 2021-06-02 11:06:16.397 | ++ functions-common:is_provider_network:2188 : return 1 2021-06-02 11:06:16.400 | ++ lib/tempest:configure_tempest:459 : iniset /opt/stack/tempest/etc/tempest.conf validation run_validation True 2021-06-02 11:06:16.426 | ++ lib/tempest:configure_tempest:460 : iniset /opt/stack/tempest/etc/tempest.conf validation ip_version_for_ssh 4 2021-06-02 11:06:16.452 | ++ lib/tempest:configure_tempest:461 : iniset /opt/stack/tempest/etc/tempest.conf validation ssh_timeout 196 2021-06-02 11:06:16.477 | ++ lib/tempest:configure_tempest:462 : iniset /opt/stack/tempest/etc/tempest.conf validation image_ssh_user cirros 2021-06-02 11:06:16.505 | ++ lib/tempest:configure_tempest:463 : iniset /opt/stack/tempest/etc/tempest.conf validation network_for_ssh private 2021-06-02 11:06:16.530 | ++ lib/tempest:configure_tempest:470 : [[ -n '' ]] 2021-06-02 11:06:16.532 | ++ lib/tempest:configure_tempest:474 : [[ lvm:lvmdriver-1 == *\l\v\m* ]] 2021-06-02 11:06:16.534 | ++ lib/tempest:configure_tempest:475 : TEMPEST_VOLUME_MANAGE_SNAPSHOT=True 2021-06-02 11:06:16.537 | +++ lib/tempest:configure_tempest:477 : trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT 2021-06-02 11:06:16.557 | ++ lib/tempest:configure_tempest:477 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled manage_snapshot True 2021-06-02 11:06:16.587 | ++ lib/tempest:configure_tempest:479 : [[ lvm:lvmdriver-1 == *\l\v\m* ]] 2021-06-02 11:06:16.589 | ++ lib/tempest:configure_tempest:480 : TEMPEST_VOLUME_MANAGE_VOLUME=True 2021-06-02 11:06:16.592 | +++ lib/tempest:configure_tempest:482 : trueorfalse False TEMPEST_VOLUME_MANAGE_VOLUME 2021-06-02 11:06:16.610 | ++ lib/tempest:configure_tempest:482 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled manage_volume True 2021-06-02 11:06:16.635 | ++ lib/tempest:configure_tempest:485 : [[ lvm:lvmdriver-1 == *\l\v\m* ]] 2021-06-02 11:06:16.638 | ++ lib/tempest:configure_tempest:485 : '[' libvirt = libvirt ']' 2021-06-02 11:06:16.640 | ++ lib/tempest:configure_tempest:486 : TEMPEST_EXTEND_ATTACHED_VOLUME=True 2021-06-02 11:06:16.643 | +++ lib/tempest:configure_tempest:488 : trueorfalse False TEMPEST_EXTEND_ATTACHED_VOLUME 2021-06-02 11:06:16.658 | ++ lib/tempest:configure_tempest:488 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume True 2021-06-02 11:06:16.685 | ++ lib/tempest:configure_tempest:490 : [[ lvm:lvmdriver-1 == *\l\v\m* ]] 2021-06-02 11:06:16.687 | ++ lib/tempest:configure_tempest:491 : TEMPEST_VOLUME_REVERT_TO_SNAPSHOT=True 2021-06-02 11:06:16.690 | +++ lib/tempest:configure_tempest:493 : trueorfalse False TEMPEST_VOLUME_REVERT_TO_SNAPSHOT 2021-06-02 11:06:16.706 | ++ lib/tempest:configure_tempest:493 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled volume_revert True 2021-06-02 11:06:16.732 | ++ lib/tempest:configure_tempest:494 : local tempest_volume_min_microversion=None 2021-06-02 11:06:16.734 | ++ lib/tempest:configure_tempest:495 : local tempest_volume_max_microversion=3.59 2021-06-02 11:06:16.737 | ++ lib/tempest:configure_tempest:498 : [[ '' == \v\o\l\u\m\e\v\2 ]] 2021-06-02 11:06:16.739 | ++ lib/tempest:configure_tempest:502 : '[' None == None ']' 2021-06-02 11:06:16.741 | ++ lib/tempest:configure_tempest:503 : inicomment /opt/stack/tempest/etc/tempest.conf volume min_microversion 2021-06-02 11:06:16.759 | ++ lib/tempest:configure_tempest:508 : '[' 3.59 == None ']' 2021-06-02 11:06:16.761 | ++ lib/tempest:configure_tempest:511 : iniset /opt/stack/tempest/etc/tempest.conf volume max_microversion 3.59 2021-06-02 11:06:16.786 | ++ lib/tempest:configure_tempest:514 : is_service_enabled c-bak 2021-06-02 11:06:16.802 | ++ functions-common:is_service_enabled:1988 : return 1 2021-06-02 11:06:16.804 | ++ lib/tempest:configure_tempest:515 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled backup False 2021-06-02 11:06:16.830 | ++ lib/tempest:configure_tempest:521 : [[ -n lvm:lvmdriver-1 ]] 2021-06-02 11:06:16.832 | ++ lib/tempest:configure_tempest:521 : [[ lvm:lvmdriver-1 =~ .*,.* ]] 2021-06-02 11:06:16.834 | ++ lib/tempest:configure_tempest:541 : '[' default '!=' default -o 'Open Source' '!=' 'Open Source' ']' 2021-06-02 11:06:16.837 | ++ lib/tempest:configure_tempest:545 : '[' default '!=' default -o iSCSI '!=' iSCSI ']' 2021-06-02 11:06:16.839 | ++ lib/tempest:configure_tempest:555 : local tempest_placement_min_microversion=None 2021-06-02 11:06:16.842 | ++ lib/tempest:configure_tempest:556 : local tempest_placement_max_microversion=1.36 2021-06-02 11:06:16.844 | ++ lib/tempest:configure_tempest:557 : '[' None == None ']' 2021-06-02 11:06:16.847 | ++ lib/tempest:configure_tempest:558 : inicomment /opt/stack/tempest/etc/tempest.conf placement min_microversion 2021-06-02 11:06:16.865 | ++ lib/tempest:configure_tempest:562 : '[' 1.36 == None ']' 2021-06-02 11:06:16.867 | ++ lib/tempest:configure_tempest:565 : iniset /opt/stack/tempest/etc/tempest.conf placement max_microversion 1.36 2021-06-02 11:06:16.903 | ++ lib/tempest:configure_tempest:569 : '[' libvirt = ironic ']' 2021-06-02 11:06:16.905 | ++ lib/tempest:configure_tempest:583 : '[' libvirt = libvirt ']' 2021-06-02 11:06:16.908 | ++ lib/tempest:configure_tempest:585 : '[' kvm = lxc ']' 2021-06-02 11:06:16.910 | ++ lib/tempest:configure_tempest:592 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled swap_volume True 2021-06-02 11:06:16.937 | ++ lib/tempest:configure_tempest:601 : local service 2021-06-02 11:06:16.940 | ++ lib/tempest:configure_tempest:602 : local tempest_services=key,glance,nova,neutron,cinder,swift,heat,ceilometer,horizon,sahara,ironic,trove 2021-06-02 11:06:16.943 | ++ lib/tempest:configure_tempest:603 : for service in ${tempest_services//,/ } 2021-06-02 11:06:16.946 | ++ lib/tempest:configure_tempest:604 : is_service_enabled key 2021-06-02 11:06:16.967 | ++ functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:06:16.969 | ++ lib/tempest:configure_tempest:605 : iniset /opt/stack/tempest/etc/tempest.conf service_available key True 2021-06-02 11:06:16.999 | ++ lib/tempest:configure_tempest:603 : for service in ${tempest_services//,/ } 2021-06-02 11:06:17.001 | ++ lib/tempest:configure_tempest:604 : is_service_enabled glance 2021-06-02 11:06:17.018 | ++ functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:06:17.021 | ++ lib/tempest:configure_tempest:605 : iniset /opt/stack/tempest/etc/tempest.conf service_available glance True 2021-06-02 11:06:17.051 | ++ lib/tempest:configure_tempest:603 : for service in ${tempest_services//,/ } 2021-06-02 11:06:17.053 | ++ lib/tempest:configure_tempest:604 : is_service_enabled nova 2021-06-02 11:06:17.072 | ++ functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:06:17.074 | ++ lib/tempest:configure_tempest:605 : iniset /opt/stack/tempest/etc/tempest.conf service_available nova True 2021-06-02 11:06:17.103 | ++ lib/tempest:configure_tempest:603 : for service in ${tempest_services//,/ } 2021-06-02 11:06:17.105 | ++ lib/tempest:configure_tempest:604 : is_service_enabled neutron 2021-06-02 11:06:17.122 | ++ functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:06:17.124 | ++ lib/tempest:configure_tempest:605 : iniset /opt/stack/tempest/etc/tempest.conf service_available neutron True 2021-06-02 11:06:17.154 | ++ lib/tempest:configure_tempest:603 : for service in ${tempest_services//,/ } 2021-06-02 11:06:17.157 | ++ lib/tempest:configure_tempest:604 : is_service_enabled cinder 2021-06-02 11:06:17.177 | ++ functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:06:17.179 | ++ lib/tempest:configure_tempest:605 : iniset /opt/stack/tempest/etc/tempest.conf service_available cinder True 2021-06-02 11:06:17.207 | ++ lib/tempest:configure_tempest:603 : for service in ${tempest_services//,/ } 2021-06-02 11:06:17.209 | ++ lib/tempest:configure_tempest:604 : is_service_enabled swift 2021-06-02 11:06:17.227 | ++ functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:06:17.230 | ++ lib/tempest:configure_tempest:605 : iniset /opt/stack/tempest/etc/tempest.conf service_available swift True 2021-06-02 11:06:17.264 | ++ lib/tempest:configure_tempest:603 : for service in ${tempest_services//,/ } 2021-06-02 11:06:17.266 | ++ lib/tempest:configure_tempest:604 : is_service_enabled heat 2021-06-02 11:06:17.282 | ++ functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:06:17.285 | ++ lib/tempest:configure_tempest:605 : iniset /opt/stack/tempest/etc/tempest.conf service_available heat True 2021-06-02 11:06:17.311 | ++ lib/tempest:configure_tempest:603 : for service in ${tempest_services//,/ } 2021-06-02 11:06:17.314 | ++ lib/tempest:configure_tempest:604 : is_service_enabled ceilometer 2021-06-02 11:06:17.330 | ++ functions-common:is_service_enabled:1988 : return 1 2021-06-02 11:06:17.332 | ++ lib/tempest:configure_tempest:607 : iniset /opt/stack/tempest/etc/tempest.conf service_available ceilometer False 2021-06-02 11:06:17.359 | ++ lib/tempest:configure_tempest:603 : for service in ${tempest_services//,/ } 2021-06-02 11:06:17.362 | ++ lib/tempest:configure_tempest:604 : is_service_enabled horizon 2021-06-02 11:06:17.380 | ++ functions-common:is_service_enabled:1988 : return 1 2021-06-02 11:06:17.384 | ++ lib/tempest:configure_tempest:607 : iniset /opt/stack/tempest/etc/tempest.conf service_available horizon False 2021-06-02 11:06:17.410 | ++ lib/tempest:configure_tempest:603 : for service in ${tempest_services//,/ } 2021-06-02 11:06:17.413 | ++ lib/tempest:configure_tempest:604 : is_service_enabled sahara 2021-06-02 11:06:17.428 | ++ functions-common:is_service_enabled:1988 : return 1 2021-06-02 11:06:17.430 | ++ lib/tempest:configure_tempest:607 : iniset /opt/stack/tempest/etc/tempest.conf service_available sahara False 2021-06-02 11:06:17.457 | ++ lib/tempest:configure_tempest:603 : for service in ${tempest_services//,/ } 2021-06-02 11:06:17.459 | ++ lib/tempest:configure_tempest:604 : is_service_enabled ironic 2021-06-02 11:06:17.476 | ++ functions-common:is_service_enabled:1988 : return 1 2021-06-02 11:06:17.479 | ++ lib/tempest:configure_tempest:607 : iniset /opt/stack/tempest/etc/tempest.conf service_available ironic False 2021-06-02 11:06:17.506 | ++ lib/tempest:configure_tempest:603 : for service in ${tempest_services//,/ } 2021-06-02 11:06:17.509 | ++ lib/tempest:configure_tempest:604 : is_service_enabled trove 2021-06-02 11:06:17.530 | ++ functions-common:is_service_enabled:1988 : return 1 2021-06-02 11:06:17.534 | ++ lib/tempest:configure_tempest:607 : iniset /opt/stack/tempest/etc/tempest.conf service_available trove False 2021-06-02 11:06:17.571 | ++ lib/tempest:configure_tempest:611 : '[' libvirt = libvirt ']' 2021-06-02 11:06:17.574 | ++ lib/tempest:configure_tempest:611 : '[' kvm = lxc ']' 2021-06-02 11:06:17.577 | ++ lib/tempest:configure_tempest:621 : local tmp_cfg_file 2021-06-02 11:06:17.580 | +++ lib/tempest:configure_tempest:622 : mktemp 2021-06-02 11:06:17.587 | ++ lib/tempest:configure_tempest:622 : tmp_cfg_file=/tmp/tmp.WuNMxBT1TE 2021-06-02 11:06:17.593 | ++ lib/tempest:configure_tempest:623 : cd /opt/stack/tempest 2021-06-02 11:06:17.596 | ++ lib/tempest:configure_tempest:624 : [[ False != \T\r\u\e ]] 2021-06-02 11:06:17.598 | ++ lib/tempest:configure_tempest:625 : tox -revenv-tempest --notest 2021-06-02 11:06:18.338 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest 2021-06-02 11:06:23.876 | venv-tempest installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2021-06-02 11:07:00.927 | venv-tempest develop-inst: /opt/stack/tempest 2021-06-02 11:07:06.704 | venv-tempest installed: attrs==21.2.0,bcrypt==3.2.0,certifi==2021.5.30,cffi==1.14.5,chardet==4.0.0,cliff==3.8.0,cmd2==1.5.0,colorama==0.4.4,cryptography==3.4.7,debtcollector==2.2.0,extras==1.0.0,fasteners==0.14.1,fixtures==3.0.0,future==0.18.2,idna==2.10,importlib-metadata==4.4.0,importlib-resources==5.1.4,iso8601==0.1.14,jsonschema==3.2.0,linecache2==1.0.0,monotonic==1.6,msgpack==1.0.2,netaddr==0.8.0,netifaces==0.11.0,oslo.concurrency==4.4.0,oslo.config==8.7.0,oslo.context==3.3.0,oslo.i18n==5.0.1,oslo.log==4.5.0,oslo.serialization==4.1.0,oslo.utils==4.9.0,packaging==20.9,paramiko==2.7.2,pbr==5.6.0,prettytable==0.7.2,pycparser==2.20,pyinotify==0.9.6,PyNaCl==1.4.0,pyparsing==2.4.7,pyperclip==1.8.2,pyrsistent==0.17.3,python-dateutil==2.8.1,python-mimeparse==1.6.0,python-subunit==1.4.0,pytz==2021.1,PyYAML==5.4.1,requests==2.25.1,rfc3986==1.5.0,six==1.16.0,stestr==3.2.0,stevedore==3.3.0,-e git+https://opendev.org/openstack/tempest@3e127640657b294c9d4a941b6a6bb287aa496539#egg=tempest,testtools==2.4.0,traceback2==1.4.0,typing-extensions==3.10.0.0,unittest2==1.1.0,urllib3==1.26.5,voluptuous==0.12.1,wcwidth==0.2.5,wrapt==1.12.1,zipp==3.4.1 2021-06-02 11:07:06.704 | ___________________________________ summary ____________________________________ 2021-06-02 11:07:06.704 | venv-tempest: skipped tests 2021-06-02 11:07:06.704 | congratulations :) 2021-06-02 11:07:06.733 | ++ lib/tempest:configure_tempest:628 : local tmp_u_c_m 2021-06-02 11:07:06.736 | +++ lib/tempest:configure_tempest:629 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2021-06-02 11:07:06.741 | ++ lib/tempest:configure_tempest:629 : tmp_u_c_m=/tmp/tempest_u_c_m.g3buG1qrwy 2021-06-02 11:07:06.743 | ++ lib/tempest:configure_tempest:630 : set_tempest_venv_constraints /tmp/tempest_u_c_m.g3buG1qrwy 2021-06-02 11:07:06.746 | ++ lib/tempest:set_tempest_venv_constraints:114 : local tmp_c 2021-06-02 11:07:06.748 | ++ lib/tempest:set_tempest_venv_constraints:115 : tmp_c=/tmp/tempest_u_c_m.g3buG1qrwy 2021-06-02 11:07:06.750 | ++ lib/tempest:set_tempest_venv_constraints:116 : [[ master == \m\a\s\t\e\r ]] 2021-06-02 11:07:06.755 | ++ lib/tempest:set_tempest_venv_constraints:117 : cd /opt/stack/requirements 2021-06-02 11:07:06.757 | ++ lib/tempest:set_tempest_venv_constraints:117 : git show origin/master:upper-constraints.txt 2021-06-02 11:07:06.763 | ++ lib/tempest:configure_tempest:631 : tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.g3buG1qrwy -r requirements.txt 2021-06-02 11:07:08.613 | venv-tempest develop-inst-noop: /opt/stack/tempest 2021-06-02 11:07:09.275 | venv-tempest installed: attrs==21.2.0,bcrypt==3.2.0,certifi==2021.5.30,cffi==1.14.5,chardet==4.0.0,cliff==3.8.0,cmd2==1.5.0,colorama==0.4.4,cryptography==3.4.7,debtcollector==2.2.0,extras==1.0.0,fasteners==0.14.1,fixtures==3.0.0,future==0.18.2,idna==2.10,importlib-metadata==4.4.0,importlib-resources==5.1.4,iso8601==0.1.14,jsonschema==3.2.0,linecache2==1.0.0,monotonic==1.6,msgpack==1.0.2,netaddr==0.8.0,netifaces==0.11.0,oslo.concurrency==4.4.0,oslo.config==8.7.0,oslo.context==3.3.0,oslo.i18n==5.0.1,oslo.log==4.5.0,oslo.serialization==4.1.0,oslo.utils==4.9.0,packaging==20.9,paramiko==2.7.2,pbr==5.6.0,prettytable==0.7.2,pycparser==2.20,pyinotify==0.9.6,PyNaCl==1.4.0,pyparsing==2.4.7,pyperclip==1.8.2,pyrsistent==0.17.3,python-dateutil==2.8.1,python-mimeparse==1.6.0,python-subunit==1.4.0,pytz==2021.1,PyYAML==5.4.1,requests==2.25.1,rfc3986==1.5.0,six==1.16.0,stestr==3.2.0,stevedore==3.3.0,-e git+https://opendev.org/openstack/tempest@3e127640657b294c9d4a941b6a6bb287aa496539#egg=tempest,testtools==2.4.0,traceback2==1.4.0,typing-extensions==3.10.0.0,unittest2==1.1.0,urllib3==1.26.5,voluptuous==0.12.1,wcwidth==0.2.5,wrapt==1.12.1,zipp==3.4.1 2021-06-02 11:07:09.276 | venv-tempest run-test-pre: PYTHONHASHSEED='1375534827' 2021-06-02 11:07:09.276 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.g3buG1qrwy -r requirements.txt 2021-06-02 11:07:10.125 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-06-02 11:07:10.328 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-06-02 11:07:10.503 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-06-02 11:07:10.813 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-06-02 11:07:10.815 | Requirement already satisfied: oslo.concurrency===4.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 24)) (4.4.0) 2021-06-02 11:07:10.826 | Requirement already satisfied: pbr===5.6.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 46)) (5.6.0) 2021-06-02 11:07:10.829 | Requirement already satisfied: oslo.i18n===5.0.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 52)) (5.0.1) 2021-06-02 11:07:10.835 | Requirement already satisfied: fixtures===3.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 62)) (3.0.0) 2021-06-02 11:07:10.847 | Requirement already satisfied: debtcollector===2.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 117)) (2.2.0) 2021-06-02 11:07:10.855 | Requirement already satisfied: netaddr===0.8.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 134)) (0.8.0) 2021-06-02 11:07:10.861 | Requirement already satisfied: prettytable===0.7.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 142)) (0.7.2) 2021-06-02 11:07:10.864 | Requirement already satisfied: paramiko===2.7.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 166)) (2.7.2) 2021-06-02 11:07:10.900 | Requirement already satisfied: urllib3===1.26.5 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 171)) (1.26.5) 2021-06-02 11:07:10.923 | Requirement already satisfied: python-subunit===1.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 176)) (1.4.0) 2021-06-02 11:07:10.938 | Requirement already satisfied: PyYAML===5.4.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 180)) (5.4.1) 2021-06-02 11:07:10.941 | Requirement already satisfied: cryptography===3.4.7 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 185)) (3.4.7) 2021-06-02 11:07:10.984 | Requirement already satisfied: unittest2===1.1.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 203)) (1.1.0) 2021-06-02 11:07:10.992 | Requirement already satisfied: bcrypt===3.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 211)) (3.2.0) 2021-06-02 11:07:11.001 | Requirement already satisfied: cliff===3.8.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 245)) (3.8.0) 2021-06-02 11:07:11.013 | Requirement already satisfied: oslo.log===4.5.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 278)) (4.5.0) 2021-06-02 11:07:11.055 | Requirement already satisfied: stestr===3.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 306)) (3.2.0) 2021-06-02 11:07:11.082 | Requirement already satisfied: oslo.serialization===4.1.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 307)) (4.1.0) 2021-06-02 11:07:11.091 | Requirement already satisfied: testtools===2.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 343)) (2.4.0) 2021-06-02 11:07:11.109 | Requirement already satisfied: PyNaCl===1.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 383)) (1.4.0) 2021-06-02 11:07:11.123 | Requirement already satisfied: msgpack===1.0.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 391)) (1.0.2) 2021-06-02 11:07:11.126 | Requirement already satisfied: oslo.config===8.7.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 393)) (8.7.0) 2021-06-02 11:07:11.171 | Requirement already satisfied: pyparsing===2.4.7 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 408)) (2.4.7) 2021-06-02 11:07:11.174 | Requirement already satisfied: stevedore===3.3.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 419)) (3.3.0) 2021-06-02 11:07:11.183 | Requirement already satisfied: cmd2===1.5.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 429)) (1.5.0) 2021-06-02 11:07:11.246 | Requirement already satisfied: six===1.16.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 446)) (1.16.0) 2021-06-02 11:07:11.249 | Requirement already satisfied: wrapt===1.12.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 474)) (1.12.1) 2021-06-02 11:07:11.252 | Requirement already satisfied: rfc3986===1.5.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 485)) (1.5.0) 2021-06-02 11:07:11.257 | Requirement already satisfied: future===0.18.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 490)) (0.18.2) 2021-06-02 11:07:11.260 | Requirement already satisfied: importlib-resources===5.1.4 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 518)) (5.1.4) 2021-06-02 11:07:11.290 | Requirement already satisfied: cffi===1.14.5 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 532)) (1.14.5) 2021-06-02 11:07:11.294 | Requirement already satisfied: jsonschema===3.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 535)) (3.2.0) 2021-06-02 11:07:11.325 | Requirement already satisfied: zipp===3.4.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 548)) (3.4.1) 2021-06-02 11:07:11.352 | Requirement already satisfied: fasteners===0.14.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 562)) (0.14.1) 2021-06-02 11:07:11.357 | Requirement already satisfied: oslo.utils===4.9.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 569)) (4.9.0) 2021-06-02 11:07:11.373 | Requirement already satisfied: python-dateutil===2.8.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 576)) (2.8.1) 2021-06-02 11:07:11.377 | Requirement already satisfied: colorama===0.4.4 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 579)) (0.4.4) 2021-06-02 11:07:11.382 | Requirement already satisfied: pytz===2021.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 582)) (2021.1) 2021-06-02 11:07:11.387 | Requirement already satisfied: setuptools===57.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 589)) (57.0.0) 2021-06-02 11:07:11.442 | Requirement already satisfied: extras===1.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 162)) (1.0.0) 2021-06-02 11:07:11.445 | Requirement already satisfied: argparse in ./.tox/tempest/lib/python3.6/site-packages (from unittest2===1.1.0->-c /tmp/tempest_u_c_m.g3buG1qrwy (line 203)) (1.4.0) 2021-06-02 11:07:11.447 | Requirement already satisfied: traceback2===1.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 146)) (1.4.0) 2021-06-02 11:07:11.451 | Requirement already satisfied: pyinotify===0.9.6 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 116)) (0.9.6) 2021-06-02 11:07:11.454 | Requirement already satisfied: oslo.context===3.3.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 55)) (3.3.0) 2021-06-02 11:07:11.461 | Requirement already satisfied: voluptuous===0.12.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 2)) (0.12.1) 2021-06-02 11:07:11.465 | Requirement already satisfied: python-mimeparse===1.6.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 96)) (1.6.0) 2021-06-02 11:07:11.468 | Requirement already satisfied: requests===2.25.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 220)) (2.25.1) 2021-06-02 11:07:11.488 | Requirement already satisfied: importlib-metadata===4.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 281)) (4.4.0) 2021-06-02 11:07:11.529 | Requirement already satisfied: wcwidth===0.2.5 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 139)) (0.2.5) 2021-06-02 11:07:11.534 | Requirement already satisfied: attrs===21.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 49)) (21.2.0) 2021-06-02 11:07:11.596 | Requirement already satisfied: pyperclip===1.8.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 269)) (1.8.2) 2021-06-02 11:07:11.600 | Requirement already satisfied: pycparser===2.20 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 178)) (2.20) 2021-06-02 11:07:11.604 | Requirement already satisfied: pyrsistent===0.17.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 483)) (0.17.3) 2021-06-02 11:07:11.608 | Requirement already satisfied: monotonic===1.6 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 504)) (1.6) 2021-06-02 11:07:11.611 | Requirement already satisfied: iso8601===0.1.14 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 357)) (0.1.14) 2021-06-02 11:07:11.614 | Requirement already satisfied: packaging===20.9 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 331)) (20.9) 2021-06-02 11:07:11.620 | Requirement already satisfied: netifaces===0.11.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 511)) (0.11.0) 2021-06-02 11:07:11.623 | Requirement already satisfied: linecache2===1.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 359)) (1.0.0) 2021-06-02 11:07:11.625 | Requirement already satisfied: chardet===4.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 3)) (4.0.0) 2021-06-02 11:07:11.629 | Requirement already satisfied: idna===2.10 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 361)) (2.10) 2021-06-02 11:07:11.633 | Requirement already satisfied: certifi===2021.5.30 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 41)) (2021.5.30) 2021-06-02 11:07:11.636 | Requirement already satisfied: typing-extensions===3.10.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.g3buG1qrwy (line 577)) (3.10.0.0) 2021-06-02 11:07:11.732 | WARNING: You are using pip version 19.2.3, however version 21.1.2 is available. 2021-06-02 11:07:11.732 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-06-02 11:07:11.787 | ___________________________________ summary ____________________________________ 2021-06-02 11:07:11.787 | venv-tempest: commands succeeded 2021-06-02 11:07:11.787 | congratulations :) 2021-06-02 11:07:11.818 | ++ lib/tempest:configure_tempest:632 : rm -f /tmp/tempest_u_c_m.g3buG1qrwy 2021-06-02 11:07:11.823 | ++ lib/tempest:configure_tempest:635 : iniset /opt/stack/tempest/etc/tempest.conf auth tempest_roles member 2021-06-02 11:07:11.848 | ++ lib/tempest:configure_tempest:636 : [[ False == \T\r\u\e ]] 2021-06-02 11:07:11.851 | ++ lib/tempest:configure_tempest:644 : [[ True == \F\a\l\s\e ]] 2021-06-02 11:07:11.853 | ++ lib/tempest:configure_tempest:648 : iniset /opt/stack/tempest/etc/tempest.conf auth use_dynamic_credentials True 2021-06-02 11:07:11.879 | ++ lib/tempest:configure_tempest:654 : tox -evenv -- tempest verify-config -uro /tmp/tmp.WuNMxBT1TE 2021-06-02 11:07:12.619 | venv create: /opt/stack/tempest/.tox/venv 2021-06-02 11:07:17.932 | venv installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt, -r/opt/stack/tempest/doc/requirements.txt 2021-06-02 11:07:42.032 | venv develop-inst: /opt/stack/tempest 2021-06-02 11:07:50.090 | venv installed: alabaster==0.7.12,attrs==21.2.0,Babel==2.9.1,bcrypt==3.2.0,certifi==2021.5.30,cffi==1.14.5,chardet==4.0.0,cliff==3.8.0,cmd2==1.5.0,colorama==0.4.4,cryptography==3.4.7,debtcollector==2.2.0,docutils==0.16,dulwich==0.20.23,extras==1.0.0,fasteners==0.14.1,fixtures==3.0.0,future==0.18.2,idna==2.10,imagesize==1.2.0,importlib-metadata==4.4.0,importlib-resources==5.1.4,iso8601==0.1.14,Jinja2==3.0.1,jsonschema==3.2.0,linecache2==1.0.0,MarkupSafe==2.0.1,monotonic==1.6,msgpack==1.0.2,netaddr==0.8.0,netifaces==0.11.0,openstackdocstheme==2.2.7,oslo.concurrency==4.4.0,oslo.config==8.7.0,oslo.context==3.3.0,oslo.i18n==5.0.1,oslo.log==4.5.0,oslo.serialization==4.1.0,oslo.utils==4.9.0,packaging==20.9,paramiko==2.7.2,pbr==5.6.0,prettytable==0.7.2,pycparser==2.20,Pygments==2.9.0,pyinotify==0.9.6,PyNaCl==1.4.0,pyparsing==2.4.7,pyperclip==1.8.2,pyrsistent==0.17.3,python-dateutil==2.8.1,python-mimeparse==1.6.0,python-subunit==1.4.0,pytz==2021.1,PyYAML==5.4.1,reno==3.3.0,requests==2.25.1,rfc3986==1.5.0,six==1.16.0,snowballstemmer==2.1.0,Sphinx==3.5.4,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.1.1,stestr==3.2.0,stevedore==3.3.0,-e git+https://opendev.org/openstack/tempest@3e127640657b294c9d4a941b6a6bb287aa496539#egg=tempest,testtools==2.4.0,traceback2==1.4.0,typing-extensions==3.10.0.0,unittest2==1.1.0,urllib3==1.26.5,voluptuous==0.12.1,wcwidth==0.2.5,wrapt==1.12.1,zipp==3.4.1 2021-06-02 11:07:50.091 | venv run-test-pre: PYTHONHASHSEED='3604596251' 2021-06-02 11:07:50.091 | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.WuNMxBT1TE 2021-06-02 11:07:53.384 | /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-06-02 11:07:53.384 | "supporting stable Ussuri.", DeprecationWarning) 2021-06-02 11:07:53.384 | /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-06-02 11:07:53.384 | "supporting stable wallaby.", DeprecationWarning) 2021-06-02 11:07:53.384 | /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-06-02 11:07:53.384 | _client = klass(auth_provider=auth_provider, **kwargs) 2021-06-02 11:07:53.384 | Config option api_v2 in group image-feature-enabled should be changed to: False 2021-06-02 11:07:53.491 | ___________________________________ summary ____________________________________ 2021-06-02 11:07:53.491 | venv: commands succeeded 2021-06-02 11:07:53.491 | congratulations :) 2021-06-02 11:07:53.521 | ++ lib/tempest:configure_tempest:659 : is_service_enabled q-metering 2021-06-02 11:07:53.536 | ++ functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:07:53.539 | ++ lib/tempest:configure_tempest:664 : is_service_enabled q-l3 2021-06-02 11:07:53.562 | ++ functions-common:is_service_enabled:1988 : return 0 2021-06-02 11:07:53.565 | ++ lib/tempest:configure_tempest:667 : DEFAULT_NET_EXT=address-scope,agent,allowed-address-pairs,auto-allocated-topology 2021-06-02 11:07:53.568 | ++ lib/tempest:configure_tempest:668 : DEFAULT_NET_EXT+=,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler 2021-06-02 11:07:53.571 | ++ lib/tempest:configure_tempest:669 : DEFAULT_NET_EXT+=,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors 2021-06-02 11:07:53.578 | ++ lib/tempest:configure_tempest:670 : DEFAULT_NET_EXT+=,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu 2021-06-02 11:07:53.580 | ++ lib/tempest:configure_tempest:671 : DEFAULT_NET_EXT+=,network-ip-availability,network_availability_zone,pagination 2021-06-02 11:07:53.583 | ++ lib/tempest:configure_tempest:672 : DEFAULT_NET_EXT+=,port-security,project-id,provider,quotas,quota_details,rbac-policies 2021-06-02 11:07:53.585 | ++ lib/tempest:configure_tempest:673 : DEFAULT_NET_EXT+=,revision-if-match,router,router_availability_zone,security-group,service-type,sorting 2021-06-02 11:07:53.588 | ++ lib/tempest:configure_tempest:674 : DEFAULT_NET_EXT+=,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp 2021-06-02 11:07:53.590 | ++ lib/tempest:configure_tempest:675 : DEFAULT_NET_EXT+=,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering 2021-06-02 11:07:53.593 | ++ lib/tempest:configure_tempest:676 : DEFAULT_NET_EXT+=,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate 2021-06-02 11:07:53.595 | ++ lib/tempest:configure_tempest:677 : DEFAULT_NET_EXT+=,port-security-groups-filtering,fip-port-details,binding-extended 2021-06-02 11:07:53.597 | ++ lib/tempest:configure_tempest:678 : DEFAULT_NET_EXT+=,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced 2021-06-02 11:07:53.599 | ++ lib/tempest:configure_tempest:679 : DEFAULT_NET_EXT+=,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update 2021-06-02 11:07:53.602 | ++ lib/tempest:configure_tempest:680 : 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 2021-06-02 11:07:53.604 | ++ lib/tempest:configure_tempest:681 : [[ ! -z '' ]] 2021-06-02 11:07:53.607 | ++ lib/tempest:configure_tempest:687 : [[ -n '' ]] 2021-06-02 11:07:53.609 | ++ lib/tempest:configure_tempest:690 : 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 2021-06-02 11:07:53.636 | ++ lib/tempest:configure_tempest:692 : DEFAULT_SWIFT_OPT=account_quotas,bulk_delete,bulk_upload,container_quotas 2021-06-02 11:07:53.638 | ++ lib/tempest:configure_tempest:693 : DEFAULT_SWIFT_OPT+=,container_sync,crossdomain,formpost,ratelimit,slo 2021-06-02 11:07:53.640 | ++ lib/tempest:configure_tempest:694 : DEFAULT_SWIFT_OPT+=,staticweb,tempauth,tempurl,versioned_writes 2021-06-02 11:07:53.643 | ++ lib/tempest:configure_tempest:695 : 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-06-02 11:07:53.646 | ++ lib/tempest:configure_tempest:696 : [[ ! -z '' ]] 2021-06-02 11:07:53.655 | ++ lib/tempest:configure_tempest:702 : 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-06-02 11:07:53.684 | ++ lib/tempest:configure_tempest:712 : local network_available_features= 2021-06-02 11:07:53.686 | ++ lib/tempest:configure_tempest:713 : iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled available_features 2021-06-02 11:07:53.712 | ++ lib/tempest:configure_tempest:715 : DEFAULT_VOL_EXT=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups 2021-06-02 11:07:53.714 | ++ lib/tempest:configure_tempest:716 : DEFAULT_VOL_EXT+=,encryption,os-admin-actions,os-availability-zone 2021-06-02 11:07:53.717 | ++ lib/tempest:configure_tempest:717 : DEFAULT_VOL_EXT+=,os-extended-services,os-extended-snapshot-attributes 2021-06-02 11:07:53.719 | ++ lib/tempest:configure_tempest:718 : DEFAULT_VOL_EXT+=,os-hosts,os-quota-class-sets,os-quota-sets 2021-06-02 11:07:53.721 | ++ lib/tempest:configure_tempest:719 : DEFAULT_VOL_EXT+=,os-services,os-snapshot-actions,os-snapshot-manage 2021-06-02 11:07:53.724 | ++ lib/tempest:configure_tempest:720 : DEFAULT_VOL_EXT+=,os-snapshot-unmanage,os-types-extra-specs,os-types-manage 2021-06-02 11:07:53.727 | ++ lib/tempest:configure_tempest:721 : DEFAULT_VOL_EXT+=,os-used-limits,os-vol-host-attr,os-vol-image-meta 2021-06-02 11:07:53.729 | ++ lib/tempest:configure_tempest:722 : DEFAULT_VOL_EXT+=,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions 2021-06-02 11:07:53.732 | ++ lib/tempest:configure_tempest:723 : DEFAULT_VOL_EXT+=,os-volume-encryption-metadata,os-volume-manage 2021-06-02 11:07:53.734 | ++ lib/tempest:configure_tempest:724 : DEFAULT_VOL_EXT+=,os-volume-transfer,os-volume-type-access 2021-06-02 11:07:53.736 | ++ lib/tempest:configure_tempest:725 : DEFAULT_VOL_EXT+=,os-volume-unmanage,qos-specs,scheduler-stats 2021-06-02 11:07:53.739 | ++ lib/tempest:configure_tempest:726 : 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-06-02 11:07:53.742 | ++ lib/tempest:configure_tempest:727 : [[ ! -z '' ]] 2021-06-02 11:07:53.744 | ++ lib/tempest:configure_tempest:733 : 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-06-02 11:07:53.769 | ++ lib/tempest:configure_tempest:736 : IFS=' 2021-06-02 11:07:53.770 | ' 2021-06-02 11:07:53.773 | ++ extras.d/80-tempest.sh:source:22 : echo_summary 'Installing Tempest Plugins' 2021-06-02 11:07:53.776 | ++ ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-06-02 11:07:53.779 | ++ ./stack.sh:echo_summary:461 : echo -e Installing Tempest Plugins 2021-06-02 11:07:53.782 | ++ extras.d/80-tempest.sh:source:23 : install_tempest_plugins 2021-06-02 11:07:53.784 | ++ lib/tempest:install_tempest_plugins:765 : pushd /opt/stack/tempest 2021-06-02 11:07:53.784 | /opt/stack/tempest /opt/stack/tempest 2021-06-02 11:07:53.787 | ++ lib/tempest:install_tempest_plugins:766 : [[ 0 != 0 ]] 2021-06-02 11:07:53.790 | ++ lib/tempest:install_tempest_plugins:775 : popd 2021-06-02 11:07:53.790 | /opt/stack/tempest 2021-06-02 11:07:53.792 | ++ extras.d/80-tempest.sh:source:26 : [[ stack == \u\n\s\t\a\c\k ]] 2021-06-02 11:07:53.795 | ++ extras.d/80-tempest.sh:source:31 : [[ stack == \c\l\e\a\n ]] 2021-06-02 11:07:53.797 | + functions-common:run_phase:1781 : [[ stack == \s\o\u\r\c\e ]] 2021-06-02 11:07:53.800 | + functions-common:run_phase:1784 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-06-02 11:07:53.803 | + functions-common:run_phase:1787 : run_plugins stack test-config 2021-06-02 11:07:53.806 | + functions-common:run_plugins:1746 : local mode=stack 2021-06-02 11:07:53.809 | + functions-common:run_plugins:1747 : local phase=test-config 2021-06-02 11:07:53.811 | + functions-common:run_plugins:1749 : local plugins= 2021-06-02 11:07:53.814 | + functions-common:run_plugins:1750 : local plugin 2021-06-02 11:07:53.817 | + ./stack.sh:main:1501 : merge_config_group /home/ubuntu/devstack/local.conf test-config 2021-06-02 11:07:53.820 | + inc/meta-config:merge_config_group:171 : local localfile=/home/ubuntu/devstack/local.conf 2021-06-02 11:07:53.823 | + inc/meta-config:merge_config_group:171 : shift 2021-06-02 11:07:53.826 | + inc/meta-config:merge_config_group:172 : local matchgroups=test-config 2021-06-02 11:07:53.828 | + inc/meta-config:merge_config_group:174 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-06-02 11:07:53.831 | + inc/meta-config:merge_config_group:176 : local configfile group 2021-06-02 11:07:53.834 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2021-06-02 11:07:53.837 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /home/ubuntu/devstack/local.conf test-config 2021-06-02 11:07:53.840 | ++ inc/meta-config:get_meta_section_files:63 : local file=/home/ubuntu/devstack/local.conf 2021-06-02 11:07:53.843 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=test-config 2021-06-02 11:07:53.845 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-06-02 11:07:53.848 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=test-config ' 2021-06-02 11:07:53.848 | /^\[\[.+\|.*\]\]/ { 2021-06-02 11:07:53.848 | gsub("[][]", "", $1); 2021-06-02 11:07:53.848 | split($1, a, "|"); 2021-06-02 11:07:53.848 | if (a[1] == matchgroup) 2021-06-02 11:07:53.848 | print a[2] 2021-06-02 11:07:53.848 | } 2021-06-02 11:07:53.848 | ' /home/ubuntu/devstack/local.conf ========================= DevStack Component Timing (times are in seconds) ========================= run_process 25 test_with_retry 5 apt-get-update 2 osc 350 wait_for_service 24 git_timed 8 dbsync 67 pip_install 235 apt-get 212 ------------------------- Unaccounted time 624 ========================= Total runtime 1552 This is your host IP address: 10.222.0.22 This is your host IPv6 address: ::1 Keystone is serving at http://10.222.0.22/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: train Change: ae035e739c6f05ce29c8c59ba6de843fe1fa37bd Pin nodeset for unit test job 2021-05-25 18:13:33 +0000 OS Version: Ubuntu 18.04 bionic