2021-04-09 19:40:03.233 | + ./stack.sh:main:502 : exec 2021-04-09 19:40:03.233 | + ./stack.sh:main:510 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2021-04-09-194003' 2021-04-09 19:40:03.233 | ++ ./stack.sh:main:502 : /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2021-04-09-194003.summary.2021-04-09-194003 2021-04-09 19:40:03.233 | + ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-04-09 19:40:03.233 | + ./stack.sh:echo_summary:461 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2021-04-09-194003 2021-04-09 19:40:03.234 | + ./stack.sh:main:512 : ln -sf /opt/stack/logs/stack.sh.log.2021-04-09-194003 /opt/stack/logs/stack.sh.log 2021-04-09 19:40:03.234 | + ./stack.sh:main:513 : ln -sf /opt/stack/logs/stack.sh.log.2021-04-09-194003.summary.2021-04-09-194003 /opt/stack/logs/stack.sh.log.summary 2021-04-09 19:40:03.234 | + ./stack.sh:main:528 : check_path_perm_sanity /opt/stack 2021-04-09 19:40:03.234 | + functions:check_path_perm_sanity:567 : local real_path 2021-04-09 19:40:03.236 | ++ functions:check_path_perm_sanity:568 : readlink -f /opt/stack 2021-04-09 19:40:03.239 | + functions:check_path_perm_sanity:568 : real_path=/opt/stack 2021-04-09 19:40:03.242 | + functions:check_path_perm_sanity:569 : local rebuilt_path= 2021-04-09 19:40:03.245 | ++ functions:check_path_perm_sanity:570 : echo /opt/stack 2021-04-09 19:40:03.245 | ++ functions:check_path_perm_sanity:570 : tr / ' ' 2021-04-09 19:40:03.249 | + functions:check_path_perm_sanity:570 : for i in $(echo ${real_path} | tr "/" " ") 2021-04-09 19:40:03.251 | + functions:check_path_perm_sanity:571 : rebuilt_path=/opt 2021-04-09 19:40:03.254 | ++ functions:check_path_perm_sanity:573 : stat -c %a /opt 2021-04-09 19:40:03.257 | + functions:check_path_perm_sanity:573 : [[ 755 = 700 ]] 2021-04-09 19:40:03.259 | + functions:check_path_perm_sanity:570 : for i in $(echo ${real_path} | tr "/" " ") 2021-04-09 19:40:03.261 | + functions:check_path_perm_sanity:571 : rebuilt_path=/opt/stack 2021-04-09 19:40:03.264 | ++ functions:check_path_perm_sanity:573 : stat -c %a /opt/stack 2021-04-09 19:40:03.267 | + functions:check_path_perm_sanity:573 : [[ 755 = 700 ]] 2021-04-09 19:40:03.269 | + ./stack.sh:main:534 : trap exit_trap EXIT 2021-04-09 19:40:03.271 | + ./stack.sh:main:575 : trap err_trap ERR 2021-04-09 19:40:03.273 | + ./stack.sh:main:588 : set -o errexit 2021-04-09 19:40:03.275 | + ./stack.sh:main:591 : uname -a 2021-04-09 19:40:03.276 | Linux dv-osbrick-785704-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-04-09 19:40:03.278 | + ./stack.sh:main:594 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2021-04-09 19:40:03.280 | + ./stack.sh:main:595 : rm -f /opt/stack/data/ca-bundle.pem 2021-04-09 19:40:03.284 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/database 2021-04-09 19:40:03.317 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/rpc_backend 2021-04-09 19:40:03.332 | + ./stack.sh:main:605 : fetch_plugins 2021-04-09 19:40:03.334 | + functions-common:fetch_plugins:1678 : local plugins= 2021-04-09 19:40:03.336 | + functions-common:fetch_plugins:1679 : local plugin 2021-04-09 19:40:03.338 | + functions-common:fetch_plugins:1682 : [[ -z '' ]] 2021-04-09 19:40:03.340 | + functions-common:fetch_plugins:1683 : return 2021-04-09 19:40:03.342 | + ./stack.sh:main:609 : run_phase override_defaults 2021-04-09 19:40:03.346 | + functions-common:run_phase:1760 : local mode=override_defaults 2021-04-09 19:40:03.348 | + functions-common:run_phase:1761 : local phase= 2021-04-09 19:40:03.350 | + functions-common:run_phase:1762 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-04-09 19:40:03.352 | + functions-common:run_phase:1763 : local extra_plugin_file_name 2021-04-09 19:40:03.355 | + functions-common:run_phase:1764 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-04-09 19:40:03.357 | + functions-common:run_phase:1769 : local exceptions=80-tempest.sh 2021-04-09 19:40:03.359 | + functions-common:run_phase:1770 : local extra 2021-04-09 19:40:03.362 | ++ functions-common:run_phase:1771 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-04-09 19:40:03.364 | + functions-common:run_phase:1771 : extra=80-tempest.sh 2021-04-09 19:40:03.366 | + functions-common:run_phase:1772 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-04-09 19:40:03.368 | + functions-common:run_phase:1776 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-04-09 19:40:03.370 | + functions-common:run_phase:1776 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2021-04-09 19:40:03.372 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-04-09 19:40:03.384 | ++ functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:40:03.386 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-04-09 19:40:03.388 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2021-04-09 19:40:03.390 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2021-04-09 19:40:03.392 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2021-04-09 19:40:03.394 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2021-04-09 19:40:03.395 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2021-04-09 19:40:03.397 | ++ extras.d/80-tempest.sh:source:26 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2021-04-09 19:40:03.399 | ++ extras.d/80-tempest.sh:source:31 : [[ override_defaults == \c\l\e\a\n ]] 2021-04-09 19:40:03.401 | + functions-common:run_phase:1781 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-04-09 19:40:03.403 | + functions-common:run_phase:1784 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-04-09 19:40:03.405 | + functions-common:run_phase:1785 : plugin_override_defaults 2021-04-09 19:40:03.408 | + functions-common:plugin_override_defaults:1719 : local plugins= 2021-04-09 19:40:03.412 | + functions-common:plugin_override_defaults:1720 : local plugin 2021-04-09 19:40:03.413 | + functions-common:plugin_override_defaults:1723 : [[ -z '' ]] 2021-04-09 19:40:03.415 | + functions-common:plugin_override_defaults:1724 : return 2021-04-09 19:40:03.418 | + ./stack.sh:main:612 : source /home/ubuntu/devstack/lib/apache 2021-04-09 19:40:03.436 | + ./stack.sh:main:615 : source /home/ubuntu/devstack/lib/tls 2021-04-09 19:40:03.439 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2021-04-09 19:40:03.451 | ++ functions-common:is_service_enabled:1988 : return 1 2021-04-09 19:40:03.454 | +++ lib/tls:source:43 : hostname -f 2021-04-09 19:40:03.457 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2021-04-09 19:40:03.459 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2021-04-09 19:40:03.461 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2021-04-09 19:40:03.463 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2021-04-09 19:40:03.465 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2021-04-09 19:40:03.467 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2021-04-09 19:40:03.469 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2021-04-09 19:40:03.471 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2021-04-09 19:40:03.473 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2021-04-09 19:40:03.475 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2021-04-09 19:40:03.479 | + ./stack.sh:main:618 : source /home/ubuntu/devstack/lib/infra 2021-04-09 19:40:03.491 | + ./stack.sh:main:619 : source /home/ubuntu/devstack/lib/libraries 2021-04-09 19:40:03.510 | + ./stack.sh:main:620 : source /home/ubuntu/devstack/lib/lvm 2021-04-09 19:40:03.522 | + ./stack.sh:main:621 : source /home/ubuntu/devstack/lib/horizon 2021-04-09 19:40:03.536 | + ./stack.sh:main:622 : source /home/ubuntu/devstack/lib/keystone 2021-04-09 19:40:03.562 | + ./stack.sh:main:623 : source /home/ubuntu/devstack/lib/glance 2021-04-09 19:40:03.586 | + ./stack.sh:main:624 : source /home/ubuntu/devstack/lib/nova 2021-04-09 19:40:03.658 | + ./stack.sh:main:625 : source /home/ubuntu/devstack/lib/placement 2021-04-09 19:40:03.681 | + ./stack.sh:main:626 : source /home/ubuntu/devstack/lib/cinder 2021-04-09 19:40:03.719 | + ./stack.sh:main:627 : source /home/ubuntu/devstack/lib/swift 2021-04-09 19:40:03.773 | + ./stack.sh:main:628 : source /home/ubuntu/devstack/lib/neutron 2021-04-09 19:40:03.830 | WARNING: Using lib/neutron-legacy is deprecated, and it will be removed in the future 2021-04-09 19:40:03.930 | + ./stack.sh:main:629 : source /home/ubuntu/devstack/lib/ldap 2021-04-09 19:40:03.947 | + ./stack.sh:main:630 : source /home/ubuntu/devstack/lib/dstat 2021-04-09 19:40:03.960 | + ./stack.sh:main:631 : source /home/ubuntu/devstack/lib/tcpdump 2021-04-09 19:40:03.976 | + ./stack.sh:main:632 : source /home/ubuntu/devstack/lib/etcd3 2021-04-09 19:40:04.074 | + ./stack.sh:main:638 : run_phase source 2021-04-09 19:40:04.076 | + functions-common:run_phase:1760 : local mode=source 2021-04-09 19:40:04.079 | + functions-common:run_phase:1761 : local phase= 2021-04-09 19:40:04.081 | + functions-common:run_phase:1762 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-04-09 19:40:04.083 | + functions-common:run_phase:1763 : local extra_plugin_file_name 2021-04-09 19:40:04.086 | + functions-common:run_phase:1764 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-04-09 19:40:04.088 | + functions-common:run_phase:1769 : local exceptions=80-tempest.sh 2021-04-09 19:40:04.090 | + functions-common:run_phase:1770 : local extra 2021-04-09 19:40:04.093 | ++ functions-common:run_phase:1771 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-04-09 19:40:04.097 | + functions-common:run_phase:1771 : extra=80-tempest.sh 2021-04-09 19:40:04.099 | + functions-common:run_phase:1772 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-04-09 19:40:04.101 | + functions-common:run_phase:1776 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-04-09 19:40:04.103 | + functions-common:run_phase:1776 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2021-04-09 19:40:04.105 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-04-09 19:40:04.125 | ++ functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:40:04.127 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2021-04-09 19:40:04.130 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2021-04-09 19:40:04.173 | ++ extras.d/80-tempest.sh:source:26 : [[ source == \u\n\s\t\a\c\k ]] 2021-04-09 19:40:04.176 | ++ extras.d/80-tempest.sh:source:31 : [[ source == \c\l\e\a\n ]] 2021-04-09 19:40:04.178 | + functions-common:run_phase:1781 : [[ source == \s\o\u\r\c\e ]] 2021-04-09 19:40:04.180 | + functions-common:run_phase:1782 : load_plugin_settings 2021-04-09 19:40:04.183 | + functions-common:load_plugin_settings:1696 : local plugins= 2021-04-09 19:40:04.186 | + functions-common:load_plugin_settings:1697 : local plugin 2021-04-09 19:40:04.188 | + functions-common:load_plugin_settings:1700 : [[ -z '' ]] 2021-04-09 19:40:04.191 | + functions-common:load_plugin_settings:1701 : return 2021-04-09 19:40:04.194 | + functions-common:run_phase:1783 : verify_disabled_services 2021-04-09 19:40:04.196 | + functions-common:verify_disabled_services:2043 : local service 2021-04-09 19:40:04.198 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 19:40:04.201 | + 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-04-09 19:40:04.204 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 19:40:04.206 | + 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-04-09 19:40:04.208 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 19:40:04.211 | + 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-04-09 19:40:04.214 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 19:40:04.216 | + 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-04-09 19:40:04.220 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 19:40:04.225 | + 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-04-09 19:40:04.227 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 19:40:04.230 | + 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-04-09 19:40:04.232 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 19:40:04.235 | + 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-04-09 19:40:04.243 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 19:40:04.245 | + 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-04-09 19:40:04.248 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 19:40:04.251 | + 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-04-09 19:40:04.253 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 19:40:04.255 | + 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-04-09 19:40:04.258 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 19:40:04.260 | + 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-04-09 19:40:04.263 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 19:40:04.266 | + 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-04-09 19:40:04.268 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 19:40:04.271 | + 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-04-09 19:40:04.274 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 19:40:04.276 | + 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-04-09 19:40:04.280 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 19:40:04.284 | + 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-04-09 19:40:04.286 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 19:40:04.289 | + 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-04-09 19:40:04.291 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 19:40:04.294 | + 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-04-09 19:40:04.296 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 19:40:04.300 | + 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-04-09 19:40:04.303 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 19:40:04.306 | + 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-04-09 19:40:04.310 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 19:40:04.314 | + 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-04-09 19:40:04.317 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 19:40:04.320 | + 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-04-09 19:40:04.322 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 19:40:04.325 | + 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-04-09 19:40:04.328 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 19:40:04.331 | + 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-04-09 19:40:04.333 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 19:40:04.336 | + 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-04-09 19:40:04.338 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 19:40:04.341 | + 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-04-09 19:40:04.345 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 19:40:04.348 | + 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-04-09 19:40:04.350 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 19:40:04.361 | + 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-04-09 19:40:04.364 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 19:40:04.366 | + 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-04-09 19:40:04.369 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 19:40:04.371 | + 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-04-09 19:40:04.374 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 19:40:04.376 | + 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-04-09 19:40:04.379 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 19:40:04.381 | + 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-04-09 19:40:04.384 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 19:40:04.386 | + 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-04-09 19:40:04.388 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 19:40:04.391 | + 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-04-09 19:40:04.394 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 19:40:04.396 | + 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-04-09 19:40:04.398 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 19:40:04.401 | + 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-04-09 19:40:04.404 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 19:40:04.407 | + 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-04-09 19:40:04.410 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 19:40:04.413 | + 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-04-09 19:40:04.415 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 19:40:04.418 | + 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-04-09 19:40:04.420 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 19:40:04.423 | + 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-04-09 19:40:04.426 | + functions-common:verify_disabled_services:2044 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 19:40:04.428 | + 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-04-09 19:40:04.431 | + ./stack.sh:main:709 : initialize_database_backends 2021-04-09 19:40:04.433 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-04-09 19:40:04.436 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2021-04-09 19:40:04.455 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:40:04.457 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2021-04-09 19:40:04.459 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-04-09 19:40:04.461 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2021-04-09 19:40:04.477 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 19:40:04.479 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2021-04-09 19:40:04.482 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2021-04-09 19:40:04.484 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2021-04-09 19:40:04.487 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2021-04-09 19:40:04.489 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2021-04-09 19:40:04.491 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2021-04-09 19:40:04.494 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2021-04-09 19:40:04.497 | ++ lib/database:initialize_database_backends:102 : get_database_type_mysql 2021-04-09 19:40:04.499 | ++ lib/databases/mysql:get_database_type_mysql:33 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2021-04-09 19:40:04.501 | ++ lib/databases/mysql:get_database_type_mysql:34 : echo mysql+pymysql 2021-04-09 19:40:04.504 | + lib/database:initialize_database_backends:102 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-04-09 19:40:04.506 | + lib/database:initialize_database_backends:104 : return 0 2021-04-09 19:40:04.509 | + ./stack.sh:main:710 : echo 'Using mysql database backend' 2021-04-09 19:40:04.509 | Using mysql database backend 2021-04-09 19:40:04.511 | + ./stack.sh:main:713 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2021-04-09 19:40:04.526 | + ./stack.sh:main:725 : is_service_enabled rabbit 2021-04-09 19:40:04.542 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:40:04.544 | + ./stack.sh:main:726 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2021-04-09 19:40:04.560 | + ./stack.sh:main:733 : is_service_enabled keystone 2021-04-09 19:40:04.574 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:40:04.577 | + ./stack.sh:main:735 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2021-04-09 19:40:04.593 | + ./stack.sh:main:737 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2021-04-09 19:40:04.608 | + ./stack.sh:main:748 : is_service_enabled ldap 2021-04-09 19:40:04.623 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 19:40:04.626 | + ./stack.sh:main:757 : is_service_enabled nova 2021-04-09 19:40:04.641 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:40:04.644 | + ./stack.sh:main:757 : [[ libvirt == \x\e\n\s\e\r\v\e\r ]] 2021-04-09 19:40:04.646 | + ./stack.sh:main:767 : is_service_enabled s-proxy 2021-04-09 19:40:04.662 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:40:04.664 | + ./stack.sh:main:771 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2021-04-09 19:40:04.679 | + ./stack.sh:main:773 : [[ -z '' ]] 2021-04-09 19:40:04.681 | + ./stack.sh:main:773 : [[ False == \T\r\u\e ]] 2021-04-09 19:40:04.684 | + ./stack.sh:main:779 : save_stackenv 779 2021-04-09 19:40:04.686 | + functions-common:save_stackenv:62 : local tag=779 2021-04-09 19:40:04.689 | ++ functions-common:save_stackenv:64 : date +%F-%H%M%S 2021-04-09 19:40:04.692 | + functions-common:save_stackenv:64 : time_stamp=2021-04-09-194004 2021-04-09 19:40:04.695 | + functions-common:save_stackenv:65 : echo '# 2021-04-09-194004 779' 2021-04-09 19:40:04.697 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-04-09 19:40:04.699 | + functions-common:save_stackenv:67 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-04-09 19:40:04.702 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-04-09 19:40:04.704 | + functions-common:save_stackenv:67 : echo DATA_DIR=/opt/stack/data 2021-04-09 19:40:04.707 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-04-09 19:40:04.709 | + functions-common:save_stackenv:67 : echo DEST=/opt/stack 2021-04-09 19:40:04.711 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-04-09 19:40:04.714 | + 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-04-09 19:40:04.716 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-04-09 19:40:04.718 | + functions-common:save_stackenv:67 : echo HOST_IP=10.222.0.52 2021-04-09 19:40:04.721 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-04-09 19:40:04.724 | + functions-common:save_stackenv:67 : echo KEYSTONE_AUTH_URI=http://10.222.0.52/identity 2021-04-09 19:40:04.726 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-04-09 19:40:04.728 | + functions-common:save_stackenv:67 : echo KEYSTONE_SERVICE_URI=http://10.222.0.52/identity 2021-04-09 19:40:04.730 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-04-09 19:40:04.733 | + functions-common:save_stackenv:67 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2021-04-09-194003 2021-04-09 19:40:04.735 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-04-09 19:40:04.737 | + functions-common:save_stackenv:67 : echo OS_CACERT= 2021-04-09 19:40:04.740 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-04-09 19:40:04.742 | + functions-common:save_stackenv:67 : echo SERVICE_HOST=10.222.0.52 2021-04-09 19:40:04.744 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-04-09 19:40:04.747 | + functions-common:save_stackenv:67 : echo STACK_USER=ubuntu 2021-04-09 19:40:04.749 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-04-09 19:40:04.751 | + functions-common:save_stackenv:67 : echo TLS_IP= 2021-04-09 19:40:04.753 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-04-09 19:40:04.756 | + functions-common:save_stackenv:67 : echo HOST_IPV6=::1 2021-04-09 19:40:04.758 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-04-09 19:40:04.760 | + functions-common:save_stackenv:67 : echo SERVICE_IP_VERSION=4 2021-04-09 19:40:04.763 | + ./stack.sh:main:790 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements stable/train 2021-04-09 19:40:04.765 | + functions-common:git_clone:524 : local git_remote=https://opendev.org/openstack/requirements.git 2021-04-09 19:40:04.768 | + functions-common:git_clone:525 : local git_dest=/opt/stack/requirements 2021-04-09 19:40:04.770 | + functions-common:git_clone:526 : local git_ref=stable/train 2021-04-09 19:40:04.772 | + functions-common:git_clone:527 : local orig_dir 2021-04-09 19:40:04.775 | ++ functions-common:git_clone:528 : pwd 2021-04-09 19:40:04.777 | + functions-common:git_clone:528 : orig_dir=/home/ubuntu/devstack 2021-04-09 19:40:04.780 | + functions-common:git_clone:529 : local git_clone_flags= 2021-04-09 19:40:04.783 | ++ functions-common:git_clone:531 : trueorfalse False RECLONE 2021-04-09 19:40:04.797 | + functions-common:git_clone:531 : RECLONE=False 2021-04-09 19:40:04.800 | + functions-common:git_clone:532 : [[ 0 -gt 0 ]] 2021-04-09 19:40:04.802 | + functions-common:git_clone:536 : [[ False = \T\r\u\e ]] 2021-04-09 19:40:04.804 | + functions-common:git_clone:545 : echo stable/train 2021-04-09 19:40:04.805 | + functions-common:git_clone:545 : egrep -q '^refs' 2021-04-09 19:40:04.809 | + functions-common:git_clone:559 : [[ ! -d /opt/stack/requirements ]] 2021-04-09 19:40:04.811 | + functions-common:git_clone:567 : [[ False = \T\r\u\e ]] 2021-04-09 19:40:04.814 | + functions-common:git_clone:593 : cd /opt/stack/requirements 2021-04-09 19:40:04.817 | + functions-common:git_clone:594 : git show --oneline 2021-04-09 19:40:04.817 | + functions-common:git_clone:594 : head -1 2021-04-09 19:40:04.820 | 4187e4b2 Merge "update constraint for os-apply-config to new release 10.6.0" into stable/train 2021-04-09 19:40:04.822 | + functions-common:git_clone:595 : cd /home/ubuntu/devstack 2021-04-09 19:40:04.825 | + ./stack.sh:main:794 : echo_summary 'Installing package prerequisites' 2021-04-09 19:40:04.827 | + ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-04-09 19:40:04.830 | + ./stack.sh:echo_summary:461 : echo -e Installing package prerequisites 2021-04-09 19:40:04.832 | + ./stack.sh:main:795 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2021-04-09 19:40:04.835 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2021-04-09 19:40:04.837 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2021-04-09 19:40:04.839 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2021-04-09 19:40:04.842 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2021-04-09 19:40:04.844 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2021-04-09 19:40:04.847 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2021-04-09 19:40:04.850 | +++ tools/install_prereqs.sh:source:47 : date +%s 2021-04-09 19:40:04.854 | ++ tools/install_prereqs.sh:source:47 : NOW=1617997204 2021-04-09 19:40:04.857 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2021-04-09 19:40:04.861 | +++ tools/install_prereqs.sh:source:48 : echo 0 2021-04-09 19:40:04.864 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2021-04-09 19:40:04.866 | ++ tools/install_prereqs.sh:source:49 : DELTA=1617997204 2021-04-09 19:40:04.868 | ++ tools/install_prereqs.sh:source:50 : [[ 1617997204 -lt 7200 ]] 2021-04-09 19:40:04.871 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2021-04-09 19:40:04.873 | ++ functions-common:export_proxy_variables:2154 : isset http_proxy 2021-04-09 19:40:04.876 | ++ functions-common:isset:171 : [[ -v http_proxy ]] 2021-04-09 19:40:04.878 | ++ functions-common:export_proxy_variables:2157 : isset https_proxy 2021-04-09 19:40:04.880 | ++ functions-common:isset:171 : [[ -v https_proxy ]] 2021-04-09 19:40:04.883 | ++ functions-common:export_proxy_variables:2160 : isset no_proxy 2021-04-09 19:40:04.885 | ++ functions-common:isset:171 : [[ -v no_proxy ]] 2021-04-09 19:40:04.888 | +++ 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-04-09 19:40:04.933 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2021-04-09 19:40:04.933 | apache2-dev 2021-04-09 19:40:04.933 | bc 2021-04-09 19:40:04.933 | bridge-utils 2021-04-09 19:40:04.933 | bsdmainutils 2021-04-09 19:40:04.933 | curl 2021-04-09 19:40:04.933 | g++ 2021-04-09 19:40:04.933 | gcc 2021-04-09 19:40:04.933 | gettext 2021-04-09 19:40:04.933 | git 2021-04-09 19:40:04.933 | graphviz 2021-04-09 19:40:04.933 | iputils-ping 2021-04-09 19:40:04.934 | libapache2-mod-proxy-uwsgi 2021-04-09 19:40:04.934 | libffi-dev 2021-04-09 19:40:04.934 | libjpeg-dev 2021-04-09 19:40:04.934 | libmysqlclient-dev 2021-04-09 19:40:04.934 | libpcre3-dev 2021-04-09 19:40:04.934 | libpq-dev 2021-04-09 19:40:04.934 | libssl-dev 2021-04-09 19:40:04.934 | libsystemd-dev 2021-04-09 19:40:04.934 | libxml2-dev 2021-04-09 19:40:04.934 | libxslt1-dev 2021-04-09 19:40:04.934 | libyaml-dev 2021-04-09 19:40:04.934 | lsof 2021-04-09 19:40:04.934 | openssh-server 2021-04-09 19:40:04.934 | openssl 2021-04-09 19:40:04.934 | pkg-config 2021-04-09 19:40:04.934 | psmisc 2021-04-09 19:40:04.934 | python2.7 2021-04-09 19:40:04.934 | python-dev 2021-04-09 19:40:04.934 | python-gdbm 2021-04-09 19:40:04.934 | tar 2021-04-09 19:40:04.934 | tcpdump 2021-04-09 19:40:04.934 | unzip 2021-04-09 19:40:04.934 | uuid-runtime 2021-04-09 19:40:04.934 | wget 2021-04-09 19:40:04.934 | wget 2021-04-09 19:40:04.934 | zlib1g-dev 2021-04-09 19:40:04.934 | libkrb5-dev 2021-04-09 19:40:04.934 | libldap2-dev 2021-04-09 19:40:04.934 | libsasl2-dev 2021-04-09 19:40:04.934 | memcached 2021-04-09 19:40:04.934 | python-mysqldb 2021-04-09 19:40:04.934 | sqlite3 2021-04-09 19:40:04.934 | conntrack 2021-04-09 19:40:04.934 | curl 2021-04-09 19:40:04.934 | dnsmasq-base 2021-04-09 19:40:04.934 | dnsmasq-utils 2021-04-09 19:40:04.934 | ebtables 2021-04-09 19:40:04.934 | gawk 2021-04-09 19:40:04.934 | genisoimage 2021-04-09 19:40:04.934 | iptables 2021-04-09 19:40:04.934 | iputils-arping 2021-04-09 19:40:04.934 | kpartx 2021-04-09 19:40:04.934 | libjs-jquery-tablesorter 2021-04-09 19:40:04.934 | libmysqlclient-dev 2021-04-09 19:40:04.934 | parted 2021-04-09 19:40:04.934 | pm-utils 2021-04-09 19:40:04.934 | python-mysqldb 2021-04-09 19:40:04.934 | socat 2021-04-09 19:40:04.934 | sqlite3 2021-04-09 19:40:04.934 | sudo 2021-04-09 19:40:04.934 | vlan 2021-04-09 19:40:04.934 | lvm2 2021-04-09 19:40:04.934 | open-iscsi 2021-04-09 19:40:04.934 | qemu-utils 2021-04-09 19:40:04.935 | thin-provisioning-tools 2021-04-09 19:40:04.935 | acl 2021-04-09 19:40:04.935 | dnsmasq-base 2021-04-09 19:40:04.935 | dnsmasq-utils 2021-04-09 19:40:04.935 | ebtables 2021-04-09 19:40:04.935 | haproxy 2021-04-09 19:40:04.935 | iptables 2021-04-09 19:40:04.935 | iputils-arping 2021-04-09 19:40:04.935 | iputils-ping 2021-04-09 19:40:04.935 | libmysqlclient-dev 2021-04-09 19:40:04.935 | postgresql-server-dev-all 2021-04-09 19:40:04.935 | python-mysqldb 2021-04-09 19:40:04.935 | sqlite3 2021-04-09 19:40:04.935 | sudo 2021-04-09 19:40:04.935 | vlan 2021-04-09 19:40:04.935 | ipset 2021-04-09 19:40:04.935 | conntrack 2021-04-09 19:40:04.935 | conntrackd 2021-04-09 19:40:04.935 | keepalived 2021-04-09 19:40:04.935 | dstat 2021-04-09 19:40:04.935 | python-psutil 2021-04-09 19:40:04.935 | lvm2 2021-04-09 19:40:04.935 | open-iscsi 2021-04-09 19:40:04.935 | qemu-utils 2021-04-09 19:40:04.935 | thin-provisioning-tools 2021-04-09 19:40:04.935 | curl 2021-04-09 19:40:04.935 | liberasurecode-dev 2021-04-09 19:40:04.935 | make 2021-04-09 19:40:04.935 | memcached 2021-04-09 19:40:04.935 | sqlite3 2021-04-09 19:40:04.935 | xfsprogs' 2021-04-09 19:40:04.936 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2021-04-09 19:40:04.954 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2021-04-09 19:40:04.954 | apache2-dev 2021-04-09 19:40:04.954 | bc 2021-04-09 19:40:04.954 | bridge-utils 2021-04-09 19:40:04.954 | bsdmainutils 2021-04-09 19:40:04.954 | curl 2021-04-09 19:40:04.954 | g++ 2021-04-09 19:40:04.954 | gcc 2021-04-09 19:40:04.954 | gettext 2021-04-09 19:40:04.954 | git 2021-04-09 19:40:04.954 | graphviz 2021-04-09 19:40:04.954 | iputils-ping 2021-04-09 19:40:04.954 | libapache2-mod-proxy-uwsgi 2021-04-09 19:40:04.954 | libffi-dev 2021-04-09 19:40:04.954 | libjpeg-dev 2021-04-09 19:40:04.954 | libmysqlclient-dev 2021-04-09 19:40:04.954 | libpcre3-dev 2021-04-09 19:40:04.954 | libpq-dev 2021-04-09 19:40:04.954 | libssl-dev 2021-04-09 19:40:04.954 | libsystemd-dev 2021-04-09 19:40:04.954 | libxml2-dev 2021-04-09 19:40:04.954 | libxslt1-dev 2021-04-09 19:40:04.954 | libyaml-dev 2021-04-09 19:40:04.954 | lsof 2021-04-09 19:40:04.954 | openssh-server 2021-04-09 19:40:04.954 | openssl 2021-04-09 19:40:04.954 | pkg-config 2021-04-09 19:40:04.954 | psmisc 2021-04-09 19:40:04.954 | python2.7 2021-04-09 19:40:04.954 | python-dev 2021-04-09 19:40:04.954 | python-gdbm 2021-04-09 19:40:04.954 | tar 2021-04-09 19:40:04.954 | tcpdump 2021-04-09 19:40:04.954 | unzip 2021-04-09 19:40:04.954 | uuid-runtime 2021-04-09 19:40:04.954 | wget 2021-04-09 19:40:04.954 | wget 2021-04-09 19:40:04.954 | zlib1g-dev 2021-04-09 19:40:04.954 | libkrb5-dev 2021-04-09 19:40:04.954 | libldap2-dev 2021-04-09 19:40:04.954 | libsasl2-dev 2021-04-09 19:40:04.954 | memcached 2021-04-09 19:40:04.954 | python-mysqldb 2021-04-09 19:40:04.955 | sqlite3 2021-04-09 19:40:04.955 | conntrack 2021-04-09 19:40:04.955 | curl 2021-04-09 19:40:04.955 | dnsmasq-base 2021-04-09 19:40:04.955 | dnsmasq-utils 2021-04-09 19:40:04.955 | ebtables 2021-04-09 19:40:04.955 | gawk 2021-04-09 19:40:04.955 | genisoimage 2021-04-09 19:40:04.955 | iptables 2021-04-09 19:40:04.955 | iputils-arping 2021-04-09 19:40:04.955 | kpartx 2021-04-09 19:40:04.955 | libjs-jquery-tablesorter 2021-04-09 19:40:04.955 | libmysqlclient-dev 2021-04-09 19:40:04.955 | parted 2021-04-09 19:40:04.955 | pm-utils 2021-04-09 19:40:04.955 | python-mysqldb 2021-04-09 19:40:04.955 | socat 2021-04-09 19:40:04.955 | sqlite3 2021-04-09 19:40:04.955 | sudo 2021-04-09 19:40:04.955 | vlan 2021-04-09 19:40:04.955 | lvm2 2021-04-09 19:40:04.955 | open-iscsi 2021-04-09 19:40:04.955 | qemu-utils 2021-04-09 19:40:04.955 | thin-provisioning-tools 2021-04-09 19:40:04.955 | acl 2021-04-09 19:40:04.955 | dnsmasq-base 2021-04-09 19:40:04.955 | dnsmasq-utils 2021-04-09 19:40:04.955 | ebtables 2021-04-09 19:40:04.955 | haproxy 2021-04-09 19:40:04.955 | iptables 2021-04-09 19:40:04.955 | iputils-arping 2021-04-09 19:40:04.955 | iputils-ping 2021-04-09 19:40:04.955 | libmysqlclient-dev 2021-04-09 19:40:04.955 | postgresql-server-dev-all 2021-04-09 19:40:04.955 | python-mysqldb 2021-04-09 19:40:04.955 | sqlite3 2021-04-09 19:40:04.955 | sudo 2021-04-09 19:40:04.955 | vlan 2021-04-09 19:40:04.955 | ipset 2021-04-09 19:40:04.955 | conntrack 2021-04-09 19:40:04.955 | conntrackd 2021-04-09 19:40:04.955 | keepalived 2021-04-09 19:40:04.955 | dstat 2021-04-09 19:40:04.955 | python-psutil 2021-04-09 19:40:04.955 | lvm2 2021-04-09 19:40:04.955 | open-iscsi 2021-04-09 19:40:04.955 | qemu-utils 2021-04-09 19:40:04.955 | thin-provisioning-tools 2021-04-09 19:40:04.955 | curl 2021-04-09 19:40:04.955 | liberasurecode-dev 2021-04-09 19:40:04.955 | make 2021-04-09 19:40:04.955 | memcached 2021-04-09 19:40:04.955 | sqlite3 2021-04-09 19:40:04.956 | xfsprogs ' 2021-04-09 19:40:04.956 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2021-04-09 19:40:04.958 | ++ functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:40:04.961 | ++ functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:40:04.964 | ++ 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-04-09 19:40:04.964 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2021-04-09 19:40:04.968 | ++ 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-04-09 19:40:04.970 | ++ functions-common:install_package:1334 : update_package_repo 2021-04-09 19:40:04.973 | ++ functions-common:update_package_repo:1306 : NO_UPDATE_REPOS=False 2021-04-09 19:40:04.975 | ++ functions-common:update_package_repo:1307 : REPOS_UPDATED=False 2021-04-09 19:40:04.977 | ++ functions-common:update_package_repo:1308 : RETRY_UPDATE=False 2021-04-09 19:40:04.979 | ++ functions-common:update_package_repo:1310 : [[ False = \T\r\u\e ]] 2021-04-09 19:40:04.981 | ++ functions-common:update_package_repo:1314 : is_ubuntu 2021-04-09 19:40:04.983 | ++ functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:40:04.986 | ++ functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:40:04.988 | ++ functions-common:update_package_repo:1315 : apt_get_update 2021-04-09 19:40:04.990 | ++ functions-common:apt_get_update:1069 : [[ False == \T\r\u\e ]] 2021-04-09 19:40:04.992 | ++ functions-common:apt_get_update:1074 : [[ False = \T\r\u\e ]] 2021-04-09 19:40:04.994 | ++ functions-common:apt_get_update:1076 : local sudo=sudo 2021-04-09 19:40:04.997 | +++ functions-common:apt_get_update:1077 : id -u 2021-04-09 19:40:05.002 | ++ functions-common:apt_get_update:1077 : [[ 1000 = \0 ]] 2021-04-09 19:40:05.004 | ++ functions-common:apt_get_update:1080 : time_start apt-get-update 2021-04-09 19:40:05.006 | ++ functions-common:time_start:2322 : local name=apt-get-update 2021-04-09 19:40:05.008 | ++ functions-common:time_start:2323 : local start_time= 2021-04-09 19:40:05.010 | ++ functions-common:time_start:2324 : [[ -n '' ]] 2021-04-09 19:40:05.013 | +++ functions-common:time_start:2327 : date +%s%3N 2021-04-09 19:40:05.017 | ++ functions-common:time_start:2327 : _TIME_START[$name]=1617997205014 2021-04-09 19:40:05.020 | ++ functions-common:apt_get_update:1082 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2021-04-09 19:40:05.022 | ++ functions-common:apt_get_update:1083 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2021-04-09 19:40:05.024 | ++ 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-04-09 19:40:05.264 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2021-04-09 19:40:05.313 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2021-04-09 19:40:05.372 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2021-04-09 19:40:05.479 | Hit:4 http://security.ubuntu.com/ubuntu bionic-security InRelease 2021-04-09 19:40:07.743 | Reading package lists... 2021-04-09 19:40:07.806 | ++ functions-common:apt_get_update:1088 : REPOS_UPDATED=True 2021-04-09 19:40:07.811 | ++ functions-common:apt_get_update:1090 : time_stop apt-get-update 2021-04-09 19:40:07.812 | ++ functions-common:time_stop:2336 : local name 2021-04-09 19:40:07.815 | ++ functions-common:time_stop:2337 : local end_time 2021-04-09 19:40:07.818 | ++ functions-common:time_stop:2338 : local elapsed_time 2021-04-09 19:40:07.820 | ++ functions-common:time_stop:2339 : local total 2021-04-09 19:40:07.822 | ++ functions-common:time_stop:2340 : local start_time 2021-04-09 19:40:07.825 | ++ functions-common:time_stop:2342 : name=apt-get-update 2021-04-09 19:40:07.827 | ++ functions-common:time_stop:2343 : start_time=1617997205014 2021-04-09 19:40:07.829 | ++ functions-common:time_stop:2345 : [[ -z 1617997205014 ]] 2021-04-09 19:40:07.833 | +++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 19:40:07.837 | ++ functions-common:time_stop:2348 : end_time=1617997207834 2021-04-09 19:40:07.839 | ++ functions-common:time_stop:2349 : elapsed_time=2820 2021-04-09 19:40:07.841 | ++ functions-common:time_stop:2350 : total=0 2021-04-09 19:40:07.844 | ++ functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 19:40:07.846 | ++ functions-common:time_stop:2353 : _TIME_TOTAL[$name]=2820 2021-04-09 19:40:07.849 | ++ 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-04-09 19:40:07.851 | ++ functions-common:real_install_package:1320 : is_ubuntu 2021-04-09 19:40:07.853 | ++ functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:40:07.856 | ++ functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:40:07.858 | ++ 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-04-09 19:40:07.881 | ++ 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-04-09 19:40:08.007 | Reading package lists... 2021-04-09 19:40:08.292 | Building dependency tree... 2021-04-09 19:40:08.293 | Reading state information... 2021-04-09 19:40:08.584 | acl is already the newest version (2.2.52-3build1). 2021-04-09 19:40:08.584 | acl set to manually installed. 2021-04-09 19:40:08.584 | bc is already the newest version (1.07.1-2). 2021-04-09 19:40:08.584 | bc set to manually installed. 2021-04-09 19:40:08.584 | bridge-utils is already the newest version (1.5-15ubuntu1). 2021-04-09 19:40:08.584 | bsdmainutils is already the newest version (11.1.2ubuntu1). 2021-04-09 19:40:08.584 | bsdmainutils set to manually installed. 2021-04-09 19:40:08.584 | gawk is already the newest version (1:4.1.4+dfsg-1build1). 2021-04-09 19:40:08.584 | gawk set to manually installed. 2021-04-09 19:40:08.584 | iptables is already the newest version (1.6.1-2ubuntu2). 2021-04-09 19:40:08.584 | iptables set to manually installed. 2021-04-09 19:40:08.584 | libpcre3-dev is already the newest version (2:8.39-9). 2021-04-09 19:40:08.584 | lsof is already the newest version (4.89+dfsg-0.1). 2021-04-09 19:40:08.584 | lsof set to manually installed. 2021-04-09 19:40:08.584 | xfsprogs is already the newest version (4.9.0+nmu1ubuntu2). 2021-04-09 19:40:08.584 | ebtables is already the newest version (2.0.10.4-3.5ubuntu2.18.04.3). 2021-04-09 19:40:08.584 | ebtables set to manually installed. 2021-04-09 19:40:08.584 | gcc is already the newest version (4:7.4.0-1ubuntu2.3). 2021-04-09 19:40:08.584 | iputils-ping is already the newest version (3:20161105-1ubuntu3). 2021-04-09 19:40:08.584 | openssh-server is already the newest version (1:7.6p1-4ubuntu0.3). 2021-04-09 19:40:08.584 | parted is already the newest version (3.2-20ubuntu0.2). 2021-04-09 19:40:08.584 | parted set to manually installed. 2021-04-09 19:40:08.584 | psmisc is already the newest version (23.1-1ubuntu0.1). 2021-04-09 19:40:08.584 | psmisc set to manually installed. 2021-04-09 19:40:08.584 | python2.7 is already the newest version (2.7.17-1~18.04ubuntu1.6). 2021-04-09 19:40:08.584 | wget is already the newest version (1.19.4-1ubuntu2.2). 2021-04-09 19:40:08.584 | wget set to manually installed. 2021-04-09 19:40:08.584 | The following packages were automatically installed and are no longer required: 2021-04-09 19:40:08.585 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-04-09 19:40:08.585 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-04-09 19:40:08.585 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-04-09 19:40:08.585 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-04-09 19:40:08.585 | python3-twisted-bin python3-zope.interface 2021-04-09 19:40:08.585 | Use 'sudo apt autoremove' to remove them. 2021-04-09 19:40:08.585 | The following additional packages will be installed: 2021-04-09 19:40:08.585 | apache2-bin apache2-data apache2-utils autoconf automake autopoint 2021-04-09 19:40:08.585 | autotools-dev build-essential comerr-dev dctrl-tools debhelper dh-autoreconf 2021-04-09 19:40:08.585 | dh-strip-nondeterminism dpkg-dev fakeroot fontconfig fontconfig-config 2021-04-09 19:40:08.585 | fonts-dejavu-core fonts-liberation g++-7 gir1.2-harfbuzz-0.0 2021-04-09 19:40:08.585 | ibverbs-providers icu-devtools intltool-debian ipvsadm javascript-common 2021-04-09 19:40:08.585 | krb5-multidev libaio1 libalgorithm-diff-perl libalgorithm-diff-xs-perl 2021-04-09 19:40:08.585 | libalgorithm-merge-perl libann0 libapr1 libapr1-dev libaprutil1 2021-04-09 19:40:08.585 | libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap 2021-04-09 19:40:08.585 | libarchive-cpio-perl libarchive-zip-perl libcairo2 libcdt5 libcgraph6 2021-04-09 19:40:08.585 | libcom-err2 libcroco3 libcurl4 libdatrie1 libdpkg-perl liberasurecode1 2021-04-09 19:40:08.585 | libfakeroot libfile-fcntllock-perl libfile-stripnondeterminism-perl 2021-04-09 19:40:08.586 | libfontconfig1 libgd3 libglib2.0-0 libglib2.0-bin libglib2.0-dev 2021-04-09 19:40:08.586 | libglib2.0-dev-bin libgraphite2-3 libgraphite2-dev libgssapi-krb5-2 2021-04-09 19:40:08.586 | libgssrpc4 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz-dev 2021-04-09 19:40:08.586 | libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz0b libibverbs1 libice6 2021-04-09 19:40:08.586 | libicu-dev libicu-le-hb-dev libicu-le-hb0 libicu60 libiculx60 libipset3 2021-04-09 19:40:08.586 | libiscsi7 libjansson4 libjbig0 libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2021-04-09 19:40:08.586 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libk5crypto3 2021-04-09 19:40:08.586 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-3 libkrb5support0 2021-04-09 19:40:08.586 | liblab-gamut1 libldap-2.4-2 libldap-common libltdl-dev libltdl7 liblua5.2-0 2021-04-09 19:40:08.586 | liblua5.3-0 libmail-sendmail-perl libmatheval1 libmysqlclient20 2021-04-09 19:40:08.586 | libnetfilter-cthelper0 libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 2021-04-09 19:40:08.586 | libnl-route-3-200 libnorm1 libnspr4 libnss-systemd libnss3 libpam-systemd 2021-04-09 19:40:08.586 | libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 2021-04-09 19:40:08.586 | libpgm-5.2-0 libpixman-1-0 libpq5 libpython-dev librados2 librbd1 libsasl2-2 2021-04-09 19:40:08.586 | libsasl2-modules libsasl2-modules-db libsctp-dev libsctp1 libsensors4 libsm6 2021-04-09 19:40:08.586 | libsnmp-base libsnmp30 libsodium23 libsqlite3-0 libssl1.1 libstdc++-7-dev 2021-04-09 19:40:08.586 | libsys-hostname-long-perl libsystemd0 libthai-data libthai0 libtiff5 2021-04-09 19:40:08.586 | libtimedate-perl libtool libuuid1 libwebp6 libx86-1 libxaw7 libxcb-render0 2021-04-09 19:40:08.586 | libxcb-shm0 libxml2 libxmu6 libxpm4 libxrender1 libxslt1.1 libxt6 libzmq5 m4 2021-04-09 19:40:08.586 | mysql-common po-debconf postgresql-client-common postgresql-common 2021-04-09 19:40:08.586 | postgresql-server-dev-10 qemu-block-extra sharutils ssl-cert systemd 2021-04-09 19:40:08.586 | uuid-dev uwsgi-core vbetool x11-common 2021-04-09 19:40:08.588 | Suggested packages: 2021-04-09 19:40:08.588 | www-browser apache2-doc apache2-suexec-pristine | apache2-suexec-custom 2021-04-09 19:40:08.588 | autoconf-archive gnu-standards autoconf-doc doc-base debtags dh-make dwz 2021-04-09 19:40:08.588 | debian-keyring g++-multilib g++-7-multilib gcc-7-doc libstdc++6-7-dbg wodim 2021-04-09 19:40:08.588 | cdrkit-doc gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run 2021-04-09 19:40:08.588 | | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs 2021-04-09 19:40:08.588 | git-mediawiki git-svn gsfonts graphviz-doc vim-haproxy haproxy-doc heartbeat 2021-04-09 19:40:08.588 | ldirectord krb5-doc uwsgi bzr libisal2 libjerasure2 libgd-tools 2021-04-09 19:40:08.588 | libglib2.0-doc libgraphite2-utils krb5-user icu-doc libtool-doc 2021-04-09 19:40:08.588 | postgresql-doc-10 libsasl2-modules-gssapi-mit 2021-04-09 19:40:08.588 | | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp 2021-04-09 19:40:08.588 | libsasl2-modules-sql lksctp-tools lm-sensors snmp-mibs-downloader libssl-doc 2021-04-09 19:40:08.588 | libstdc++-7-doc gfortran | fortran95-compiler gcj-jdk libyaml-doc m4-doc 2021-04-09 19:40:08.588 | make-doc libcache-memcached-perl libmemcached libanyevent-perl libyaml-perl 2021-04-09 19:40:08.588 | libterm-readkey-perl cpufrequtils wireless-tools radeontool libmail-box-perl 2021-04-09 19:40:08.588 | libjson-perl python-gdbm-dbg default-mysql-server | virtual-mysql-server 2021-04-09 19:40:08.589 | python-egenix-mxdatetime python-mysqldb-dbg python-psutil-doc debootstrap 2021-04-09 19:40:08.589 | sharutils-doc bsd-mailx | mailx sqlite3-doc openssl-blacklist 2021-04-09 19:40:08.589 | systemd-container ncompress tar-scripts tar-doc zip uwsgi-plugins-all 2021-04-09 19:40:08.589 | uwsgi-extra uwsgi-dev 2021-04-09 19:40:08.847 | The following NEW packages will be installed: 2021-04-09 19:40:08.848 | apache2 apache2-bin apache2-data apache2-dev apache2-utils autoconf automake 2021-04-09 19:40:08.848 | autopoint autotools-dev build-essential comerr-dev conntrack conntrackd 2021-04-09 19:40:08.848 | dctrl-tools debhelper dh-autoreconf dh-strip-nondeterminism dnsmasq-utils 2021-04-09 19:40:08.848 | dpkg-dev dstat fakeroot fontconfig fontconfig-config fonts-dejavu-core 2021-04-09 19:40:08.848 | fonts-liberation g++ g++-7 genisoimage gettext gir1.2-harfbuzz-0.0 graphviz 2021-04-09 19:40:08.848 | haproxy ibverbs-providers icu-devtools intltool-debian ipset iputils-arping 2021-04-09 19:40:08.848 | ipvsadm javascript-common keepalived kpartx krb5-multidev libaio1 2021-04-09 19:40:08.848 | libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl 2021-04-09 19:40:08.848 | libann0 libapache2-mod-proxy-uwsgi libapr1 libapr1-dev libaprutil1 2021-04-09 19:40:08.848 | libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap 2021-04-09 19:40:08.848 | libarchive-cpio-perl libarchive-zip-perl libcairo2 libcdt5 libcgraph6 2021-04-09 19:40:08.848 | libcroco3 libdatrie1 libdpkg-perl liberasurecode-dev liberasurecode1 2021-04-09 19:40:08.848 | libfakeroot libffi-dev libfile-fcntllock-perl 2021-04-09 19:40:08.848 | libfile-stripnondeterminism-perl libfontconfig1 libgd3 libglib2.0-bin 2021-04-09 19:40:08.848 | libglib2.0-dev libglib2.0-dev-bin libgraphite2-3 libgraphite2-dev libgssrpc4 2021-04-09 19:40:08.848 | libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz-dev 2021-04-09 19:40:08.848 | libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz0b libibverbs1 libice6 2021-04-09 19:40:08.848 | libicu-dev libicu-le-hb-dev libicu-le-hb0 libiculx60 libipset3 libiscsi7 2021-04-09 19:40:08.848 | libjansson4 libjbig0 libjpeg-dev libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2021-04-09 19:40:08.848 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libjs-jquery-tablesorter 2021-04-09 19:40:08.848 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-dev liblab-gamut1 2021-04-09 19:40:08.848 | libldap2-dev libltdl-dev libltdl7 liblua5.2-0 liblua5.3-0 2021-04-09 19:40:08.848 | libmail-sendmail-perl libmatheval1 libmysqlclient-dev libmysqlclient20 2021-04-09 19:40:08.848 | libnetfilter-cthelper0 libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 2021-04-09 19:40:08.848 | libnl-route-3-200 libnorm1 libnspr4 libnss3 libpango-1.0-0 2021-04-09 19:40:08.848 | libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpgm-5.2-0 2021-04-09 19:40:08.848 | libpixman-1-0 libpq-dev libpq5 libpython-dev librados2 librbd1 libsasl2-dev 2021-04-09 19:40:08.848 | libsctp-dev libsctp1 libsensors4 libsm6 libsnmp-base libsnmp30 libsodium23 2021-04-09 19:40:08.848 | libssl-dev libstdc++-7-dev libsys-hostname-long-perl libsystemd-dev 2021-04-09 19:40:08.848 | libthai-data libthai0 libtiff5 libtimedate-perl libtool libwebp6 libx86-1 2021-04-09 19:40:08.848 | libxaw7 libxcb-render0 libxcb-shm0 libxml2-dev libxmu6 libxpm4 libxrender1 2021-04-09 19:40:08.848 | libxslt1-dev libxt6 libyaml-dev libzmq5 m4 make memcached mysql-common 2021-04-09 19:40:08.848 | pkg-config pm-utils po-debconf postgresql-client-common postgresql-common 2021-04-09 19:40:08.848 | postgresql-server-dev-10 postgresql-server-dev-all python-dev python-gdbm 2021-04-09 19:40:08.849 | python-mysqldb python-psutil qemu-block-extra qemu-utils sharutils socat 2021-04-09 19:40:08.849 | sqlite3 ssl-cert thin-provisioning-tools unzip uuid-dev uwsgi-core vbetool 2021-04-09 19:40:08.849 | vlan x11-common zlib1g-dev 2021-04-09 19:40:08.849 | The following packages will be upgraded: 2021-04-09 19:40:08.850 | curl dnsmasq-base git libcom-err2 libcurl4 libglib2.0-0 libgssapi-krb5-2 2021-04-09 19:40:08.850 | libicu60 libk5crypto3 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common 2021-04-09 19:40:08.850 | libnss-systemd libpam-systemd libsasl2-2 libsasl2-modules 2021-04-09 19:40:08.850 | libsasl2-modules-db libsqlite3-0 libssl1.1 libsystemd0 libuuid1 libxml2 2021-04-09 19:40:08.850 | libxslt1.1 lvm2 open-iscsi openssl sudo systemd tar tcpdump uuid-runtime 2021-04-09 19:40:09.152 | 32 upgraded, 194 newly installed, 0 to remove and 156 not upgraded. 2021-04-09 19:40:09.152 | Need to get 82.6 MB of archives. 2021-04-09 19:40:09.152 | After this operation, 258 MB of additional disk space will be used. 2021-04-09 19:40:09.152 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 2021-04-09 19:40:09.868 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss-systemd amd64 237-3ubuntu10.45 [105 kB] 2021-04-09 19:40:09.914 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-systemd amd64 237-3ubuntu10.45 [107 kB] 2021-04-09 19:40:09.961 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2,913 kB] 2021-04-09 19:40:10.472 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 2021-04-09 19:40:10.489 | 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-04-09 19:40:10.491 | 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-04-09 19:40:10.494 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libapr1 amd64 1.6.3-2 [90.9 kB] 2021-04-09 19:40:10.502 | 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-04-09 19:40:10.612 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1 amd64 1.6.1-2 [84.4 kB] 2021-04-09 19:40:10.618 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 2021-04-09 19:40:10.662 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-dbd-sqlite3 amd64 1.6.1-2 [10.6 kB] 2021-04-09 19:40:10.662 | 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-04-09 19:40:10.663 | 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-04-09 19:40:10.801 | 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-04-09 19:40:10.802 | 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-04-09 19:40:10.815 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-ldap amd64 1.6.1-2 [8,764 B] 2021-04-09 19:40:10.816 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liblua5.2-0 amd64 5.2.4-1.1build1 [108 kB] 2021-04-09 19:40:10.825 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu60 amd64 60.2-3ubuntu3.1 [8,054 kB] 2021-04-09 19:40:12.007 | 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-04-09 19:40:12.037 | 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-04-09 19:40:12.132 | 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-04-09 19:40:12.138 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-data all 2.4.29-1ubuntu4.14 [160 kB] 2021-04-09 19:40:12.150 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2 amd64 2.4.29-1ubuntu4.14 [95.1 kB] 2021-04-09 19:40:12.297 | Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-dejavu-core all 2.37-1 [1,041 kB] 2021-04-09 19:40:12.378 | 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-04-09 19:40:12.696 | Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig-config all 2.12.6-0ubuntu2 [55.8 kB] 2021-04-09 19:40:12.697 | Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfontconfig1 amd64 2.12.6-0ubuntu2 [137 kB] 2021-04-09 19:40:12.701 | Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig amd64 2.12.6-0ubuntu2 [169 kB] 2021-04-09 19:40:12.706 | 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-04-09 19:40:12.711 | Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 haproxy amd64 1.8.8-1ubuntu0.11 [1,116 kB] 2021-04-09 19:40:12.793 | 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-04-09 19:40:12.833 | 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-04-09 19:40:12.834 | Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libice6 amd64 2:1.0.9-2 [40.2 kB] 2021-04-09 19:40:12.836 | Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsm6 amd64 2:1.2.2-1 [15.8 kB] 2021-04-09 19:40:12.837 | Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 open-iscsi amd64 2.0.874-5ubuntu2.10 [280 kB] 2021-04-09 19:40:12.991 | Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnetfilter-cthelper0 amd64 1.0.0-1ubuntu1 [6,530 B] 2021-04-09 19:40:12.992 | 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-04-09 19:40:12.992 | 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-04-09 19:40:13.185 | 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-04-09 19:40:13.236 | Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 2021-04-09 19:40:13.273 | Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 2021-04-09 19:40:13.283 | Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 2021-04-09 19:40:13.439 | Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 2021-04-09 19:40:13.441 | Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 2021-04-09 19:40:13.444 | 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-04-09 19:40:13.470 | 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-04-09 19:40:13.472 | Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsctp1 amd64 1.0.17+dfsg-2 [8,008 B] 2021-04-09 19:40:13.472 | Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsctp-dev amd64 1.0.17+dfsg-2 [61.9 kB] 2021-04-09 19:40:13.474 | Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libapr1-dev amd64 1.6.3-2 [690 kB] 2021-04-09 19:40:13.588 | 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-04-09 19:40:13.685 | Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-dev amd64 1.6.1-2 [391 kB] 2021-04-09 19:40:13.714 | Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 autotools-dev all 20180224.1 [39.6 kB] 2021-04-09 19:40:13.715 | Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 m4 amd64 1.4.18-1 [197 kB] 2021-04-09 19:40:13.721 | Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 autoconf all 2.69-11 [322 kB] 2021-04-09 19:40:13.833 | Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 automake all 1:1.15.1-3ubuntu2 [509 kB] 2021-04-09 19:40:13.872 | Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 autopoint all 0.19.8.1-6ubuntu0.3 [426 kB] 2021-04-09 19:40:13.926 | Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libtool all 2.4.6-2 [194 kB] 2021-04-09 19:40:13.930 | Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dh-autoreconf all 17 [15.8 kB] 2021-04-09 19:40:13.931 | 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-04-09 19:40:13.940 | 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-04-09 19:40:13.941 | Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libtimedate-perl all 2.3000-2 [37.5 kB] 2021-04-09 19:40:13.944 | 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-04-09 19:40:13.945 | Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 2021-04-09 19:40:14.096 | Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 2021-04-09 19:40:14.099 | Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 2021-04-09 19:40:14.276 | Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcroco3 amd64 0.6.12-2 [81.3 kB] 2021-04-09 19:40:14.279 | 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-04-09 19:40:14.416 | Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 intltool-debian all 0.35.0+20060710.4 [24.9 kB] 2021-04-09 19:40:14.417 | Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 po-debconf all 1.0.20 [232 kB] 2021-04-09 19:40:14.423 | Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 debhelper all 11.1.6ubuntu2 [902 kB] 2021-04-09 19:40:14.659 | Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-dev amd64 2.4.29-1ubuntu4.14 [177 kB] 2021-04-09 19:40:14.668 | 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-04-09 19:40:14.804 | 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-04-09 19:40:16.407 | 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-04-09 19:40:16.407 | Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4,758 B] 2021-04-09 19:40:16.407 | Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 conntrack amd64 1:1.4.4+snapshot20161117-6ubuntu2 [30.6 kB] 2021-04-09 19:40:16.408 | Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnetfilter-queue1 amd64 1.0.2-2 [11.4 kB] 2021-04-09 19:40:16.409 | Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 conntrackd amd64 1:1.4.4+snapshot20161117-6ubuntu2 [126 kB] 2021-04-09 19:40:16.412 | Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.13 [159 kB] 2021-04-09 19:40:16.458 | Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.13 [219 kB] 2021-04-09 19:40:16.521 | Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dctrl-tools amd64 2.24-2build1 [60.9 kB] 2021-04-09 19:40:16.522 | Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 dnsmasq-base amd64 2.79-1ubuntu0.3 [307 kB] 2021-04-09 19:40:16.545 | Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 dnsmasq-utils amd64 2.79-1ubuntu0.3 [13.3 kB] 2021-04-09 19:40:16.547 | Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 dstat all 0.7.3-1 [52.1 kB] 2021-04-09 19:40:16.683 | Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] 2021-04-09 19:40:16.685 | Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] 2021-04-09 19:40:16.690 | Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 genisoimage amd64 9:1.1.11-3ubuntu2 [328 kB] 2021-04-09 19:40:16.720 | Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libgraphite2-3 amd64 1.3.11-2 [78.7 kB] 2021-04-09 19:40:16.725 | Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz0b amd64 1.7.2-1ubuntu1 [232 kB] 2021-04-09 19:40:16.745 | 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-04-09 19:40:16.746 | 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-04-09 19:40:17.270 | Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libann0 amd64 1.1.2+doc-6 [24.8 kB] 2021-04-09 19:40:17.270 | Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libcdt5 amd64 2.40.1-2 [19.6 kB] 2021-04-09 19:40:17.271 | Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libcgraph6 amd64 2.40.1-2 [40.8 kB] 2021-04-09 19:40:17.272 | Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2,194 B] 2021-04-09 19:40:17.273 | Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB] 2021-04-09 19:40:17.274 | Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtiff5 amd64 4.0.9-5ubuntu0.4 [153 kB] 2021-04-09 19:40:17.279 | Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libwebp6 amd64 0.6.1-2 [185 kB] 2021-04-09 19:40:17.292 | Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxpm4 amd64 1:3.5.12-1 [34.0 kB] 2021-04-09 19:40:17.295 | Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgd3 amd64 2.2.5-4ubuntu0.4 [119 kB] 2021-04-09 19:40:17.581 | 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-04-09 19:40:18.197 | Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libpixman-1-0 amd64 0.34.0-2 [229 kB] 2021-04-09 19:40:18.376 | 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-04-09 19:40:18.386 | 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-04-09 19:40:18.389 | Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB] 2021-04-09 19:40:18.403 | Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcairo2 amd64 1.15.10-2ubuntu0.1 [580 kB] 2021-04-09 19:40:18.603 | Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libltdl7 amd64 2.4.6-2 [38.8 kB] 2021-04-09 19:40:18.612 | Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libthai-data all 0.1.27-2 [133 kB] 2021-04-09 19:40:18.638 | Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libdatrie1 amd64 0.2.10-7 [17.8 kB] 2021-04-09 19:40:18.641 | Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libthai0 amd64 0.1.27-2 [18.0 kB] 2021-04-09 19:40:18.644 | 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-04-09 19:40:18.665 | 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-04-09 19:40:18.668 | 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-04-09 19:40:18.669 | Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libpathplan4 amd64 2.40.1-2 [22.6 kB] 2021-04-09 19:40:18.672 | Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgvc6 amd64 2.40.1-2 [601 kB] 2021-04-09 19:40:18.791 | Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgvpr2 amd64 2.40.1-2 [169 kB] 2021-04-09 19:40:18.806 | Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 liblab-gamut1 amd64 2.40.1-2 [178 kB] 2021-04-09 19:40:18.822 | Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxt6 amd64 1:1.1.5-1 [160 kB] 2021-04-09 19:40:18.836 | Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxmu6 amd64 2:1.1.2-2 [46.0 kB] 2021-04-09 19:40:18.839 | Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB] 2021-04-09 19:40:18.929 | Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 graphviz amd64 2.40.1-2 [601 kB] 2021-04-09 19:40:18.980 | Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-3-200 amd64 3.2.29-0ubuntu3 [52.8 kB] 2021-04-09 19:40:18.985 | Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-route-3-200 amd64 3.2.29-0ubuntu3 [146 kB] 2021-04-09 19:40:18.997 | Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libibverbs1 amd64 17.1-1ubuntu0.2 [44.4 kB] 2021-04-09 19:40:19.001 | Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ibverbs-providers amd64 17.1-1ubuntu0.2 [160 kB] 2021-04-09 19:40:19.067 | Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 icu-devtools amd64 60.2-3ubuntu3.1 [179 kB] 2021-04-09 19:40:19.082 | Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 iputils-arping amd64 3:20161105-1ubuntu3 [29.7 kB] 2021-04-09 19:40:19.084 | Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 javascript-common all 11 [6,066 B] 2021-04-09 19:40:19.085 | 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-04-09 19:40:19.086 | Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsensors4 amd64 1:3.4.0-4 [28.8 kB] 2021-04-09 19:40:19.204 | 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-04-09 19:40:19.225 | 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-04-09 19:40:19.304 | 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-04-09 19:40:19.325 | Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssrpc4 amd64 1.16-2ubuntu0.2 [54.4 kB] 2021-04-09 19:40:19.330 | Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkdb5-9 amd64 1.16-2ubuntu0.2 [37.3 kB] 2021-04-09 19:40:19.342 | Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkadm5srv-mit11 amd64 1.16-2ubuntu0.2 [49.7 kB] 2021-04-09 19:40:19.346 | Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkadm5clnt-mit11 amd64 1.16-2ubuntu0.2 [38.0 kB] 2021-04-09 19:40:19.349 | 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-04-09 19:40:19.353 | Get:140 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 krb5-multidev amd64 1.16-2ubuntu0.2 [120 kB] 2021-04-09 19:40:19.363 | Get:141 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaio1 amd64 0.3.110-5ubuntu0.1 [6,476 B] 2021-04-09 19:40:19.480 | Get:142 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] 2021-04-09 19:40:19.484 | Get:143 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] 2021-04-09 19:40:19.485 | Get:144 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 2021-04-09 19:40:19.486 | Get:145 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libarchive-cpio-perl all 0.10-1 [9,644 B] 2021-04-09 19:40:19.487 | Get:146 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] 2021-04-09 19:40:19.617 | 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-04-09 19:40:19.625 | 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-04-09 19:40:19.635 | Get:149 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 2021-04-09 19:40:19.638 | Get:150 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-0ubuntu2 [176 kB] 2021-04-09 19:40:19.653 | 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-04-09 19:40:19.770 | Get:152 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libgraphite2-dev amd64 1.3.11-2 [14.5 kB] 2021-04-09 19:40:19.771 | Get:153 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgts-bin amd64 0.7.6+darcs121130-4 [41.3 kB] 2021-04-09 19:40:19.775 | Get:154 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-icu0 amd64 1.7.2-1ubuntu1 [5,604 B] 2021-04-09 19:40:19.776 | Get:155 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-gobject0 amd64 1.7.2-1ubuntu1 [13.4 kB] 2021-04-09 19:40:19.777 | 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-04-09 19:40:19.907 | Get:157 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libiculx60 amd64 60.2-3ubuntu3.1 [19.0 kB] 2021-04-09 19:40:19.909 | 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-04-09 19:40:19.912 | Get:159 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu-dev amd64 60.2-3ubuntu3.1 [8,889 kB] 2021-04-09 19:40:20.943 | Get:160 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-dev amd64 1.7.2-1ubuntu1 [302 kB] 2021-04-09 19:40:20.950 | Get:161 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libiscsi7 amd64 1.17.0-1.1 [55.4 kB] 2021-04-09 19:40:20.952 | Get:162 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjansson4 amd64 2.11-1 [29.3 kB] 2021-04-09 19:40:20.953 | 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-04-09 19:40:21.129 | Get:164 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 [1,552 B] 2021-04-09 19:40:21.129 | Get:165 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg-dev amd64 8c-2ubuntu8 [1,546 B] 2021-04-09 19:40:21.130 | Get:166 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjs-jquery all 3.2.1-1 [152 kB] 2021-04-09 19:40:21.133 | Get:167 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libjs-jquery-metadata all 12-1 [6,930 B] 2021-04-09 19:40:21.134 | 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-04-09 19:40:21.138 | Get:169 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libltdl-dev amd64 2.4.6-2 [162 kB] 2021-04-09 19:40:21.230 | Get:170 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB] 2021-04-09 19:40:21.230 | Get:171 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB] 2021-04-09 19:40:21.231 | Get:172 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libmatheval1 amd64 1.1.11+dfsg-3build1 [20.5 kB] 2021-04-09 19:40:21.358 | Get:173 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 mysql-common all 5.8+1.0.4 [7,308 B] 2021-04-09 19:40:21.358 | Get:174 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmysqlclient20 amd64 5.7.33-0ubuntu0.18.04.1 [687 kB] 2021-04-09 19:40:21.417 | 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-04-09 19:40:21.698 | Get:176 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmysqlclient-dev amd64 5.7.33-0ubuntu0.18.04.1 [989 kB] 2021-04-09 19:40:21.760 | Get:177 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 2021-04-09 19:40:21.767 | Get:178 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnspr4 amd64 2:4.18-1ubuntu1 [112 kB] 2021-04-09 19:40:21.780 | Get:179 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss3 amd64 2:3.35-2ubuntu2.12 [1,220 kB] 2021-04-09 19:40:22.385 | 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-04-09 19:40:22.388 | Get:181 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpq5 amd64 10.16-0ubuntu0.18.04.1 [108 kB] 2021-04-09 19:40:22.392 | Get:182 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpq-dev amd64 10.16-0ubuntu0.18.04.1 [218 kB] 2021-04-09 19:40:22.399 | Get:183 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libpython-dev amd64 2.7.15~rc1-1 [7,684 B] 2021-04-09 19:40:22.399 | Get:184 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 librados2 amd64 12.2.13-0ubuntu0.18.04.6 [2,724 kB] 2021-04-09 19:40:22.563 | Get:185 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 librbd1 amd64 12.2.13-0ubuntu0.18.04.6 [925 kB] 2021-04-09 19:40:22.768 | 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-04-09 19:40:22.805 | 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-04-09 19:40:22.806 | Get:188 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 2021-04-09 19:40:22.815 | Get:189 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd-dev amd64 237-3ubuntu10.45 [184 kB] 2021-04-09 19:40:22.835 | Get:190 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libx86-1 amd64 1.1+ds1-10.2 [75.2 kB] 2021-04-09 19:40:22.838 | 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-04-09 19:40:22.903 | Get:192 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxslt1.1 amd64 1.1.29-5ubuntu0.2 [150 kB] 2021-04-09 19:40:22.913 | Get:193 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxslt1-dev amd64 1.1.29-5ubuntu0.2 [407 kB] 2021-04-09 19:40:22.949 | Get:194 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 2021-04-09 19:40:22.957 | 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-04-09 19:40:23.170 | Get:196 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 memcached amd64 1.5.6-0ubuntu1.2 [109 kB] 2021-04-09 19:40:23.177 | Get:197 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 pm-utils all 1.4.1-17 [48.3 kB] 2021-04-09 19:40:23.179 | Get:198 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 postgresql-client-common all 190ubuntu0.1 [29.6 kB] 2021-04-09 19:40:23.181 | Get:199 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 ssl-cert all 1.0.39 [17.0 kB] 2021-04-09 19:40:23.182 | Get:200 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 postgresql-common all 190ubuntu0.1 [157 kB] 2021-04-09 19:40:23.243 | Get:201 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 postgresql-server-dev-10 amd64 10.16-0ubuntu0.18.04.1 [839 kB] 2021-04-09 19:40:23.315 | Get:202 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 postgresql-server-dev-all all 190ubuntu0.1 [14.1 kB] 2021-04-09 19:40:23.590 | Get:203 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python-dev amd64 2.7.15~rc1-1 [1,256 B] 2021-04-09 19:40:23.729 | 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-04-09 19:40:23.730 | Get:205 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python-mysqldb amd64 1.3.10-1build1 [49.2 kB] 2021-04-09 19:40:24.019 | Get:206 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python-psutil amd64 5.4.2-1ubuntu0.1 [136 kB] 2021-04-09 19:40:24.237 | 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-04-09 19:40:24.282 | 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-04-09 19:40:24.588 | Get:209 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 sharutils amd64 1:4.15.2-3 [155 kB] 2021-04-09 19:40:24.612 | Get:210 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 sqlite3 amd64 3.22.0-1ubuntu0.4 [752 kB] 2021-04-09 19:40:24.709 | Get:211 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 thin-provisioning-tools amd64 0.7.4-2ubuntu3 [359 kB] 2021-04-09 19:40:24.740 | Get:212 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 unzip amd64 6.0-21ubuntu1.1 [168 kB] 2021-04-09 19:40:24.754 | 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-04-09 19:40:24.799 | Get:214 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 vbetool amd64 1.1-4 [11.5 kB] 2021-04-09 19:40:24.800 | Get:215 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libipset3 amd64 6.34-1 [43.9 kB] 2021-04-09 19:40:24.803 | Get:216 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 ipset amd64 6.34-1 [33.7 kB] 2021-04-09 19:40:24.806 | 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-04-09 19:40:24.808 | Get:218 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 kpartx amd64 0.7.4-2ubuntu3 [27.7 kB] 2021-04-09 19:40:24.866 | 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-04-09 19:40:24.867 | Get:220 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liberasurecode1 amd64 1.5.0-1 [40.0 kB] 2021-04-09 19:40:25.003 | Get:221 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liberasurecode-dev amd64 1.5.0-1 [14.9 kB] 2021-04-09 19:40:25.005 | Get:222 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libffi-dev amd64 3.2.1-8 [156 kB] 2021-04-09 19:40:25.018 | Get:223 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-dev amd64 1.16-2ubuntu0.2 [11.7 kB] 2021-04-09 19:40:25.018 | Get:224 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-dev amd64 0.1.7-2ubuntu3 [55.7 kB] 2021-04-09 19:40:25.024 | Get:225 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 socat amd64 1.7.3.2-2ubuntu2 [342 kB] 2021-04-09 19:40:25.054 | Get:226 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 vlan amd64 1.9-3.2ubuntu6 [30.7 kB] 2021-04-09 19:40:26.791 | Preconfiguring packages ... 2021-04-09 19:40:27.215 | Fetched 82.6 MB in 16s (5,102 kB/s) 2021-04-09 19:40:27.472 | (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-04-09 19:40:27.475 | Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 2021-04-09 19:40:27.636 | Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2ubuntu0.1) ... 2021-04-09 19:40:28.285 | Setting up tar (1.29b-2ubuntu0.2) ... 2021-04-09 19:40:28.880 | (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-04-09 19:40:28.883 | Preparing to unpack .../libnss-systemd_237-3ubuntu10.45_amd64.deb ... 2021-04-09 19:40:29.230 | Unpacking libnss-systemd:amd64 (237-3ubuntu10.45) over (237-3ubuntu10.25) ... 2021-04-09 19:40:29.837 | Preparing to unpack .../libpam-systemd_237-3ubuntu10.45_amd64.deb ... 2021-04-09 19:40:30.042 | Unpacking libpam-systemd:amd64 (237-3ubuntu10.45) over (237-3ubuntu10.25) ... 2021-04-09 19:40:30.792 | Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 2021-04-09 19:40:31.086 | Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10.25) ... 2021-04-09 19:40:33.278 | Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 2021-04-09 19:40:33.482 | Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10.25) ... 2021-04-09 19:40:34.354 | Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 2021-04-09 19:40:35.355 | (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-04-09 19:40:35.360 | Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 2021-04-09 19:40:35.785 | Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3.3) ... 2021-04-09 19:40:36.542 | Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 2021-04-09 19:40:37.346 | (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-04-09 19:40:37.349 | Preparing to unpack .../00-uuid-runtime_2.31.1-0.4ubuntu3.7_amd64.deb ... 2021-04-09 19:40:37.693 | Unpacking uuid-runtime (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3.3) ... 2021-04-09 19:40:38.385 | Selecting previously unselected package libapr1:amd64. 2021-04-09 19:40:38.392 | Preparing to unpack .../01-libapr1_1.6.3-2_amd64.deb ... 2021-04-09 19:40:38.430 | Unpacking libapr1:amd64 (1.6.3-2) ... 2021-04-09 19:40:38.854 | Preparing to unpack .../02-libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 2021-04-09 19:40:39.047 | Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.1-1ubuntu2.1~18.04.4) ... 2021-04-09 19:40:39.613 | Selecting previously unselected package libaprutil1:amd64. 2021-04-09 19:40:39.620 | Preparing to unpack .../03-libaprutil1_1.6.1-2_amd64.deb ... 2021-04-09 19:40:39.670 | Unpacking libaprutil1:amd64 (1.6.1-2) ... 2021-04-09 19:40:40.152 | Preparing to unpack .../04-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 2021-04-09 19:40:40.349 | Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1ubuntu0.1) ... 2021-04-09 19:40:40.824 | Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. 2021-04-09 19:40:40.831 | Preparing to unpack .../05-libaprutil1-dbd-sqlite3_1.6.1-2_amd64.deb ... 2021-04-09 19:40:40.887 | Unpacking libaprutil1-dbd-sqlite3:amd64 (1.6.1-2) ... 2021-04-09 19:40:41.197 | Preparing to unpack .../06-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 2021-04-09 19:40:41.378 | Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2021-04-09 19:40:42.099 | Preparing to unpack .../07-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 2021-04-09 19:40:42.293 | Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2021-04-09 19:40:42.906 | Preparing to unpack .../08-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 2021-04-09 19:40:43.253 | Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) over (2.4.45+dfsg-1ubuntu1.3) ... 2021-04-09 19:40:43.871 | Preparing to unpack .../09-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 2021-04-09 19:40:44.081 | Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) over (2.4.45+dfsg-1ubuntu1.3) ... 2021-04-09 19:40:44.607 | Selecting previously unselected package libaprutil1-ldap:amd64. 2021-04-09 19:40:44.615 | Preparing to unpack .../10-libaprutil1-ldap_1.6.1-2_amd64.deb ... 2021-04-09 19:40:44.687 | Unpacking libaprutil1-ldap:amd64 (1.6.1-2) ... 2021-04-09 19:40:45.121 | Selecting previously unselected package liblua5.2-0:amd64. 2021-04-09 19:40:45.128 | Preparing to unpack .../11-liblua5.2-0_5.2.4-1.1build1_amd64.deb ... 2021-04-09 19:40:45.207 | Unpacking liblua5.2-0:amd64 (5.2.4-1.1build1) ... 2021-04-09 19:40:45.762 | Preparing to unpack .../12-libicu60_60.2-3ubuntu3.1_amd64.deb ... 2021-04-09 19:40:45.972 | Unpacking libicu60:amd64 (60.2-3ubuntu3.1) over (60.2-3ubuntu3) ... 2021-04-09 19:40:47.871 | Preparing to unpack .../13-libxml2_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb ... 2021-04-09 19:40:48.052 | Unpacking libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) over (2.9.4+dfsg1-6.1ubuntu1.2) ... 2021-04-09 19:40:48.704 | Selecting previously unselected package apache2-bin. 2021-04-09 19:40:48.712 | Preparing to unpack .../14-apache2-bin_2.4.29-1ubuntu4.14_amd64.deb ... 2021-04-09 19:40:48.778 | Unpacking apache2-bin (2.4.29-1ubuntu4.14) ... 2021-04-09 19:40:49.338 | Selecting previously unselected package apache2-utils. 2021-04-09 19:40:49.345 | Preparing to unpack .../15-apache2-utils_2.4.29-1ubuntu4.14_amd64.deb ... 2021-04-09 19:40:49.412 | Unpacking apache2-utils (2.4.29-1ubuntu4.14) ... 2021-04-09 19:40:49.852 | Selecting previously unselected package apache2-data. 2021-04-09 19:40:49.860 | Preparing to unpack .../16-apache2-data_2.4.29-1ubuntu4.14_all.deb ... 2021-04-09 19:40:49.950 | Unpacking apache2-data (2.4.29-1ubuntu4.14) ... 2021-04-09 19:40:50.704 | Selecting previously unselected package apache2. 2021-04-09 19:40:50.712 | Preparing to unpack .../17-apache2_2.4.29-1ubuntu4.14_amd64.deb ... 2021-04-09 19:40:50.799 | Unpacking apache2 (2.4.29-1ubuntu4.14) ... 2021-04-09 19:40:51.315 | Selecting previously unselected package fonts-dejavu-core. 2021-04-09 19:40:51.322 | Preparing to unpack .../18-fonts-dejavu-core_2.37-1_all.deb ... 2021-04-09 19:40:51.378 | Unpacking fonts-dejavu-core (2.37-1) ... 2021-04-09 19:40:51.921 | Selecting previously unselected package fonts-liberation. 2021-04-09 19:40:51.929 | Preparing to unpack .../19-fonts-liberation_1%3a1.07.4-7~18.04.1_all.deb ... 2021-04-09 19:40:51.995 | Unpacking fonts-liberation (1:1.07.4-7~18.04.1) ... 2021-04-09 19:40:52.795 | Selecting previously unselected package fontconfig-config. 2021-04-09 19:40:52.802 | Preparing to unpack .../20-fontconfig-config_2.12.6-0ubuntu2_all.deb ... 2021-04-09 19:40:52.887 | Unpacking fontconfig-config (2.12.6-0ubuntu2) ... 2021-04-09 19:40:53.321 | Selecting previously unselected package libfontconfig1:amd64. 2021-04-09 19:40:53.328 | Preparing to unpack .../21-libfontconfig1_2.12.6-0ubuntu2_amd64.deb ... 2021-04-09 19:40:53.401 | Unpacking libfontconfig1:amd64 (2.12.6-0ubuntu2) ... 2021-04-09 19:40:54.041 | Selecting previously unselected package fontconfig. 2021-04-09 19:40:54.048 | Preparing to unpack .../22-fontconfig_2.12.6-0ubuntu2_amd64.deb ... 2021-04-09 19:40:54.149 | Unpacking fontconfig (2.12.6-0ubuntu2) ... 2021-04-09 19:40:54.590 | Selecting previously unselected package liblua5.3-0:amd64. 2021-04-09 19:40:54.597 | Preparing to unpack .../23-liblua5.3-0_5.3.3-1ubuntu0.18.04.1_amd64.deb ... 2021-04-09 19:40:54.652 | Unpacking liblua5.3-0:amd64 (5.3.3-1ubuntu0.18.04.1) ... 2021-04-09 19:40:55.441 | Selecting previously unselected package haproxy. 2021-04-09 19:40:55.448 | Preparing to unpack .../24-haproxy_1.8.8-1ubuntu0.11_amd64.deb ... 2021-04-09 19:40:55.539 | Unpacking haproxy (1.8.8-1ubuntu0.11) ... 2021-04-09 19:40:56.412 | Selecting previously unselected package libjpeg-turbo8:amd64. 2021-04-09 19:40:56.419 | Preparing to unpack .../25-libjpeg-turbo8_1.5.2-0ubuntu5.18.04.4_amd64.deb ... 2021-04-09 19:40:56.492 | Unpacking libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2021-04-09 19:40:57.218 | Selecting previously unselected package x11-common. 2021-04-09 19:40:57.225 | Preparing to unpack .../26-x11-common_1%3a7.7+19ubuntu7.1_all.deb ... 2021-04-09 19:40:57.327 | dpkg-query: no packages found matching nux-tools 2021-04-09 19:40:57.338 | Unpacking x11-common (1:7.7+19ubuntu7.1) ... 2021-04-09 19:40:58.069 | Selecting previously unselected package libice6:amd64. 2021-04-09 19:40:58.076 | Preparing to unpack .../27-libice6_2%3a1.0.9-2_amd64.deb ... 2021-04-09 19:40:58.132 | Unpacking libice6:amd64 (2:1.0.9-2) ... 2021-04-09 19:40:58.652 | Selecting previously unselected package libsm6:amd64. 2021-04-09 19:40:58.659 | Preparing to unpack .../28-libsm6_2%3a1.2.2-1_amd64.deb ... 2021-04-09 19:40:58.720 | Unpacking libsm6:amd64 (2:1.2.2-1) ... 2021-04-09 19:40:59.619 | Preparing to unpack .../29-open-iscsi_2.0.874-5ubuntu2.10_amd64.deb ... 2021-04-09 19:41:00.515 | Unpacking open-iscsi (2.0.874-5ubuntu2.10) over (2.0.874-5ubuntu2.7) ... 2021-04-09 19:41:01.463 | Selecting previously unselected package libnetfilter-cthelper0:amd64. 2021-04-09 19:41:01.470 | Preparing to unpack .../30-libnetfilter-cthelper0_1.0.0-1ubuntu1_amd64.deb ... 2021-04-09 19:41:01.515 | Unpacking libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu1) ... 2021-04-09 19:41:02.105 | Preparing to unpack .../31-libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 2021-04-09 19:41:02.371 | Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1ubuntu1.1) ... 2021-04-09 19:41:02.926 | Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 2021-04-09 19:41:03.743 | (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-04-09 19:41:03.747 | Preparing to unpack .../000-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 2021-04-09 19:41:03.960 | Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) over (2.56.4-0ubuntu0.18.04.4) ... 2021-04-09 19:41:04.990 | Preparing to unpack .../001-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 2021-04-09 19:41:05.308 | Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.1-1ubuntu2.1~18.04.4) ... 2021-04-09 19:41:06.425 | Preparing to unpack .../002-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 2021-04-09 19:41:06.770 | Unpacking sudo (1.8.21p2-3ubuntu1.4) over (1.8.21p2-3ubuntu1) ... 2021-04-09 19:41:07.824 | Preparing to unpack .../003-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 2021-04-09 19:41:08.023 | Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2021-04-09 19:41:09.179 | Preparing to unpack .../004-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 2021-04-09 19:41:09.560 | Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2021-04-09 19:41:10.715 | Preparing to unpack .../005-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 2021-04-09 19:41:11.000 | Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2021-04-09 19:41:12.093 | Preparing to unpack .../006-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 2021-04-09 19:41:12.439 | Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2021-04-09 19:41:13.579 | Preparing to unpack .../007-tcpdump_4.9.3-0ubuntu0.18.04.1_amd64.deb ... 2021-04-09 19:41:13.834 | Unpacking tcpdump (4.9.3-0ubuntu0.18.04.1) over (4.9.2-3) ... 2021-04-09 19:41:14.720 | Selecting previously unselected package uuid-dev:amd64. 2021-04-09 19:41:14.726 | Preparing to unpack .../008-uuid-dev_2.31.1-0.4ubuntu3.7_amd64.deb ... 2021-04-09 19:41:14.886 | Unpacking uuid-dev:amd64 (2.31.1-0.4ubuntu3.7) ... 2021-04-09 19:41:15.886 | Selecting previously unselected package libsctp1:amd64. 2021-04-09 19:41:15.893 | Preparing to unpack .../009-libsctp1_1.0.17+dfsg-2_amd64.deb ... 2021-04-09 19:41:16.005 | Unpacking libsctp1:amd64 (1.0.17+dfsg-2) ... 2021-04-09 19:41:16.606 | Selecting previously unselected package libsctp-dev:amd64. 2021-04-09 19:41:16.613 | Preparing to unpack .../010-libsctp-dev_1.0.17+dfsg-2_amd64.deb ... 2021-04-09 19:41:16.725 | Unpacking libsctp-dev:amd64 (1.0.17+dfsg-2) ... 2021-04-09 19:41:17.428 | Selecting previously unselected package libapr1-dev. 2021-04-09 19:41:17.435 | Preparing to unpack .../011-libapr1-dev_1.6.3-2_amd64.deb ... 2021-04-09 19:41:17.634 | Unpacking libapr1-dev (1.6.3-2) ... 2021-04-09 19:41:19.154 | Selecting previously unselected package libldap2-dev:amd64. 2021-04-09 19:41:19.161 | Preparing to unpack .../012-libldap2-dev_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 2021-04-09 19:41:19.263 | Unpacking libldap2-dev:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 2021-04-09 19:41:19.999 | Selecting previously unselected package libaprutil1-dev. 2021-04-09 19:41:20.006 | Preparing to unpack .../013-libaprutil1-dev_1.6.1-2_amd64.deb ... 2021-04-09 19:41:20.102 | Unpacking libaprutil1-dev (1.6.1-2) ... 2021-04-09 19:41:20.840 | Selecting previously unselected package autotools-dev. 2021-04-09 19:41:20.847 | Preparing to unpack .../014-autotools-dev_20180224.1_all.deb ... 2021-04-09 19:41:20.885 | Unpacking autotools-dev (20180224.1) ... 2021-04-09 19:41:21.376 | Selecting previously unselected package m4. 2021-04-09 19:41:21.384 | Preparing to unpack .../015-m4_1.4.18-1_amd64.deb ... 2021-04-09 19:41:21.565 | Unpacking m4 (1.4.18-1) ... 2021-04-09 19:41:22.394 | Selecting previously unselected package autoconf. 2021-04-09 19:41:22.401 | Preparing to unpack .../016-autoconf_2.69-11_all.deb ... 2021-04-09 19:41:22.496 | Unpacking autoconf (2.69-11) ... 2021-04-09 19:41:23.365 | Selecting previously unselected package automake. 2021-04-09 19:41:23.372 | Preparing to unpack .../017-automake_1%3a1.15.1-3ubuntu2_all.deb ... 2021-04-09 19:41:23.436 | Unpacking automake (1:1.15.1-3ubuntu2) ... 2021-04-09 19:41:24.125 | Selecting previously unselected package autopoint. 2021-04-09 19:41:24.132 | Preparing to unpack .../018-autopoint_0.19.8.1-6ubuntu0.3_all.deb ... 2021-04-09 19:41:24.239 | Unpacking autopoint (0.19.8.1-6ubuntu0.3) ... 2021-04-09 19:41:24.622 | Selecting previously unselected package libtool. 2021-04-09 19:41:24.629 | Preparing to unpack .../019-libtool_2.4.6-2_all.deb ... 2021-04-09 19:41:24.685 | Unpacking libtool (2.4.6-2) ... 2021-04-09 19:41:25.194 | Selecting previously unselected package dh-autoreconf. 2021-04-09 19:41:25.201 | Preparing to unpack .../020-dh-autoreconf_17_all.deb ... 2021-04-09 19:41:25.256 | Unpacking dh-autoreconf (17) ... 2021-04-09 19:41:25.633 | Selecting previously unselected package libarchive-zip-perl. 2021-04-09 19:41:25.641 | Preparing to unpack .../021-libarchive-zip-perl_1.60-1ubuntu0.1_all.deb ... 2021-04-09 19:41:25.696 | Unpacking libarchive-zip-perl (1.60-1ubuntu0.1) ... 2021-04-09 19:41:26.068 | Selecting previously unselected package libfile-stripnondeterminism-perl. 2021-04-09 19:41:26.075 | Preparing to unpack .../022-libfile-stripnondeterminism-perl_0.040-1.1~build1_all.deb ... 2021-04-09 19:41:26.113 | Unpacking libfile-stripnondeterminism-perl (0.040-1.1~build1) ... 2021-04-09 19:41:26.485 | Selecting previously unselected package libtimedate-perl. 2021-04-09 19:41:26.492 | Preparing to unpack .../023-libtimedate-perl_2.3000-2_all.deb ... 2021-04-09 19:41:26.547 | Unpacking libtimedate-perl (2.3000-2) ... 2021-04-09 19:41:26.908 | Selecting previously unselected package dh-strip-nondeterminism. 2021-04-09 19:41:26.914 | Preparing to unpack .../024-dh-strip-nondeterminism_0.040-1.1~build1_all.deb ... 2021-04-09 19:41:26.993 | Unpacking dh-strip-nondeterminism (0.040-1.1~build1) ... 2021-04-09 19:41:27.405 | Selecting previously unselected package libdpkg-perl. 2021-04-09 19:41:27.412 | Preparing to unpack .../025-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 2021-04-09 19:41:27.462 | Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 2021-04-09 19:41:27.885 | Selecting previously unselected package make. 2021-04-09 19:41:27.893 | Preparing to unpack .../026-make_4.1-9.1ubuntu1_amd64.deb ... 2021-04-09 19:41:27.948 | Unpacking make (4.1-9.1ubuntu1) ... 2021-04-09 19:41:28.496 | Selecting previously unselected package dpkg-dev. 2021-04-09 19:41:28.503 | Preparing to unpack .../027-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 2021-04-09 19:41:28.581 | Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 2021-04-09 19:41:29.667 | Selecting previously unselected package libcroco3:amd64. 2021-04-09 19:41:29.674 | Preparing to unpack .../028-libcroco3_0.6.12-2_amd64.deb ... 2021-04-09 19:41:29.719 | Unpacking libcroco3:amd64 (0.6.12-2) ... 2021-04-09 19:41:30.193 | Selecting previously unselected package gettext. 2021-04-09 19:41:30.200 | Preparing to unpack .../029-gettext_0.19.8.1-6ubuntu0.3_amd64.deb ... 2021-04-09 19:41:30.238 | Unpacking gettext (0.19.8.1-6ubuntu0.3) ... 2021-04-09 19:41:31.342 | Selecting previously unselected package intltool-debian. 2021-04-09 19:41:31.349 | Preparing to unpack .../030-intltool-debian_0.35.0+20060710.4_all.deb ... 2021-04-09 19:41:31.427 | Unpacking intltool-debian (0.35.0+20060710.4) ... 2021-04-09 19:41:31.793 | Selecting previously unselected package po-debconf. 2021-04-09 19:41:31.800 | Preparing to unpack .../031-po-debconf_1.0.20_all.deb ... 2021-04-09 19:41:31.862 | Unpacking po-debconf (1.0.20) ... 2021-04-09 19:41:32.347 | Selecting previously unselected package debhelper. 2021-04-09 19:41:32.354 | Preparing to unpack .../032-debhelper_11.1.6ubuntu2_all.deb ... 2021-04-09 19:41:32.427 | Unpacking debhelper (11.1.6ubuntu2) ... 2021-04-09 19:41:33.153 | Selecting previously unselected package apache2-dev. 2021-04-09 19:41:33.160 | Preparing to unpack .../033-apache2-dev_2.4.29-1ubuntu4.14_amd64.deb ... 2021-04-09 19:41:33.221 | Unpacking apache2-dev (2.4.29-1ubuntu4.14) ... 2021-04-09 19:41:33.703 | Selecting previously unselected package libstdc++-7-dev:amd64. 2021-04-09 19:41:33.709 | Preparing to unpack .../034-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 2021-04-09 19:41:33.776 | Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 2021-04-09 19:41:35.273 | Selecting previously unselected package g++-7. 2021-04-09 19:41:35.281 | Preparing to unpack .../035-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 2021-04-09 19:41:35.381 | Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 2021-04-09 19:41:37.204 | Selecting previously unselected package g++. 2021-04-09 19:41:37.212 | Preparing to unpack .../036-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 2021-04-09 19:41:37.273 | Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 2021-04-09 19:41:37.616 | Selecting previously unselected package build-essential. 2021-04-09 19:41:37.624 | Preparing to unpack .../037-build-essential_12.4ubuntu1_amd64.deb ... 2021-04-09 19:41:37.690 | Unpacking build-essential (12.4ubuntu1) ... 2021-04-09 19:41:38.182 | Selecting previously unselected package conntrack. 2021-04-09 19:41:38.191 | Preparing to unpack .../038-conntrack_1%3a1.4.4+snapshot20161117-6ubuntu2_amd64.deb ... 2021-04-09 19:41:38.267 | Unpacking conntrack (1:1.4.4+snapshot20161117-6ubuntu2) ... 2021-04-09 19:41:38.736 | Selecting previously unselected package libnetfilter-queue1. 2021-04-09 19:41:38.743 | Preparing to unpack .../039-libnetfilter-queue1_1.0.2-2_amd64.deb ... 2021-04-09 19:41:38.810 | Unpacking libnetfilter-queue1 (1.0.2-2) ... 2021-04-09 19:41:39.336 | Selecting previously unselected package conntrackd. 2021-04-09 19:41:39.344 | Preparing to unpack .../040-conntrackd_1%3a1.4.4+snapshot20161117-6ubuntu2_amd64.deb ... 2021-04-09 19:41:39.404 | Unpacking conntrackd (1:1.4.4+snapshot20161117-6ubuntu2) ... 2021-04-09 19:41:39.811 | Preparing to unpack .../041-curl_7.58.0-2ubuntu3.13_amd64.deb ... 2021-04-09 19:41:39.924 | Unpacking curl (7.58.0-2ubuntu3.13) over (7.58.0-2ubuntu3.7) ... 2021-04-09 19:41:40.411 | Preparing to unpack .../042-libcurl4_7.58.0-2ubuntu3.13_amd64.deb ... 2021-04-09 19:41:40.598 | Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.13) over (7.58.0-2ubuntu3.7) ... 2021-04-09 19:41:41.284 | Selecting previously unselected package dctrl-tools. 2021-04-09 19:41:41.292 | Preparing to unpack .../043-dctrl-tools_2.24-2build1_amd64.deb ... 2021-04-09 19:41:41.354 | Unpacking dctrl-tools (2.24-2build1) ... 2021-04-09 19:41:41.972 | Preparing to unpack .../044-dnsmasq-base_2.79-1ubuntu0.3_amd64.deb ... 2021-04-09 19:41:42.181 | Unpacking dnsmasq-base (2.79-1ubuntu0.3) over (2.79-1) ... 2021-04-09 19:41:42.644 | Selecting previously unselected package dnsmasq-utils. 2021-04-09 19:41:42.652 | Preparing to unpack .../045-dnsmasq-utils_2.79-1ubuntu0.3_amd64.deb ... 2021-04-09 19:41:42.707 | Unpacking dnsmasq-utils (2.79-1ubuntu0.3) ... 2021-04-09 19:41:43.118 | Selecting previously unselected package dstat. 2021-04-09 19:41:43.126 | Preparing to unpack .../046-dstat_0.7.3-1_all.deb ... 2021-04-09 19:41:43.232 | Unpacking dstat (0.7.3-1) ... 2021-04-09 19:41:43.673 | Selecting previously unselected package libfakeroot:amd64. 2021-04-09 19:41:43.680 | Preparing to unpack .../047-libfakeroot_1.22-2ubuntu1_amd64.deb ... 2021-04-09 19:41:43.724 | Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... 2021-04-09 19:41:44.090 | Selecting previously unselected package fakeroot. 2021-04-09 19:41:44.097 | Preparing to unpack .../048-fakeroot_1.22-2ubuntu1_amd64.deb ... 2021-04-09 19:41:44.221 | Unpacking fakeroot (1.22-2ubuntu1) ... 2021-04-09 19:41:44.787 | Selecting previously unselected package genisoimage. 2021-04-09 19:41:44.795 | Preparing to unpack .../049-genisoimage_9%3a1.1.11-3ubuntu2_amd64.deb ... 2021-04-09 19:41:44.872 | Unpacking genisoimage (9:1.1.11-3ubuntu2) ... 2021-04-09 19:41:45.421 | Selecting previously unselected package libgraphite2-3:amd64. 2021-04-09 19:41:45.428 | Preparing to unpack .../050-libgraphite2-3_1.3.11-2_amd64.deb ... 2021-04-09 19:41:45.484 | Unpacking libgraphite2-3:amd64 (1.3.11-2) ... 2021-04-09 19:41:46.118 | Selecting previously unselected package libharfbuzz0b:amd64. 2021-04-09 19:41:46.126 | Preparing to unpack .../051-libharfbuzz0b_1.7.2-1ubuntu1_amd64.deb ... 2021-04-09 19:41:46.215 | Unpacking libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ... 2021-04-09 19:41:46.638 | Selecting previously unselected package gir1.2-harfbuzz-0.0:amd64. 2021-04-09 19:41:46.647 | Preparing to unpack .../052-gir1.2-harfbuzz-0.0_1.7.2-1ubuntu1_amd64.deb ... 2021-04-09 19:41:46.689 | Unpacking gir1.2-harfbuzz-0.0:amd64 (1.7.2-1ubuntu1) ... 2021-04-09 19:41:47.281 | Preparing to unpack .../053-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 2021-04-09 19:41:47.564 | Unpacking git (1:2.17.1-1ubuntu0.8) over (1:2.17.1-1ubuntu0.4) ... 2021-04-09 19:41:49.975 | Selecting previously unselected package libann0. 2021-04-09 19:41:49.984 | Preparing to unpack .../054-libann0_1.1.2+doc-6_amd64.deb ... 2021-04-09 19:41:50.220 | Unpacking libann0 (1.1.2+doc-6) ... 2021-04-09 19:41:50.816 | Selecting previously unselected package libcdt5. 2021-04-09 19:41:50.825 | Preparing to unpack .../055-libcdt5_2.40.1-2_amd64.deb ... 2021-04-09 19:41:50.901 | Unpacking libcdt5 (2.40.1-2) ... 2021-04-09 19:41:51.529 | Selecting previously unselected package libcgraph6. 2021-04-09 19:41:51.538 | Preparing to unpack .../056-libcgraph6_2.40.1-2_amd64.deb ... 2021-04-09 19:41:51.672 | Unpacking libcgraph6 (2.40.1-2) ... 2021-04-09 19:41:52.535 | Selecting previously unselected package libjpeg8:amd64. 2021-04-09 19:41:52.542 | Preparing to unpack .../057-libjpeg8_8c-2ubuntu8_amd64.deb ... 2021-04-09 19:41:52.661 | Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... 2021-04-09 19:41:53.735 | Selecting previously unselected package libjbig0:amd64. 2021-04-09 19:41:53.742 | Preparing to unpack .../058-libjbig0_2.1-3.1build1_amd64.deb ... 2021-04-09 19:41:53.900 | Unpacking libjbig0:amd64 (2.1-3.1build1) ... 2021-04-09 19:41:54.364 | Selecting previously unselected package libtiff5:amd64. 2021-04-09 19:41:54.371 | Preparing to unpack .../059-libtiff5_4.0.9-5ubuntu0.4_amd64.deb ... 2021-04-09 19:41:54.466 | Unpacking libtiff5:amd64 (4.0.9-5ubuntu0.4) ... 2021-04-09 19:41:55.364 | Selecting previously unselected package libwebp6:amd64. 2021-04-09 19:41:55.371 | Preparing to unpack .../060-libwebp6_0.6.1-2_amd64.deb ... 2021-04-09 19:41:55.466 | Unpacking libwebp6:amd64 (0.6.1-2) ... 2021-04-09 19:41:56.015 | Selecting previously unselected package libxpm4:amd64. 2021-04-09 19:41:56.022 | Preparing to unpack .../061-libxpm4_1%3a3.5.12-1_amd64.deb ... 2021-04-09 19:41:56.089 | Unpacking libxpm4:amd64 (1:3.5.12-1) ... 2021-04-09 19:41:56.649 | Selecting previously unselected package libgd3:amd64. 2021-04-09 19:41:56.657 | Preparing to unpack .../062-libgd3_2.2.5-4ubuntu0.4_amd64.deb ... 2021-04-09 19:41:56.729 | Unpacking libgd3:amd64 (2.2.5-4ubuntu0.4) ... 2021-04-09 19:41:57.421 | Selecting previously unselected package libgts-0.7-5:amd64. 2021-04-09 19:41:57.430 | Preparing to unpack .../063-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ... 2021-04-09 19:41:57.500 | Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2021-04-09 19:41:58.043 | Selecting previously unselected package libpixman-1-0:amd64. 2021-04-09 19:41:58.050 | Preparing to unpack .../064-libpixman-1-0_0.34.0-2_amd64.deb ... 2021-04-09 19:41:58.129 | Unpacking libpixman-1-0:amd64 (0.34.0-2) ... 2021-04-09 19:41:58.752 | Selecting previously unselected package libxcb-render0:amd64. 2021-04-09 19:41:58.760 | Preparing to unpack .../065-libxcb-render0_1.13-2~ubuntu18.04_amd64.deb ... 2021-04-09 19:41:58.843 | Unpacking libxcb-render0:amd64 (1.13-2~ubuntu18.04) ... 2021-04-09 19:41:59.346 | Selecting previously unselected package libxcb-shm0:amd64. 2021-04-09 19:41:59.354 | Preparing to unpack .../066-libxcb-shm0_1.13-2~ubuntu18.04_amd64.deb ... 2021-04-09 19:41:59.426 | Unpacking libxcb-shm0:amd64 (1.13-2~ubuntu18.04) ... 2021-04-09 19:42:00.003 | Selecting previously unselected package libxrender1:amd64. 2021-04-09 19:42:00.011 | Preparing to unpack .../067-libxrender1_1%3a0.9.10-1_amd64.deb ... 2021-04-09 19:42:00.077 | Unpacking libxrender1:amd64 (1:0.9.10-1) ... 2021-04-09 19:42:00.626 | Selecting previously unselected package libcairo2:amd64. 2021-04-09 19:42:00.634 | Preparing to unpack .../068-libcairo2_1.15.10-2ubuntu0.1_amd64.deb ... 2021-04-09 19:42:00.700 | Unpacking libcairo2:amd64 (1.15.10-2ubuntu0.1) ... 2021-04-09 19:42:01.191 | Selecting previously unselected package libltdl7:amd64. 2021-04-09 19:42:01.199 | Preparing to unpack .../069-libltdl7_2.4.6-2_amd64.deb ... 2021-04-09 19:42:01.248 | Unpacking libltdl7:amd64 (2.4.6-2) ... 2021-04-09 19:42:01.655 | Selecting previously unselected package libthai-data. 2021-04-09 19:42:01.662 | Preparing to unpack .../070-libthai-data_0.1.27-2_all.deb ... 2021-04-09 19:42:01.729 | Unpacking libthai-data (0.1.27-2) ... 2021-04-09 19:42:02.483 | Selecting previously unselected package libdatrie1:amd64. 2021-04-09 19:42:02.490 | Preparing to unpack .../071-libdatrie1_0.2.10-7_amd64.deb ... 2021-04-09 19:42:02.580 | Unpacking libdatrie1:amd64 (0.2.10-7) ... 2021-04-09 19:42:03.112 | Selecting previously unselected package libthai0:amd64. 2021-04-09 19:42:03.119 | Preparing to unpack .../072-libthai0_0.1.27-2_amd64.deb ... 2021-04-09 19:42:03.208 | Unpacking libthai0:amd64 (0.1.27-2) ... 2021-04-09 19:42:03.711 | Selecting previously unselected package libpango-1.0-0:amd64. 2021-04-09 19:42:03.719 | Preparing to unpack .../073-libpango-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2021-04-09 19:42:03.791 | Unpacking libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-04-09 19:42:04.500 | Selecting previously unselected package libpangoft2-1.0-0:amd64. 2021-04-09 19:42:04.507 | Preparing to unpack .../074-libpangoft2-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2021-04-09 19:42:04.643 | Unpacking libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-04-09 19:42:05.363 | Selecting previously unselected package libpangocairo-1.0-0:amd64. 2021-04-09 19:42:05.370 | Preparing to unpack .../075-libpangocairo-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2021-04-09 19:42:05.454 | Unpacking libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-04-09 19:42:06.146 | Selecting previously unselected package libpathplan4. 2021-04-09 19:42:06.154 | Preparing to unpack .../076-libpathplan4_2.40.1-2_amd64.deb ... 2021-04-09 19:42:06.226 | Unpacking libpathplan4 (2.40.1-2) ... 2021-04-09 19:42:07.220 | Selecting previously unselected package libgvc6. 2021-04-09 19:42:07.227 | Preparing to unpack .../077-libgvc6_2.40.1-2_amd64.deb ... 2021-04-09 19:42:07.322 | Unpacking libgvc6 (2.40.1-2) ... 2021-04-09 19:42:08.534 | Selecting previously unselected package libgvpr2. 2021-04-09 19:42:08.542 | Preparing to unpack .../078-libgvpr2_2.40.1-2_amd64.deb ... 2021-04-09 19:42:08.620 | Unpacking libgvpr2 (2.40.1-2) ... 2021-04-09 19:42:09.186 | Selecting previously unselected package liblab-gamut1. 2021-04-09 19:42:09.193 | Preparing to unpack .../079-liblab-gamut1_2.40.1-2_amd64.deb ... 2021-04-09 19:42:09.260 | Unpacking liblab-gamut1 (2.40.1-2) ... 2021-04-09 19:42:10.089 | Selecting previously unselected package libxt6:amd64. 2021-04-09 19:42:10.096 | Preparing to unpack .../080-libxt6_1%3a1.1.5-1_amd64.deb ... 2021-04-09 19:42:10.157 | Unpacking libxt6:amd64 (1:1.1.5-1) ... 2021-04-09 19:42:10.620 | Selecting previously unselected package libxmu6:amd64. 2021-04-09 19:42:10.627 | Preparing to unpack .../081-libxmu6_2%3a1.1.2-2_amd64.deb ... 2021-04-09 19:42:10.694 | Unpacking libxmu6:amd64 (2:1.1.2-2) ... 2021-04-09 19:42:11.334 | Selecting previously unselected package libxaw7:amd64. 2021-04-09 19:42:11.343 | Preparing to unpack .../082-libxaw7_2%3a1.0.13-1_amd64.deb ... 2021-04-09 19:42:11.408 | Unpacking libxaw7:amd64 (2:1.0.13-1) ... 2021-04-09 19:42:11.900 | Selecting previously unselected package graphviz. 2021-04-09 19:42:11.908 | Preparing to unpack .../083-graphviz_2.40.1-2_amd64.deb ... 2021-04-09 19:42:11.974 | Unpacking graphviz (2.40.1-2) ... 2021-04-09 19:42:12.722 | Selecting previously unselected package libnl-3-200:amd64. 2021-04-09 19:42:12.730 | Preparing to unpack .../084-libnl-3-200_3.2.29-0ubuntu3_amd64.deb ... 2021-04-09 19:42:12.808 | Unpacking libnl-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-04-09 19:42:13.328 | Selecting previously unselected package libnl-route-3-200:amd64. 2021-04-09 19:42:13.336 | Preparing to unpack .../085-libnl-route-3-200_3.2.29-0ubuntu3_amd64.deb ... 2021-04-09 19:42:13.419 | Unpacking libnl-route-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-04-09 19:42:14.174 | Selecting previously unselected package libibverbs1:amd64. 2021-04-09 19:42:14.181 | Preparing to unpack .../086-libibverbs1_17.1-1ubuntu0.2_amd64.deb ... 2021-04-09 19:42:14.237 | Unpacking libibverbs1:amd64 (17.1-1ubuntu0.2) ... 2021-04-09 19:42:14.803 | Selecting previously unselected package ibverbs-providers:amd64. 2021-04-09 19:42:14.811 | Preparing to unpack .../087-ibverbs-providers_17.1-1ubuntu0.2_amd64.deb ... 2021-04-09 19:42:14.899 | Unpacking ibverbs-providers:amd64 (17.1-1ubuntu0.2) ... 2021-04-09 19:42:15.745 | Selecting previously unselected package icu-devtools. 2021-04-09 19:42:15.753 | Preparing to unpack .../088-icu-devtools_60.2-3ubuntu3.1_amd64.deb ... 2021-04-09 19:42:15.849 | Unpacking icu-devtools (60.2-3ubuntu3.1) ... 2021-04-09 19:42:16.506 | Selecting previously unselected package iputils-arping. 2021-04-09 19:42:16.513 | Preparing to unpack .../089-iputils-arping_3%3a20161105-1ubuntu3_amd64.deb ... 2021-04-09 19:42:16.608 | Unpacking iputils-arping (3:20161105-1ubuntu3) ... 2021-04-09 19:42:17.642 | Selecting previously unselected package javascript-common. 2021-04-09 19:42:17.651 | Preparing to unpack .../090-javascript-common_11_all.deb ... 2021-04-09 19:42:17.751 | Unpacking javascript-common (11) ... 2021-04-09 19:42:18.683 | Selecting previously unselected package libnl-genl-3-200:amd64. 2021-04-09 19:42:18.691 | Preparing to unpack .../091-libnl-genl-3-200_3.2.29-0ubuntu3_amd64.deb ... 2021-04-09 19:42:18.808 | Unpacking libnl-genl-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-04-09 19:42:19.843 | Selecting previously unselected package libsensors4:amd64. 2021-04-09 19:42:19.850 | Preparing to unpack .../092-libsensors4_1%3a3.4.0-4_amd64.deb ... 2021-04-09 19:42:20.148 | Unpacking libsensors4:amd64 (1:3.4.0-4) ... 2021-04-09 19:42:20.774 | Selecting previously unselected package libsnmp-base. 2021-04-09 19:42:20.782 | Preparing to unpack .../093-libsnmp-base_5.7.3+dfsg-1.8ubuntu3.6_all.deb ... 2021-04-09 19:42:20.848 | Unpacking libsnmp-base (5.7.3+dfsg-1.8ubuntu3.6) ... 2021-04-09 19:42:21.660 | Selecting previously unselected package libsnmp30:amd64. 2021-04-09 19:42:21.667 | Preparing to unpack .../094-libsnmp30_5.7.3+dfsg-1.8ubuntu3.6_amd64.deb ... 2021-04-09 19:42:21.796 | Unpacking libsnmp30:amd64 (5.7.3+dfsg-1.8ubuntu3.6) ... 2021-04-09 19:42:22.739 | Selecting previously unselected package keepalived. 2021-04-09 19:42:22.747 | Preparing to unpack .../095-keepalived_1%3a1.3.9-1ubuntu0.18.04.2_amd64.deb ... 2021-04-09 19:42:22.808 | Unpacking keepalived (1:1.3.9-1ubuntu0.18.04.2) ... 2021-04-09 19:42:23.540 | Selecting previously unselected package libgssrpc4:amd64. 2021-04-09 19:42:23.547 | Preparing to unpack .../096-libgssrpc4_1.16-2ubuntu0.2_amd64.deb ... 2021-04-09 19:42:23.636 | Unpacking libgssrpc4:amd64 (1.16-2ubuntu0.2) ... 2021-04-09 19:42:24.128 | Selecting previously unselected package libkdb5-9:amd64. 2021-04-09 19:42:24.136 | Preparing to unpack .../097-libkdb5-9_1.16-2ubuntu0.2_amd64.deb ... 2021-04-09 19:42:24.191 | Unpacking libkdb5-9:amd64 (1.16-2ubuntu0.2) ... 2021-04-09 19:42:24.905 | Selecting previously unselected package libkadm5srv-mit11:amd64. 2021-04-09 19:42:24.913 | Preparing to unpack .../098-libkadm5srv-mit11_1.16-2ubuntu0.2_amd64.deb ... 2021-04-09 19:42:25.150 | Unpacking libkadm5srv-mit11:amd64 (1.16-2ubuntu0.2) ... 2021-04-09 19:42:25.705 | Selecting previously unselected package libkadm5clnt-mit11:amd64. 2021-04-09 19:42:25.713 | Preparing to unpack .../099-libkadm5clnt-mit11_1.16-2ubuntu0.2_amd64.deb ... 2021-04-09 19:42:25.767 | Unpacking libkadm5clnt-mit11:amd64 (1.16-2ubuntu0.2) ... 2021-04-09 19:42:26.260 | Selecting previously unselected package comerr-dev:amd64. 2021-04-09 19:42:26.267 | Preparing to unpack .../100-comerr-dev_2.1-1.44.1-1ubuntu1.3_amd64.deb ... 2021-04-09 19:42:26.368 | Unpacking comerr-dev:amd64 (2.1-1.44.1-1ubuntu1.3) ... 2021-04-09 19:42:26.836 | Selecting previously unselected package krb5-multidev:amd64. 2021-04-09 19:42:26.844 | Preparing to unpack .../101-krb5-multidev_1.16-2ubuntu0.2_amd64.deb ... 2021-04-09 19:42:26.916 | Unpacking krb5-multidev:amd64 (1.16-2ubuntu0.2) ... 2021-04-09 19:42:27.539 | Selecting previously unselected package libaio1:amd64. 2021-04-09 19:42:27.547 | Preparing to unpack .../102-libaio1_0.3.110-5ubuntu0.1_amd64.deb ... 2021-04-09 19:42:27.636 | Unpacking libaio1:amd64 (0.3.110-5ubuntu0.1) ... 2021-04-09 19:42:28.128 | Selecting previously unselected package libalgorithm-diff-perl. 2021-04-09 19:42:28.135 | Preparing to unpack .../103-libalgorithm-diff-perl_1.19.03-1_all.deb ... 2021-04-09 19:42:28.219 | Unpacking libalgorithm-diff-perl (1.19.03-1) ... 2021-04-09 19:42:28.682 | Selecting previously unselected package libalgorithm-diff-xs-perl. 2021-04-09 19:42:28.689 | Preparing to unpack .../104-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... 2021-04-09 19:42:28.773 | Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 2021-04-09 19:42:29.413 | Selecting previously unselected package libalgorithm-merge-perl. 2021-04-09 19:42:29.421 | Preparing to unpack .../105-libalgorithm-merge-perl_0.08-3_all.deb ... 2021-04-09 19:42:29.584 | Unpacking libalgorithm-merge-perl (0.08-3) ... 2021-04-09 19:42:30.099 | Selecting previously unselected package libarchive-cpio-perl. 2021-04-09 19:42:30.107 | Preparing to unpack .../106-libarchive-cpio-perl_0.10-1_all.deb ... 2021-04-09 19:42:30.167 | Unpacking libarchive-cpio-perl (0.10-1) ... 2021-04-09 19:42:30.636 | Selecting previously unselected package libfile-fcntllock-perl. 2021-04-09 19:42:30.644 | Preparing to unpack .../107-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... 2021-04-09 19:42:30.710 | Unpacking libfile-fcntllock-perl (0.22-3build2) ... 2021-04-09 19:42:31.105 | Selecting previously unselected package libglib2.0-bin. 2021-04-09 19:42:31.112 | Preparing to unpack .../108-libglib2.0-bin_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 2021-04-09 19:42:31.236 | Unpacking libglib2.0-bin (2.56.4-0ubuntu0.18.04.8) ... 2021-04-09 19:42:31.727 | Selecting previously unselected package libglib2.0-dev-bin. 2021-04-09 19:42:31.734 | Preparing to unpack .../109-libglib2.0-dev-bin_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 2021-04-09 19:42:31.795 | Unpacking libglib2.0-dev-bin (2.56.4-0ubuntu0.18.04.8) ... 2021-04-09 19:42:32.470 | Selecting previously unselected package pkg-config. 2021-04-09 19:42:32.478 | Preparing to unpack .../110-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 2021-04-09 19:42:32.573 | Unpacking pkg-config (0.29.1-0ubuntu2) ... 2021-04-09 19:42:33.001 | Selecting previously unselected package zlib1g-dev:amd64. 2021-04-09 19:42:33.010 | Preparing to unpack .../111-zlib1g-dev_1%3a1.2.11.dfsg-0ubuntu2_amd64.deb ... 2021-04-09 19:42:33.093 | Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... 2021-04-09 19:42:33.648 | Selecting previously unselected package libglib2.0-dev:amd64. 2021-04-09 19:42:33.655 | Preparing to unpack .../112-libglib2.0-dev_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 2021-04-09 19:42:33.733 | Unpacking libglib2.0-dev:amd64 (2.56.4-0ubuntu0.18.04.8) ... 2021-04-09 19:42:34.379 | Selecting previously unselected package libgraphite2-dev:amd64. 2021-04-09 19:42:34.387 | Preparing to unpack .../113-libgraphite2-dev_1.3.11-2_amd64.deb ... 2021-04-09 19:42:34.430 | Unpacking libgraphite2-dev:amd64 (1.3.11-2) ... 2021-04-09 19:42:34.807 | Selecting previously unselected package libgts-bin. 2021-04-09 19:42:34.815 | Preparing to unpack .../114-libgts-bin_0.7.6+darcs121130-4_amd64.deb ... 2021-04-09 19:42:34.876 | Unpacking libgts-bin (0.7.6+darcs121130-4) ... 2021-04-09 19:42:35.362 | Selecting previously unselected package libharfbuzz-icu0:amd64. 2021-04-09 19:42:35.369 | Preparing to unpack .../115-libharfbuzz-icu0_1.7.2-1ubuntu1_amd64.deb ... 2021-04-09 19:42:35.418 | Unpacking libharfbuzz-icu0:amd64 (1.7.2-1ubuntu1) ... 2021-04-09 19:42:35.910 | Selecting previously unselected package libharfbuzz-gobject0:amd64. 2021-04-09 19:42:35.918 | Preparing to unpack .../116-libharfbuzz-gobject0_1.7.2-1ubuntu1_amd64.deb ... 2021-04-09 19:42:35.978 | Unpacking libharfbuzz-gobject0:amd64 (1.7.2-1ubuntu1) ... 2021-04-09 19:42:36.447 | Selecting previously unselected package libicu-le-hb0:amd64. 2021-04-09 19:42:36.455 | Preparing to unpack .../117-libicu-le-hb0_1.0.3+git161113-4_amd64.deb ... 2021-04-09 19:42:36.493 | Unpacking libicu-le-hb0:amd64 (1.0.3+git161113-4) ... 2021-04-09 19:42:36.853 | Selecting previously unselected package libiculx60:amd64. 2021-04-09 19:42:36.861 | Preparing to unpack .../118-libiculx60_60.2-3ubuntu3.1_amd64.deb ... 2021-04-09 19:42:36.915 | Unpacking libiculx60:amd64 (60.2-3ubuntu3.1) ... 2021-04-09 19:42:37.276 | Selecting previously unselected package libicu-le-hb-dev:amd64. 2021-04-09 19:42:37.283 | Preparing to unpack .../119-libicu-le-hb-dev_1.0.3+git161113-4_amd64.deb ... 2021-04-09 19:42:37.384 | Unpacking libicu-le-hb-dev:amd64 (1.0.3+git161113-4) ... 2021-04-09 19:42:37.837 | Selecting previously unselected package libicu-dev. 2021-04-09 19:42:37.844 | Preparing to unpack .../120-libicu-dev_60.2-3ubuntu3.1_amd64.deb ... 2021-04-09 19:42:37.922 | Unpacking libicu-dev (60.2-3ubuntu3.1) ... 2021-04-09 19:42:39.796 | Selecting previously unselected package libharfbuzz-dev:amd64. 2021-04-09 19:42:39.806 | Preparing to unpack .../121-libharfbuzz-dev_1.7.2-1ubuntu1_amd64.deb ... 2021-04-09 19:42:39.853 | Unpacking libharfbuzz-dev:amd64 (1.7.2-1ubuntu1) ... 2021-04-09 19:42:40.607 | Selecting previously unselected package libiscsi7:amd64. 2021-04-09 19:42:40.615 | Preparing to unpack .../122-libiscsi7_1.17.0-1.1_amd64.deb ... 2021-04-09 19:42:40.807 | Unpacking libiscsi7:amd64 (1.17.0-1.1) ... 2021-04-09 19:42:41.750 | Selecting previously unselected package libjansson4:amd64. 2021-04-09 19:42:41.757 | Preparing to unpack .../123-libjansson4_2.11-1_amd64.deb ... 2021-04-09 19:42:41.899 | Unpacking libjansson4:amd64 (2.11-1) ... 2021-04-09 19:42:42.522 | Selecting previously unselected package libjpeg-turbo8-dev:amd64. 2021-04-09 19:42:42.530 | Preparing to unpack .../124-libjpeg-turbo8-dev_1.5.2-0ubuntu5.18.04.4_amd64.deb ... 2021-04-09 19:42:42.613 | Unpacking libjpeg-turbo8-dev:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2021-04-09 19:42:43.230 | Selecting previously unselected package libjpeg8-dev:amd64. 2021-04-09 19:42:43.237 | Preparing to unpack .../125-libjpeg8-dev_8c-2ubuntu8_amd64.deb ... 2021-04-09 19:42:43.309 | Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2021-04-09 19:42:44.018 | Selecting previously unselected package libjpeg-dev:amd64. 2021-04-09 19:42:44.027 | Preparing to unpack .../126-libjpeg-dev_8c-2ubuntu8_amd64.deb ... 2021-04-09 19:42:44.115 | Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ... 2021-04-09 19:42:44.761 | Selecting previously unselected package libjs-jquery. 2021-04-09 19:42:44.769 | Preparing to unpack .../127-libjs-jquery_3.2.1-1_all.deb ... 2021-04-09 19:42:44.875 | Unpacking libjs-jquery (3.2.1-1) ... 2021-04-09 19:42:45.407 | Selecting previously unselected package libjs-jquery-metadata. 2021-04-09 19:42:45.414 | Preparing to unpack .../128-libjs-jquery-metadata_12-1_all.deb ... 2021-04-09 19:42:45.532 | Unpacking libjs-jquery-metadata (12-1) ... 2021-04-09 19:42:46.041 | Selecting previously unselected package libjs-jquery-tablesorter. 2021-04-09 19:42:46.049 | Preparing to unpack .../129-libjs-jquery-tablesorter_1%3a2.29.5+dfsg1-1_all.deb ... 2021-04-09 19:42:46.098 | Unpacking libjs-jquery-tablesorter (1:2.29.5+dfsg1-1) ... 2021-04-09 19:42:46.435 | Selecting previously unselected package libltdl-dev:amd64. 2021-04-09 19:42:46.443 | Preparing to unpack .../130-libltdl-dev_2.4.6-2_amd64.deb ... 2021-04-09 19:42:46.492 | Unpacking libltdl-dev:amd64 (2.4.6-2) ... 2021-04-09 19:42:46.824 | Selecting previously unselected package libsys-hostname-long-perl. 2021-04-09 19:42:46.831 | Preparing to unpack .../131-libsys-hostname-long-perl_1.5-1_all.deb ... 2021-04-09 19:42:46.875 | Unpacking libsys-hostname-long-perl (1.5-1) ... 2021-04-09 19:42:47.167 | Selecting previously unselected package libmail-sendmail-perl. 2021-04-09 19:42:47.174 | Preparing to unpack .../132-libmail-sendmail-perl_0.80-1_all.deb ... 2021-04-09 19:42:47.258 | Unpacking libmail-sendmail-perl (0.80-1) ... 2021-04-09 19:42:47.750 | Selecting previously unselected package libmatheval1:amd64. 2021-04-09 19:42:47.758 | Preparing to unpack .../133-libmatheval1_1.1.11+dfsg-3build1_amd64.deb ... 2021-04-09 19:42:47.806 | Unpacking libmatheval1:amd64 (1.1.11+dfsg-3build1) ... 2021-04-09 19:42:48.361 | Selecting previously unselected package mysql-common. 2021-04-09 19:42:48.369 | Preparing to unpack .../134-mysql-common_5.8+1.0.4_all.deb ... 2021-04-09 19:42:48.437 | Unpacking mysql-common (5.8+1.0.4) ... 2021-04-09 19:42:48.944 | Selecting previously unselected package libmysqlclient20:amd64. 2021-04-09 19:42:48.953 | Preparing to unpack .../135-libmysqlclient20_5.7.33-0ubuntu0.18.04.1_amd64.deb ... 2021-04-09 19:42:49.024 | Unpacking libmysqlclient20:amd64 (5.7.33-0ubuntu0.18.04.1) ... 2021-04-09 19:42:49.624 | Selecting previously unselected package libssl-dev:amd64. 2021-04-09 19:42:49.631 | Preparing to unpack .../136-libssl-dev_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 2021-04-09 19:42:49.703 | Unpacking libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 2021-04-09 19:42:50.470 | Selecting previously unselected package libmysqlclient-dev. 2021-04-09 19:42:50.477 | Preparing to unpack .../137-libmysqlclient-dev_5.7.33-0ubuntu0.18.04.1_amd64.deb ... 2021-04-09 19:42:50.532 | Unpacking libmysqlclient-dev (5.7.33-0ubuntu0.18.04.1) ... 2021-04-09 19:42:51.241 | Selecting previously unselected package libnorm1:amd64. 2021-04-09 19:42:51.249 | Preparing to unpack .../138-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 2021-04-09 19:42:51.338 | Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 2021-04-09 19:42:51.961 | Selecting previously unselected package libnspr4:amd64. 2021-04-09 19:42:51.969 | Preparing to unpack .../139-libnspr4_2%3a4.18-1ubuntu1_amd64.deb ... 2021-04-09 19:42:52.081 | Unpacking libnspr4:amd64 (2:4.18-1ubuntu1) ... 2021-04-09 19:42:52.915 | Selecting previously unselected package libnss3:amd64. 2021-04-09 19:42:52.923 | Preparing to unpack .../140-libnss3_2%3a3.35-2ubuntu2.12_amd64.deb ... 2021-04-09 19:42:53.043 | Unpacking libnss3:amd64 (2:3.35-2ubuntu2.12) ... 2021-04-09 19:42:53.784 | Selecting previously unselected package libpgm-5.2-0:amd64. 2021-04-09 19:42:53.792 | Preparing to unpack .../141-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 2021-04-09 19:42:53.852 | Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 2021-04-09 19:42:54.378 | Selecting previously unselected package libpq5:amd64. 2021-04-09 19:42:54.386 | Preparing to unpack .../142-libpq5_10.16-0ubuntu0.18.04.1_amd64.deb ... 2021-04-09 19:42:54.475 | Unpacking libpq5:amd64 (10.16-0ubuntu0.18.04.1) ... 2021-04-09 19:42:55.104 | Selecting previously unselected package libpq-dev. 2021-04-09 19:42:55.111 | Preparing to unpack .../143-libpq-dev_10.16-0ubuntu0.18.04.1_amd64.deb ... 2021-04-09 19:42:55.166 | Unpacking libpq-dev (10.16-0ubuntu0.18.04.1) ... 2021-04-09 19:42:55.665 | Selecting previously unselected package libpython-dev:amd64. 2021-04-09 19:42:55.673 | Preparing to unpack .../144-libpython-dev_2.7.15~rc1-1_amd64.deb ... 2021-04-09 19:42:55.749 | Unpacking libpython-dev:amd64 (2.7.15~rc1-1) ... 2021-04-09 19:42:56.578 | Selecting previously unselected package librados2. 2021-04-09 19:42:56.586 | Preparing to unpack .../145-librados2_12.2.13-0ubuntu0.18.04.6_amd64.deb ... 2021-04-09 19:42:56.646 | Unpacking librados2 (12.2.13-0ubuntu0.18.04.6) ... 2021-04-09 19:42:57.738 | Selecting previously unselected package librbd1. 2021-04-09 19:42:57.746 | Preparing to unpack .../146-librbd1_12.2.13-0ubuntu0.18.04.6_amd64.deb ... 2021-04-09 19:42:57.794 | Unpacking librbd1 (12.2.13-0ubuntu0.18.04.6) ... 2021-04-09 19:42:58.366 | Selecting previously unselected package libsasl2-dev. 2021-04-09 19:42:58.374 | Preparing to unpack .../147-libsasl2-dev_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 2021-04-09 19:42:58.452 | Unpacking libsasl2-dev (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-04-09 19:42:59.220 | Preparing to unpack .../148-libsasl2-modules_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 2021-04-09 19:42:59.423 | Unpacking libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2021-04-09 19:42:59.932 | Selecting previously unselected package libsodium23:amd64. 2021-04-09 19:42:59.939 | Preparing to unpack .../149-libsodium23_1.0.16-2_amd64.deb ... 2021-04-09 19:42:59.989 | Unpacking libsodium23:amd64 (1.0.16-2) ... 2021-04-09 19:43:00.269 | Selecting previously unselected package libsystemd-dev:amd64. 2021-04-09 19:43:00.278 | Preparing to unpack .../150-libsystemd-dev_237-3ubuntu10.45_amd64.deb ... 2021-04-09 19:43:00.315 | Unpacking libsystemd-dev:amd64 (237-3ubuntu10.45) ... 2021-04-09 19:43:00.749 | Selecting previously unselected package libx86-1:amd64. 2021-04-09 19:43:00.757 | Preparing to unpack .../151-libx86-1_1.1+ds1-10.2_amd64.deb ... 2021-04-09 19:43:00.811 | Unpacking libx86-1:amd64 (1.1+ds1-10.2) ... 2021-04-09 19:43:01.229 | Selecting previously unselected package libxml2-dev:amd64. 2021-04-09 19:43:01.237 | Preparing to unpack .../152-libxml2-dev_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb ... 2021-04-09 19:43:01.297 | Unpacking libxml2-dev:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 2021-04-09 19:43:01.893 | Preparing to unpack .../153-libxslt1.1_1.1.29-5ubuntu0.2_amd64.deb ... 2021-04-09 19:43:02.189 | Unpacking libxslt1.1:amd64 (1.1.29-5ubuntu0.2) over (1.1.29-5ubuntu0.1) ... 2021-04-09 19:43:02.698 | Selecting previously unselected package libxslt1-dev:amd64. 2021-04-09 19:43:02.705 | Preparing to unpack .../154-libxslt1-dev_1.1.29-5ubuntu0.2_amd64.deb ... 2021-04-09 19:43:02.760 | Unpacking libxslt1-dev:amd64 (1.1.29-5ubuntu0.2) ... 2021-04-09 19:43:03.252 | Selecting previously unselected package libzmq5:amd64. 2021-04-09 19:43:03.260 | Preparing to unpack .../155-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 2021-04-09 19:43:03.343 | Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 2021-04-09 19:43:03.957 | Preparing to unpack .../156-lvm2_2.02.176-4.1ubuntu3.18.04.3_amd64.deb ... 2021-04-09 19:43:04.130 | Unpacking lvm2 (2.02.176-4.1ubuntu3.18.04.3) over (2.02.176-4.1ubuntu3.18.04.1) ... 2021-04-09 19:43:05.658 | Selecting previously unselected package memcached. 2021-04-09 19:43:05.666 | Preparing to unpack .../157-memcached_1.5.6-0ubuntu1.2_amd64.deb ... 2021-04-09 19:43:05.754 | Unpacking memcached (1.5.6-0ubuntu1.2) ... 2021-04-09 19:43:06.252 | Selecting previously unselected package pm-utils. 2021-04-09 19:43:06.259 | Preparing to unpack .../158-pm-utils_1.4.1-17_all.deb ... 2021-04-09 19:43:06.332 | Unpacking pm-utils (1.4.1-17) ... 2021-04-09 19:43:07.143 | Selecting previously unselected package postgresql-client-common. 2021-04-09 19:43:07.151 | Preparing to unpack .../159-postgresql-client-common_190ubuntu0.1_all.deb ... 2021-04-09 19:43:07.251 | Unpacking postgresql-client-common (190ubuntu0.1) ... 2021-04-09 19:43:07.801 | Selecting previously unselected package ssl-cert. 2021-04-09 19:43:07.809 | Preparing to unpack .../160-ssl-cert_1.0.39_all.deb ... 2021-04-09 19:43:07.869 | Unpacking ssl-cert (1.0.39) ... 2021-04-09 19:43:08.595 | Selecting previously unselected package postgresql-common. 2021-04-09 19:43:08.603 | Preparing to unpack .../161-postgresql-common_190ubuntu0.1_all.deb ... 2021-04-09 19:43:08.709 | Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common' 2021-04-09 19:43:08.738 | Unpacking postgresql-common (190ubuntu0.1) ... 2021-04-09 19:43:09.474 | Selecting previously unselected package postgresql-server-dev-10. 2021-04-09 19:43:09.482 | Preparing to unpack .../162-postgresql-server-dev-10_10.16-0ubuntu0.18.04.1_amd64.deb ... 2021-04-09 19:43:09.560 | Unpacking postgresql-server-dev-10 (10.16-0ubuntu0.18.04.1) ... 2021-04-09 19:43:10.475 | Selecting previously unselected package postgresql-server-dev-all. 2021-04-09 19:43:10.483 | Preparing to unpack .../163-postgresql-server-dev-all_190ubuntu0.1_all.deb ... 2021-04-09 19:43:10.554 | Unpacking postgresql-server-dev-all (190ubuntu0.1) ... 2021-04-09 19:43:10.886 | Selecting previously unselected package python-dev. 2021-04-09 19:43:10.894 | Preparing to unpack .../164-python-dev_2.7.15~rc1-1_amd64.deb ... 2021-04-09 19:43:10.960 | Unpacking python-dev (2.7.15~rc1-1) ... 2021-04-09 19:43:11.377 | Selecting previously unselected package python-gdbm. 2021-04-09 19:43:11.386 | Preparing to unpack .../165-python-gdbm_2.7.17-1~18.04_amd64.deb ... 2021-04-09 19:43:11.423 | Unpacking python-gdbm (2.7.17-1~18.04) ... 2021-04-09 19:43:11.817 | Selecting previously unselected package python-mysqldb. 2021-04-09 19:43:11.825 | Preparing to unpack .../166-python-mysqldb_1.3.10-1build1_amd64.deb ... 2021-04-09 19:43:11.880 | Unpacking python-mysqldb (1.3.10-1build1) ... 2021-04-09 19:43:12.452 | Selecting previously unselected package python-psutil. 2021-04-09 19:43:12.460 | Preparing to unpack .../167-python-psutil_5.4.2-1ubuntu0.1_amd64.deb ... 2021-04-09 19:43:12.537 | Unpacking python-psutil (5.4.2-1ubuntu0.1) ... 2021-04-09 19:43:12.971 | Selecting previously unselected package qemu-block-extra:amd64. 2021-04-09 19:43:12.979 | Preparing to unpack .../168-qemu-block-extra_1%3a2.11+dfsg-1ubuntu7.36_amd64.deb ... 2021-04-09 19:43:13.034 | Unpacking qemu-block-extra:amd64 (1:2.11+dfsg-1ubuntu7.36) ... 2021-04-09 19:43:13.377 | Selecting previously unselected package qemu-utils. 2021-04-09 19:43:13.385 | Preparing to unpack .../169-qemu-utils_1%3a2.11+dfsg-1ubuntu7.36_amd64.deb ... 2021-04-09 19:43:13.439 | Unpacking qemu-utils (1:2.11+dfsg-1ubuntu7.36) ... 2021-04-09 19:43:14.051 | Selecting previously unselected package sharutils. 2021-04-09 19:43:14.059 | Preparing to unpack .../170-sharutils_1%3a4.15.2-3_amd64.deb ... 2021-04-09 19:43:14.154 | Unpacking sharutils (1:4.15.2-3) ... 2021-04-09 19:43:14.537 | Selecting previously unselected package sqlite3. 2021-04-09 19:43:14.545 | Preparing to unpack .../171-sqlite3_3.22.0-1ubuntu0.4_amd64.deb ... 2021-04-09 19:43:14.622 | Unpacking sqlite3 (3.22.0-1ubuntu0.4) ... 2021-04-09 19:43:15.154 | Selecting previously unselected package thin-provisioning-tools. 2021-04-09 19:43:15.162 | Preparing to unpack .../172-thin-provisioning-tools_0.7.4-2ubuntu3_amd64.deb ... 2021-04-09 19:43:15.245 | Unpacking thin-provisioning-tools (0.7.4-2ubuntu3) ... 2021-04-09 19:43:15.908 | Selecting previously unselected package unzip. 2021-04-09 19:43:15.916 | Preparing to unpack .../173-unzip_6.0-21ubuntu1.1_amd64.deb ... 2021-04-09 19:43:16.005 | Unpacking unzip (6.0-21ubuntu1.1) ... 2021-04-09 19:43:16.789 | Selecting previously unselected package uwsgi-core. 2021-04-09 19:43:16.797 | Preparing to unpack .../174-uwsgi-core_2.0.15-10.2ubuntu2.1_amd64.deb ... 2021-04-09 19:43:16.880 | Unpacking uwsgi-core (2.0.15-10.2ubuntu2.1) ... 2021-04-09 19:43:17.800 | Selecting previously unselected package vbetool. 2021-04-09 19:43:17.808 | Preparing to unpack .../175-vbetool_1.1-4_amd64.deb ... 2021-04-09 19:43:17.885 | Unpacking vbetool (1.1-4) ... 2021-04-09 19:43:18.503 | Selecting previously unselected package libipset3:amd64. 2021-04-09 19:43:18.511 | Preparing to unpack .../176-libipset3_6.34-1_amd64.deb ... 2021-04-09 19:43:18.594 | Unpacking libipset3:amd64 (6.34-1) ... 2021-04-09 19:43:19.074 | Selecting previously unselected package ipset. 2021-04-09 19:43:19.082 | Preparing to unpack .../177-ipset_6.34-1_amd64.deb ... 2021-04-09 19:43:19.143 | Unpacking ipset (6.34-1) ... 2021-04-09 19:43:19.903 | Selecting previously unselected package ipvsadm. 2021-04-09 19:43:19.911 | Preparing to unpack .../178-ipvsadm_1%3a1.28-3ubuntu0.18.04.1_amd64.deb ... 2021-04-09 19:43:19.977 | Unpacking ipvsadm (1:1.28-3ubuntu0.18.04.1) ... 2021-04-09 19:43:20.634 | Selecting previously unselected package kpartx. 2021-04-09 19:43:20.642 | Preparing to unpack .../179-kpartx_0.7.4-2ubuntu3_amd64.deb ... 2021-04-09 19:43:20.708 | Unpacking kpartx (0.7.4-2ubuntu3) ... 2021-04-09 19:43:21.240 | Selecting previously unselected package libapache2-mod-proxy-uwsgi. 2021-04-09 19:43:21.248 | Preparing to unpack .../180-libapache2-mod-proxy-uwsgi_2.0.15-10.2ubuntu2.1_amd64.deb ... 2021-04-09 19:43:21.313 | Unpacking libapache2-mod-proxy-uwsgi (2.0.15-10.2ubuntu2.1) ... 2021-04-09 19:43:21.777 | Selecting previously unselected package liberasurecode1:amd64. 2021-04-09 19:43:21.785 | Preparing to unpack .../181-liberasurecode1_1.5.0-1_amd64.deb ... 2021-04-09 19:43:21.833 | Unpacking liberasurecode1:amd64 (1.5.0-1) ... 2021-04-09 19:43:22.234 | Selecting previously unselected package liberasurecode-dev. 2021-04-09 19:43:22.242 | Preparing to unpack .../182-liberasurecode-dev_1.5.0-1_amd64.deb ... 2021-04-09 19:43:22.285 | Unpacking liberasurecode-dev (1.5.0-1) ... 2021-04-09 19:43:22.736 | Selecting previously unselected package libffi-dev:amd64. 2021-04-09 19:43:22.745 | Preparing to unpack .../183-libffi-dev_3.2.1-8_amd64.deb ... 2021-04-09 19:43:22.833 | Unpacking libffi-dev:amd64 (3.2.1-8) ... 2021-04-09 19:43:23.228 | Selecting previously unselected package libkrb5-dev:amd64. 2021-04-09 19:43:23.236 | Preparing to unpack .../184-libkrb5-dev_1.16-2ubuntu0.2_amd64.deb ... 2021-04-09 19:43:23.290 | Unpacking libkrb5-dev:amd64 (1.16-2ubuntu0.2) ... 2021-04-09 19:43:23.617 | Selecting previously unselected package libyaml-dev:amd64. 2021-04-09 19:43:23.625 | Preparing to unpack .../185-libyaml-dev_0.1.7-2ubuntu3_amd64.deb ... 2021-04-09 19:43:23.691 | Unpacking libyaml-dev:amd64 (0.1.7-2ubuntu3) ... 2021-04-09 19:43:24.085 | Selecting previously unselected package socat. 2021-04-09 19:43:24.093 | Preparing to unpack .../186-socat_1.7.3.2-2ubuntu2_amd64.deb ... 2021-04-09 19:43:24.153 | Unpacking socat (1.7.3.2-2ubuntu2) ... 2021-04-09 19:43:24.828 | Selecting previously unselected package vlan. 2021-04-09 19:43:24.837 | Preparing to unpack .../187-vlan_1.9-3.2ubuntu6_amd64.deb ... 2021-04-09 19:43:24.919 | Unpacking vlan (1.9-3.2ubuntu6) ... 2021-04-09 19:43:25.422 | Setting up libjs-jquery (3.2.1-1) ... 2021-04-09 19:43:25.650 | Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 2021-04-09 19:43:25.913 | Setting up libapr1:amd64 (1.6.3-2) ... 2021-04-09 19:43:26.176 | Setting up libpython-dev:amd64 (2.7.15~rc1-1) ... 2021-04-09 19:43:26.399 | Processing triggers for ufw (0.36-0ubuntu0.18.04.1) ... 2021-04-09 19:43:26.816 | Setting up libpathplan4 (2.40.1-2) ... 2021-04-09 19:43:27.113 | Setting up conntrack (1:1.4.4+snapshot20161117-6ubuntu2) ... 2021-04-09 19:43:27.445 | Setting up libicu60:amd64 (60.2-3ubuntu3.1) ... 2021-04-09 19:43:27.725 | Setting up make (4.1-9.1ubuntu1) ... 2021-04-09 19:43:27.982 | Setting up liblab-gamut1 (2.40.1-2) ... 2021-04-09 19:43:28.366 | Setting up libxcb-render0:amd64 (1.13-2~ubuntu18.04) ... 2021-04-09 19:43:28.702 | Setting up vlan (1.9-3.2ubuntu6) ... 2021-04-09 19:43:29.262 | Setting up libarchive-zip-perl (1.60-1ubuntu0.1) ... 2021-04-09 19:43:29.502 | Setting up comerr-dev:amd64 (2.1-1.44.1-1ubuntu1.3) ... 2021-04-09 19:43:29.708 | Processing triggers for mime-support (3.60ubuntu1) ... 2021-04-09 19:43:29.885 | Setting up libsctp1:amd64 (1.0.17+dfsg-2) ... 2021-04-09 19:43:30.079 | Processing triggers for ureadahead (0.100.0-21) ... 2021-04-09 19:43:30.216 | Setting up sudo (1.8.21p2-3ubuntu1.4) ... 2021-04-09 19:43:30.645 | Setting up libtimedate-perl (2.3000-2) ... 2021-04-09 19:43:30.834 | Setting up libjbig0:amd64 (2.1-3.1build1) ... 2021-04-09 19:43:30.993 | Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 2021-04-09 19:43:31.245 | Setting up fonts-dejavu-core (2.37-1) ... 2021-04-09 19:43:32.251 | Processing triggers for install-info (6.5.0.dfsg.1-2) ... 2021-04-09 19:43:32.713 | Setting up libx86-1:amd64 (1.1+ds1-10.2) ... 2021-04-09 19:43:32.908 | Setting up lvm2 (2.02.176-4.1ubuntu3.18.04.3) ... 2021-04-09 19:43:33.987 | update-initramfs: deferring update (trigger activated) 2021-04-09 19:43:36.261 | Setting up python-dev (2.7.15~rc1-1) ... 2021-04-09 19:43:36.450 | Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 2021-04-09 19:43:36.561 | No schema files found: doing nothing. 2021-04-09 19:43:36.639 | Setting up mysql-common (5.8+1.0.4) ... 2021-04-09 19:43:36.983 | update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2021-04-09 19:43:37.090 | Setting up sharutils (1:4.15.2-3) ... 2021-04-09 19:43:37.307 | Setting up libiscsi7:amd64 (1.17.0-1.1) ... 2021-04-09 19:43:37.530 | Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-04-09 19:43:37.759 | Setting up libjansson4:amd64 (2.11-1) ... 2021-04-09 19:43:38.010 | Setting up unzip (6.0-21ubuntu1.1) ... 2021-04-09 19:43:38.216 | Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-04-09 19:43:38.410 | Setting up libarchive-cpio-perl (0.10-1) ... 2021-04-09 19:43:38.667 | Setting up genisoimage (9:1.1.11-3ubuntu2) ... 2021-04-09 19:43:38.873 | Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 2021-04-09 19:43:39.079 | Setting up uuid-dev:amd64 (2.31.1-0.4ubuntu3.7) ... 2021-04-09 19:43:39.285 | Setting up dctrl-tools (2.24-2build1) ... 2021-04-09 19:43:39.576 | Setting up apache2-data (2.4.29-1ubuntu4.14) ... 2021-04-09 19:43:40.084 | Setting up libffi-dev:amd64 (3.2.1-8) ... 2021-04-09 19:43:40.278 | Setting up libdatrie1:amd64 (0.2.10-7) ... 2021-04-09 19:43:40.513 | Setting up libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2021-04-09 19:43:40.758 | Setting up libyaml-dev:amd64 (0.1.7-2ubuntu3) ... 2021-04-09 19:43:41.130 | Processing triggers for initramfs-tools (0.130ubuntu3.8) ... 2021-04-09 19:43:41.274 | update-initramfs: Generating /boot/initrd.img-4.15.0-55-generic 2021-04-09 19:43:53.307 | Setting up pm-utils (1.4.1-17) ... 2021-04-09 19:43:53.684 | Setting up libnetfilter-queue1 (1.0.2-2) ... 2021-04-09 19:43:54.038 | Setting up m4 (1.4.18-1) ... 2021-04-09 19:43:54.329 | Setting up libipset3:amd64 (6.34-1) ... 2021-04-09 19:43:54.570 | Setting up fonts-liberation (1:1.07.4-7~18.04.1) ... 2021-04-09 19:43:54.804 | Setting up libsasl2-dev (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-04-09 19:43:54.970 | Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 2021-04-09 19:43:55.163 | Setting up open-iscsi (2.0.874-5ubuntu2.10) ... 2021-04-09 19:43:55.787 | Installing new version of config file /etc/iscsi/iscsid.conf ... 2021-04-09 19:43:58.295 | Setting up libnspr4:amd64 (2:4.18-1ubuntu1) ... 2021-04-09 19:43:58.758 | Setting up libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 2021-04-09 19:43:59.312 | Setting up uuid-runtime (2.31.1-0.4ubuntu3.7) ... 2021-04-09 19:44:00.644 | Setting up libgraphite2-3:amd64 (1.3.11-2) ... 2021-04-09 19:44:00.912 | Setting up libcroco3:amd64 (0.6.12-2) ... 2021-04-09 19:44:01.181 | Setting up libxslt1.1:amd64 (1.1.29-5ubuntu0.2) ... 2021-04-09 19:44:01.518 | Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 2021-04-09 19:44:01.929 | Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 2021-04-09 19:44:02.272 | Setting up libsys-hostname-long-perl (1.5-1) ... 2021-04-09 19:44:02.627 | Setting up libfile-fcntllock-perl (0.22-3build2) ... 2021-04-09 19:44:03.072 | Setting up dnsmasq-utils (2.79-1ubuntu0.3) ... 2021-04-09 19:44:03.455 | Setting up libsodium23:amd64 (1.0.16-2) ... 2021-04-09 19:44:03.946 | Setting up libpixman-1-0:amd64 (0.34.0-2) ... 2021-04-09 19:44:04.369 | Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 2021-04-09 19:44:05.049 | Setting up libjpeg-turbo8-dev:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2021-04-09 19:44:05.341 | Setting up libmail-sendmail-perl (0.80-1) ... 2021-04-09 19:44:05.632 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-04-09 19:44:05.986 | Setting up libaio1:amd64 (0.3.110-5ubuntu0.1) ... 2021-04-09 19:44:06.820 | Setting up autotools-dev (20180224.1) ... 2021-04-09 19:44:07.112 | Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 2021-04-09 19:44:07.381 | Setting up kpartx (0.7.4-2ubuntu3) ... 2021-04-09 19:44:07.700 | Setting up python-psutil (5.4.2-1ubuntu0.1) ... 2021-04-09 19:44:08.186 | Setting up postgresql-client-common (190ubuntu0.1) ... 2021-04-09 19:44:08.609 | Setting up dstat (0.7.3-1) ... 2021-04-09 19:44:09.433 | Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 2021-04-09 19:44:10.015 | Setting up libaprutil1:amd64 (1.6.1-2) ... 2021-04-09 19:44:10.312 | Setting up ipset (6.34-1) ... 2021-04-09 19:44:10.506 | Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... 2021-04-09 19:44:10.820 | Setting up thin-provisioning-tools (0.7.4-2ubuntu3) ... 2021-04-09 19:44:11.077 | Setting up systemd (237-3ubuntu10.45) ... 2021-04-09 19:44:11.151 | Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 2021-04-09 19:44:12.995 | [/usr/lib/tmpfiles.d/haproxy.conf:1] Unknown user 'haproxy'. 2021-04-09 19:44:12.997 | [/usr/lib/tmpfiles.d/memcached.conf:1] Unknown user 'memcache'. 2021-04-09 19:44:12.998 | [/usr/lib/tmpfiles.d/postgresql.conf:2] Unknown user 'postgres'. 2021-04-09 19:44:12.999 | [/usr/lib/tmpfiles.d/postgresql.conf:4] Unknown group 'postgres'. 2021-04-09 19:44:13.140 | Setting up libltdl7:amd64 (2.4.6-2) ... 2021-04-09 19:44:13.317 | Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 2021-04-09 19:44:13.546 | Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 2021-04-09 19:44:13.774 | Setting up libann0 (1.1.2+doc-6) ... 2021-04-09 19:44:14.032 | Setting up libalgorithm-diff-perl (1.19.03-1) ... 2021-04-09 19:44:14.255 | Setting up libxcb-shm0:amd64 (1.13-2~ubuntu18.04) ... 2021-04-09 19:44:14.363 | Setting up libxpm4:amd64 (1:3.5.12-1) ... 2021-04-09 19:44:14.546 | Setting up dnsmasq-base (2.79-1ubuntu0.3) ... 2021-04-09 19:44:14.832 | Setting up libxrender1:amd64 (1:0.9.10-1) ... 2021-04-09 19:44:15.032 | Setting up libsensors4:amd64 (1:3.4.0-4) ... 2021-04-09 19:44:15.317 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-04-09 19:44:39.732 | Setting up python-gdbm (2.7.17-1~18.04) ... 2021-04-09 19:44:39.938 | Setting up libsystemd-dev:amd64 (237-3ubuntu10.45) ... 2021-04-09 19:44:40.109 | Setting up libmysqlclient20:amd64 (5.7.33-0ubuntu0.18.04.1) ... 2021-04-09 19:44:40.349 | Setting up icu-devtools (60.2-3ubuntu3.1) ... 2021-04-09 19:44:40.521 | Setting up liblua5.2-0:amd64 (5.2.4-1.1build1) ... 2021-04-09 19:44:40.727 | Setting up libthai-data (0.1.27-2) ... 2021-04-09 19:44:40.887 | Setting up liberasurecode1:amd64 (1.5.0-1) ... 2021-04-09 19:44:41.081 | Setting up javascript-common (11) ... 2021-04-09 19:44:41.335 | Package apache2 is not configured yet. Will defer actions by package javascript-common. 2021-04-09 19:44:41.429 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2021-04-09 19:44:41.572 | Setting up libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-04-09 19:44:41.796 | Setting up libnl-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-04-09 19:44:42.093 | Setting up libjs-jquery-metadata (12-1) ... 2021-04-09 19:44:42.293 | Setting up x11-common (1:7.7+19ubuntu7.1) ... 2021-04-09 19:44:43.650 | update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults 2021-04-09 19:44:44.146 | Setting up iputils-arping (3:20161105-1ubuntu3) ... 2021-04-09 19:44:44.379 | Setting up liblua5.3-0:amd64 (5.3.3-1ubuntu0.18.04.1) ... 2021-04-09 19:44:44.574 | Setting up libglib2.0-bin (2.56.4-0ubuntu0.18.04.8) ... 2021-04-09 19:44:44.751 | Setting up libgraphite2-dev:amd64 (1.3.11-2) ... 2021-04-09 19:44:44.952 | Setting up vbetool (1.1-4) ... 2021-04-09 19:44:45.191 | Setting up libcdt5 (2.40.1-2) ... 2021-04-09 19:44:45.375 | Setting up git (1:2.17.1-1ubuntu0.8) ... 2021-04-09 19:44:45.774 | Setting up libmatheval1:amd64 (1.1.11+dfsg-3build1) ... 2021-04-09 19:44:46.003 | Setting up autopoint (0.19.8.1-6ubuntu0.3) ... 2021-04-09 19:44:46.221 | Processing triggers for rsyslog (8.32.0-1ubuntu4) ... 2021-04-09 19:44:46.654 | Setting up libcgraph6 (2.40.1-2) ... 2021-04-09 19:44:47.009 | Setting up libaprutil1-ldap:amd64 (1.6.1-2) ... 2021-04-09 19:44:47.215 | Setting up libwebp6:amd64 (0.6.1-2) ... 2021-04-09 19:44:47.432 | Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... 2021-04-09 19:44:47.650 | Setting up libsnmp-base (5.7.3+dfsg-1.8ubuntu3.6) ... 2021-04-09 19:44:47.867 | Setting up libfile-stripnondeterminism-perl (0.040-1.1~build1) ... 2021-04-09 19:44:48.049 | Setting up libjpeg8:amd64 (8c-2ubuntu8) ... 2021-04-09 19:44:48.278 | Setting up libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu1) ... 2021-04-09 19:44:48.679 | Setting up libldap2-dev:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 2021-04-09 19:44:48.896 | Setting up libtool (2.4.6-2) ... 2021-04-09 19:44:49.136 | Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2021-04-09 19:44:49.445 | Setting up libsctp-dev:amd64 (1.0.17+dfsg-2) ... 2021-04-09 19:44:49.805 | Setting up libnss-systemd:amd64 (237-3ubuntu10.45) ... 2021-04-09 19:44:50.050 | Setting up libjs-jquery-tablesorter (1:2.29.5+dfsg1-1) ... 2021-04-09 19:44:50.313 | Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 2021-04-09 19:44:50.525 | Setting up haproxy (1.8.8-1ubuntu0.11) ... 2021-04-09 19:44:52.441 | Created symlink /etc/systemd/system/multi-user.target.wants/haproxy.service → /lib/systemd/system/haproxy.service. 2021-04-09 19:44:53.125 | Setting up fontconfig-config (2.12.6-0ubuntu2) ... 2021-04-09 19:44:56.486 | Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 2021-04-09 19:44:56.686 | Setting up libsnmp30:amd64 (5.7.3+dfsg-1.8ubuntu3.6) ... 2021-04-09 19:44:56.932 | Setting up libpam-systemd:amd64 (237-3ubuntu10.45) ... 2021-04-09 19:44:57.789 | Setting up libapr1-dev (1.6.3-2) ... 2021-04-09 19:44:58.018 | Setting up libltdl-dev:amd64 (2.4.6-2) ... 2021-04-09 19:44:58.252 | Setting up libglib2.0-dev-bin (2.56.4-0ubuntu0.18.04.8) ... 2021-04-09 19:44:58.795 | Setting up gettext (0.19.8.1-6ubuntu0.3) ... 2021-04-09 19:44:59.024 | Setting up libaprutil1-dbd-sqlite3:amd64 (1.6.1-2) ... 2021-04-09 19:44:59.229 | Setting up libgvpr2 (2.40.1-2) ... 2021-04-09 19:44:59.469 | Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 2021-04-09 19:44:59.704 | Setting up memcached (1.5.6-0ubuntu1.2) ... 2021-04-09 19:45:01.144 | Created symlink /etc/systemd/system/multi-user.target.wants/memcached.service → /lib/systemd/system/memcached.service. 2021-04-09 19:45:01.801 | Setting up socat (1.7.3.2-2ubuntu2) ... 2021-04-09 19:45:02.013 | Setting up apache2-utils (2.4.29-1ubuntu4.14) ... 2021-04-09 19:45:02.207 | Setting up libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 2021-04-09 19:45:02.367 | Setting up libaprutil1-dev (1.6.1-2) ... 2021-04-09 19:45:02.516 | Setting up liberasurecode-dev (1.5.0-1) ... 2021-04-09 19:45:02.693 | Setting up apache2-bin (2.4.29-1ubuntu4.14) ... 2021-04-09 19:45:02.892 | Setting up libnl-genl-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-04-09 19:45:03.053 | Setting up libnss3:amd64 (2:3.35-2ubuntu2.12) ... 2021-04-09 19:45:03.224 | Setting up libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ... 2021-04-09 19:45:03.413 | Setting up libtiff5:amd64 (4.0.9-5ubuntu0.4) ... 2021-04-09 19:45:03.624 | Setting up libnl-route-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-04-09 19:45:03.773 | Setting up ssl-cert (1.0.39) ... 2021-04-09 19:45:04.864 | Setting up autoconf (2.69-11) ... 2021-04-09 19:45:05.144 | Setting up libthai0:amd64 (0.1.27-2) ... 2021-04-09 19:45:05.431 | Setting up fakeroot (1.22-2ubuntu1) ... 2021-04-09 19:45:05.662 | update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 2021-04-09 19:45:05.859 | Setting up tcpdump (4.9.3-0ubuntu0.18.04.1) ... 2021-04-09 19:45:06.379 | Setting up ipvsadm (1:1.28-3ubuntu0.18.04.1) ... 2021-04-09 19:45:07.202 | Setting up sqlite3 (3.22.0-1ubuntu0.4) ... 2021-04-09 19:45:07.436 | Setting up libalgorithm-merge-perl (0.08-3) ... 2021-04-09 19:45:07.630 | Setting up intltool-debian (0.35.0+20060710.4) ... 2021-04-09 19:45:07.865 | Setting up pkg-config (0.29.1-0ubuntu2) ... 2021-04-09 19:45:08.202 | Setting up libalgorithm-diff-xs-perl (0.04-5) ... 2021-04-09 19:45:08.408 | Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2021-04-09 19:45:08.648 | Setting up gir1.2-harfbuzz-0.0:amd64 (1.7.2-1ubuntu1) ... 2021-04-09 19:45:08.853 | Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ... 2021-04-09 19:45:09.116 | Setting up python-mysqldb (1.3.10-1build1) ... 2021-04-09 19:45:09.459 | Setting up keepalived (1:1.3.9-1ubuntu0.18.04.2) ... 2021-04-09 19:45:10.108 | Created symlink /etc/systemd/system/multi-user.target.wants/keepalived.service → /lib/systemd/system/keepalived.service. 2021-04-09 19:45:10.757 | Setting up postgresql-common (190ubuntu0.1) ... 2021-04-09 19:45:12.246 | Adding user postgres to group ssl-cert 2021-04-09 19:45:12.541 | 2021-04-09 19:45:12.541 | Creating config file /etc/postgresql-common/createcluster.conf with new version 2021-04-09 19:45:12.781 | Building PostgreSQL dictionaries from installed myspell/hunspell packages... 2021-04-09 19:45:12.781 | Removing obsolete dictionary files: 2021-04-09 19:45:13.019 | Created symlink /etc/systemd/system/multi-user.target.wants/postgresql.service → /lib/systemd/system/postgresql.service. 2021-04-09 19:45:13.791 | Setting up automake (1:1.15.1-3ubuntu2) ... 2021-04-09 19:45:13.880 | update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode 2021-04-09 19:45:13.951 | Setting up libapache2-mod-proxy-uwsgi (2.0.15-10.2ubuntu2.1) ... 2021-04-09 19:45:14.174 | Setting up libice6:amd64 (2:1.0.9-2) ... 2021-04-09 19:45:14.300 | Setting up g++ (4:7.4.0-1ubuntu2.3) ... 2021-04-09 19:45:14.410 | update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 2021-04-09 19:45:14.534 | Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 2021-04-09 19:45:14.705 | Setting up libgts-bin (0.7.6+darcs121130-4) ... 2021-04-09 19:45:14.865 | Setting up libharfbuzz-gobject0:amd64 (1.7.2-1ubuntu1) ... 2021-04-09 19:45:15.054 | Setting up uwsgi-core (2.0.15-10.2ubuntu2.1) ... 2021-04-09 19:45:15.282 | Setting up conntrackd (1:1.4.4+snapshot20161117-6ubuntu2) ... 2021-04-09 19:45:15.873 | Created symlink /etc/systemd/system/multi-user.target.wants/conntrackd.service → /lib/systemd/system/conntrackd.service. 2021-04-09 19:45:16.626 | Setting up libibverbs1:amd64 (17.1-1ubuntu0.2) ... 2021-04-09 19:45:17.014 | Setting up libfontconfig1:amd64 (2.12.6-0ubuntu2) ... 2021-04-09 19:45:17.254 | Setting up libsm6:amd64 (2:1.2.2-1) ... 2021-04-09 19:45:17.512 | Setting up libharfbuzz-icu0:amd64 (1.7.2-1ubuntu1) ... 2021-04-09 19:45:17.728 | Setting up apache2 (2.4.29-1ubuntu4.14) ... 2021-04-09 19:45:29.855 | Enabling module mpm_event. 2021-04-09 19:45:29.917 | Enabling module authz_core. 2021-04-09 19:45:29.923 | Enabling module authz_host. 2021-04-09 19:45:29.979 | Enabling module authn_core. 2021-04-09 19:45:29.985 | Enabling module auth_basic. 2021-04-09 19:45:30.042 | Enabling module access_compat. 2021-04-09 19:45:30.102 | Enabling module authn_file. 2021-04-09 19:45:30.160 | Enabling module authz_user. 2021-04-09 19:45:30.218 | Enabling module alias. 2021-04-09 19:45:30.277 | Enabling module dir. 2021-04-09 19:45:30.335 | Enabling module autoindex. 2021-04-09 19:45:30.393 | Enabling module env. 2021-04-09 19:45:30.452 | Enabling module mime. 2021-04-09 19:45:30.510 | Enabling module negotiation. 2021-04-09 19:45:30.570 | Enabling module setenvif. 2021-04-09 19:45:30.627 | Enabling module filter. 2021-04-09 19:45:30.686 | Enabling module deflate. 2021-04-09 19:45:30.743 | Enabling module status. 2021-04-09 19:45:30.802 | Enabling module reqtimeout. 2021-04-09 19:45:30.866 | Enabling conf charset. 2021-04-09 19:45:30.928 | Enabling conf localized-error-pages. 2021-04-09 19:45:30.986 | Enabling conf other-vhosts-access-log. 2021-04-09 19:45:31.045 | Enabling conf security. 2021-04-09 19:45:31.104 | Enabling conf serve-cgi-bin. 2021-04-09 19:45:31.161 | Enabling site 000-default. 2021-04-09 19:45:31.212 | info: Executing deferred 'a2enconf javascript-common' for package javascript-common 2021-04-09 19:45:31.265 | Enabling conf javascript-common. 2021-04-09 19:45:31.514 | Created symlink /etc/systemd/system/multi-user.target.wants/apache2.service → /lib/systemd/system/apache2.service. 2021-04-09 19:45:31.939 | Created symlink /etc/systemd/system/multi-user.target.wants/apache-htcacheclean.service → /lib/systemd/system/apache-htcacheclean.service. 2021-04-09 19:45:33.370 | Setting up libmysqlclient-dev (5.7.33-0ubuntu0.18.04.1) ... 2021-04-09 19:45:33.593 | Setting up po-debconf (1.0.20) ... 2021-04-09 19:45:33.844 | Setting up build-essential (12.4ubuntu1) ... 2021-04-09 19:45:34.050 | Setting up libicu-le-hb0:amd64 (1.0.3+git161113-4) ... 2021-04-09 19:45:34.249 | Setting up libgd3:amd64 (2.2.5-4ubuntu0.4) ... 2021-04-09 19:45:34.455 | Setting up libglib2.0-dev:amd64 (2.56.4-0ubuntu0.18.04.8) ... 2021-04-09 19:45:34.684 | Setting up librados2 (12.2.13-0ubuntu0.18.04.6) ... 2021-04-09 19:45:34.884 | Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 2021-04-09 19:45:35.072 | Setting up libpq5:amd64 (10.16-0ubuntu0.18.04.1) ... 2021-04-09 19:45:35.347 | Setting up ibverbs-providers:amd64 (17.1-1ubuntu0.2) ... 2021-04-09 19:45:36.998 | Setting up libiculx60:amd64 (60.2-3ubuntu3.1) ... 2021-04-09 19:45:37.222 | Setting up libxt6:amd64 (1:1.1.5-1) ... 2021-04-09 19:45:37.524 | Setting up fontconfig (2.12.6-0ubuntu2) ... 2021-04-09 19:45:39.828 | Regenerating fonts cache... done. 2021-04-09 19:45:39.907 | Setting up libcairo2:amd64 (1.15.10-2ubuntu0.1) ... 2021-04-09 19:45:40.192 | Setting up libgssrpc4:amd64 (1.16-2ubuntu0.2) ... 2021-04-09 19:45:40.445 | Setting up libpq-dev (10.16-0ubuntu0.18.04.1) ... 2021-04-09 19:45:40.873 | Setting up libcurl4:amd64 (7.58.0-2ubuntu3.13) ... 2021-04-09 19:45:41.147 | Setting up postgresql-server-dev-10 (10.16-0ubuntu0.18.04.1) ... 2021-04-09 19:45:41.387 | Setting up librbd1 (12.2.13-0ubuntu0.18.04.6) ... 2021-04-09 19:45:41.673 | Setting up libkdb5-9:amd64 (1.16-2ubuntu0.2) ... 2021-04-09 19:45:42.022 | Setting up qemu-block-extra:amd64 (1:2.11+dfsg-1ubuntu7.36) ... 2021-04-09 19:45:42.250 | Setting up qemu-utils (1:2.11+dfsg-1ubuntu7.36) ... 2021-04-09 19:45:42.524 | Setting up libxmu6:amd64 (2:1.1.2-2) ... 2021-04-09 19:45:42.799 | Setting up postgresql-server-dev-all (190ubuntu0.1) ... 2021-04-09 19:45:43.039 | Setting up libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-04-09 19:45:43.347 | Setting up libkadm5srv-mit11:amd64 (1.16-2ubuntu0.2) ... 2021-04-09 19:45:43.615 | Setting up libkadm5clnt-mit11:amd64 (1.16-2ubuntu0.2) ... 2021-04-09 19:45:43.919 | Setting up libxaw7:amd64 (2:1.0.13-1) ... 2021-04-09 19:45:44.273 | Setting up curl (7.58.0-2ubuntu3.13) ... 2021-04-09 19:45:44.553 | Setting up libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-04-09 19:45:45.039 | Setting up krb5-multidev:amd64 (1.16-2ubuntu0.2) ... 2021-04-09 19:45:45.399 | Setting up libkrb5-dev:amd64 (1.16-2ubuntu0.2) ... 2021-04-09 19:45:45.690 | Setting up libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-04-09 19:45:45.931 | Setting up libgvc6 (2.40.1-2) ... 2021-04-09 19:45:46.211 | Setting up graphviz (2.40.1-2) ... 2021-04-09 19:45:46.458 | Setting up libicu-dev (60.2-3ubuntu3.1) ... 2021-04-09 19:45:46.754 | Setting up libxml2-dev:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 2021-04-09 19:45:47.075 | Setting up libharfbuzz-dev:amd64 (1.7.2-1ubuntu1) ... 2021-04-09 19:45:47.280 | Setting up libxslt1-dev:amd64 (1.1.29-5ubuntu0.2) ... 2021-04-09 19:45:47.486 | Setting up debhelper (11.1.6ubuntu2) ... 2021-04-09 19:45:47.806 | Setting up dh-autoreconf (17) ... 2021-04-09 19:45:48.257 | Setting up libicu-le-hb-dev:amd64 (1.0.3+git161113-4) ... 2021-04-09 19:45:48.469 | Setting up dh-strip-nondeterminism (0.040-1.1~build1) ... 2021-04-09 19:45:48.669 | Setting up apache2-dev (2.4.29-1ubuntu4.14) ... 2021-04-09 19:45:48.943 | Processing triggers for initramfs-tools (0.130ubuntu3.8) ... 2021-04-09 19:45:49.182 | update-initramfs: Generating /boot/initrd.img-4.15.0-55-generic 2021-04-09 19:45:58.863 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-04-09 19:45:59.161 | Processing triggers for systemd (237-3ubuntu10.45) ... 2021-04-09 19:45:59.503 | Processing triggers for ureadahead (0.100.0-21) ... 2021-04-09 19:45:59.618 | Processing triggers for rsyslog (8.32.0-1ubuntu4) ... 2021-04-09 19:45:59.983 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2021-04-09 19:46:00.138 | Processing triggers for ufw (0.36-0ubuntu0.18.04.1) ... 2021-04-09 19:46:02.493 | ++ functions-common:apt_get:1114 : result=0 2021-04-09 19:46:02.495 | ++ functions-common:apt_get:1117 : time_stop apt-get 2021-04-09 19:46:02.498 | ++ functions-common:time_stop:2336 : local name 2021-04-09 19:46:02.500 | ++ functions-common:time_stop:2337 : local end_time 2021-04-09 19:46:02.502 | ++ functions-common:time_stop:2338 : local elapsed_time 2021-04-09 19:46:02.504 | ++ functions-common:time_stop:2339 : local total 2021-04-09 19:46:02.506 | ++ functions-common:time_stop:2340 : local start_time 2021-04-09 19:46:02.509 | ++ functions-common:time_stop:2342 : name=apt-get 2021-04-09 19:46:02.511 | ++ functions-common:time_stop:2343 : start_time=1617997207878 2021-04-09 19:46:02.513 | ++ functions-common:time_stop:2345 : [[ -z 1617997207878 ]] 2021-04-09 19:46:02.516 | +++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 19:46:02.520 | ++ functions-common:time_stop:2348 : end_time=1617997562517 2021-04-09 19:46:02.523 | ++ functions-common:time_stop:2349 : elapsed_time=354639 2021-04-09 19:46:02.525 | ++ functions-common:time_stop:2350 : total=0 2021-04-09 19:46:02.527 | ++ functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 19:46:02.530 | ++ functions-common:time_stop:2353 : _TIME_TOTAL[$name]=354639 2021-04-09 19:46:02.533 | ++ functions-common:apt_get:1118 : return 0 2021-04-09 19:46:02.536 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2021-04-09 19:46:02.541 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2021-04-09 19:46:02.543 | ++ tools/install_prereqs.sh:source:84 : python3_enabled 2021-04-09 19:46:02.546 | ++ inc/python:python3_enabled:531 : [[ True == \T\r\u\e ]] 2021-04-09 19:46:02.548 | ++ inc/python:python3_enabled:532 : return 0 2021-04-09 19:46:02.551 | ++ tools/install_prereqs.sh:source:85 : install_python3 2021-04-09 19:46:02.553 | ++ inc/python:install_python3:540 : is_ubuntu 2021-04-09 19:46:02.556 | ++ functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:46:02.558 | ++ functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:46:02.560 | ++ inc/python:install_python3:541 : apt_get install python3.6 python3.6-dev 2021-04-09 19:46:02.582 | ++ 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-04-09 19:46:02.703 | Reading package lists... 2021-04-09 19:46:02.974 | Building dependency tree... 2021-04-09 19:46:02.976 | Reading state information... 2021-04-09 19:46:03.210 | python3.6 is already the newest version (3.6.9-1~18.04ubuntu1.4). 2021-04-09 19:46:03.210 | python3.6 set to manually installed. 2021-04-09 19:46:03.210 | python3.6-dev is already the newest version (3.6.9-1~18.04ubuntu1.4). 2021-04-09 19:46:03.210 | python3.6-dev set to manually installed. 2021-04-09 19:46:03.210 | The following packages were automatically installed and are no longer required: 2021-04-09 19:46:03.211 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-04-09 19:46:03.211 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-04-09 19:46:03.211 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-04-09 19:46:03.211 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-04-09 19:46:03.211 | python3-twisted-bin python3-zope.interface 2021-04-09 19:46:03.211 | Use 'sudo apt autoremove' to remove them. 2021-04-09 19:46:03.298 | 0 upgraded, 0 newly installed, 0 to remove and 156 not upgraded. 2021-04-09 19:46:03.303 | ++ functions-common:apt_get:1114 : result=0 2021-04-09 19:46:03.306 | ++ functions-common:apt_get:1117 : time_stop apt-get 2021-04-09 19:46:03.308 | ++ functions-common:time_stop:2336 : local name 2021-04-09 19:46:03.313 | ++ functions-common:time_stop:2337 : local end_time 2021-04-09 19:46:03.318 | ++ functions-common:time_stop:2338 : local elapsed_time 2021-04-09 19:46:03.321 | ++ functions-common:time_stop:2339 : local total 2021-04-09 19:46:03.324 | ++ functions-common:time_stop:2340 : local start_time 2021-04-09 19:46:03.326 | ++ functions-common:time_stop:2342 : name=apt-get 2021-04-09 19:46:03.329 | ++ functions-common:time_stop:2343 : start_time=1617997562579 2021-04-09 19:46:03.332 | ++ functions-common:time_stop:2345 : [[ -z 1617997562579 ]] 2021-04-09 19:46:03.336 | +++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 19:46:03.341 | ++ functions-common:time_stop:2348 : end_time=1617997563338 2021-04-09 19:46:03.343 | ++ functions-common:time_stop:2349 : elapsed_time=759 2021-04-09 19:46:03.345 | ++ functions-common:time_stop:2350 : total=354639 2021-04-09 19:46:03.348 | ++ functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 19:46:03.350 | ++ functions-common:time_stop:2353 : _TIME_TOTAL[$name]=355398 2021-04-09 19:46:03.353 | ++ functions-common:apt_get:1118 : return 0 2021-04-09 19:46:03.356 | +++ tools/install_prereqs.sh:source:86 : which python3.6 2021-04-09 19:46:03.361 | ++ tools/install_prereqs.sh:source:86 : export PYTHON=/usr/bin/python3.6 2021-04-09 19:46:03.364 | ++ tools/install_prereqs.sh:source:86 : PYTHON=/usr/bin/python3.6 2021-04-09 19:46:03.366 | ++ tools/install_prereqs.sh:source:94 : date +%s 2021-04-09 19:46:03.370 | ++ tools/install_prereqs.sh:source:95 : date 2021-04-09 19:46:03.374 | + ./stack.sh:main:798 : [[ False != \T\r\u\e ]] 2021-04-09 19:46:03.377 | + ./stack.sh:main:799 : PYPI_ALTERNATIVE_URL= 2021-04-09 19:46:03.380 | + ./stack.sh:main:799 : /home/ubuntu/devstack/tools/install_pip.sh 2021-04-09 19:46:04.996 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2021-04-09 19:46:04.999 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2021-04-09 19:46:05.001 | + tools/install_pip.sh:main:41 : PIP_GET_PIP_PY27_URL=https://bootstrap.pypa.io/pip/2.7/get-pip.py 2021-04-09 19:46:05.003 | ++ tools/install_pip.sh:main:42 : basename https://bootstrap.pypa.io/get-pip.py 2021-04-09 19:46:05.006 | + tools/install_pip.sh:main:42 : LOCAL_PIP=/home/ubuntu/devstack/files/get-pip.py 2021-04-09 19:46:05.008 | + tools/install_pip.sh:main:43 : LOCAL_PIP_PY27=/home/ubuntu/devstack/files/get-pip.py-py27 2021-04-09 19:46:05.010 | + tools/install_pip.sh:main:45 : GetDistro 2021-04-09 19:46:05.012 | + functions-common:GetDistro:373 : GetOSVersion 2021-04-09 19:46:05.014 | + functions-common:GetOSVersion:350 : _ensure_lsb_release 2021-04-09 19:46:05.016 | ++ functions-common:_ensure_lsb_release:324 : command -v lsb_release 2021-04-09 19:46:05.018 | + functions-common:_ensure_lsb_release:324 : [[ -x /usr/bin/lsb_release ]] 2021-04-09 19:46:05.020 | + functions-common:_ensure_lsb_release:325 : return 2021-04-09 19:46:05.022 | ++ functions-common:GetOSVersion:352 : lsb_release -r -s 2021-04-09 19:46:05.100 | + functions-common:GetOSVersion:352 : os_RELEASE=18.04 2021-04-09 19:46:05.102 | ++ functions-common:GetOSVersion:353 : lsb_release -c -s 2021-04-09 19:46:05.180 | + functions-common:GetOSVersion:353 : os_CODENAME=bionic 2021-04-09 19:46:05.189 | ++ functions-common:GetOSVersion:354 : lsb_release -i -s 2021-04-09 19:46:05.267 | + functions-common:GetOSVersion:354 : os_VENDOR=Ubuntu 2021-04-09 19:46:05.269 | + functions-common:GetOSVersion:356 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2021-04-09 19:46:05.271 | + functions-common:GetOSVersion:357 : os_PACKAGE=deb 2021-04-09 19:46:05.273 | + functions-common:GetOSVersion:362 : typeset -xr os_VENDOR 2021-04-09 19:46:05.277 | + functions-common:GetOSVersion:363 : typeset -xr os_RELEASE 2021-04-09 19:46:05.279 | + functions-common:GetOSVersion:364 : typeset -xr os_PACKAGE 2021-04-09 19:46:05.280 | + functions-common:GetOSVersion:365 : typeset -xr os_CODENAME 2021-04-09 19:46:05.283 | + functions-common:GetDistro:375 : [[ Ubuntu =~ (Ubuntu) ]] 2021-04-09 19:46:05.286 | + functions-common:GetDistro:378 : DISTRO=bionic 2021-04-09 19:46:05.288 | + functions-common:GetDistro:424 : typeset -xr DISTRO 2021-04-09 19:46:05.290 | + tools/install_pip.sh:main:46 : echo 'Distro: bionic' 2021-04-09 19:46:05.290 | Distro: bionic 2021-04-09 19:46:05.292 | + tools/install_pip.sh:main:141 : get_versions 2021-04-09 19:46:05.294 | ++ tools/install_pip.sh:get_versions:51 : which pip 2021-04-09 19:46:05.298 | + tools/install_pip.sh:get_versions:51 : PIP=/usr/local/bin/pip 2021-04-09 19:46:05.300 | + tools/install_pip.sh:get_versions:52 : [[ -n /usr/local/bin/pip ]] 2021-04-09 19:46:05.303 | ++ tools/install_pip.sh:get_versions:53 : /usr/local/bin/pip --version 2021-04-09 19:46:05.303 | ++ tools/install_pip.sh:get_versions:53 : awk '{ print $2}' 2021-04-09 19:46:05.715 | + tools/install_pip.sh:get_versions:53 : PIP_VERSION=20.2.2 2021-04-09 19:46:05.717 | + tools/install_pip.sh:get_versions:54 : echo 'pip: 20.2.2' 2021-04-09 19:46:05.717 | pip: 20.2.2 2021-04-09 19:46:05.719 | + tools/install_pip.sh:main:150 : is_fedora 2021-04-09 19:46:05.721 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2021-04-09 19:46:05.723 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2021-04-09 19:46:05.724 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2021-04-09 19:46:05.726 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-04-09 19:46:05.728 | + functions-common:is_fedora:454 : '[' Ubuntu = CentOS ']' 2021-04-09 19:46:05.730 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2021-04-09 19:46:05.731 | + functions-common:is_fedora:455 : '[' Ubuntu = Virtuozzo ']' 2021-04-09 19:46:05.733 | + tools/install_pip.sh:main:150 : is_suse 2021-04-09 19:46:05.736 | + functions-common:is_suse:463 : is_opensuse 2021-04-09 19:46:05.738 | + functions-common:is_opensuse:470 : [[ -z Ubuntu ]] 2021-04-09 19:46:05.740 | + functions-common:is_opensuse:474 : [[ Ubuntu =~ (openSUSE) ]] 2021-04-09 19:46:05.742 | + functions-common:is_suse:463 : is_suse_linux_enterprise 2021-04-09 19:46:05.743 | + functions-common:is_suse_linux_enterprise:482 : [[ -z Ubuntu ]] 2021-04-09 19:46:05.745 | + functions-common:is_suse_linux_enterprise:486 : [[ Ubuntu =~ (^SUSE) ]] 2021-04-09 19:46:05.747 | + tools/install_pip.sh:main:151 : uninstall_package python-pip 2021-04-09 19:46:05.749 | + functions-common:uninstall_package:1363 : is_ubuntu 2021-04-09 19:46:05.751 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:46:05.753 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:46:05.755 | + functions-common:uninstall_package:1364 : apt_get purge python-pip 2021-04-09 19:46:05.772 | + 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-04-09 19:46:05.898 | Reading package lists... 2021-04-09 19:46:06.161 | Building dependency tree... 2021-04-09 19:46:06.162 | Reading state information... 2021-04-09 19:46:06.379 | Package 'python-pip' is not installed, so not removed 2021-04-09 19:46:06.379 | The following packages were automatically installed and are no longer required: 2021-04-09 19:46:06.379 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-04-09 19:46:06.379 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-04-09 19:46:06.379 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-04-09 19:46:06.379 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-04-09 19:46:06.380 | python3-twisted-bin python3-zope.interface 2021-04-09 19:46:06.380 | Use 'sudo apt autoremove' to remove them. 2021-04-09 19:46:06.453 | 0 upgraded, 0 newly installed, 0 to remove and 156 not upgraded. 2021-04-09 19:46:06.457 | + functions-common:apt_get:1114 : result=0 2021-04-09 19:46:06.459 | + functions-common:apt_get:1117 : time_stop apt-get 2021-04-09 19:46:06.460 | + functions-common:time_stop:2336 : local name 2021-04-09 19:46:06.462 | + functions-common:time_stop:2337 : local end_time 2021-04-09 19:46:06.464 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 19:46:06.465 | + functions-common:time_stop:2339 : local total 2021-04-09 19:46:06.467 | + functions-common:time_stop:2340 : local start_time 2021-04-09 19:46:06.469 | + functions-common:time_stop:2342 : name=apt-get 2021-04-09 19:46:06.471 | + functions-common:time_stop:2343 : start_time=1617997565770 2021-04-09 19:46:06.473 | + functions-common:time_stop:2345 : [[ -z 1617997565770 ]] 2021-04-09 19:46:06.475 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 19:46:06.478 | + functions-common:time_stop:2348 : end_time=1617997566476 2021-04-09 19:46:06.479 | + functions-common:time_stop:2349 : elapsed_time=706 2021-04-09 19:46:06.481 | + functions-common:time_stop:2350 : total=0 2021-04-09 19:46:06.483 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 19:46:06.485 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=706 2021-04-09 19:46:06.487 | + functions-common:apt_get:1118 : return 0 2021-04-09 19:46:06.489 | + tools/install_pip.sh:main:152 : uninstall_package python3-pip 2021-04-09 19:46:06.491 | + functions-common:uninstall_package:1363 : is_ubuntu 2021-04-09 19:46:06.493 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:46:06.494 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:46:06.496 | + functions-common:uninstall_package:1364 : apt_get purge python3-pip 2021-04-09 19:46:06.512 | + 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-04-09 19:46:06.632 | Reading package lists... 2021-04-09 19:46:06.889 | Building dependency tree... 2021-04-09 19:46:06.890 | Reading state information... 2021-04-09 19:46:07.111 | Package 'python3-pip' is not installed, so not removed 2021-04-09 19:46:07.111 | The following packages were automatically installed and are no longer required: 2021-04-09 19:46:07.112 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-04-09 19:46:07.112 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-04-09 19:46:07.112 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-04-09 19:46:07.112 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-04-09 19:46:07.112 | python3-twisted-bin python3-zope.interface 2021-04-09 19:46:07.112 | Use 'sudo apt autoremove' to remove them. 2021-04-09 19:46:07.187 | 0 upgraded, 0 newly installed, 0 to remove and 156 not upgraded. 2021-04-09 19:46:07.192 | + functions-common:apt_get:1114 : result=0 2021-04-09 19:46:07.194 | + functions-common:apt_get:1117 : time_stop apt-get 2021-04-09 19:46:07.197 | + functions-common:time_stop:2336 : local name 2021-04-09 19:46:07.199 | + functions-common:time_stop:2337 : local end_time 2021-04-09 19:46:07.200 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 19:46:07.202 | + functions-common:time_stop:2339 : local total 2021-04-09 19:46:07.204 | + functions-common:time_stop:2340 : local start_time 2021-04-09 19:46:07.206 | + functions-common:time_stop:2342 : name=apt-get 2021-04-09 19:46:07.208 | + functions-common:time_stop:2343 : start_time=1617997566510 2021-04-09 19:46:07.210 | + functions-common:time_stop:2345 : [[ -z 1617997566510 ]] 2021-04-09 19:46:07.213 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 19:46:07.216 | + functions-common:time_stop:2348 : end_time=1617997567214 2021-04-09 19:46:07.218 | + functions-common:time_stop:2349 : elapsed_time=704 2021-04-09 19:46:07.219 | + functions-common:time_stop:2350 : total=706 2021-04-09 19:46:07.221 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 19:46:07.223 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=1410 2021-04-09 19:46:07.225 | + functions-common:apt_get:1118 : return 0 2021-04-09 19:46:07.227 | + tools/install_pip.sh:main:155 : install_get_pip 2021-04-09 19:46:07.229 | + 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-04-09 19:46:07.230 | + tools/install_pip.sh:_install_get_pip:62 : local interpreter=python 2021-04-09 19:46:07.232 | + tools/install_pip.sh:_install_get_pip:63 : local pip_get_pip_url=https://bootstrap.pypa.io/pip/2.7/get-pip.py 2021-04-09 19:46:07.234 | + tools/install_pip.sh:_install_get_pip:64 : local local_pip=/home/ubuntu/devstack/files/get-pip.py-py27 2021-04-09 19:46:07.236 | + tools/install_pip.sh:_install_get_pip:68 : [[ -r /home/ubuntu/devstack/files/get-pip.py-py27 ]] 2021-04-09 19:46:07.238 | + tools/install_pip.sh:_install_get_pip:85 : [[ ! -r /home/ubuntu/devstack/files/get-pip.py-py27 ]] 2021-04-09 19:46:07.240 | + tools/install_pip.sh:_install_get_pip:88 : local timecond= 2021-04-09 19:46:07.241 | + tools/install_pip.sh:_install_get_pip:89 : [[ -r /home/ubuntu/devstack/files/get-pip.py-py27 ]] 2021-04-09 19:46:07.243 | + 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-04-09 19:46:07.254 | % Total % Received % Xferd Average Speed Time Time Time Current 2021-04-09 19:46:07.254 | Dload Upload Total Spent Left Speed 2021-04-09 19:46:08.030 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1863k 100 1863k 0 0 2404k 0 --:--:-- --:--:-- --:--:-- 2401k 2021-04-09 19:46:08.035 | + tools/install_pip.sh:_install_get_pip:96 : touch /home/ubuntu/devstack/files/get-pip.py-py27.downloaded 2021-04-09 19:46:08.038 | + 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-04-09 19:46:10.129 | 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-04-09 19:46:10.272 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-04-09 19:46:10.562 | Collecting pip!=8,<10 2021-04-09 19:46:10.573 | 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-04-09 19:46:12.345 | Collecting setuptools<45 2021-04-09 19:46:12.354 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/27a/714c09253134e/setuptools-44.1.1-py2.py3-none-any.whl (583 kB) 2021-04-09 19:46:12.607 | Collecting wheel 2021-04-09 19:46:12.614 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/78b/5b185f0e5763c/wheel-0.36.2-py2.py3-none-any.whl (35 kB) 2021-04-09 19:46:12.661 | Installing collected packages: pip, setuptools, wheel 2021-04-09 19:46:14.217 | Successfully installed pip-9.0.3 setuptools-44.1.1 wheel-0.36.2 2021-04-09 19:46:14.251 | WARNING: You are using pip version 9.0.3; however, version 21.0.1 is available. 2021-04-09 19:46:14.251 | You should consider upgrading via the '/usr/bin/python -m pip install --upgrade pip' command. 2021-04-09 19:46:14.293 | + tools/install_pip.sh:install_get_pip:104 : python3_enabled 2021-04-09 19:46:14.296 | + inc/python:python3_enabled:531 : [[ True == \T\r\u\e ]] 2021-04-09 19:46:14.299 | + inc/python:python3_enabled:532 : return 0 2021-04-09 19:46:14.300 | + tools/install_pip.sh:install_get_pip:105 : [[ 3.6 == \3\.\5 ]] 2021-04-09 19:46:14.303 | + 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-04-09 19:46:14.304 | + tools/install_pip.sh:_install_get_pip:62 : local interpreter=python3.6 2021-04-09 19:46:14.306 | + tools/install_pip.sh:_install_get_pip:63 : local pip_get_pip_url=https://bootstrap.pypa.io/get-pip.py 2021-04-09 19:46:14.308 | + tools/install_pip.sh:_install_get_pip:64 : local local_pip=/home/ubuntu/devstack/files/get-pip.py 2021-04-09 19:46:14.310 | + tools/install_pip.sh:_install_get_pip:68 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2021-04-09 19:46:14.312 | + tools/install_pip.sh:_install_get_pip:85 : [[ ! -r /home/ubuntu/devstack/files/get-pip.py ]] 2021-04-09 19:46:14.314 | + tools/install_pip.sh:_install_get_pip:88 : local timecond= 2021-04-09 19:46:14.316 | + tools/install_pip.sh:_install_get_pip:89 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2021-04-09 19:46:14.317 | + 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-04-09 19:46:14.327 | % Total % Received % Xferd Average Speed Time Time Time Current 2021-04-09 19:46:14.328 | Dload Upload Total Spent Left Speed 2021-04-09 19:46:14.931 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1882k 100 1882k 0 0 3121k 0 --:--:-- --:--:-- --:--:-- 3126k 2021-04-09 19:46:14.936 | + tools/install_pip.sh:_install_get_pip:96 : touch /home/ubuntu/devstack/files/get-pip.py.downloaded 2021-04-09 19:46:14.940 | + 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-04-09 19:46:17.889 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-04-09 19:46:18.160 | Collecting pip 2021-04-09 19:46:18.170 | 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-04-09 19:46:19.632 | Installing collected packages: pip 2021-04-09 19:46:19.632 | Attempting uninstall: pip 2021-04-09 19:46:19.634 | Found existing installation: pip 20.2.2 2021-04-09 19:46:19.878 | Uninstalling pip-20.2.2: 2021-04-09 19:46:19.893 | Successfully uninstalled pip-20.2.2 2021-04-09 19:46:21.111 | Successfully installed pip-9.0.3 2021-04-09 19:46:21.303 | + tools/install_pip.sh:main:157 : [[ -n '' ]] 2021-04-09 19:46:21.305 | + tools/install_pip.sh:main:161 : set -x 2021-04-09 19:46:21.307 | + tools/install_pip.sh:main:165 : pip_install_gr setuptools 2021-04-09 19:46:21.309 | + inc/python:pip_install_gr:68 : local name=setuptools 2021-04-09 19:46:21.311 | + inc/python:pip_install_gr:69 : local clean_name 2021-04-09 19:46:21.315 | ++ inc/python:pip_install_gr:70 : get_from_global_requirements setuptools 2021-04-09 19:46:21.317 | ++ inc/python:get_from_global_requirements:316 : local package=setuptools 2021-04-09 19:46:21.319 | ++ inc/python:get_from_global_requirements:317 : local required_pkg 2021-04-09 19:46:21.322 | +++ inc/python:get_from_global_requirements:318 : grep -i -h '^setuptools' /opt/stack/requirements/global-requirements.txt 2021-04-09 19:46:21.322 | +++ inc/python:get_from_global_requirements:318 : cut -d# -f1 2021-04-09 19:46:21.326 | ++ 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-04-09 19:46:21.328 | ++ 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-04-09 19:46:21.330 | ++ 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-04-09 19:46:21.332 | + 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-04-09 19:46:21.334 | + 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-04-09 19:46:21.358 | 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-04-09 19:46:21.361 | 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-04-09 19:46:21.764 | + 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-04-09 19:46:22.514 | Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:22.567 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:22.570 | Ignoring pytest: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:22.572 | Ignoring pytest: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:22.577 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:22.648 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:22.655 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:22.659 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:22.661 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:22.666 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:22.675 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:22.702 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:22.705 | Ignoring networkx: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:22.707 | Ignoring networkx: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:22.712 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:22.742 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:22.744 | Ignoring zeroconf: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:22.746 | Ignoring zeroconf: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:22.752 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:22.754 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:22.756 | Ignoring scipy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:22.759 | Ignoring scipy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:22.764 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:22.767 | Ignoring mypy-extensions: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:22.770 | Ignoring mypy-extensions: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:22.774 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:22.861 | Ignoring ifaddr: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:22.863 | Ignoring ifaddr: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:22.868 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:22.872 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:22.879 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:22.891 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:22.895 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:22.899 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:22.902 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:22.919 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:22.937 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:22.940 | Ignoring gunicorn: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:22.943 | Ignoring gunicorn: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:22.947 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:22.963 | Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:22.965 | Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:22.970 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:22.974 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:22.976 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:22.981 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:22.999 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:23.002 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:23.007 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:23.037 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:23.045 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:23.047 | Ignoring influxdb: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:23.052 | Ignoring influxdb: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:23.057 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:23.072 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:23.077 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:23.084 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:23.086 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:23.091 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:23.097 | Ignoring joblib: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:23.100 | Ignoring joblib: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:23.105 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:23.177 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:23.179 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:23.184 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:23.210 | Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:23.213 | Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:23.217 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:23.222 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:23.253 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:23.255 | Ignoring keyring: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:23.257 | Ignoring keyring: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:23.262 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:23.318 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:23.320 | Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:23.323 | Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:23.327 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:23.344 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:23.394 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:23.397 | Ignoring more-itertools: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:23.399 | Ignoring more-itertools: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:23.404 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:23.408 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:23.410 | Ignoring numpy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:23.413 | Ignoring numpy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:23.417 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:23.421 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:23.425 | Ignoring Sphinx: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:23.427 | Ignoring Sphinx: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:23.432 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:23.488 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:23.491 | Ignoring Django: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:23.493 | Ignoring Django: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:23.498 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:23.519 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:23.521 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:23.526 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:23.558 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:23.564 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:23.566 | Ignoring GitPython: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:23.570 | Ignoring GitPython: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:23.574 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:23.609 | Ignoring ndg-httpsclient: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:23.631 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:23.641 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:23.666 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:23.668 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:23.671 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:23.677 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:23.689 | Ignoring diskimage-builder: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:23.692 | Ignoring diskimage-builder: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:23.694 | Ignoring diskimage-builder: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:23.699 | Ignoring diskimage-builder: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:23.709 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:23.712 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:23.725 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:23.733 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:23.737 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:23.742 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:23.755 | Ignoring dnspython: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:23.757 | Ignoring dnspython: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:23.762 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:23.764 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:23.773 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:23.801 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:23.807 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:23.835 | Ignoring typing-extensions: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:23.837 | Ignoring typing-extensions: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:23.841 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:23.859 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:23.862 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:23.867 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:23.870 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:23.872 | Ignoring scikit-learn: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:23.874 | Ignoring scikit-learn: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:23.880 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:23.883 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:23.886 | Ignoring Pygments: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:23.888 | Ignoring Pygments: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:23.893 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:23.905 | 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-04-09 19:46:24.333 | You are using pip version 9.0.3, however version 21.0.1 is available. 2021-04-09 19:46:24.333 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-04-09 19:46:24.384 | + inc/python:pip_install:290 : result=0 2021-04-09 19:46:24.386 | + inc/python:pip_install:292 : time_stop pip_install 2021-04-09 19:46:24.388 | + functions-common:time_stop:2336 : local name 2021-04-09 19:46:24.390 | + functions-common:time_stop:2337 : local end_time 2021-04-09 19:46:24.392 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 19:46:24.394 | + functions-common:time_stop:2339 : local total 2021-04-09 19:46:24.396 | + functions-common:time_stop:2340 : local start_time 2021-04-09 19:46:24.398 | + functions-common:time_stop:2342 : name=pip_install 2021-04-09 19:46:24.400 | + functions-common:time_stop:2343 : start_time=1617997581347 2021-04-09 19:46:24.402 | + functions-common:time_stop:2345 : [[ -z 1617997581347 ]] 2021-04-09 19:46:24.405 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 19:46:24.408 | + functions-common:time_stop:2348 : end_time=1617997584406 2021-04-09 19:46:24.410 | + functions-common:time_stop:2349 : elapsed_time=3059 2021-04-09 19:46:24.412 | + functions-common:time_stop:2350 : total=0 2021-04-09 19:46:24.414 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 19:46:24.416 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=3059 2021-04-09 19:46:24.417 | + inc/python:pip_install:293 : return 0 2021-04-09 19:46:24.421 | + tools/install_pip.sh:main:167 : get_versions 2021-04-09 19:46:24.424 | ++ tools/install_pip.sh:get_versions:51 : which pip 2021-04-09 19:46:24.428 | + tools/install_pip.sh:get_versions:51 : PIP=/usr/local/bin/pip 2021-04-09 19:46:24.429 | + tools/install_pip.sh:get_versions:52 : [[ -n /usr/local/bin/pip ]] 2021-04-09 19:46:24.432 | ++ tools/install_pip.sh:get_versions:53 : awk '{ print $2}' 2021-04-09 19:46:24.433 | ++ tools/install_pip.sh:get_versions:53 : /usr/local/bin/pip --version 2021-04-09 19:46:25.087 | + tools/install_pip.sh:get_versions:53 : PIP_VERSION=9.0.3 2021-04-09 19:46:25.089 | + tools/install_pip.sh:get_versions:54 : echo 'pip: 9.0.3' 2021-04-09 19:46:25.089 | pip: 9.0.3 2021-04-09 19:46:25.092 | + ./stack.sh:main:802 : TRACK_DEPENDS=False 2021-04-09 19:46:25.096 | + ./stack.sh:main:805 : [[ False = True ]] 2021-04-09 19:46:25.100 | + ./stack.sh:main:816 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2021-04-09 19:46:25.103 | ++ tools/fixup_stuff.sh:source:22 : [[ -z /home/ubuntu/devstack ]] 2021-04-09 19:46:25.108 | + ./stack.sh:main:817 : fixup_all 2021-04-09 19:46:25.112 | + tools/fixup_stuff.sh:fixup_all:297 : fixup_keystone 2021-04-09 19:46:25.114 | + tools/fixup_stuff.sh:fixup_keystone:49 : keystone_ports=35357,35358 2021-04-09 19:46:25.117 | + tools/fixup_stuff.sh:fixup_keystone:54 : sysctl net.ipv4.ip_local_reserved_ports 2021-04-09 19:46:25.134 | ++ tools/fixup_stuff.sh:fixup_keystone:56 : sysctl net.ipv4.ip_local_reserved_ports 2021-04-09 19:46:25.134 | ++ tools/fixup_stuff.sh:fixup_keystone:56 : awk -F= '{print $2;}' 2021-04-09 19:46:25.135 | ++ tools/fixup_stuff.sh:fixup_keystone:56 : sed 's/^ //' 2021-04-09 19:46:25.139 | + tools/fixup_stuff.sh:fixup_keystone:56 : reserved_ports= 2021-04-09 19:46:25.141 | + tools/fixup_stuff.sh:fixup_keystone:58 : [[ -z '' ]] 2021-04-09 19:46:25.144 | + tools/fixup_stuff.sh:fixup_keystone:60 : sudo sysctl -w net.ipv4.ip_local_reserved_ports=35357,35358 2021-04-09 19:46:25.160 | net.ipv4.ip_local_reserved_ports = 35357,35358 2021-04-09 19:46:25.163 | + tools/fixup_stuff.sh:fixup_all:298 : fixup_ubuntu 2021-04-09 19:46:25.166 | + tools/fixup_stuff.sh:fixup_ubuntu:82 : [[ bionic != \x\e\n\i\a\l ]] 2021-04-09 19:46:25.168 | + tools/fixup_stuff.sh:fixup_ubuntu:82 : [[ bionic != \b\i\o\n\i\c ]] 2021-04-09 19:46:25.171 | + tools/fixup_stuff.sh:fixup_ubuntu:87 : install_package software-properties-common 2021-04-09 19:46:25.174 | + functions-common:install_package:1334 : update_package_repo 2021-04-09 19:46:25.176 | + functions-common:update_package_repo:1306 : NO_UPDATE_REPOS=False 2021-04-09 19:46:25.178 | + functions-common:update_package_repo:1307 : REPOS_UPDATED=True 2021-04-09 19:46:25.181 | + functions-common:update_package_repo:1308 : RETRY_UPDATE=False 2021-04-09 19:46:25.183 | + functions-common:update_package_repo:1310 : [[ False = \T\r\u\e ]] 2021-04-09 19:46:25.185 | + functions-common:update_package_repo:1314 : is_ubuntu 2021-04-09 19:46:25.187 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:46:25.190 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:46:25.193 | + functions-common:update_package_repo:1315 : apt_get_update 2021-04-09 19:46:25.195 | + functions-common:apt_get_update:1069 : [[ True == \T\r\u\e ]] 2021-04-09 19:46:25.197 | + functions-common:apt_get_update:1069 : [[ False != \T\r\u\e ]] 2021-04-09 19:46:25.200 | + functions-common:apt_get_update:1070 : return 2021-04-09 19:46:25.202 | + functions-common:install_package:1335 : real_install_package software-properties-common 2021-04-09 19:46:25.205 | + functions-common:real_install_package:1320 : is_ubuntu 2021-04-09 19:46:25.207 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:46:25.209 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:46:25.212 | + functions-common:real_install_package:1321 : apt_get install software-properties-common 2021-04-09 19:46:25.231 | + 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-04-09 19:46:25.364 | Reading package lists... 2021-04-09 19:46:25.639 | Building dependency tree... 2021-04-09 19:46:25.640 | Reading state information... 2021-04-09 19:46:25.880 | The following packages were automatically installed and are no longer required: 2021-04-09 19:46:25.881 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-04-09 19:46:25.881 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-04-09 19:46:25.881 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-04-09 19:46:25.881 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-04-09 19:46:25.881 | python3-twisted-bin python3-zope.interface 2021-04-09 19:46:25.881 | Use 'sudo apt autoremove' to remove them. 2021-04-09 19:46:25.883 | The following additional packages will be installed: 2021-04-09 19:46:25.883 | python3-software-properties 2021-04-09 19:46:25.946 | The following packages will be upgraded: 2021-04-09 19:46:25.946 | python3-software-properties software-properties-common 2021-04-09 19:46:26.086 | 2 upgraded, 0 newly installed, 0 to remove and 154 not upgraded. 2021-04-09 19:46:26.097 | Need to get 33.9 kB of archives. 2021-04-09 19:46:26.097 | After this operation, 0 B of additional disk space will be used. 2021-04-09 19:46:26.097 | 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-04-09 19:46:26.157 | 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-04-09 19:46:26.737 | Fetched 33.9 kB in 0s (152 kB/s) 2021-04-09 19:46:26.995 | (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-04-09 19:46:26.999 | Preparing to unpack .../software-properties-common_0.96.24.32.14_all.deb ... 2021-04-09 19:46:27.310 | Unpacking software-properties-common (0.96.24.32.14) over (0.96.24.32.9) ... 2021-04-09 19:46:27.992 | Preparing to unpack .../python3-software-properties_0.96.24.32.14_all.deb ... 2021-04-09 19:46:28.327 | Unpacking python3-software-properties (0.96.24.32.14) over (0.96.24.32.9) ... 2021-04-09 19:46:28.787 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-04-09 19:46:29.824 | Setting up python3-software-properties (0.96.24.32.14) ... 2021-04-09 19:46:30.287 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2021-04-09 19:46:30.418 | Setting up software-properties-common (0.96.24.32.14) ... 2021-04-09 19:46:33.067 | + functions-common:apt_get:1114 : result=0 2021-04-09 19:46:33.069 | + functions-common:apt_get:1117 : time_stop apt-get 2021-04-09 19:46:33.071 | + functions-common:time_stop:2336 : local name 2021-04-09 19:46:33.074 | + functions-common:time_stop:2337 : local end_time 2021-04-09 19:46:33.078 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 19:46:33.082 | + functions-common:time_stop:2339 : local total 2021-04-09 19:46:33.085 | + functions-common:time_stop:2340 : local start_time 2021-04-09 19:46:33.088 | + functions-common:time_stop:2342 : name=apt-get 2021-04-09 19:46:33.092 | + functions-common:time_stop:2343 : start_time=1617997585228 2021-04-09 19:46:33.094 | + functions-common:time_stop:2345 : [[ -z 1617997585228 ]] 2021-04-09 19:46:33.097 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 19:46:33.101 | + functions-common:time_stop:2348 : end_time=1617997593098 2021-04-09 19:46:33.104 | + functions-common:time_stop:2349 : elapsed_time=7870 2021-04-09 19:46:33.108 | + functions-common:time_stop:2350 : total=355398 2021-04-09 19:46:33.111 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 19:46:33.113 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=363268 2021-04-09 19:46:33.116 | + functions-common:apt_get:1118 : return 0 2021-04-09 19:46:33.118 | + tools/fixup_stuff.sh:fixup_ubuntu:90 : sudo add-apt-repository -y universe 2021-04-09 19:46:33.964 | 'universe' distribution component is already enabled for all sources. 2021-04-09 19:46:33.992 | + tools/fixup_stuff.sh:fixup_ubuntu:92 : [[ True == \F\a\l\s\e ]] 2021-04-09 19:46:33.995 | + tools/fixup_stuff.sh:fixup_ubuntu:92 : [[ bionic != \x\e\n\i\a\l ]] 2021-04-09 19:46:33.997 | + tools/fixup_stuff.sh:fixup_ubuntu:93 : return 2021-04-09 19:46:33.999 | + tools/fixup_stuff.sh:fixup_all:299 : fixup_python_packages 2021-04-09 19:46:34.002 | + tools/fixup_stuff.sh:fixup_python_packages:134 : pip_install 'prettytable>=0.7' 2021-04-09 19:46:34.026 | Check python version for : prettytable>=0.7 2021-04-09 19:46:34.030 | Using 3.6 version to install prettytable>=0.7 based on default behavior 2021-04-09 19:46:34.428 | + 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-04-09 19:46:35.168 | Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:35.221 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:35.223 | Ignoring pytest: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:35.225 | Ignoring pytest: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:35.230 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:35.299 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:35.306 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:35.309 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:35.311 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:35.317 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:35.326 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:35.352 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:35.355 | Ignoring networkx: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:35.357 | Ignoring networkx: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:35.362 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:35.398 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:35.403 | Ignoring zeroconf: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:35.407 | Ignoring zeroconf: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:35.412 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:35.414 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:35.417 | Ignoring scipy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:35.419 | Ignoring scipy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:35.425 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:35.427 | Ignoring mypy-extensions: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:35.430 | Ignoring mypy-extensions: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:35.436 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:35.530 | Ignoring ifaddr: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:35.533 | Ignoring ifaddr: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:35.539 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:35.544 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:35.550 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:35.562 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:35.566 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:35.570 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:35.573 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:35.590 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:35.608 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:35.610 | Ignoring gunicorn: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:35.613 | Ignoring gunicorn: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:35.617 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:35.633 | Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:35.635 | Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:35.640 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:35.645 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:35.647 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:35.652 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:35.669 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:35.672 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:35.677 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:35.708 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:35.715 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:35.717 | Ignoring influxdb: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:35.720 | Ignoring influxdb: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:35.725 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:35.737 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:35.743 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:35.748 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:35.751 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:35.756 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:35.762 | Ignoring joblib: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:35.765 | Ignoring joblib: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:35.770 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:35.841 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:35.843 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:35.848 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:35.874 | Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:35.877 | Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:35.882 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:35.886 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:35.916 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:35.918 | Ignoring keyring: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:35.921 | Ignoring keyring: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:35.926 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:35.979 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:35.982 | Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:35.984 | Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:35.989 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:36.006 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:36.054 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:36.057 | Ignoring more-itertools: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:36.059 | Ignoring more-itertools: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:36.064 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:36.069 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:36.071 | Ignoring numpy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:36.073 | Ignoring numpy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:36.078 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:36.082 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:36.084 | Ignoring Sphinx: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:36.087 | Ignoring Sphinx: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:36.091 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:36.147 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:36.150 | Ignoring Django: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:36.156 | Ignoring Django: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:36.157 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:36.178 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:36.180 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:36.185 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:36.216 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:36.222 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:36.224 | Ignoring GitPython: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:36.228 | Ignoring GitPython: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:36.232 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:36.267 | Ignoring ndg-httpsclient: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:36.289 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:36.300 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:36.324 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:36.326 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:36.329 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:36.334 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:36.347 | Ignoring diskimage-builder: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:36.349 | Ignoring diskimage-builder: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:36.352 | Ignoring diskimage-builder: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:36.357 | Ignoring diskimage-builder: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:36.367 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:36.369 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:36.382 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:36.391 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:36.394 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:36.398 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:36.412 | Ignoring dnspython: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:36.414 | Ignoring dnspython: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:36.419 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:36.421 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:36.430 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:36.458 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:36.464 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:36.491 | Ignoring typing-extensions: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:36.493 | Ignoring typing-extensions: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:36.498 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:36.515 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:36.517 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:36.522 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:36.524 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:36.527 | Ignoring scikit-learn: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:36.529 | Ignoring scikit-learn: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:36.535 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:36.538 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:36.541 | Ignoring Pygments: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:36.543 | Ignoring Pygments: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:36.549 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:36.552 | 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-04-09 19:46:36.641 | You are using pip version 9.0.3, however version 21.0.1 is available. 2021-04-09 19:46:36.641 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-04-09 19:46:36.693 | + inc/python:pip_install:290 : result=0 2021-04-09 19:46:36.695 | + inc/python:pip_install:292 : time_stop pip_install 2021-04-09 19:46:36.698 | + functions-common:time_stop:2336 : local name 2021-04-09 19:46:36.700 | + functions-common:time_stop:2337 : local end_time 2021-04-09 19:46:36.702 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 19:46:36.705 | + functions-common:time_stop:2339 : local total 2021-04-09 19:46:36.707 | + functions-common:time_stop:2340 : local start_time 2021-04-09 19:46:36.710 | + functions-common:time_stop:2342 : name=pip_install 2021-04-09 19:46:36.712 | + functions-common:time_stop:2343 : start_time=1617997594018 2021-04-09 19:46:36.714 | + functions-common:time_stop:2345 : [[ -z 1617997594018 ]] 2021-04-09 19:46:36.717 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 19:46:36.721 | + functions-common:time_stop:2348 : end_time=1617997596718 2021-04-09 19:46:36.724 | + functions-common:time_stop:2349 : elapsed_time=2700 2021-04-09 19:46:36.726 | + functions-common:time_stop:2350 : total=0 2021-04-09 19:46:36.728 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 19:46:36.731 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=2700 2021-04-09 19:46:36.734 | + inc/python:pip_install:293 : return 0 2021-04-09 19:46:36.738 | ++ tools/fixup_stuff.sh:fixup_python_packages:135 : get_package_path prettytable 2021-04-09 19:46:36.740 | ++ tools/fixup_stuff.sh:get_package_path:123 : local package=prettytable 2021-04-09 19:46:36.743 | +++ 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-04-09 19:46:36.756 | Traceback (most recent call last): 2021-04-09 19:46:36.756 | File "", line 1, in 2021-04-09 19:46:36.756 | ImportError: No module named prettytable 2021-04-09 19:46:36.761 | ++ tools/fixup_stuff.sh:get_package_path:124 : echo 2021-04-09 19:46:36.763 | + tools/fixup_stuff.sh:fixup_python_packages:135 : PACKAGE_DIR= 2021-04-09 19:46:36.767 | ++ tools/fixup_stuff.sh:fixup_python_packages:137 : echo '/prettytable-0.7.2*' 2021-04-09 19:46:36.770 | + tools/fixup_stuff.sh:fixup_python_packages:137 : dir='/prettytable-0.7.2*' 2021-04-09 19:46:36.773 | + tools/fixup_stuff.sh:fixup_python_packages:138 : [[ -d /prettytable-0.7.2* ]] 2021-04-09 19:46:36.775 | + tools/fixup_stuff.sh:fixup_python_packages:144 : pip_install httplib2 2021-04-09 19:46:36.800 | Check python version for : httplib2 2021-04-09 19:46:36.803 | Using 3.6 version to install httplib2 based on default behavior 2021-04-09 19:46:37.202 | + 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-04-09 19:46:37.958 | Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:38.008 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:38.011 | Ignoring pytest: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:38.013 | Ignoring pytest: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:38.018 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:38.085 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:38.092 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:38.095 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:38.097 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:38.102 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:38.111 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:38.139 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:38.141 | Ignoring networkx: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:38.144 | Ignoring networkx: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:38.148 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:38.177 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:38.180 | Ignoring zeroconf: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:38.182 | Ignoring zeroconf: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:38.186 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:38.189 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:38.192 | Ignoring scipy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:38.194 | Ignoring scipy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:38.200 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:38.202 | Ignoring mypy-extensions: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:38.204 | Ignoring mypy-extensions: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:38.209 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:38.293 | Ignoring ifaddr: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:38.295 | Ignoring ifaddr: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:38.300 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:38.305 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:38.310 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:38.323 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:38.326 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:38.330 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:38.332 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:38.349 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:38.366 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:38.369 | Ignoring gunicorn: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:38.371 | Ignoring gunicorn: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:38.376 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:38.391 | Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:38.393 | Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:38.398 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:38.402 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:38.404 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:38.409 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:38.427 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:38.429 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:38.434 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:38.464 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:38.471 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:38.474 | Ignoring influxdb: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:38.476 | Ignoring influxdb: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:38.480 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:38.493 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:38.499 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:38.505 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:38.507 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:38.512 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:38.517 | Ignoring joblib: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:38.521 | Ignoring joblib: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:38.525 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:38.595 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:38.597 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:38.602 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:38.632 | Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:38.634 | Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:38.639 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:38.643 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:38.673 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:38.676 | Ignoring keyring: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:38.678 | Ignoring keyring: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:38.683 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:38.738 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:38.740 | Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:38.743 | Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:38.747 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:38.764 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:38.812 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:38.815 | Ignoring more-itertools: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:38.817 | Ignoring more-itertools: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:38.822 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:38.826 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:38.828 | Ignoring numpy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:38.831 | Ignoring numpy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:38.836 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:38.839 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:38.842 | Ignoring Sphinx: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:38.844 | Ignoring Sphinx: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:38.849 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:38.904 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:38.907 | Ignoring Django: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:38.909 | Ignoring Django: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:38.914 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:38.934 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:38.937 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:38.942 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:38.973 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:38.978 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:38.980 | Ignoring GitPython: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:38.984 | Ignoring GitPython: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:38.989 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:39.023 | Ignoring ndg-httpsclient: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:39.043 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:39.054 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:39.079 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:39.081 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:39.083 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:39.088 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:39.100 | Ignoring diskimage-builder: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:39.103 | Ignoring diskimage-builder: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:39.105 | Ignoring diskimage-builder: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:39.110 | Ignoring diskimage-builder: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:39.120 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:39.123 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:39.135 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:39.144 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:39.147 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:39.151 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:39.164 | Ignoring dnspython: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:39.166 | Ignoring dnspython: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:39.171 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:39.174 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:39.182 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:39.209 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:39.215 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:39.241 | Ignoring typing-extensions: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:39.243 | Ignoring typing-extensions: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:39.248 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:39.265 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:39.267 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:39.271 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:39.274 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:39.276 | Ignoring scikit-learn: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:39.279 | Ignoring scikit-learn: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:39.284 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:39.288 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:39.290 | Ignoring Pygments: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:39.292 | Ignoring Pygments: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:39.297 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:39.301 | 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-04-09 19:46:39.389 | You are using pip version 9.0.3, however version 21.0.1 is available. 2021-04-09 19:46:39.389 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-04-09 19:46:39.439 | + inc/python:pip_install:290 : result=0 2021-04-09 19:46:39.443 | + inc/python:pip_install:292 : time_stop pip_install 2021-04-09 19:46:39.446 | + functions-common:time_stop:2336 : local name 2021-04-09 19:46:39.450 | + functions-common:time_stop:2337 : local end_time 2021-04-09 19:46:39.454 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 19:46:39.457 | + functions-common:time_stop:2339 : local total 2021-04-09 19:46:39.459 | + functions-common:time_stop:2340 : local start_time 2021-04-09 19:46:39.462 | + functions-common:time_stop:2342 : name=pip_install 2021-04-09 19:46:39.465 | + functions-common:time_stop:2343 : start_time=1617997596790 2021-04-09 19:46:39.467 | + functions-common:time_stop:2345 : [[ -z 1617997596790 ]] 2021-04-09 19:46:39.471 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 19:46:39.475 | + functions-common:time_stop:2348 : end_time=1617997599472 2021-04-09 19:46:39.477 | + functions-common:time_stop:2349 : elapsed_time=2682 2021-04-09 19:46:39.479 | + functions-common:time_stop:2350 : total=2700 2021-04-09 19:46:39.482 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 19:46:39.484 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=5382 2021-04-09 19:46:39.487 | + inc/python:pip_install:293 : return 0 2021-04-09 19:46:39.490 | ++ tools/fixup_stuff.sh:fixup_python_packages:145 : get_package_path httplib2 2021-04-09 19:46:39.493 | ++ tools/fixup_stuff.sh:get_package_path:123 : local package=httplib2 2021-04-09 19:46:39.496 | +++ 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-04-09 19:46:39.514 | Traceback (most recent call last): 2021-04-09 19:46:39.514 | File "", line 1, in 2021-04-09 19:46:39.514 | ImportError: No module named httplib2 2021-04-09 19:46:39.519 | ++ tools/fixup_stuff.sh:get_package_path:124 : echo 2021-04-09 19:46:39.522 | + tools/fixup_stuff.sh:fixup_python_packages:145 : PACKAGE_DIR= 2021-04-09 19:46:39.525 | ++ tools/fixup_stuff.sh:fixup_python_packages:147 : echo '-0.8*' 2021-04-09 19:46:39.529 | + tools/fixup_stuff.sh:fixup_python_packages:147 : dir='-0.8*' 2021-04-09 19:46:39.531 | + tools/fixup_stuff.sh:fixup_python_packages:148 : [[ -d -0.8* ]] 2021-04-09 19:46:39.534 | + tools/fixup_stuff.sh:fixup_all:300 : fixup_fedora 2021-04-09 19:46:39.536 | + tools/fixup_stuff.sh:fixup_fedora:154 : is_fedora 2021-04-09 19:46:39.538 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2021-04-09 19:46:39.540 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2021-04-09 19:46:39.543 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2021-04-09 19:46:39.545 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-04-09 19:46:39.547 | + functions-common:is_fedora:454 : '[' Ubuntu = CentOS ']' 2021-04-09 19:46:39.551 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2021-04-09 19:46:39.554 | + functions-common:is_fedora:455 : '[' Ubuntu = Virtuozzo ']' 2021-04-09 19:46:39.556 | + tools/fixup_stuff.sh:fixup_fedora:155 : return 2021-04-09 19:46:39.558 | + tools/fixup_stuff.sh:fixup_all:301 : fixup_suse 2021-04-09 19:46:39.560 | + tools/fixup_stuff.sh:fixup_suse:229 : is_suse 2021-04-09 19:46:39.563 | + functions-common:is_suse:463 : is_opensuse 2021-04-09 19:46:39.565 | + functions-common:is_opensuse:470 : [[ -z Ubuntu ]] 2021-04-09 19:46:39.567 | + functions-common:is_opensuse:474 : [[ Ubuntu =~ (openSUSE) ]] 2021-04-09 19:46:39.569 | + functions-common:is_suse:463 : is_suse_linux_enterprise 2021-04-09 19:46:39.572 | + functions-common:is_suse_linux_enterprise:482 : [[ -z Ubuntu ]] 2021-04-09 19:46:39.574 | + functions-common:is_suse_linux_enterprise:486 : [[ Ubuntu =~ (^SUSE) ]] 2021-04-09 19:46:39.576 | + tools/fixup_stuff.sh:fixup_suse:230 : return 2021-04-09 19:46:39.579 | + tools/fixup_stuff.sh:fixup_all:302 : fixup_virtualenv 2021-04-09 19:46:39.581 | + tools/fixup_stuff.sh:fixup_virtualenv:290 : [[ ! -f /etc/ci/mirror_info.sh ]] 2021-04-09 19:46:39.584 | + tools/fixup_stuff.sh:fixup_virtualenv:291 : install_package python-virtualenv 2021-04-09 19:46:39.586 | + functions-common:install_package:1334 : update_package_repo 2021-04-09 19:46:39.589 | + functions-common:update_package_repo:1306 : NO_UPDATE_REPOS=False 2021-04-09 19:46:39.592 | + functions-common:update_package_repo:1307 : REPOS_UPDATED=True 2021-04-09 19:46:39.595 | + functions-common:update_package_repo:1308 : RETRY_UPDATE=False 2021-04-09 19:46:39.598 | + functions-common:update_package_repo:1310 : [[ False = \T\r\u\e ]] 2021-04-09 19:46:39.601 | + functions-common:update_package_repo:1314 : is_ubuntu 2021-04-09 19:46:39.604 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:46:39.606 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:46:39.608 | + functions-common:update_package_repo:1315 : apt_get_update 2021-04-09 19:46:39.610 | + functions-common:apt_get_update:1069 : [[ True == \T\r\u\e ]] 2021-04-09 19:46:39.613 | + functions-common:apt_get_update:1069 : [[ False != \T\r\u\e ]] 2021-04-09 19:46:39.615 | + functions-common:apt_get_update:1070 : return 2021-04-09 19:46:39.618 | + functions-common:install_package:1335 : real_install_package python-virtualenv 2021-04-09 19:46:39.620 | + functions-common:real_install_package:1320 : is_ubuntu 2021-04-09 19:46:39.622 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:46:39.625 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:46:39.627 | + functions-common:real_install_package:1321 : apt_get install python-virtualenv 2021-04-09 19:46:39.646 | + 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-04-09 19:46:39.769 | Reading package lists... 2021-04-09 19:46:40.041 | Building dependency tree... 2021-04-09 19:46:40.042 | Reading state information... 2021-04-09 19:46:40.269 | The following packages were automatically installed and are no longer required: 2021-04-09 19:46:40.270 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-04-09 19:46:40.270 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-04-09 19:46:40.270 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-04-09 19:46:40.270 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-04-09 19:46:40.271 | python3-twisted-bin python3-zope.interface 2021-04-09 19:46:40.271 | Use 'sudo apt autoremove' to remove them. 2021-04-09 19:46:40.271 | The following additional packages will be installed: 2021-04-09 19:46:40.272 | python-pip-whl python-pkg-resources python3-virtualenv virtualenv 2021-04-09 19:46:40.273 | Suggested packages: 2021-04-09 19:46:40.273 | python-setuptools 2021-04-09 19:46:40.328 | The following NEW packages will be installed: 2021-04-09 19:46:40.328 | python-pip-whl python-pkg-resources python-virtualenv python3-virtualenv 2021-04-09 19:46:40.328 | virtualenv 2021-04-09 19:46:40.623 | 0 upgraded, 5 newly installed, 0 to remove and 154 not upgraded. 2021-04-09 19:46:40.623 | Need to get 1,875 kB of archives. 2021-04-09 19:46:40.623 | After this operation, 2,732 kB of additional disk space will be used. 2021-04-09 19:46:40.623 | 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-04-09 19:46:41.748 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python-pkg-resources all 39.0.1-2 [128 kB] 2021-04-09 19:46:41.759 | 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-04-09 19:46:41.763 | 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-04-09 19:46:41.766 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 virtualenv all 15.1.0+ds-1.1 [4,476 B] 2021-04-09 19:46:42.304 | Fetched 1,875 kB in 1s (1,318 kB/s) 2021-04-09 19:46:42.426 | Selecting previously unselected package python-pip-whl. 2021-04-09 19:46:42.467 | (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-04-09 19:46:42.471 | Preparing to unpack .../python-pip-whl_9.0.1-2.3~ubuntu1.18.04.4_all.deb ... 2021-04-09 19:46:42.522 | Unpacking python-pip-whl (9.0.1-2.3~ubuntu1.18.04.4) ... 2021-04-09 19:46:43.122 | Selecting previously unselected package python-pkg-resources. 2021-04-09 19:46:43.130 | Preparing to unpack .../python-pkg-resources_39.0.1-2_all.deb ... 2021-04-09 19:46:43.185 | Unpacking python-pkg-resources (39.0.1-2) ... 2021-04-09 19:46:43.773 | Selecting previously unselected package python-virtualenv. 2021-04-09 19:46:43.781 | Preparing to unpack .../python-virtualenv_15.1.0+ds-1.1_all.deb ... 2021-04-09 19:46:43.888 | Unpacking python-virtualenv (15.1.0+ds-1.1) ... 2021-04-09 19:46:44.414 | Selecting previously unselected package python3-virtualenv. 2021-04-09 19:46:44.421 | Preparing to unpack .../python3-virtualenv_15.1.0+ds-1.1_all.deb ... 2021-04-09 19:46:44.470 | Unpacking python3-virtualenv (15.1.0+ds-1.1) ... 2021-04-09 19:46:44.893 | Selecting previously unselected package virtualenv. 2021-04-09 19:46:44.901 | Preparing to unpack .../virtualenv_15.1.0+ds-1.1_all.deb ... 2021-04-09 19:46:44.939 | Unpacking virtualenv (15.1.0+ds-1.1) ... 2021-04-09 19:46:45.359 | Setting up python-pip-whl (9.0.1-2.3~ubuntu1.18.04.4) ... 2021-04-09 19:46:45.528 | Setting up python-pkg-resources (39.0.1-2) ... 2021-04-09 19:46:45.836 | Setting up python3-virtualenv (15.1.0+ds-1.1) ... 2021-04-09 19:46:46.271 | Setting up python-virtualenv (15.1.0+ds-1.1) ... 2021-04-09 19:46:46.488 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-04-09 19:46:47.150 | Setting up virtualenv (15.1.0+ds-1.1) ... 2021-04-09 19:46:49.561 | + functions-common:apt_get:1114 : result=0 2021-04-09 19:46:49.563 | + functions-common:apt_get:1117 : time_stop apt-get 2021-04-09 19:46:49.567 | + functions-common:time_stop:2336 : local name 2021-04-09 19:46:49.570 | + functions-common:time_stop:2337 : local end_time 2021-04-09 19:46:49.572 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 19:46:49.575 | + functions-common:time_stop:2339 : local total 2021-04-09 19:46:49.577 | + functions-common:time_stop:2340 : local start_time 2021-04-09 19:46:49.581 | + functions-common:time_stop:2342 : name=apt-get 2021-04-09 19:46:49.584 | + functions-common:time_stop:2343 : start_time=1617997599644 2021-04-09 19:46:49.588 | + functions-common:time_stop:2345 : [[ -z 1617997599644 ]] 2021-04-09 19:46:49.591 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 19:46:49.595 | + functions-common:time_stop:2348 : end_time=1617997609592 2021-04-09 19:46:49.598 | + functions-common:time_stop:2349 : elapsed_time=9948 2021-04-09 19:46:49.601 | + functions-common:time_stop:2350 : total=363268 2021-04-09 19:46:49.604 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 19:46:49.607 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=373216 2021-04-09 19:46:49.609 | + functions-common:apt_get:1118 : return 0 2021-04-09 19:46:49.611 | + tools/fixup_stuff.sh:fixup_virtualenv:292 : pip_install -U --force-reinstall virtualenv 2021-04-09 19:46:49.633 | Check python version for : virtualenv 2021-04-09 19:46:49.637 | Using 3.6 version to install virtualenv based on default behavior 2021-04-09 19:46:50.077 | + 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-04-09 19:46:50.817 | Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:50.870 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:50.873 | Ignoring pytest: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:50.875 | Ignoring pytest: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:50.880 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:50.950 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:50.957 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:50.960 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:50.962 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:50.967 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:50.976 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:51.005 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:51.007 | Ignoring networkx: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:51.009 | Ignoring networkx: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:51.014 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:51.043 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:51.045 | Ignoring zeroconf: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:51.048 | Ignoring zeroconf: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:51.053 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:51.055 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:51.058 | Ignoring scipy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:51.060 | Ignoring scipy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:51.066 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:51.069 | Ignoring mypy-extensions: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:51.071 | Ignoring mypy-extensions: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:51.076 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:51.162 | Ignoring ifaddr: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:51.165 | Ignoring ifaddr: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:51.169 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:51.174 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:51.180 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:51.193 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:51.197 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:51.201 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:51.204 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:51.221 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:51.240 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:51.242 | Ignoring gunicorn: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:51.245 | Ignoring gunicorn: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:51.249 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:51.265 | Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:51.267 | Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:51.272 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:51.276 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:51.278 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:51.283 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:51.302 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:51.305 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:51.309 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:51.339 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:51.348 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:51.350 | Ignoring influxdb: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:51.352 | Ignoring influxdb: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:51.357 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:51.370 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:51.375 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:51.382 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:51.384 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:51.388 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:51.394 | Ignoring joblib: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:51.398 | Ignoring joblib: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:51.402 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:51.475 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:51.477 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:51.481 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:51.508 | Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:51.510 | Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:51.515 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:51.520 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:51.551 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:51.554 | Ignoring keyring: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:51.556 | Ignoring keyring: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:51.560 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:51.617 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:51.619 | Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:51.621 | Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:51.626 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:51.642 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:51.692 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:51.694 | Ignoring more-itertools: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:51.697 | Ignoring more-itertools: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:51.701 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:51.706 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:51.708 | Ignoring numpy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:51.711 | Ignoring numpy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:51.716 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:51.720 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:51.723 | Ignoring Sphinx: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:51.725 | Ignoring Sphinx: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:51.730 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:51.788 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:51.791 | Ignoring Django: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:51.793 | Ignoring Django: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:51.798 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:51.819 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:51.821 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:51.826 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:51.858 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:51.864 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:51.867 | Ignoring GitPython: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:51.871 | Ignoring GitPython: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:51.875 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:51.911 | Ignoring ndg-httpsclient: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:51.933 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:51.943 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:51.968 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:51.971 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:51.974 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:51.979 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:51.992 | Ignoring diskimage-builder: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:51.994 | Ignoring diskimage-builder: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:51.997 | Ignoring diskimage-builder: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:52.002 | Ignoring diskimage-builder: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:52.012 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:52.014 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:52.028 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:52.038 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:52.041 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:52.045 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:52.059 | Ignoring dnspython: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:52.061 | Ignoring dnspython: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:52.067 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:52.069 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:52.077 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:52.105 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:52.111 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:52.139 | Ignoring typing-extensions: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:52.141 | Ignoring typing-extensions: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:52.147 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:52.164 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:52.166 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:52.171 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:52.174 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:52.176 | Ignoring scikit-learn: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:52.179 | Ignoring scikit-learn: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:52.184 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:52.188 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:52.191 | Ignoring Pygments: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:52.193 | Ignoring Pygments: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:52.198 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:52.203 | Collecting virtualenv===16.7.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 683)) 2021-04-09 19:46:52.372 | Downloading http://10.100.0.9:8080/root/pypi/+f/680/af46846662bb3/virtualenv-16.7.5-py2.py3-none-any.whl (3.3MB) 2021-04-09 19:46:52.517 | Installing collected packages: virtualenv 2021-04-09 19:46:52.517 | Found existing installation: virtualenv 20.4.3 2021-04-09 19:46:52.577 | Uninstalling virtualenv-20.4.3: 2021-04-09 19:46:52.617 | Successfully uninstalled virtualenv-20.4.3 2021-04-09 19:46:52.759 | Successfully installed virtualenv-16.7.5 2021-04-09 19:46:52.845 | You are using pip version 9.0.3, however version 21.0.1 is available. 2021-04-09 19:46:52.845 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-04-09 19:46:52.899 | + inc/python:pip_install:290 : result=0 2021-04-09 19:46:52.902 | + inc/python:pip_install:292 : time_stop pip_install 2021-04-09 19:46:52.905 | + functions-common:time_stop:2336 : local name 2021-04-09 19:46:52.907 | + functions-common:time_stop:2337 : local end_time 2021-04-09 19:46:52.910 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 19:46:52.912 | + functions-common:time_stop:2339 : local total 2021-04-09 19:46:52.915 | + functions-common:time_stop:2340 : local start_time 2021-04-09 19:46:52.917 | + functions-common:time_stop:2342 : name=pip_install 2021-04-09 19:46:52.919 | + functions-common:time_stop:2343 : start_time=1617997609625 2021-04-09 19:46:52.922 | + functions-common:time_stop:2345 : [[ -z 1617997609625 ]] 2021-04-09 19:46:52.925 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 19:46:52.929 | + functions-common:time_stop:2348 : end_time=1617997612926 2021-04-09 19:46:52.932 | + functions-common:time_stop:2349 : elapsed_time=3301 2021-04-09 19:46:52.934 | + functions-common:time_stop:2350 : total=5382 2021-04-09 19:46:52.937 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 19:46:52.939 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=8683 2021-04-09 19:46:52.942 | + inc/python:pip_install:293 : return 0 2021-04-09 19:46:52.945 | + ./stack.sh:main:820 : pip_install -U os-testr 2021-04-09 19:46:52.968 | Check python version for : os-testr 2021-04-09 19:46:52.971 | Using 3.6 version to install os-testr based on default behavior 2021-04-09 19:46:53.372 | + 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-04-09 19:46:54.119 | Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:54.171 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:54.173 | Ignoring pytest: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:54.176 | Ignoring pytest: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:54.180 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:54.249 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:54.256 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:54.259 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:54.261 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:54.266 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:54.275 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:54.302 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:54.304 | Ignoring networkx: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:54.307 | Ignoring networkx: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:54.311 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:54.341 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:54.344 | Ignoring zeroconf: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:54.346 | Ignoring zeroconf: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:54.351 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:54.353 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:54.355 | Ignoring scipy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:54.358 | Ignoring scipy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:54.363 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:54.366 | Ignoring mypy-extensions: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:54.368 | Ignoring mypy-extensions: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:54.373 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:54.460 | Ignoring ifaddr: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:54.462 | Ignoring ifaddr: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:54.467 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:54.472 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:54.477 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:54.490 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:54.493 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:54.497 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:54.500 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:54.518 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:54.536 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:54.538 | Ignoring gunicorn: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:54.541 | Ignoring gunicorn: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:54.545 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:54.561 | Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:54.563 | Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:54.568 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:54.572 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:54.575 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:54.579 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:54.598 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:54.600 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:54.605 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:54.635 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:54.643 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:54.645 | Ignoring influxdb: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:54.648 | Ignoring influxdb: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:54.652 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:54.666 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:54.674 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:54.680 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:54.683 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:54.687 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:54.694 | Ignoring joblib: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:54.698 | Ignoring joblib: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:54.702 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:54.776 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:54.778 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:54.784 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:54.814 | Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:54.817 | Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:54.827 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:54.832 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:54.870 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:54.873 | Ignoring keyring: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:54.876 | Ignoring keyring: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:54.883 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:54.952 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:54.955 | Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:54.958 | Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:54.963 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:54.984 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:55.042 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:55.045 | Ignoring more-itertools: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:55.048 | Ignoring more-itertools: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:55.055 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:55.059 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:55.067 | Ignoring numpy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:55.070 | Ignoring numpy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:55.075 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:55.079 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:55.082 | Ignoring Sphinx: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:55.085 | Ignoring Sphinx: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:55.090 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:55.158 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:55.161 | Ignoring Django: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:55.163 | Ignoring Django: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:55.169 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:55.193 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:55.195 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:55.203 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:55.235 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:55.241 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:55.243 | Ignoring GitPython: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:55.247 | Ignoring GitPython: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:55.252 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:55.289 | Ignoring ndg-httpsclient: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:55.315 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:55.326 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:55.356 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:55.359 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:55.362 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:55.367 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:55.380 | Ignoring diskimage-builder: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:55.384 | Ignoring diskimage-builder: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:55.386 | Ignoring diskimage-builder: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:55.392 | Ignoring diskimage-builder: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:55.406 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:55.408 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:55.421 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:55.432 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:55.435 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:55.441 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:55.458 | Ignoring dnspython: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:55.460 | Ignoring dnspython: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:55.465 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:55.467 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:55.477 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:55.511 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:55.517 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:55.548 | Ignoring typing-extensions: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:55.552 | Ignoring typing-extensions: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:55.559 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:55.579 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:55.582 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:55.586 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:55.589 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:55.591 | Ignoring scikit-learn: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:55.594 | Ignoring scikit-learn: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:55.598 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:55.602 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:46:55.605 | Ignoring Pygments: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:46:55.607 | Ignoring Pygments: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:46:55.612 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:46:55.710 | Collecting os-testr===1.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 527)) 2021-04-09 19:46:55.762 | Downloading http://10.100.0.9:8080/root/pypi/+f/446/66cd417cdcc59/os_testr-1.1.0-py2.py3-none-any.whl (45kB) 2021-04-09 19:46:55.968 | 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-04-09 19:46:56.067 | Collecting python-subunit===1.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 198)) 2021-04-09 19:46:56.092 | Downloading http://10.100.0.9:8080/root/pypi/+f/40f/34660c3da3e51/python_subunit-1.4.0-py2.py3-none-any.whl (106kB) 2021-04-09 19:46:56.259 | 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-04-09 19:46:56.371 | Collecting stestr===2.5.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 366)) 2021-04-09 19:46:56.401 | Downloading http://10.100.0.9:8080/root/pypi/+f/a99/f734775363291/stestr-2.5.1-py2.py3-none-any.whl (116kB) 2021-04-09 19:46:56.575 | 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-04-09 19:46:56.593 | 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-04-09 19:46:56.621 | 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-04-09 19:46:56.657 | 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-04-09 19:46:56.693 | 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-04-09 19:46:56.712 | 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-04-09 19:46:56.808 | Collecting future===0.17.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 578)) 2021-04-09 19:46:56.846 | Downloading http://10.100.0.9:8080/root/pypi/+f/670/45236dcfd6816/future-0.17.1.tar.gz (829kB) 2021-04-09 19:46:58.219 | 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-04-09 19:46:58.369 | 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-04-09 19:46:58.467 | Collecting voluptuous===0.11.7 (from -c /opt/stack/requirements/upper-constraints.txt (line 2)) 2021-04-09 19:46:59.138 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/672/8f66f19cafcab/voluptuous-0.11.7-py3-none-any.whl 2021-04-09 19:46:59.254 | 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-04-09 19:46:59.278 | 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-04-09 19:46:59.380 | 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-04-09 19:46:59.496 | 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-04-09 19:46:59.572 | 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-04-09 19:46:59.601 | 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-04-09 19:46:59.632 | 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-04-09 19:46:59.656 | 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-04-09 19:46:59.658 | Building wheels for collected packages: future 2021-04-09 19:46:59.659 | Running setup.py bdist_wheel for future: started 2021-04-09 19:47:00.776 | Running setup.py bdist_wheel for future: finished with status 'done' 2021-04-09 19:47:00.777 | Stored in directory: /root/.cache/pip/wheels/e7/89/93/dcfa8ed07ff41dece071acff15aa3f0388b63c680968da342e 2021-04-09 19:47:00.875 | Successfully built future 2021-04-09 19:47:00.876 | Installing collected packages: voluptuous, python-subunit, future, stestr, os-testr 2021-04-09 19:47:02.196 | 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-04-09 19:47:02.317 | You are using pip version 9.0.3, however version 21.0.1 is available. 2021-04-09 19:47:02.317 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-04-09 19:47:02.396 | + inc/python:pip_install:290 : result=0 2021-04-09 19:47:02.398 | + inc/python:pip_install:292 : time_stop pip_install 2021-04-09 19:47:02.401 | + functions-common:time_stop:2336 : local name 2021-04-09 19:47:02.403 | + functions-common:time_stop:2337 : local end_time 2021-04-09 19:47:02.405 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 19:47:02.407 | + functions-common:time_stop:2339 : local total 2021-04-09 19:47:02.410 | + functions-common:time_stop:2340 : local start_time 2021-04-09 19:47:02.412 | + functions-common:time_stop:2342 : name=pip_install 2021-04-09 19:47:02.414 | + functions-common:time_stop:2343 : start_time=1617997612960 2021-04-09 19:47:02.416 | + functions-common:time_stop:2345 : [[ -z 1617997612960 ]] 2021-04-09 19:47:02.419 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 19:47:02.423 | + functions-common:time_stop:2348 : end_time=1617997622420 2021-04-09 19:47:02.426 | + functions-common:time_stop:2349 : elapsed_time=9460 2021-04-09 19:47:02.428 | + functions-common:time_stop:2350 : total=8683 2021-04-09 19:47:02.430 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 19:47:02.432 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=18143 2021-04-09 19:47:02.435 | + inc/python:pip_install:293 : return 0 2021-04-09 19:47:02.437 | + ./stack.sh:main:822 : [[ True == \T\r\u\e ]] 2021-04-09 19:47:02.439 | + ./stack.sh:main:823 : pip_install_gr systemd-python 2021-04-09 19:47:02.442 | + inc/python:pip_install_gr:68 : local name=systemd-python 2021-04-09 19:47:02.444 | + inc/python:pip_install_gr:69 : local clean_name 2021-04-09 19:47:02.447 | ++ inc/python:pip_install_gr:70 : get_from_global_requirements systemd-python 2021-04-09 19:47:02.450 | ++ inc/python:get_from_global_requirements:316 : local package=systemd-python 2021-04-09 19:47:02.453 | ++ inc/python:get_from_global_requirements:317 : local required_pkg 2021-04-09 19:47:02.456 | +++ inc/python:get_from_global_requirements:318 : grep -i -h '^systemd-python' /opt/stack/requirements/global-requirements.txt 2021-04-09 19:47:02.457 | +++ inc/python:get_from_global_requirements:318 : cut -d# -f1 2021-04-09 19:47:02.461 | ++ inc/python:get_from_global_requirements:318 : required_pkg='systemd-python ' 2021-04-09 19:47:02.464 | ++ inc/python:get_from_global_requirements:319 : [[ systemd-python == '' ]] 2021-04-09 19:47:02.467 | ++ inc/python:get_from_global_requirements:322 : echo systemd-python 2021-04-09 19:47:02.470 | + inc/python:pip_install_gr:70 : clean_name=systemd-python 2021-04-09 19:47:02.473 | + inc/python:pip_install_gr:71 : pip_install systemd-python 2021-04-09 19:47:02.496 | Check python version for : systemd-python 2021-04-09 19:47:02.500 | Using 3.6 version to install systemd-python based on default behavior 2021-04-09 19:47:02.902 | + 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-04-09 19:47:03.636 | Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:03.691 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:03.693 | Ignoring pytest: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:03.695 | Ignoring pytest: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:03.700 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:03.771 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:03.778 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:03.781 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:03.783 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:03.789 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:03.810 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:03.825 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:03.827 | Ignoring networkx: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:03.829 | Ignoring networkx: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:03.834 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:03.863 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:03.866 | Ignoring zeroconf: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:03.868 | Ignoring zeroconf: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:03.873 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:03.875 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:03.878 | Ignoring scipy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:03.881 | Ignoring scipy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:03.885 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:03.887 | Ignoring mypy-extensions: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:03.890 | Ignoring mypy-extensions: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:03.895 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:03.983 | Ignoring ifaddr: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:03.985 | Ignoring ifaddr: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:03.991 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:03.995 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:04.001 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:04.014 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:04.016 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:04.021 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:04.023 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:04.041 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:04.059 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:04.061 | Ignoring gunicorn: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:04.064 | Ignoring gunicorn: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:04.069 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:04.083 | Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:04.085 | Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:04.089 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:04.093 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:04.096 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:04.101 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:04.119 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:04.121 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:04.126 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:04.155 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:04.163 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:04.165 | Ignoring influxdb: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:04.168 | Ignoring influxdb: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:04.173 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:04.186 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:04.191 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:04.198 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:04.200 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:04.204 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:04.210 | Ignoring joblib: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:04.212 | Ignoring joblib: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:04.217 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:04.287 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:04.289 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:04.293 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:04.319 | Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:04.321 | Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:04.327 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:04.331 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:04.359 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:04.363 | Ignoring keyring: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:04.365 | Ignoring keyring: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:04.370 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:04.423 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:04.426 | Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:04.428 | Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:04.433 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:04.448 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:04.497 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:04.499 | Ignoring more-itertools: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:04.502 | Ignoring more-itertools: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:04.507 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:04.511 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:04.513 | Ignoring numpy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:04.515 | Ignoring numpy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:04.522 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:04.526 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:04.528 | Ignoring Sphinx: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:04.530 | Ignoring Sphinx: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:04.535 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:04.590 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:04.592 | Ignoring Django: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:04.594 | Ignoring Django: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:04.599 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:04.618 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:04.621 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:04.625 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:04.656 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:04.662 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:04.665 | Ignoring GitPython: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:04.667 | Ignoring GitPython: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:04.672 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:04.705 | Ignoring ndg-httpsclient: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:04.727 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:04.737 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:04.760 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:04.763 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:04.765 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:04.771 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:04.784 | Ignoring diskimage-builder: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:04.798 | Ignoring diskimage-builder: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:04.801 | Ignoring diskimage-builder: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:04.806 | Ignoring diskimage-builder: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:04.815 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:04.817 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:04.830 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:04.839 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:04.842 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:04.847 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:04.859 | Ignoring dnspython: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:04.862 | Ignoring dnspython: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:04.867 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:04.869 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:04.876 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:04.891 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:04.897 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:04.923 | Ignoring typing-extensions: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:04.926 | Ignoring typing-extensions: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:04.931 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:04.947 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:04.950 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:04.954 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:04.958 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:04.960 | Ignoring scikit-learn: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:04.963 | Ignoring scikit-learn: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:04.967 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:04.972 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:04.974 | Ignoring Pygments: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:04.976 | Ignoring Pygments: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:04.981 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:04.985 | Requirement already satisfied: systemd-python===234 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 531)) 2021-04-09 19:47:05.077 | You are using pip version 9.0.3, however version 21.0.1 is available. 2021-04-09 19:47:05.077 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-04-09 19:47:05.125 | + inc/python:pip_install:290 : result=0 2021-04-09 19:47:05.127 | + inc/python:pip_install:292 : time_stop pip_install 2021-04-09 19:47:05.130 | + functions-common:time_stop:2336 : local name 2021-04-09 19:47:05.132 | + functions-common:time_stop:2337 : local end_time 2021-04-09 19:47:05.135 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 19:47:05.137 | + functions-common:time_stop:2339 : local total 2021-04-09 19:47:05.139 | + functions-common:time_stop:2340 : local start_time 2021-04-09 19:47:05.141 | + functions-common:time_stop:2342 : name=pip_install 2021-04-09 19:47:05.143 | + functions-common:time_stop:2343 : start_time=1617997622488 2021-04-09 19:47:05.146 | + functions-common:time_stop:2345 : [[ -z 1617997622488 ]] 2021-04-09 19:47:05.149 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 19:47:05.152 | + functions-common:time_stop:2348 : end_time=1617997625150 2021-04-09 19:47:05.155 | + functions-common:time_stop:2349 : elapsed_time=2662 2021-04-09 19:47:05.157 | + functions-common:time_stop:2350 : total=18143 2021-04-09 19:47:05.160 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 19:47:05.162 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=20805 2021-04-09 19:47:05.164 | + inc/python:pip_install:293 : return 0 2021-04-09 19:47:05.166 | + ./stack.sh:main:826 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2021-04-09 19:47:05.213 | + ./stack.sh:main:827 : sudo systemctl restart systemd-journald 2021-04-09 19:47:05.436 | + ./stack.sh:main:834 : install_infra 2021-04-09 19:47:05.439 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-04-09 19:47:05.441 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2021-04-09 19:47:05.444 | + lib/infra:install_infra:32 : virtualenv /opt/stack/requirements/.venv 2021-04-09 19:47:07.328 | Using base prefix '/usr' 2021-04-09 19:47:07.329 | New python executable in /opt/stack/requirements/.venv/bin/python3.6 2021-04-09 19:47:07.329 | Also creating executable in /opt/stack/requirements/.venv/bin/python 2021-04-09 19:47:07.329 | Installing setuptools, pip, wheel... 2021-04-09 19:47:12.937 | done. 2021-04-09 19:47:12.957 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-04-09 19:47:12.959 | + lib/infra:install_infra:34 : pip_install -U pbr 2021-04-09 19:47:13.386 | + 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-04-09 19:47:15.255 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-04-09 19:47:15.437 | Collecting pbr 2021-04-09 19:47:15.445 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b32/c8ccaac7b1a20/pbr-5.4.3-py2.py3-none-any.whl (110 kB) 2021-04-09 19:47:15.518 | Installing collected packages: pbr 2021-04-09 19:47:15.694 | Successfully installed pbr-5.4.3 2021-04-09 19:47:16.080 | + inc/python:pip_install:290 : result=0 2021-04-09 19:47:16.083 | + inc/python:pip_install:292 : time_stop pip_install 2021-04-09 19:47:16.086 | + functions-common:time_stop:2336 : local name 2021-04-09 19:47:16.088 | + functions-common:time_stop:2337 : local end_time 2021-04-09 19:47:16.090 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 19:47:16.092 | + functions-common:time_stop:2339 : local total 2021-04-09 19:47:16.099 | + functions-common:time_stop:2340 : local start_time 2021-04-09 19:47:16.101 | + functions-common:time_stop:2342 : name=pip_install 2021-04-09 19:47:16.103 | + functions-common:time_stop:2343 : start_time=1617997632974 2021-04-09 19:47:16.106 | + functions-common:time_stop:2345 : [[ -z 1617997632974 ]] 2021-04-09 19:47:16.109 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 19:47:16.112 | + functions-common:time_stop:2348 : end_time=1617997636109 2021-04-09 19:47:16.115 | + functions-common:time_stop:2349 : elapsed_time=3135 2021-04-09 19:47:16.117 | + functions-common:time_stop:2350 : total=20805 2021-04-09 19:47:16.119 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 19:47:16.122 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=23940 2021-04-09 19:47:16.124 | + inc/python:pip_install:293 : return 0 2021-04-09 19:47:16.126 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-04-09 19:47:16.130 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2021-04-09 19:47:16.553 | + 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-04-09 19:47:18.408 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-04-09 19:47:18.463 | Processing /opt/stack/requirements 2021-04-09 19:47:20.018 | Collecting fixtures>=3.0.0 2021-04-09 19:47:20.025 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/2a5/51b0421101de1/fixtures-3.0.0-py2.py3-none-any.whl (67 kB) 2021-04-09 19:47:20.058 | Collecting Parsley>=1.2 2021-04-09 19:47:20.065 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88 kB) 2021-04-09 19:47:20.124 | Collecting six>=1.10.0 2021-04-09 19:47:20.132 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/335/0809f0555b11f/six-1.12.0-py2.py3-none-any.whl (10 kB) 2021-04-09 19:47:20.204 | Collecting packaging>=16.5 2021-04-09 19:47:20.212 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a7a/c867b97fdc07e/packaging-19.1-py2.py3-none-any.whl (30 kB) 2021-04-09 19:47:20.367 | Collecting requests>=2.14.2 2021-04-09 19:47:20.375 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9cf/5292fcd0f598c/requests-2.22.0-py2.py3-none-any.whl (57 kB) 2021-04-09 19:47:20.560 | Collecting PyYAML>=3.12 2021-04-09 19:47:20.569 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/01a/df0b6c6f61bd1/PyYAML-5.1.2.tar.gz (265 kB) 2021-04-09 19:47:21.291 | 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.dev2793) (5.4.3) 2021-04-09 19:47:21.353 | Collecting testtools>=0.9.22 2021-04-09 19:47:21.361 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/a2b/e448869171b6e/testtools-2.3.0-py2.py3-none-any.whl (184 kB) 2021-04-09 19:47:21.424 | Collecting attrs 2021-04-09 19:47:21.431 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/69c/0dbf2ed392de1/attrs-19.1.0-py2.py3-none-any.whl (35 kB) 2021-04-09 19:47:21.582 | Collecting pyparsing>=2.0.2 2021-04-09 19:47:21.590 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d93/38df12903bbf5/pyparsing-2.4.2-py2.py3-none-any.whl (65 kB) 2021-04-09 19:47:21.671 | Collecting chardet<3.1.0,>=3.0.2 2021-04-09 19:47:21.679 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/fc3/23ffcaeaed0e0/chardet-3.0.4-py2.py3-none-any.whl (133 kB) 2021-04-09 19:47:21.759 | Collecting certifi>=2017.4.17 2021-04-09 19:47:21.766 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/046/832c04d4e752f/certifi-2019.6.16-py2.py3-none-any.whl (157 kB) 2021-04-09 19:47:21.882 | Collecting urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 2021-04-09 19:47:21.890 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b24/6607a25ac80be/urllib3-1.25.3-py2.py3-none-any.whl (150 kB) 2021-04-09 19:47:21.942 | Collecting idna<2.9,>=2.5 2021-04-09 19:47:21.949 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ea8/b7f6188e6fa11/idna-2.8-py2.py3-none-any.whl (58 kB) 2021-04-09 19:47:22.047 | Collecting python-mimeparse 2021-04-09 19:47:22.055 | 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-04-09 19:47:22.084 | Collecting extras>=1.0.0 2021-04-09 19:47:22.091 | 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-04-09 19:47:22.137 | Collecting unittest2>=1.0.0 2021-04-09 19:47:22.143 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/13f/77d0875db6d9b/unittest2-1.1.0-py2.py3-none-any.whl (96 kB) 2021-04-09 19:47:22.182 | Collecting traceback2 2021-04-09 19:47:22.190 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/825/3cebec4b19094/traceback2-1.4.0-py2.py3-none-any.whl (16 kB) 2021-04-09 19:47:22.251 | Collecting argparse 2021-04-09 19:47:22.258 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/c31/647edb69fd3d4/argparse-1.4.0-py2.py3-none-any.whl (23 kB) 2021-04-09 19:47:22.372 | Collecting linecache2 2021-04-09 19:47:22.379 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/e78/be9c0a0dfcbac/linecache2-1.0.0-py2.py3-none-any.whl (12 kB) 2021-04-09 19:47:22.394 | Building wheels for collected packages: openstack-requirements, PyYAML 2021-04-09 19:47:22.395 | Building wheel for openstack-requirements (setup.py): started 2021-04-09 19:47:24.526 | Building wheel for openstack-requirements (setup.py): finished with status 'done' 2021-04-09 19:47:24.528 | Created wheel for openstack-requirements: filename=openstack_requirements-1.2.1.dev2793-py3-none-any.whl size=76705 sha256=d86bc042a617e3ecb7151678a6d0cae38992a5235f5ad6500c9b0971f07f50c5 2021-04-09 19:47:24.528 | Stored in directory: /tmp/pip-ephem-wheel-cache-inurckh5/wheels/1a/7e/60/0ed2d2429d1552c401a2db3645e6559a85e8b65b0e9a0a60f5 2021-04-09 19:47:24.533 | Building wheel for PyYAML (setup.py): started 2021-04-09 19:47:34.675 | Building wheel for PyYAML (setup.py): finished with status 'done' 2021-04-09 19:47:34.678 | Created wheel for PyYAML: filename=PyYAML-5.1.2-cp36-cp36m-linux_x86_64.whl size=402342 sha256=6d4dae24ce86cd26a914367a472f30d21cb961fafcb880fac55df865e5790187 2021-04-09 19:47:34.678 | Stored in directory: /home/ubuntu/.cache/pip/wheels/35/db/cf/fe4b3011508798daa1838d1b46d18bd9bddaddd43a3bd9b8f7 2021-04-09 19:47:34.682 | Successfully built openstack-requirements PyYAML 2021-04-09 19:47:34.912 | 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-04-09 19:47:38.413 | 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.dev2793 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-04-09 19:47:38.611 | + inc/python:pip_install:290 : result=0 2021-04-09 19:47:38.614 | + inc/python:pip_install:292 : time_stop pip_install 2021-04-09 19:47:38.616 | + functions-common:time_stop:2336 : local name 2021-04-09 19:47:38.618 | + functions-common:time_stop:2337 : local end_time 2021-04-09 19:47:38.620 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 19:47:38.623 | + functions-common:time_stop:2339 : local total 2021-04-09 19:47:38.625 | + functions-common:time_stop:2340 : local start_time 2021-04-09 19:47:38.628 | + functions-common:time_stop:2342 : name=pip_install 2021-04-09 19:47:38.631 | + functions-common:time_stop:2343 : start_time=1617997636149 2021-04-09 19:47:38.633 | + functions-common:time_stop:2345 : [[ -z 1617997636149 ]] 2021-04-09 19:47:38.636 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 19:47:38.639 | + functions-common:time_stop:2348 : end_time=1617997658637 2021-04-09 19:47:38.642 | + functions-common:time_stop:2349 : elapsed_time=22488 2021-04-09 19:47:38.644 | + functions-common:time_stop:2350 : total=23940 2021-04-09 19:47:38.646 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 19:47:38.648 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=46428 2021-04-09 19:47:38.650 | + inc/python:pip_install:293 : return 0 2021-04-09 19:47:38.653 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2021-04-09 19:47:38.655 | + lib/infra:install_infra:42 : use_library_from_git pbr 2021-04-09 19:47:38.658 | + inc/python:use_library_from_git:328 : local name=pbr 2021-04-09 19:47:38.661 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:47:38.663 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:47:38.666 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,pbr, ]] 2021-04-09 19:47:38.668 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:47:38.671 | + lib/infra:install_infra:48 : pip_install -U pbr 2021-04-09 19:47:38.692 | Check python version for : pbr 2021-04-09 19:47:38.696 | Using 3.6 version to install pbr based on default behavior 2021-04-09 19:47:39.099 | + 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-04-09 19:47:39.837 | Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:39.889 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:39.891 | Ignoring pytest: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:39.893 | Ignoring pytest: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:39.899 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:39.968 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:39.976 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:39.979 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:39.981 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:39.987 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:40.006 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:40.021 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:40.023 | Ignoring networkx: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:40.025 | Ignoring networkx: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:40.030 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:40.059 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:40.062 | Ignoring zeroconf: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:40.064 | Ignoring zeroconf: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:40.070 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:40.072 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:40.074 | Ignoring scipy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:40.077 | Ignoring scipy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:40.082 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:40.084 | Ignoring mypy-extensions: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:40.087 | Ignoring mypy-extensions: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:40.092 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:40.178 | Ignoring ifaddr: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:40.180 | Ignoring ifaddr: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:40.185 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:40.189 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:40.196 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:40.208 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:40.210 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:40.215 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:40.217 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:40.235 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:40.253 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:40.255 | Ignoring gunicorn: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:40.259 | Ignoring gunicorn: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:40.263 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:40.277 | Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:40.279 | Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:40.284 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:40.288 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:40.291 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:40.295 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:40.314 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:40.316 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:40.321 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:40.352 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:40.360 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:40.362 | Ignoring influxdb: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:40.365 | Ignoring influxdb: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:40.370 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:40.382 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:40.388 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:40.394 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:40.396 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:40.401 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:40.406 | Ignoring joblib: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:40.409 | Ignoring joblib: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:40.414 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:40.485 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:40.488 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:40.493 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:40.518 | Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:40.521 | Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:40.526 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:40.530 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:40.560 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:40.562 | Ignoring keyring: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:40.565 | Ignoring keyring: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:40.569 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:40.623 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:40.626 | Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:40.628 | Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:40.633 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:40.650 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:40.700 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:40.702 | Ignoring more-itertools: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:40.705 | Ignoring more-itertools: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:40.710 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:40.714 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:40.717 | Ignoring numpy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:40.719 | Ignoring numpy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:40.725 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:40.729 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:40.731 | Ignoring Sphinx: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:40.733 | Ignoring Sphinx: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:40.739 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:40.794 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:40.797 | Ignoring Django: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:40.799 | Ignoring Django: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:40.805 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:40.824 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:40.826 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:40.831 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:40.864 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:40.870 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:40.872 | Ignoring GitPython: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:40.875 | Ignoring GitPython: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:40.879 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:40.914 | Ignoring ndg-httpsclient: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:40.937 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:40.947 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:40.971 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:40.974 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:40.976 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:40.981 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:40.995 | Ignoring diskimage-builder: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:41.010 | Ignoring diskimage-builder: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:41.012 | Ignoring diskimage-builder: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:41.017 | Ignoring diskimage-builder: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:41.026 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:41.029 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:41.043 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:41.054 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:41.056 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:41.061 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:41.074 | Ignoring dnspython: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:41.077 | Ignoring dnspython: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:41.081 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:41.084 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:41.091 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:41.106 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:41.112 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:41.139 | Ignoring typing-extensions: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:41.141 | Ignoring typing-extensions: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:41.147 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:41.163 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:41.165 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:41.170 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:41.173 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:41.176 | Ignoring scikit-learn: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:41.178 | Ignoring scikit-learn: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:41.183 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:41.187 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:47:41.189 | Ignoring Pygments: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:47:41.192 | Ignoring Pygments: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:47:41.197 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:47:41.293 | 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-04-09 19:47:41.386 | You are using pip version 9.0.3, however version 21.0.1 is available. 2021-04-09 19:47:41.386 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-04-09 19:47:41.439 | + inc/python:pip_install:290 : result=0 2021-04-09 19:47:41.441 | + inc/python:pip_install:292 : time_stop pip_install 2021-04-09 19:47:41.444 | + functions-common:time_stop:2336 : local name 2021-04-09 19:47:41.447 | + functions-common:time_stop:2337 : local end_time 2021-04-09 19:47:41.449 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 19:47:41.452 | + functions-common:time_stop:2339 : local total 2021-04-09 19:47:41.454 | + functions-common:time_stop:2340 : local start_time 2021-04-09 19:47:41.456 | + functions-common:time_stop:2342 : name=pip_install 2021-04-09 19:47:41.458 | + functions-common:time_stop:2343 : start_time=1617997658685 2021-04-09 19:47:41.460 | + functions-common:time_stop:2345 : [[ -z 1617997658685 ]] 2021-04-09 19:47:41.463 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 19:47:41.467 | + functions-common:time_stop:2348 : end_time=1617997661464 2021-04-09 19:47:41.469 | + functions-common:time_stop:2349 : elapsed_time=2779 2021-04-09 19:47:41.471 | + functions-common:time_stop:2350 : total=46428 2021-04-09 19:47:41.473 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 19:47:41.475 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=49207 2021-04-09 19:47:41.478 | + inc/python:pip_install:293 : return 0 2021-04-09 19:47:41.480 | + ./stack.sh:main:837 : virtualenv /opt/stack/bindep-venv 2021-04-09 19:47:43.407 | Using base prefix '/usr' 2021-04-09 19:47:43.407 | New python executable in /opt/stack/bindep-venv/bin/python3.6 2021-04-09 19:47:43.407 | Also creating executable in /opt/stack/bindep-venv/bin/python 2021-04-09 19:47:43.407 | Installing setuptools, pip, wheel... 2021-04-09 19:47:48.728 | done. 2021-04-09 19:47:48.748 | + ./stack.sh:main:839 : /opt/stack/bindep-venv/bin/pip install bindep 2021-04-09 19:47:49.379 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-04-09 19:47:49.481 | Collecting bindep 2021-04-09 19:47:49.489 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/0e7/df0a527c159ff/bindep-2.9.0-py2.py3-none-any.whl (32 kB) 2021-04-09 19:47:49.552 | Collecting distro 2021-04-09 19:47:49.559 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/df7/4eed763e18d10/distro-1.5.0-py2.py3-none-any.whl (18 kB) 2021-04-09 19:47:49.588 | Collecting Parsley 2021-04-09 19:47:49.594 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88 kB) 2021-04-09 19:47:49.786 | Collecting pbr>=2.0.0 2021-04-09 19:47:49.792 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b23/6cde0ac9a6aed/pbr-5.5.1-py2.py3-none-any.whl (106 kB) 2021-04-09 19:47:49.890 | Installing collected packages: pbr, Parsley, distro, bindep 2021-04-09 19:47:50.548 | Successfully installed Parsley-1.3 bindep-2.9.0 distro-1.5.0 pbr-5.5.1 2021-04-09 19:47:50.928 | + ./stack.sh:main:840 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2021-04-09 19:47:50.931 | + ./stack.sh:main:840 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2021-04-09 19:47:50.934 | ++ ./stack.sh:main:843 : _get_plugin_bindep_packages 2021-04-09 19:47:50.952 | + ./stack.sh:main:843 : pkgs= 2021-04-09 19:47:50.956 | + ./stack.sh:main:844 : [[ -n '' ]] 2021-04-09 19:47:50.960 | + ./stack.sh:main:851 : run_phase stack pre-install 2021-04-09 19:47:50.962 | + functions-common:run_phase:1760 : local mode=stack 2021-04-09 19:47:50.968 | + functions-common:run_phase:1761 : local phase=pre-install 2021-04-09 19:47:50.970 | + functions-common:run_phase:1762 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-04-09 19:47:50.973 | + functions-common:run_phase:1763 : local extra_plugin_file_name 2021-04-09 19:47:50.976 | + functions-common:run_phase:1764 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-04-09 19:47:50.978 | + functions-common:run_phase:1769 : local exceptions=80-tempest.sh 2021-04-09 19:47:50.981 | + functions-common:run_phase:1770 : local extra 2021-04-09 19:47:50.984 | ++ functions-common:run_phase:1771 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-04-09 19:47:50.987 | + functions-common:run_phase:1771 : extra=80-tempest.sh 2021-04-09 19:47:50.990 | + functions-common:run_phase:1772 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-04-09 19:47:50.995 | + functions-common:run_phase:1776 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-04-09 19:47:50.998 | + functions-common:run_phase:1776 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2021-04-09 19:47:51.000 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-04-09 19:47:51.017 | ++ functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:47:51.020 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2021-04-09 19:47:51.022 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2021-04-09 19:47:51.024 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2021-04-09 19:47:51.027 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2021-04-09 19:47:51.029 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2021-04-09 19:47:51.031 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2021-04-09 19:47:51.033 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2021-04-09 19:47:51.036 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2021-04-09 19:47:51.039 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2021-04-09 19:47:51.041 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2021-04-09 19:47:51.044 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2021-04-09 19:47:51.047 | ++ extras.d/80-tempest.sh:source:26 : [[ stack == \u\n\s\t\a\c\k ]] 2021-04-09 19:47:51.051 | ++ extras.d/80-tempest.sh:source:31 : [[ stack == \c\l\e\a\n ]] 2021-04-09 19:47:51.057 | + functions-common:run_phase:1781 : [[ stack == \s\o\u\r\c\e ]] 2021-04-09 19:47:51.059 | + functions-common:run_phase:1784 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-04-09 19:47:51.061 | + functions-common:run_phase:1787 : run_plugins stack pre-install 2021-04-09 19:47:51.064 | + functions-common:run_plugins:1746 : local mode=stack 2021-04-09 19:47:51.067 | + functions-common:run_plugins:1747 : local phase=pre-install 2021-04-09 19:47:51.070 | + functions-common:run_plugins:1749 : local plugins= 2021-04-09 19:47:51.072 | + functions-common:run_plugins:1750 : local plugin 2021-04-09 19:47:51.075 | + ./stack.sh:main:854 : set_systemd_override DefaultLimitNOFILE 2048 2021-04-09 19:47:51.077 | + functions:set_systemd_override:783 : local key=DefaultLimitNOFILE 2021-04-09 19:47:51.080 | + functions:set_systemd_override:784 : local value=2048 2021-04-09 19:47:51.084 | + functions:set_systemd_override:786 : local sysconf=/etc/systemd/system.conf 2021-04-09 19:47:51.086 | + functions:set_systemd_override:787 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2021-04-09 19:47:51.136 | + functions:set_systemd_override:788 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2021-04-09 19:47:51.136 | Set systemd system override for DefaultLimitNOFILE=2048 2021-04-09 19:47:51.141 | + functions:set_systemd_override:790 : sudo systemctl daemon-reload 2021-04-09 19:47:51.324 | + ./stack.sh:main:856 : install_rpc_backend 2021-04-09 19:47:51.327 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2021-04-09 19:47:51.345 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:47:51.348 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2021-04-09 19:47:51.350 | + functions-common:install_package:1334 : update_package_repo 2021-04-09 19:47:51.352 | + functions-common:update_package_repo:1306 : NO_UPDATE_REPOS=False 2021-04-09 19:47:51.355 | + functions-common:update_package_repo:1307 : REPOS_UPDATED=True 2021-04-09 19:47:51.357 | + functions-common:update_package_repo:1308 : RETRY_UPDATE=False 2021-04-09 19:47:51.359 | + functions-common:update_package_repo:1310 : [[ False = \T\r\u\e ]] 2021-04-09 19:47:51.362 | + functions-common:update_package_repo:1314 : is_ubuntu 2021-04-09 19:47:51.364 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:47:51.366 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:47:51.371 | + functions-common:update_package_repo:1315 : apt_get_update 2021-04-09 19:47:51.373 | + functions-common:apt_get_update:1069 : [[ True == \T\r\u\e ]] 2021-04-09 19:47:51.376 | + functions-common:apt_get_update:1069 : [[ False != \T\r\u\e ]] 2021-04-09 19:47:51.379 | + functions-common:apt_get_update:1070 : return 2021-04-09 19:47:51.381 | + functions-common:install_package:1335 : real_install_package rabbitmq-server 2021-04-09 19:47:51.384 | + functions-common:real_install_package:1320 : is_ubuntu 2021-04-09 19:47:51.386 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:47:51.388 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:47:51.391 | + functions-common:real_install_package:1321 : apt_get install rabbitmq-server 2021-04-09 19:47:51.410 | + 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-04-09 19:47:51.531 | Reading package lists... 2021-04-09 19:47:51.803 | Building dependency tree... 2021-04-09 19:47:51.804 | Reading state information... 2021-04-09 19:47:52.035 | The following packages were automatically installed and are no longer required: 2021-04-09 19:47:52.036 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-04-09 19:47:52.036 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-04-09 19:47:52.036 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-04-09 19:47:52.036 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-04-09 19:47:52.036 | python3-twisted-bin python3-zope.interface 2021-04-09 19:47:52.036 | Use 'sudo apt autoremove' to remove them. 2021-04-09 19:47:52.036 | The following additional packages will be installed: 2021-04-09 19:47:52.036 | erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter 2021-04-09 19:47:52.036 | erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic 2021-04-09 19:47:52.036 | erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon 2021-04-09 19:47:52.036 | erlang-parsetools erlang-public-key erlang-runtime-tools erlang-snmp 2021-04-09 19:47:52.037 | erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools erlang-xmerl libodbc1 2021-04-09 19:47:52.038 | Suggested packages: 2021-04-09 19:47:52.038 | erlang erlang-manpages erlang-doc xsltproc fop erlang-ic-java libmyodbc 2021-04-09 19:47:52.038 | odbc-postgresql tdsodbc unixodbc-bin 2021-04-09 19:47:52.084 | The following NEW packages will be installed: 2021-04-09 19:47:52.084 | erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter 2021-04-09 19:47:52.084 | erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic 2021-04-09 19:47:52.084 | erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon 2021-04-09 19:47:52.084 | erlang-parsetools erlang-public-key erlang-runtime-tools erlang-snmp 2021-04-09 19:47:52.085 | erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools erlang-xmerl libodbc1 2021-04-09 19:47:52.085 | rabbitmq-server 2021-04-09 19:47:52.380 | 0 upgraded, 26 newly installed, 0 to remove and 154 not upgraded. 2021-04-09 19:47:52.380 | Need to get 24.5 MB of archives. 2021-04-09 19:47:52.380 | After this operation, 40.4 MB of additional disk space will be used. 2021-04-09 19:47:52.380 | 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-04-09 19:47:54.106 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-asn1 amd64 1:20.2.2+dfsg-1ubuntu2 [724 kB] 2021-04-09 19:47:54.167 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-mnesia amd64 1:20.2.2+dfsg-1ubuntu2 [724 kB] 2021-04-09 19:47:54.229 | 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-04-09 19:47:54.445 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-crypto amd64 1:20.2.2+dfsg-1ubuntu2 [104 kB] 2021-04-09 19:47:54.447 | 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-04-09 19:47:54.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-04-09 19:47:54.508 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-inets amd64 1:20.2.2+dfsg-1ubuntu2 [711 kB] 2021-04-09 19:47:54.566 | 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-04-09 19:47:54.879 | 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-04-09 19:47:54.911 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-diameter amd64 1:20.2.2+dfsg-1ubuntu2 [647 kB] 2021-04-09 19:47:55.080 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-xmerl amd64 1:20.2.2+dfsg-1ubuntu2 [964 kB] 2021-04-09 19:47:55.267 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-edoc amd64 1:20.2.2+dfsg-1ubuntu2 [283 kB] 2021-04-09 19:47:55.274 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-eldap amd64 1:20.2.2+dfsg-1ubuntu2 [101 kB] 2021-04-09 19:47:55.276 | 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-04-09 19:47:55.279 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-eunit amd64 1:20.2.2+dfsg-1ubuntu2 [136 kB] 2021-04-09 19:47:55.283 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-ic amd64 1:20.2.2+dfsg-1ubuntu2 [817 kB] 2021-04-09 19:47:55.375 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libodbc1 amd64 2.3.4-1.1ubuntu3 [183 kB] 2021-04-09 19:47:55.401 | 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-04-09 19:47:55.402 | 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-04-09 19:47:55.749 | 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-04-09 19:47:55.751 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-parsetools amd64 1:20.2.2+dfsg-1ubuntu2 [153 kB] 2021-04-09 19:47:55.755 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-ssh amd64 1:20.2.2+dfsg-1ubuntu2 [508 kB] 2021-04-09 19:47:55.767 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-tools amd64 1:20.2.2+dfsg-1ubuntu2 [503 kB] 2021-04-09 19:47:55.895 | 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-04-09 19:47:55.896 | 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-04-09 19:47:57.210 | Fetched 24.5 MB in 5s (5,371 kB/s) 2021-04-09 19:47:57.409 | Selecting previously unselected package erlang-base. 2021-04-09 19:47:57.448 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 74480 files and directories currently installed.) 2021-04-09 19:47:57.451 | Preparing to unpack .../00-erlang-base_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-09 19:47:57.493 | Unpacking erlang-base (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-09 19:47:58.860 | Selecting previously unselected package erlang-asn1. 2021-04-09 19:47:58.868 | Preparing to unpack .../01-erlang-asn1_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-09 19:47:58.922 | Unpacking erlang-asn1 (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-09 19:47:59.339 | Selecting previously unselected package erlang-mnesia. 2021-04-09 19:47:59.347 | Preparing to unpack .../02-erlang-mnesia_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-09 19:47:59.408 | Unpacking erlang-mnesia (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-09 19:47:59.779 | Selecting previously unselected package erlang-runtime-tools. 2021-04-09 19:47:59.787 | Preparing to unpack .../03-erlang-runtime-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-09 19:47:59.842 | Unpacking erlang-runtime-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-09 19:48:00.208 | Selecting previously unselected package erlang-crypto. 2021-04-09 19:48:00.216 | Preparing to unpack .../04-erlang-crypto_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-09 19:48:00.270 | Unpacking erlang-crypto (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-09 19:48:00.574 | Selecting previously unselected package erlang-public-key. 2021-04-09 19:48:00.582 | Preparing to unpack .../05-erlang-public-key_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-09 19:48:00.642 | Unpacking erlang-public-key (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-09 19:48:01.140 | Selecting previously unselected package erlang-ssl. 2021-04-09 19:48:01.148 | Preparing to unpack .../06-erlang-ssl_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-09 19:48:01.208 | Unpacking erlang-ssl (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-09 19:48:01.665 | Selecting previously unselected package erlang-inets. 2021-04-09 19:48:01.673 | Preparing to unpack .../07-erlang-inets_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-09 19:48:01.716 | Unpacking erlang-inets (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-09 19:48:02.128 | Selecting previously unselected package erlang-corba. 2021-04-09 19:48:02.136 | Preparing to unpack .../08-erlang-corba_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-09 19:48:02.196 | Unpacking erlang-corba (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-09 19:48:02.888 | Selecting previously unselected package erlang-syntax-tools. 2021-04-09 19:48:02.896 | Preparing to unpack .../09-erlang-syntax-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-09 19:48:02.950 | Unpacking erlang-syntax-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-09 19:48:03.305 | Selecting previously unselected package erlang-diameter. 2021-04-09 19:48:03.313 | Preparing to unpack .../10-erlang-diameter_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-09 19:48:03.384 | Unpacking erlang-diameter (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-09 19:48:03.859 | Selecting previously unselected package erlang-xmerl. 2021-04-09 19:48:03.867 | Preparing to unpack .../11-erlang-xmerl_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-09 19:48:03.927 | Unpacking erlang-xmerl (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-09 19:48:04.397 | Selecting previously unselected package erlang-edoc. 2021-04-09 19:48:04.404 | Preparing to unpack .../12-erlang-edoc_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-09 19:48:04.430 | Unpacking erlang-edoc (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-09 19:48:04.751 | Selecting previously unselected package erlang-eldap. 2021-04-09 19:48:04.759 | Preparing to unpack .../13-erlang-eldap_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-09 19:48:04.813 | Unpacking erlang-eldap (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-09 19:48:05.151 | Selecting previously unselected package erlang-erl-docgen. 2021-04-09 19:48:05.158 | Preparing to unpack .../14-erlang-erl-docgen_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-09 19:48:05.207 | Unpacking erlang-erl-docgen (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-09 19:48:05.574 | Selecting previously unselected package erlang-eunit. 2021-04-09 19:48:05.581 | Preparing to unpack .../15-erlang-eunit_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-09 19:48:05.647 | Unpacking erlang-eunit (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-09 19:48:05.990 | Selecting previously unselected package erlang-ic. 2021-04-09 19:48:05.998 | Preparing to unpack .../16-erlang-ic_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-09 19:48:06.082 | Unpacking erlang-ic (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-09 19:48:06.573 | Selecting previously unselected package libodbc1:amd64. 2021-04-09 19:48:06.582 | Preparing to unpack .../17-libodbc1_2.3.4-1.1ubuntu3_amd64.deb ... 2021-04-09 19:48:06.773 | Unpacking libodbc1:amd64 (2.3.4-1.1ubuntu3) ... 2021-04-09 19:48:07.145 | Selecting previously unselected package erlang-odbc. 2021-04-09 19:48:07.153 | Preparing to unpack .../18-erlang-odbc_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-09 19:48:07.208 | Unpacking erlang-odbc (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-09 19:48:07.556 | Selecting previously unselected package erlang-snmp. 2021-04-09 19:48:07.565 | Preparing to unpack .../19-erlang-snmp_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-09 19:48:07.631 | Unpacking erlang-snmp (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-09 19:48:08.270 | Selecting previously unselected package erlang-os-mon. 2021-04-09 19:48:08.278 | Preparing to unpack .../20-erlang-os-mon_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-09 19:48:08.356 | Unpacking erlang-os-mon (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-09 19:48:08.688 | Selecting previously unselected package erlang-parsetools. 2021-04-09 19:48:08.698 | Preparing to unpack .../21-erlang-parsetools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-09 19:48:08.756 | Unpacking erlang-parsetools (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-09 19:48:09.128 | Selecting previously unselected package erlang-ssh. 2021-04-09 19:48:09.136 | Preparing to unpack .../22-erlang-ssh_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-09 19:48:09.190 | Unpacking erlang-ssh (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-09 19:48:09.591 | Selecting previously unselected package erlang-tools. 2021-04-09 19:48:09.599 | Preparing to unpack .../23-erlang-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-09 19:48:09.671 | Unpacking erlang-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-09 19:48:10.105 | Selecting previously unselected package erlang-nox. 2021-04-09 19:48:10.113 | Preparing to unpack .../24-erlang-nox_1%3a20.2.2+dfsg-1ubuntu2_all.deb ... 2021-04-09 19:48:10.167 | Unpacking erlang-nox (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-09 19:48:10.596 | Selecting previously unselected package rabbitmq-server. 2021-04-09 19:48:10.604 | Preparing to unpack .../25-rabbitmq-server_3.6.10-1ubuntu0.4_all.deb ... 2021-04-09 19:48:10.653 | Unpacking rabbitmq-server (3.6.10-1ubuntu0.4) ... 2021-04-09 19:48:11.626 | Setting up libodbc1:amd64 (2.3.4-1.1ubuntu3) ... 2021-04-09 19:48:12.019 | Setting up erlang-base (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-09 19:48:13.406 | Searching for services which depend on erlang and should be started...none found. 2021-04-09 19:48:13.459 | Processing triggers for ureadahead (0.100.0-21) ... 2021-04-09 19:48:13.579 | Setting up erlang-ic (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-09 19:48:13.745 | Setting up erlang-xmerl (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-09 19:48:13.916 | Setting up erlang-crypto (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-09 19:48:14.042 | Setting up erlang-asn1 (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-09 19:48:14.207 | Setting up erlang-mnesia (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-09 19:48:14.390 | Setting up erlang-eunit (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-09 19:48:14.522 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-04-09 19:48:14.688 | Processing triggers for systemd (237-3ubuntu10.45) ... 2021-04-09 19:48:15.008 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-04-09 19:48:15.887 | Setting up erlang-runtime-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-09 19:48:16.076 | Setting up erlang-syntax-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-09 19:48:16.259 | Setting up erlang-odbc (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-09 19:48:16.413 | Setting up erlang-parsetools (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-09 19:48:16.573 | Setting up erlang-public-key (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-09 19:48:16.704 | Setting up erlang-snmp (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-09 19:48:16.864 | Setting up erlang-ssl (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-09 19:48:17.047 | Setting up erlang-inets (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-09 19:48:17.344 | Setting up erlang-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-09 19:48:17.521 | Setting up erlang-diameter (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-09 19:48:17.693 | Setting up erlang-ssh (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-09 19:48:17.886 | Setting up erlang-os-mon (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-09 19:48:18.075 | Setting up erlang-eldap (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-09 19:48:18.242 | Setting up erlang-edoc (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-09 19:48:18.367 | Setting up erlang-corba (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-09 19:48:18.567 | Setting up erlang-erl-docgen (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-09 19:48:18.727 | Setting up erlang-nox (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-09 19:48:18.887 | Setting up rabbitmq-server (3.6.10-1ubuntu0.4) ... 2021-04-09 19:48:19.285 | Adding group `rabbitmq' (GID 121) ... 2021-04-09 19:48:19.479 | Done. 2021-04-09 19:48:19.555 | Adding system user `rabbitmq' (UID 115) ... 2021-04-09 19:48:19.555 | Adding new user `rabbitmq' (UID 115) with group `rabbitmq' ... 2021-04-09 19:48:19.907 | Not creating home directory `/var/lib/rabbitmq'. 2021-04-09 19:48:20.172 | Created symlink /etc/systemd/system/multi-user.target.wants/rabbitmq-server.service → /lib/systemd/system/rabbitmq-server.service. 2021-04-09 19:48:26.630 | Processing triggers for systemd (237-3ubuntu10.45) ... 2021-04-09 19:48:26.961 | Processing triggers for ureadahead (0.100.0-21) ... 2021-04-09 19:48:29.086 | + functions-common:apt_get:1114 : result=0 2021-04-09 19:48:29.088 | + functions-common:apt_get:1117 : time_stop apt-get 2021-04-09 19:48:29.091 | + functions-common:time_stop:2336 : local name 2021-04-09 19:48:29.094 | + functions-common:time_stop:2337 : local end_time 2021-04-09 19:48:29.097 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 19:48:29.099 | + functions-common:time_stop:2339 : local total 2021-04-09 19:48:29.102 | + functions-common:time_stop:2340 : local start_time 2021-04-09 19:48:29.104 | + functions-common:time_stop:2342 : name=apt-get 2021-04-09 19:48:29.106 | + functions-common:time_stop:2343 : start_time=1617997671407 2021-04-09 19:48:29.109 | + functions-common:time_stop:2345 : [[ -z 1617997671407 ]] 2021-04-09 19:48:29.112 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 19:48:29.116 | + functions-common:time_stop:2348 : end_time=1617997709113 2021-04-09 19:48:29.118 | + functions-common:time_stop:2349 : elapsed_time=37706 2021-04-09 19:48:29.120 | + functions-common:time_stop:2350 : total=373216 2021-04-09 19:48:29.123 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 19:48:29.125 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=410922 2021-04-09 19:48:29.128 | + functions-common:apt_get:1118 : return 0 2021-04-09 19:48:29.131 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2021-04-09 19:48:29.133 | + functions-common:is_suse:463 : is_opensuse 2021-04-09 19:48:29.135 | + functions-common:is_opensuse:470 : [[ -z Ubuntu ]] 2021-04-09 19:48:29.137 | + functions-common:is_opensuse:474 : [[ Ubuntu =~ (openSUSE) ]] 2021-04-09 19:48:29.140 | + functions-common:is_suse:463 : is_suse_linux_enterprise 2021-04-09 19:48:29.143 | + functions-common:is_suse_linux_enterprise:482 : [[ -z Ubuntu ]] 2021-04-09 19:48:29.146 | + functions-common:is_suse_linux_enterprise:486 : [[ Ubuntu =~ (^SUSE) ]] 2021-04-09 19:48:29.148 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2021-04-09 19:48:29.150 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2021-04-09 19:48:29.152 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2021-04-09 19:48:29.155 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2021-04-09 19:48:29.157 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-04-09 19:48:29.160 | + functions-common:is_fedora:454 : '[' Ubuntu = CentOS ']' 2021-04-09 19:48:29.162 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2021-04-09 19:48:29.165 | + functions-common:is_fedora:455 : '[' Ubuntu = Virtuozzo ']' 2021-04-09 19:48:29.167 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2021-04-09 19:48:29.169 | + functions-common:is_suse:463 : is_opensuse 2021-04-09 19:48:29.172 | + functions-common:is_opensuse:470 : [[ -z Ubuntu ]] 2021-04-09 19:48:29.174 | + functions-common:is_opensuse:474 : [[ Ubuntu =~ (openSUSE) ]] 2021-04-09 19:48:29.177 | + functions-common:is_suse:463 : is_suse_linux_enterprise 2021-04-09 19:48:29.179 | + functions-common:is_suse_linux_enterprise:482 : [[ -z Ubuntu ]] 2021-04-09 19:48:29.182 | + functions-common:is_suse_linux_enterprise:486 : [[ Ubuntu =~ (^SUSE) ]] 2021-04-09 19:48:29.184 | + ./stack.sh:main:857 : restart_rpc_backend 2021-04-09 19:48:29.187 | + lib/rpc_backend:restart_rpc_backend:76 : is_service_enabled rabbit 2021-04-09 19:48:29.203 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:48:29.207 | + lib/rpc_backend:restart_rpc_backend:78 : echo_summary 'Starting RabbitMQ' 2021-04-09 19:48:29.209 | + ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-04-09 19:48:29.211 | + ./stack.sh:echo_summary:461 : echo -e Starting RabbitMQ 2021-04-09 19:48:29.213 | + lib/rpc_backend:restart_rpc_backend:89 : local i 2021-04-09 19:48:29.216 | ++ lib/rpc_backend:restart_rpc_backend:90 : seq 20 2021-04-09 19:48:29.220 | + lib/rpc_backend:restart_rpc_backend:90 : for i in `seq 20` 2021-04-09 19:48:29.223 | + lib/rpc_backend:restart_rpc_backend:91 : local rc=0 2021-04-09 19:48:29.225 | + lib/rpc_backend:restart_rpc_backend:93 : [[ 1 -eq 20 ]] 2021-04-09 19:48:29.227 | + lib/rpc_backend:restart_rpc_backend:95 : [[ 1 == \0 ]] 2021-04-09 19:48:29.230 | + lib/rpc_backend:restart_rpc_backend:99 : rabbit_setuser stackrabbit Passw0rd 2021-04-09 19:48:29.232 | + lib/rpc_backend:rabbit_setuser:168 : local user=stackrabbit pass=Passw0rd found= out= 2021-04-09 19:48:29.235 | ++ lib/rpc_backend:rabbit_setuser:169 : sudo rabbitmqctl list_users 2021-04-09 19:48:30.378 | + lib/rpc_backend:rabbit_setuser:169 : out='Listing users 2021-04-09 19:48:30.378 | guest [administrator]' 2021-04-09 19:48:30.382 | ++ lib/rpc_backend:rabbit_setuser:171 : echo 'Listing users 2021-04-09 19:48:30.382 | guest [administrator]' 2021-04-09 19:48:30.385 | ++ lib/rpc_backend:rabbit_setuser:171 : awk '$1 == user { print $1 }' user=stackrabbit 2021-04-09 19:48:30.390 | + lib/rpc_backend:rabbit_setuser:171 : found= 2021-04-09 19:48:30.393 | + lib/rpc_backend:rabbit_setuser:172 : '[' '' = stackrabbit ']' 2021-04-09 19:48:30.396 | + lib/rpc_backend:rabbit_setuser:176 : sudo rabbitmqctl add_user stackrabbit Passw0rd 2021-04-09 19:48:31.522 | Creating user "stackrabbit" 2021-04-09 19:48:31.576 | + lib/rpc_backend:rabbit_setuser:179 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2021-04-09 19:48:32.703 | Setting permissions for user "stackrabbit" in vhost "/" 2021-04-09 19:48:32.788 | + lib/rpc_backend:restart_rpc_backend:100 : '[' 0 -ne 0 ']' 2021-04-09 19:48:32.790 | + lib/rpc_backend:restart_rpc_backend:105 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2021-04-09 19:48:33.901 | Changing password for user "stackrabbit" 2021-04-09 19:48:33.969 | + lib/rpc_backend:restart_rpc_backend:107 : '[' 0 -ne 0 ']' 2021-04-09 19:48:33.972 | + lib/rpc_backend:restart_rpc_backend:111 : break 2021-04-09 19:48:33.974 | + lib/rpc_backend:restart_rpc_backend:114 : sudo rabbitmqctl delete_user guest 2021-04-09 19:48:35.119 | Deleting user "guest" 2021-04-09 19:48:35.228 | + ./stack.sh:main:859 : is_service_enabled mysql postgresql 2021-04-09 19:48:35.246 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:48:35.250 | + ./stack.sh:main:860 : install_database 2021-04-09 19:48:35.253 | + lib/database:install_database:116 : install_database_mysql 2021-04-09 19:48:35.256 | + lib/databases/mysql:install_database_mysql:133 : is_ubuntu 2021-04-09 19:48:35.259 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:48:35.261 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:48:35.264 | + lib/databases/mysql:install_database_mysql:136 : sudo debconf-set-selections 2021-04-09 19:48:35.593 | + lib/databases/mysql:install_database_mysql:146 : [[ ! -e /home/ubuntu/.my.cnf ]] 2021-04-09 19:48:35.597 | + lib/databases/mysql:install_database_mysql:147 : cat 2021-04-09 19:48:35.602 | + lib/databases/mysql:install_database_mysql:153 : chmod 0600 /home/ubuntu/.my.cnf 2021-04-09 19:48:35.606 | + lib/databases/mysql:install_database_mysql:156 : is_oraclelinux 2021-04-09 19:48:35.608 | + functions-common:is_oraclelinux:436 : [[ -z Ubuntu ]] 2021-04-09 19:48:35.611 | + functions-common:is_oraclelinux:440 : '[' Ubuntu = OracleServer ']' 2021-04-09 19:48:35.614 | + lib/databases/mysql:install_database_mysql:158 : is_fedora 2021-04-09 19:48:35.616 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2021-04-09 19:48:35.618 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2021-04-09 19:48:35.621 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2021-04-09 19:48:35.624 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-04-09 19:48:35.627 | + functions-common:is_fedora:454 : '[' Ubuntu = CentOS ']' 2021-04-09 19:48:35.630 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2021-04-09 19:48:35.633 | + functions-common:is_fedora:455 : '[' Ubuntu = Virtuozzo ']' 2021-04-09 19:48:35.635 | + lib/databases/mysql:install_database_mysql:158 : is_suse 2021-04-09 19:48:35.638 | + functions-common:is_suse:463 : is_opensuse 2021-04-09 19:48:35.640 | + functions-common:is_opensuse:470 : [[ -z Ubuntu ]] 2021-04-09 19:48:35.644 | + functions-common:is_opensuse:474 : [[ Ubuntu =~ (openSUSE) ]] 2021-04-09 19:48:35.646 | + functions-common:is_suse:463 : is_suse_linux_enterprise 2021-04-09 19:48:35.649 | + functions-common:is_suse_linux_enterprise:482 : [[ -z Ubuntu ]] 2021-04-09 19:48:35.651 | + functions-common:is_suse_linux_enterprise:486 : [[ Ubuntu =~ (^SUSE) ]] 2021-04-09 19:48:35.654 | + lib/databases/mysql:install_database_mysql:161 : is_ubuntu 2021-04-09 19:48:35.656 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:48:35.659 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:48:35.662 | + lib/databases/mysql:install_database_mysql:162 : install_package mysql-server 2021-04-09 19:48:35.664 | + functions-common:install_package:1334 : update_package_repo 2021-04-09 19:48:35.668 | + functions-common:update_package_repo:1306 : NO_UPDATE_REPOS=False 2021-04-09 19:48:35.672 | + functions-common:update_package_repo:1307 : REPOS_UPDATED=True 2021-04-09 19:48:35.675 | + functions-common:update_package_repo:1308 : RETRY_UPDATE=False 2021-04-09 19:48:35.678 | + functions-common:update_package_repo:1310 : [[ False = \T\r\u\e ]] 2021-04-09 19:48:35.681 | + functions-common:update_package_repo:1314 : is_ubuntu 2021-04-09 19:48:35.683 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:48:35.686 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:48:35.688 | + functions-common:update_package_repo:1315 : apt_get_update 2021-04-09 19:48:35.691 | + functions-common:apt_get_update:1069 : [[ True == \T\r\u\e ]] 2021-04-09 19:48:35.694 | + functions-common:apt_get_update:1069 : [[ False != \T\r\u\e ]] 2021-04-09 19:48:35.697 | + functions-common:apt_get_update:1070 : return 2021-04-09 19:48:35.700 | + functions-common:install_package:1335 : real_install_package mysql-server 2021-04-09 19:48:35.703 | + functions-common:real_install_package:1320 : is_ubuntu 2021-04-09 19:48:35.707 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:48:35.712 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:48:35.715 | + functions-common:real_install_package:1321 : apt_get install mysql-server 2021-04-09 19:48:35.736 | + 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-04-09 19:48:35.858 | Reading package lists... 2021-04-09 19:48:36.131 | Building dependency tree... 2021-04-09 19:48:36.132 | Reading state information... 2021-04-09 19:48:36.370 | The following packages were automatically installed and are no longer required: 2021-04-09 19:48:36.371 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-04-09 19:48:36.372 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-04-09 19:48:36.372 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-04-09 19:48:36.372 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-04-09 19:48:36.372 | python3-twisted-bin python3-zope.interface 2021-04-09 19:48:36.372 | Use 'sudo apt autoremove' to remove them. 2021-04-09 19:48:36.372 | The following additional packages will be installed: 2021-04-09 19:48:36.372 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-6 2021-04-09 19:48:36.372 | libfcgi-perl libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl 2021-04-09 19:48:36.372 | libhttp-date-perl libhttp-message-perl libio-html-perl 2021-04-09 19:48:36.373 | liblwp-mediatypes-perl liburi-perl mysql-client-5.7 mysql-client-core-5.7 2021-04-09 19:48:36.373 | mysql-server-5.7 mysql-server-core-5.7 2021-04-09 19:48:36.375 | Suggested packages: 2021-04-09 19:48:36.375 | libdata-dump-perl libipc-sharedcache-perl libwww-perl mailx tinyca 2021-04-09 19:48:36.431 | The following NEW packages will be installed: 2021-04-09 19:48:36.431 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-6 2021-04-09 19:48:36.431 | libfcgi-perl libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl 2021-04-09 19:48:36.431 | libhttp-date-perl libhttp-message-perl libio-html-perl 2021-04-09 19:48:36.432 | liblwp-mediatypes-perl liburi-perl mysql-client-5.7 mysql-client-core-5.7 2021-04-09 19:48:36.432 | mysql-server mysql-server-5.7 mysql-server-core-5.7 2021-04-09 19:48:36.733 | 0 upgraded, 18 newly installed, 0 to remove and 154 not upgraded. 2021-04-09 19:48:36.733 | Need to get 19.7 MB of archives. 2021-04-09 19:48:36.733 | After this operation, 157 MB of additional disk space will be used. 2021-04-09 19:48:36.733 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-client-core-5.7 amd64 5.7.33-0ubuntu0.18.04.1 [6,664 kB] 2021-04-09 19:48:38.959 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-client-5.7 amd64 5.7.33-0ubuntu0.18.04.1 [1,945 kB] 2021-04-09 19:48:39.230 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-server-core-5.7 amd64 5.7.33-0ubuntu0.18.04.1 [7,460 kB] 2021-04-09 19:48:40.341 | 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-04-09 19:48:40.351 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-server-5.7 amd64 5.7.33-0ubuntu0.18.04.1 [2,931 kB] 2021-04-09 19:48:40.953 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-tagset-perl all 3.20-3 [12.1 kB] 2021-04-09 19:48:40.954 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liburi-perl all 1.73-1 [77.2 kB] 2021-04-09 19:48:40.968 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-parser-perl amd64 3.72-3build1 [85.9 kB] 2021-04-09 19:48:40.978 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-pm-perl all 4.38-1 [185 kB] 2021-04-09 19:48:40.998 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfcgi-perl amd64 0.78-2build1 [32.8 kB] 2021-04-09 19:48:41.002 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-fast-perl all 1:2.13-1 [9,940 B] 2021-04-09 19:48:41.002 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB] 2021-04-09 19:48:41.004 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-template-perl all 2.97-1 [59.0 kB] 2021-04-09 19:48:41.146 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-date-perl all 6.02-1 [10.4 kB] 2021-04-09 19:48:41.146 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libio-html-perl all 1.001-1 [14.9 kB] 2021-04-09 19:48:41.230 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liblwp-mediatypes-perl all 6.02-1 [21.7 kB] 2021-04-09 19:48:41.232 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-message-perl all 6.14-1 [72.1 kB] 2021-04-09 19:48:41.284 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-server all 5.7.33-0ubuntu0.18.04.1 [9,944 B] 2021-04-09 19:48:41.806 | Preconfiguring packages ... 2021-04-09 19:48:42.116 | Fetched 19.7 MB in 5s (4,073 kB/s) 2021-04-09 19:48:42.236 | Selecting previously unselected package mysql-client-core-5.7. 2021-04-09 19:48:42.283 | (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-04-09 19:48:42.288 | Preparing to unpack .../00-mysql-client-core-5.7_5.7.33-0ubuntu0.18.04.1_amd64.deb ... 2021-04-09 19:48:42.349 | Unpacking mysql-client-core-5.7 (5.7.33-0ubuntu0.18.04.1) ... 2021-04-09 19:48:43.744 | Selecting previously unselected package mysql-client-5.7. 2021-04-09 19:48:43.753 | Preparing to unpack .../01-mysql-client-5.7_5.7.33-0ubuntu0.18.04.1_amd64.deb ... 2021-04-09 19:48:43.886 | Unpacking mysql-client-5.7 (5.7.33-0ubuntu0.18.04.1) ... 2021-04-09 19:48:44.864 | Selecting previously unselected package mysql-server-core-5.7. 2021-04-09 19:48:44.872 | Preparing to unpack .../02-mysql-server-core-5.7_5.7.33-0ubuntu0.18.04.1_amd64.deb ... 2021-04-09 19:48:44.949 | Unpacking mysql-server-core-5.7 (5.7.33-0ubuntu0.18.04.1) ... 2021-04-09 19:48:46.847 | Selecting previously unselected package libevent-core-2.1-6:amd64. 2021-04-09 19:48:46.855 | Preparing to unpack .../03-libevent-core-2.1-6_2.1.8-stable-4build1_amd64.deb ... 2021-04-09 19:48:46.983 | Unpacking libevent-core-2.1-6:amd64 (2.1.8-stable-4build1) ... 2021-04-09 19:48:47.750 | Selecting previously unselected package mysql-server-5.7. 2021-04-09 19:48:47.759 | Preparing to unpack .../04-mysql-server-5.7_5.7.33-0ubuntu0.18.04.1_amd64.deb ... 2021-04-09 19:48:49.064 | Unpacking mysql-server-5.7 (5.7.33-0ubuntu0.18.04.1) ... 2021-04-09 19:48:50.418 | Selecting previously unselected package libhtml-tagset-perl. 2021-04-09 19:48:50.427 | Preparing to unpack .../05-libhtml-tagset-perl_3.20-3_all.deb ... 2021-04-09 19:48:50.503 | Unpacking libhtml-tagset-perl (3.20-3) ... 2021-04-09 19:48:50.972 | Selecting previously unselected package liburi-perl. 2021-04-09 19:48:50.980 | Preparing to unpack .../06-liburi-perl_1.73-1_all.deb ... 2021-04-09 19:48:51.052 | Unpacking liburi-perl (1.73-1) ... 2021-04-09 19:48:51.623 | Selecting previously unselected package libhtml-parser-perl. 2021-04-09 19:48:51.632 | Preparing to unpack .../07-libhtml-parser-perl_3.72-3build1_amd64.deb ... 2021-04-09 19:48:51.760 | Unpacking libhtml-parser-perl (3.72-3build1) ... 2021-04-09 19:48:52.201 | Selecting previously unselected package libcgi-pm-perl. 2021-04-09 19:48:52.209 | Preparing to unpack .../08-libcgi-pm-perl_4.38-1_all.deb ... 2021-04-09 19:48:52.298 | Unpacking libcgi-pm-perl (4.38-1) ... 2021-04-09 19:48:52.858 | Selecting previously unselected package libfcgi-perl. 2021-04-09 19:48:52.866 | Preparing to unpack .../09-libfcgi-perl_0.78-2build1_amd64.deb ... 2021-04-09 19:48:52.954 | Unpacking libfcgi-perl (0.78-2build1) ... 2021-04-09 19:48:53.389 | Selecting previously unselected package libcgi-fast-perl. 2021-04-09 19:48:53.398 | Preparing to unpack .../10-libcgi-fast-perl_1%3a2.13-1_all.deb ... 2021-04-09 19:48:53.475 | Unpacking libcgi-fast-perl (1:2.13-1) ... 2021-04-09 19:48:54.206 | Selecting previously unselected package libencode-locale-perl. 2021-04-09 19:48:54.214 | Preparing to unpack .../11-libencode-locale-perl_1.05-1_all.deb ... 2021-04-09 19:48:54.292 | Unpacking libencode-locale-perl (1.05-1) ... 2021-04-09 19:48:54.629 | Selecting previously unselected package libhtml-template-perl. 2021-04-09 19:48:54.637 | Preparing to unpack .../12-libhtml-template-perl_2.97-1_all.deb ... 2021-04-09 19:48:54.686 | Unpacking libhtml-template-perl (2.97-1) ... 2021-04-09 19:48:55.155 | Selecting previously unselected package libhttp-date-perl. 2021-04-09 19:48:55.163 | Preparing to unpack .../13-libhttp-date-perl_6.02-1_all.deb ... 2021-04-09 19:48:55.263 | Unpacking libhttp-date-perl (6.02-1) ... 2021-04-09 19:48:55.692 | Selecting previously unselected package libio-html-perl. 2021-04-09 19:48:55.700 | Preparing to unpack .../14-libio-html-perl_1.001-1_all.deb ... 2021-04-09 19:48:55.755 | Unpacking libio-html-perl (1.001-1) ... 2021-04-09 19:48:56.098 | Selecting previously unselected package liblwp-mediatypes-perl. 2021-04-09 19:48:56.107 | Preparing to unpack .../15-liblwp-mediatypes-perl_6.02-1_all.deb ... 2021-04-09 19:48:56.172 | Unpacking liblwp-mediatypes-perl (6.02-1) ... 2021-04-09 19:48:56.778 | Selecting previously unselected package libhttp-message-perl. 2021-04-09 19:48:56.788 | Preparing to unpack .../16-libhttp-message-perl_6.14-1_all.deb ... 2021-04-09 19:48:56.858 | Unpacking libhttp-message-perl (6.14-1) ... 2021-04-09 19:48:57.332 | Selecting previously unselected package mysql-server. 2021-04-09 19:48:57.343 | Preparing to unpack .../17-mysql-server_5.7.33-0ubuntu0.18.04.1_all.deb ... 2021-04-09 19:48:57.527 | Unpacking mysql-server (5.7.33-0ubuntu0.18.04.1) ... 2021-04-09 19:48:58.664 | Setting up libhtml-tagset-perl (3.20-3) ... 2021-04-09 19:48:58.897 | Setting up libhttp-date-perl (6.02-1) ... 2021-04-09 19:48:59.177 | Setting up libevent-core-2.1-6:amd64 (2.1.8-stable-4build1) ... 2021-04-09 19:48:59.509 | Processing triggers for ureadahead (0.100.0-21) ... 2021-04-09 19:48:59.868 | Setting up libencode-locale-perl (1.05-1) ... 2021-04-09 19:49:00.126 | Setting up mysql-server-core-5.7 (5.7.33-0ubuntu0.18.04.1) ... 2021-04-09 19:49:00.401 | Setting up libio-html-perl (1.001-1) ... 2021-04-09 19:49:00.704 | Setting up liblwp-mediatypes-perl (6.02-1) ... 2021-04-09 19:49:00.880 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-04-09 19:49:01.080 | Setting up liburi-perl (1.73-1) ... 2021-04-09 19:49:01.401 | Processing triggers for systemd (237-3ubuntu10.45) ... 2021-04-09 19:49:01.755 | Setting up libhtml-parser-perl (3.72-3build1) ... 2021-04-09 19:49:02.012 | Setting up libcgi-pm-perl (4.38-1) ... 2021-04-09 19:49:02.310 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-04-09 19:49:04.503 | Setting up libhttp-message-perl (6.14-1) ... 2021-04-09 19:49:04.840 | Setting up mysql-client-core-5.7 (5.7.33-0ubuntu0.18.04.1) ... 2021-04-09 19:49:05.058 | Setting up libfcgi-perl (0.78-2build1) ... 2021-04-09 19:49:05.315 | Setting up libhtml-template-perl (2.97-1) ... 2021-04-09 19:49:05.548 | Setting up libcgi-fast-perl (1:2.13-1) ... 2021-04-09 19:49:05.806 | Setting up mysql-client-5.7 (5.7.33-0ubuntu0.18.04.1) ... 2021-04-09 19:49:05.995 | Setting up mysql-server-5.7 (5.7.33-0ubuntu0.18.04.1) ... 2021-04-09 19:49:07.456 | update-alternatives: using /etc/mysql/mysql.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2021-04-09 19:49:07.517 | Renaming removed key_buffer and myisam-recover options (if present) 2021-04-09 19:49:29.866 | Created symlink /etc/systemd/system/multi-user.target.wants/mysql.service → /lib/systemd/system/mysql.service. 2021-04-09 19:49:31.064 | Setting up mysql-server (5.7.33-0ubuntu0.18.04.1) ... 2021-04-09 19:49:31.212 | Processing triggers for systemd (237-3ubuntu10.45) ... 2021-04-09 19:49:31.503 | Processing triggers for ureadahead (0.100.0-21) ... 2021-04-09 19:49:33.635 | + functions-common:apt_get:1114 : result=0 2021-04-09 19:49:33.637 | + functions-common:apt_get:1117 : time_stop apt-get 2021-04-09 19:49:33.639 | + functions-common:time_stop:2336 : local name 2021-04-09 19:49:33.642 | + functions-common:time_stop:2337 : local end_time 2021-04-09 19:49:33.649 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 19:49:33.651 | + functions-common:time_stop:2339 : local total 2021-04-09 19:49:33.653 | + functions-common:time_stop:2340 : local start_time 2021-04-09 19:49:33.656 | + functions-common:time_stop:2342 : name=apt-get 2021-04-09 19:49:33.658 | + functions-common:time_stop:2343 : start_time=1617997715733 2021-04-09 19:49:33.660 | + functions-common:time_stop:2345 : [[ -z 1617997715733 ]] 2021-04-09 19:49:33.663 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 19:49:33.666 | + functions-common:time_stop:2348 : end_time=1617997773664 2021-04-09 19:49:33.668 | + functions-common:time_stop:2349 : elapsed_time=57931 2021-04-09 19:49:33.671 | + functions-common:time_stop:2350 : total=410922 2021-04-09 19:49:33.674 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 19:49:33.676 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=468853 2021-04-09 19:49:33.678 | + functions-common:apt_get:1118 : return 0 2021-04-09 19:49:33.682 | + ./stack.sh:main:862 : '[' -n mysql ']' 2021-04-09 19:49:33.684 | + ./stack.sh:main:863 : install_database_python 2021-04-09 19:49:33.686 | + lib/database:install_database_python:121 : install_database_python_mysql 2021-04-09 19:49:33.690 | + lib/databases/mysql:install_database_python_mysql:170 : pip_install_gr PyMySQL 2021-04-09 19:49:33.693 | + inc/python:pip_install_gr:68 : local name=PyMySQL 2021-04-09 19:49:33.695 | + inc/python:pip_install_gr:69 : local clean_name 2021-04-09 19:49:33.699 | ++ inc/python:pip_install_gr:70 : get_from_global_requirements PyMySQL 2021-04-09 19:49:33.702 | ++ inc/python:get_from_global_requirements:316 : local package=PyMySQL 2021-04-09 19:49:33.708 | ++ inc/python:get_from_global_requirements:317 : local required_pkg 2021-04-09 19:49:33.712 | +++ inc/python:get_from_global_requirements:318 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2021-04-09 19:49:33.714 | +++ inc/python:get_from_global_requirements:318 : cut -d# -f1 2021-04-09 19:49:33.718 | ++ inc/python:get_from_global_requirements:318 : required_pkg='PyMySQL ' 2021-04-09 19:49:33.721 | ++ inc/python:get_from_global_requirements:319 : [[ PyMySQL == '' ]] 2021-04-09 19:49:33.723 | ++ inc/python:get_from_global_requirements:322 : echo PyMySQL 2021-04-09 19:49:33.726 | + inc/python:pip_install_gr:70 : clean_name=PyMySQL 2021-04-09 19:49:33.729 | + inc/python:pip_install_gr:71 : pip_install PyMySQL 2021-04-09 19:49:33.754 | Check python version for : PyMySQL 2021-04-09 19:49:33.759 | Using 3.6 version to install PyMySQL based on default behavior 2021-04-09 19:49:34.162 | + 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-04-09 19:49:34.905 | Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:34.957 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:34.960 | Ignoring pytest: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:34.962 | Ignoring pytest: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:34.966 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:35.035 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:35.042 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:35.044 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:35.047 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:35.052 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:35.073 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:35.087 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:35.089 | Ignoring networkx: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:35.092 | Ignoring networkx: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:35.097 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:35.125 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:35.129 | Ignoring zeroconf: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:35.131 | Ignoring zeroconf: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:35.135 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:35.138 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:35.140 | Ignoring scipy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:35.143 | Ignoring scipy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:35.148 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:35.150 | Ignoring mypy-extensions: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:35.153 | Ignoring mypy-extensions: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:35.158 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:35.243 | Ignoring ifaddr: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:35.245 | Ignoring ifaddr: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:35.250 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:35.254 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:35.261 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:35.273 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:35.275 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:35.280 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:35.283 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:35.300 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:35.318 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:35.320 | Ignoring gunicorn: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:35.323 | Ignoring gunicorn: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:35.328 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:35.342 | Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:35.345 | Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:35.350 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:35.354 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:35.356 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:35.361 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:35.379 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:35.381 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:35.386 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:35.416 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:35.424 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:35.426 | Ignoring influxdb: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:35.428 | Ignoring influxdb: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:35.433 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:35.446 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:35.451 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:35.458 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:35.460 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:35.465 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:35.471 | Ignoring joblib: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:35.473 | Ignoring joblib: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:35.477 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:35.548 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:35.550 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:35.555 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:35.591 | Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:35.594 | Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:35.599 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:35.603 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:35.632 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:35.635 | Ignoring keyring: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:35.637 | Ignoring keyring: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:35.642 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:35.696 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:35.698 | Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:35.701 | Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:35.706 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:35.730 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:35.781 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:35.784 | Ignoring more-itertools: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:35.786 | Ignoring more-itertools: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:35.791 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:35.795 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:35.798 | Ignoring numpy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:35.801 | Ignoring numpy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:35.806 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:35.810 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:35.812 | Ignoring Sphinx: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:35.815 | Ignoring Sphinx: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:35.820 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:35.875 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:35.878 | Ignoring Django: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:35.880 | Ignoring Django: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:35.885 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:35.904 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:35.906 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:35.911 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:35.944 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:35.949 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:35.952 | Ignoring GitPython: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:35.954 | Ignoring GitPython: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:35.959 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:35.993 | Ignoring ndg-httpsclient: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:36.015 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:36.024 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:36.048 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:36.051 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:36.053 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:36.058 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:36.072 | Ignoring diskimage-builder: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:36.087 | Ignoring diskimage-builder: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:36.089 | Ignoring diskimage-builder: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:36.094 | Ignoring diskimage-builder: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:36.104 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:36.106 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:36.120 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:36.129 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:36.132 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:36.137 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:36.149 | Ignoring dnspython: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:36.152 | Ignoring dnspython: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:36.156 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:36.159 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:36.166 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:36.182 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:36.187 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:36.213 | Ignoring typing-extensions: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:36.216 | Ignoring typing-extensions: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:36.222 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:36.238 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:36.240 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:36.245 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:36.247 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:36.250 | Ignoring scikit-learn: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:36.252 | Ignoring scikit-learn: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:36.257 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:36.261 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:36.263 | Ignoring Pygments: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:36.266 | Ignoring Pygments: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:36.271 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:36.369 | Collecting PyMySQL===0.9.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 487)) 2021-04-09 19:49:36.437 | Downloading http://10.100.0.9:8080/root/pypi/+f/394/3fbbbc1e902f4/PyMySQL-0.9.3-py2.py3-none-any.whl (47kB) 2021-04-09 19:49:36.549 | Installing collected packages: PyMySQL 2021-04-09 19:49:36.696 | Successfully installed PyMySQL-0.9.3 2021-04-09 19:49:36.786 | You are using pip version 9.0.3, however version 21.0.1 is available. 2021-04-09 19:49:36.787 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-04-09 19:49:36.835 | + inc/python:pip_install:290 : result=0 2021-04-09 19:49:36.838 | + inc/python:pip_install:292 : time_stop pip_install 2021-04-09 19:49:36.840 | + functions-common:time_stop:2336 : local name 2021-04-09 19:49:36.842 | + functions-common:time_stop:2337 : local end_time 2021-04-09 19:49:36.845 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 19:49:36.848 | + functions-common:time_stop:2339 : local total 2021-04-09 19:49:36.850 | + functions-common:time_stop:2340 : local start_time 2021-04-09 19:49:36.853 | + functions-common:time_stop:2342 : name=pip_install 2021-04-09 19:49:36.855 | + functions-common:time_stop:2343 : start_time=1617997773746 2021-04-09 19:49:36.857 | + functions-common:time_stop:2345 : [[ -z 1617997773746 ]] 2021-04-09 19:49:36.860 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 19:49:36.872 | + functions-common:time_stop:2348 : end_time=1617997776861 2021-04-09 19:49:36.874 | + functions-common:time_stop:2349 : elapsed_time=3115 2021-04-09 19:49:36.877 | + functions-common:time_stop:2350 : total=49207 2021-04-09 19:49:36.879 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 19:49:36.882 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=52322 2021-04-09 19:49:36.884 | + inc/python:pip_install:293 : return 0 2021-04-09 19:49:36.886 | + lib/databases/mysql:install_database_python_mysql:171 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2021-04-09 19:49:36.889 | + lib/databases/mysql:install_database_python_mysql:173 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2021-04-09 19:49:36.891 | + lib/databases/mysql:install_database_python_mysql:174 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2021-04-09 19:49:36.894 | + ./stack.sh:main:866 : is_service_enabled neutron 2021-04-09 19:49:36.912 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:49:36.915 | + ./stack.sh:main:867 : install_neutron_agent_packages 2021-04-09 19:49:36.918 | + lib/neutron:install_neutron_agent_packages:687 : is_neutron_legacy_enabled 2021-04-09 19:49:36.922 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-04-09 19:49:36.922 | ++ 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-04-09 19:49:36.926 | + 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-04-09 19:49:36.929 | + 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-04-09 19:49:36.936 | + 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-04-09 19:49:36.939 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-04-09 19:49:36.942 | + lib/neutron:install_neutron_agent_packages:689 : install_neutron_agent_packages_mutnauq 2021-04-09 19:49:36.944 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:454 : is_service_enabled q-l3 2021-04-09 19:49:36.961 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:49:36.964 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:455 : install_package radvd 2021-04-09 19:49:36.966 | + functions-common:install_package:1334 : update_package_repo 2021-04-09 19:49:36.968 | + functions-common:update_package_repo:1306 : NO_UPDATE_REPOS=False 2021-04-09 19:49:36.971 | + functions-common:update_package_repo:1307 : REPOS_UPDATED=True 2021-04-09 19:49:36.975 | + functions-common:update_package_repo:1308 : RETRY_UPDATE=False 2021-04-09 19:49:36.977 | + functions-common:update_package_repo:1310 : [[ False = \T\r\u\e ]] 2021-04-09 19:49:36.980 | + functions-common:update_package_repo:1314 : is_ubuntu 2021-04-09 19:49:36.982 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:49:36.984 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:49:36.987 | + functions-common:update_package_repo:1315 : apt_get_update 2021-04-09 19:49:36.991 | + functions-common:apt_get_update:1069 : [[ True == \T\r\u\e ]] 2021-04-09 19:49:36.993 | + functions-common:apt_get_update:1069 : [[ False != \T\r\u\e ]] 2021-04-09 19:49:36.996 | + functions-common:apt_get_update:1070 : return 2021-04-09 19:49:36.998 | + functions-common:install_package:1335 : real_install_package radvd 2021-04-09 19:49:37.001 | + functions-common:real_install_package:1320 : is_ubuntu 2021-04-09 19:49:37.004 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:49:37.006 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:49:37.009 | + functions-common:real_install_package:1321 : apt_get install radvd 2021-04-09 19:49:37.029 | + 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-04-09 19:49:37.153 | Reading package lists... 2021-04-09 19:49:37.419 | Building dependency tree... 2021-04-09 19:49:37.420 | Reading state information... 2021-04-09 19:49:37.653 | The following packages were automatically installed and are no longer required: 2021-04-09 19:49:37.653 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-04-09 19:49:37.653 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-04-09 19:49:37.653 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-04-09 19:49:37.654 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-04-09 19:49:37.654 | python3-twisted-bin python3-zope.interface 2021-04-09 19:49:37.654 | Use 'sudo apt autoremove' to remove them. 2021-04-09 19:49:37.701 | The following NEW packages will be installed: 2021-04-09 19:49:37.701 | radvd 2021-04-09 19:49:38.086 | 0 upgraded, 1 newly installed, 0 to remove and 154 not upgraded. 2021-04-09 19:49:38.094 | Need to get 59.0 kB of archives. 2021-04-09 19:49:38.094 | After this operation, 164 kB of additional disk space will be used. 2021-04-09 19:49:38.094 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 radvd amd64 1:2.16-3 [59.0 kB] 2021-04-09 19:49:38.770 | Fetched 59.0 kB in 0s (119 kB/s) 2021-04-09 19:49:39.041 | Selecting previously unselected package radvd. 2021-04-09 19:49:39.083 | (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-04-09 19:49:39.087 | Preparing to unpack .../radvd_1%3a2.16-3_amd64.deb ... 2021-04-09 19:49:39.149 | Unpacking radvd (1:2.16-3) ... 2021-04-09 19:49:39.716 | Processing triggers for ureadahead (0.100.0-21) ... 2021-04-09 19:49:39.846 | Setting up radvd (1:2.16-3) ... 2021-04-09 19:49:41.184 | Job for radvd.service failed because the control process exited with error code. 2021-04-09 19:49:41.184 | See "systemctl status radvd.service" and "journalctl -xe" for details. 2021-04-09 19:49:41.185 | invoke-rc.d: initscript radvd, action "start" failed. 2021-04-09 19:49:41.195 | ● radvd.service - Router advertisement daemon for IPv6 2021-04-09 19:49:41.195 | Loaded: loaded (/lib/systemd/system/radvd.service; disabled; vendor preset: enabled) 2021-04-09 19:49:41.195 | Active: failed (Result: exit-code) since Fri 2021-04-09 19:49:41 UTC; 13ms ago 2021-04-09 19:49:41.195 | Docs: man:radvd(8) 2021-04-09 19:49:41.195 | Process: 41716 ExecStartPre=/usr/sbin/radvd --logmethod stderr_clean --configtest (code=exited, status=1/FAILURE) 2021-04-09 19:49:41.196 | 2021-04-09 19:49:41.196 | Apr 09 19:49:41 dv-osbrick-785704-1-iscsi systemd[1]: Starting Router advertisement daemon for IPv6... 2021-04-09 19:49:41.196 | Apr 09 19:49:41 dv-osbrick-785704-1-iscsi radvd[41716]: can't open /etc/radvd.conf: No such file or directory 2021-04-09 19:49:41.196 | Apr 09 19:49:41 dv-osbrick-785704-1-iscsi radvd[41716]: Insecure file permissions, but continuing anyway 2021-04-09 19:49:41.196 | Apr 09 19:49:41 dv-osbrick-785704-1-iscsi radvd[41716]: exiting, failed to read config file 2021-04-09 19:49:41.196 | Apr 09 19:49:41 dv-osbrick-785704-1-iscsi systemd[1]: radvd.service: Control process exited, code=exited status=1 2021-04-09 19:49:41.196 | Apr 09 19:49:41 dv-osbrick-785704-1-iscsi systemd[1]: radvd.service: Failed with result 'exit-code'. 2021-04-09 19:49:41.196 | Apr 09 19:49:41 dv-osbrick-785704-1-iscsi systemd[1]: Failed to start Router advertisement daemon for IPv6. 2021-04-09 19:49:41.252 | Processing triggers for systemd (237-3ubuntu10.45) ... 2021-04-09 19:49:41.538 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-04-09 19:49:41.944 | Processing triggers for ureadahead (0.100.0-21) ... 2021-04-09 19:49:44.131 | + functions-common:apt_get:1114 : result=0 2021-04-09 19:49:44.134 | + functions-common:apt_get:1117 : time_stop apt-get 2021-04-09 19:49:44.136 | + functions-common:time_stop:2336 : local name 2021-04-09 19:49:44.138 | + functions-common:time_stop:2337 : local end_time 2021-04-09 19:49:44.140 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 19:49:44.143 | + functions-common:time_stop:2339 : local total 2021-04-09 19:49:44.145 | + functions-common:time_stop:2340 : local start_time 2021-04-09 19:49:44.147 | + functions-common:time_stop:2342 : name=apt-get 2021-04-09 19:49:44.149 | + functions-common:time_stop:2343 : start_time=1617997777026 2021-04-09 19:49:44.152 | + functions-common:time_stop:2345 : [[ -z 1617997777026 ]] 2021-04-09 19:49:44.155 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 19:49:44.160 | + functions-common:time_stop:2348 : end_time=1617997784158 2021-04-09 19:49:44.163 | + functions-common:time_stop:2349 : elapsed_time=7132 2021-04-09 19:49:44.165 | + functions-common:time_stop:2350 : total=468853 2021-04-09 19:49:44.167 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 19:49:44.169 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=475985 2021-04-09 19:49:44.172 | + functions-common:apt_get:1118 : return 0 2021-04-09 19:49:44.175 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:458 : is_service_enabled q-agt q-dhcp q-l3 2021-04-09 19:49:44.195 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:49:44.197 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:459 : neutron_plugin_install_agent_packages 2021-04-09 19:49:44.200 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2021-04-09 19:49:44.204 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : get_packages openvswitch 2021-04-09 19:49:44.223 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : install_package fakeroot make openvswitch-switch 2021-04-09 19:49:44.225 | + functions-common:install_package:1334 : update_package_repo 2021-04-09 19:49:44.228 | + functions-common:update_package_repo:1306 : NO_UPDATE_REPOS=False 2021-04-09 19:49:44.230 | + functions-common:update_package_repo:1307 : REPOS_UPDATED=True 2021-04-09 19:49:44.232 | + functions-common:update_package_repo:1308 : RETRY_UPDATE=False 2021-04-09 19:49:44.234 | + functions-common:update_package_repo:1310 : [[ False = \T\r\u\e ]] 2021-04-09 19:49:44.237 | + functions-common:update_package_repo:1314 : is_ubuntu 2021-04-09 19:49:44.240 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:49:44.242 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:49:44.245 | + functions-common:update_package_repo:1315 : apt_get_update 2021-04-09 19:49:44.247 | + functions-common:apt_get_update:1069 : [[ True == \T\r\u\e ]] 2021-04-09 19:49:44.249 | + functions-common:apt_get_update:1069 : [[ False != \T\r\u\e ]] 2021-04-09 19:49:44.252 | + functions-common:apt_get_update:1070 : return 2021-04-09 19:49:44.254 | + functions-common:install_package:1335 : real_install_package fakeroot make openvswitch-switch 2021-04-09 19:49:44.256 | + functions-common:real_install_package:1320 : is_ubuntu 2021-04-09 19:49:44.259 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:49:44.261 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:49:44.263 | + functions-common:real_install_package:1321 : apt_get install fakeroot make openvswitch-switch 2021-04-09 19:49:44.285 | + 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-04-09 19:49:44.404 | Reading package lists... 2021-04-09 19:49:44.665 | Building dependency tree... 2021-04-09 19:49:44.666 | Reading state information... 2021-04-09 19:49:44.888 | fakeroot is already the newest version (1.22-2ubuntu1). 2021-04-09 19:49:44.888 | fakeroot set to manually installed. 2021-04-09 19:49:44.888 | make is already the newest version (4.1-9.1ubuntu1). 2021-04-09 19:49:44.888 | openvswitch-switch is already the newest version (2.9.8-0ubuntu0.18.04.2). 2021-04-09 19:49:44.888 | The following packages were automatically installed and are no longer required: 2021-04-09 19:49:44.889 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-04-09 19:49:44.889 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-04-09 19:49:44.889 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-04-09 19:49:44.889 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-04-09 19:49:44.889 | python3-twisted-bin python3-zope.interface 2021-04-09 19:49:44.889 | Use 'sudo apt autoremove' to remove them. 2021-04-09 19:49:44.971 | 0 upgraded, 0 newly installed, 0 to remove and 154 not upgraded. 2021-04-09 19:49:44.975 | + functions-common:apt_get:1114 : result=0 2021-04-09 19:49:44.978 | + functions-common:apt_get:1117 : time_stop apt-get 2021-04-09 19:49:44.980 | + functions-common:time_stop:2336 : local name 2021-04-09 19:49:44.983 | + functions-common:time_stop:2337 : local end_time 2021-04-09 19:49:44.985 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 19:49:44.988 | + functions-common:time_stop:2339 : local total 2021-04-09 19:49:44.991 | + functions-common:time_stop:2340 : local start_time 2021-04-09 19:49:44.997 | + functions-common:time_stop:2342 : name=apt-get 2021-04-09 19:49:45.000 | + functions-common:time_stop:2343 : start_time=1617997784281 2021-04-09 19:49:45.002 | + functions-common:time_stop:2345 : [[ -z 1617997784281 ]] 2021-04-09 19:49:45.005 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 19:49:45.009 | + functions-common:time_stop:2348 : end_time=1617997785006 2021-04-09 19:49:45.011 | + functions-common:time_stop:2349 : elapsed_time=725 2021-04-09 19:49:45.014 | + functions-common:time_stop:2350 : total=475985 2021-04-09 19:49:45.018 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 19:49:45.020 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=476710 2021-04-09 19:49:45.022 | + functions-common:apt_get:1118 : return 0 2021-04-09 19:49:45.025 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:65 : is_ubuntu 2021-04-09 19:49:45.027 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:49:45.029 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:49:45.032 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:66 : _neutron_ovs_base_install_ubuntu_dkms 2021-04-09 19:49:45.035 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:52 : local kernel_version 2021-04-09 19:49:45.038 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : uname -r 2021-04-09 19:49:45.042 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : kernel_version=4.15.0-55-generic 2021-04-09 19:49:45.044 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:54 : local kernel_major_minor 2021-04-09 19:49:45.049 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : cut -d. -f1-2 2021-04-09 19:49:45.049 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : echo 4.15.0-55-generic 2021-04-09 19:49:45.053 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : kernel_major_minor=4.15 2021-04-09 19:49:45.055 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:57 : vercmp 4.15 '<' 3.13 2021-04-09 19:49:45.057 | + functions:vercmp:599 : local v1=4.15 2021-04-09 19:49:45.060 | + functions:vercmp:600 : local 'op=<' 2021-04-09 19:49:45.062 | + functions:vercmp:601 : local v2=3.13 2021-04-09 19:49:45.065 | + functions:vercmp:602 : local result 2021-04-09 19:49:45.068 | ++ functions:vercmp:606 : echo -e '4.15\n3.13' 2021-04-09 19:49:45.069 | ++ functions:vercmp:606 : sort -V 2021-04-09 19:49:45.069 | ++ functions:vercmp:606 : head -1 2021-04-09 19:49:45.075 | + functions:vercmp:606 : result=3.13 2021-04-09 19:49:45.077 | + functions:vercmp:608 : case $op in 2021-04-09 19:49:45.080 | + functions:vercmp:618 : '[' 4.15 '!=' 3.13 ']' 2021-04-09 19:49:45.082 | + functions:vercmp:618 : '[' 3.13 = 4.15 ']' 2021-04-09 19:49:45.084 | + functions:vercmp:619 : return 2021-04-09 19:49:45.087 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:67 : restart_service openvswitch-switch 2021-04-09 19:49:45.090 | + functions-common:restart_service:2220 : '[' -x /bin/systemctl ']' 2021-04-09 19:49:45.093 | + functions-common:restart_service:2221 : sudo /bin/systemctl restart openvswitch-switch 2021-04-09 19:49:45.526 | + ./stack.sh:main:870 : is_service_enabled etcd3 2021-04-09 19:49:45.543 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:49:45.547 | + ./stack.sh:main:871 : install_etcd3 2021-04-09 19:49:45.550 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2021-04-09 19:49:45.550 | Installing etcd 2021-04-09 19:49:45.552 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2021-04-09 19:49:45.564 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2021-04-09 19:49:45.576 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2021-04-09 19:49:45.579 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2021-04-09 19:49:45.592 | + lib/etcd3:install_etcd3:113 : local etcd_file 2021-04-09 19:49:45.596 | ++ 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-04-09 19:49:45.598 | ++ 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-04-09 19:49:45.602 | +++ 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-04-09 19:49:45.606 | ++ functions:get_extra_file:63 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2021-04-09 19:49:45.609 | ++ 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-04-09 19:49:45.611 | ++ functions:get_extra_file:66 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2021-04-09 19:49:45.614 | ++ 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-04-09 19:49:45.644 | --2021-04-09 19:49:45-- https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2021-04-09 19:49:45.681 | Resolving github.com (github.com)... 140.82.121.3 2021-04-09 19:49:45.725 | Connecting to github.com (github.com)|140.82.121.3|:443... connected. 2021-04-09 19:49:45.874 | HTTP request sent, awaiting response... 302 Found 2021-04-09 19:49:45.875 | Location: https://github-releases.githubusercontent.com/11225014/686bc180-2acf-11e9-9edb-e79e93487a0e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20210409%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210409T194811Z&X-Amz-Expires=300&X-Amz-Signature=9f649521467908484400adc47efaeef2c34c8852482ead0f5d3422591762badb&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-04-09 19:49:45.875 | --2021-04-09 19:49:45-- https://github-releases.githubusercontent.com/11225014/686bc180-2acf-11e9-9edb-e79e93487a0e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20210409%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210409T194811Z&X-Amz-Expires=300&X-Amz-Signature=9f649521467908484400adc47efaeef2c34c8852482ead0f5d3422591762badb&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-04-09 19:49:46.040 | Resolving github-releases.githubusercontent.com (github-releases.githubusercontent.com)... 185.199.108.154, 185.199.109.154, 185.199.111.154, ... 2021-04-09 19:49:46.076 | Connecting to github-releases.githubusercontent.com (github-releases.githubusercontent.com)|185.199.108.154|:443... connected. 2021-04-09 19:49:46.235 | HTTP request sent, awaiting response... 200 OK 2021-04-09 19:49:46.235 | Length: 11350736 (11M) [application/octet-stream] 2021-04-09 19:49:46.235 | Saving to: ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ 2021-04-09 19:49:46.498 | 2021-04-09 19:49:47.432 | 0K ........ .. 100% 9.04M=1.2s 2021-04-09 19:49:47.432 | 2021-04-09 19:49:47.432 | 2021-04-09 19:49:47 (9.04 MB/s) - ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736] 2021-04-09 19:49:47.432 | 2021-04-09 19:49:47.436 | ++ functions:get_extra_file:68 : [[ 0 -ne 0 ]] 2021-04-09 19:49:47.439 | ++ functions:get_extra_file:72 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2021-04-09 19:49:47.442 | ++ functions:get_extra_file:73 : return 2021-04-09 19:49:47.445 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2021-04-09 19:49:47.447 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2021-04-09 19:49:47.449 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2021-04-09 19:49:47.452 | + lib/etcd3:install_etcd3:118 : sha256sum -c /home/ubuntu/devstack/files/etcd.sha256sum 2021-04-09 19:49:47.586 | /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK 2021-04-09 19:49:47.589 | + 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-04-09 19:49:47.593 | etcd-v3.3.12-linux-amd64/ 2021-04-09 19:49:47.593 | etcd-v3.3.12-linux-amd64/README.md 2021-04-09 19:49:47.593 | etcd-v3.3.12-linux-amd64/Documentation/ 2021-04-09 19:49:47.593 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/ 2021-04-09 19:49:47.593 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md 2021-04-09 19:49:47.593 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2021-04-09 19:49:47.593 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md 2021-04-09 19:49:47.593 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md 2021-04-09 19:49:47.593 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2021-04-09 19:49:47.593 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md 2021-04-09 19:49:47.594 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/ 2021-04-09 19:49:47.594 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2021-04-09 19:49:47.594 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2021-04-09 19:49:47.594 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2021-04-09 19:49:47.594 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2021-04-09 19:49:47.594 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md 2021-04-09 19:49:47.594 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2021-04-09 19:49:47.594 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md 2021-04-09 19:49:47.595 | etcd-v3.3.12-linux-amd64/Documentation/README.md 2021-04-09 19:49:47.595 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/ 2021-04-09 19:49:47.595 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2021-04-09 19:49:47.595 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2021-04-09 19:49:47.595 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md 2021-04-09 19:49:47.595 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2021-04-09 19:49:47.595 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2021-04-09 19:49:47.595 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2021-04-09 19:49:47.595 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2021-04-09 19:49:47.595 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2021-04-09 19:49:47.595 | etcd-v3.3.12-linux-amd64/Documentation/rfc/ 2021-04-09 19:49:47.595 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md 2021-04-09 19:49:47.595 | etcd-v3.3.12-linux-amd64/Documentation/docs.md 2021-04-09 19:49:47.596 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md 2021-04-09 19:49:47.596 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md 2021-04-09 19:49:47.596 | etcd-v3.3.12-linux-amd64/Documentation/v2/ 2021-04-09 19:49:47.596 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md 2021-04-09 19:49:47.596 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md 2021-04-09 19:49:47.596 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md 2021-04-09 19:49:47.596 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md 2021-04-09 19:49:47.596 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md 2021-04-09 19:49:47.596 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md 2021-04-09 19:49:47.596 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/ 2021-04-09 19:49:47.596 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2021-04-09 19:49:47.596 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2021-04-09 19:49:47.596 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md 2021-04-09 19:49:47.596 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2021-04-09 19:49:47.596 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2021-04-09 19:49:47.596 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2021-04-09 19:49:47.596 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2021-04-09 19:49:47.597 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2021-04-09 19:49:47.597 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/ 2021-04-09 19:49:47.597 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md 2021-04-09 19:49:47.597 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md 2021-04-09 19:49:47.597 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md 2021-04-09 19:49:47.597 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md 2021-04-09 19:49:47.597 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md 2021-04-09 19:49:47.597 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md 2021-04-09 19:49:47.597 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md 2021-04-09 19:49:47.597 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md 2021-04-09 19:49:47.597 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md 2021-04-09 19:49:47.597 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md 2021-04-09 19:49:47.597 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md 2021-04-09 19:49:47.598 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md 2021-04-09 19:49:47.598 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md 2021-04-09 19:49:47.598 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md 2021-04-09 19:49:47.598 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md 2021-04-09 19:49:47.598 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2021-04-09 19:49:47.598 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md 2021-04-09 19:49:47.598 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md 2021-04-09 19:49:47.598 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2021-04-09 19:49:47.598 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md 2021-04-09 19:49:47.598 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/ 2021-04-09 19:49:47.598 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md 2021-04-09 19:49:47.598 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md 2021-04-09 19:49:47.598 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md 2021-04-09 19:49:47.598 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2021-04-09 19:49:47.598 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules 2021-04-09 19:49:47.598 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md 2021-04-09 19:49:47.599 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md 2021-04-09 19:49:47.599 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md 2021-04-09 19:49:47.599 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md 2021-04-09 19:49:47.599 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/ 2021-04-09 19:49:47.599 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md 2021-04-09 19:49:47.599 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md 2021-04-09 19:49:47.599 | etcd-v3.3.12-linux-amd64/Documentation/platforms/ 2021-04-09 19:49:47.599 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md 2021-04-09 19:49:47.599 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md 2021-04-09 19:49:47.599 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md 2021-04-09 19:49:47.599 | etcd-v3.3.12-linux-amd64/Documentation/faq.md 2021-04-09 19:49:47.599 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md 2021-04-09 19:49:47.599 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md 2021-04-09 19:49:47.599 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md 2021-04-09 19:49:47.600 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/ 2021-04-09 19:49:47.600 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2021-04-09 19:49:47.600 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2021-04-09 19:49:47.600 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2021-04-09 19:49:47.600 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2021-04-09 19:49:47.600 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2021-04-09 19:49:47.600 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2021-04-09 19:49:47.600 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/ 2021-04-09 19:49:47.600 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md 2021-04-09 19:49:47.600 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2021-04-09 19:49:47.600 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md 2021-04-09 19:49:47.600 | etcd-v3.3.12-linux-amd64/Documentation/learning/ 2021-04-09 19:49:47.600 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md 2021-04-09 19:49:47.600 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md 2021-04-09 19:49:47.600 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md 2021-04-09 19:49:47.601 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md 2021-04-09 19:49:47.601 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md 2021-04-09 19:49:47.601 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md 2021-04-09 19:49:47.601 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/ 2021-04-09 19:49:47.601 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md 2021-04-09 19:49:47.601 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md 2021-04-09 19:49:47.601 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md 2021-04-09 19:49:47.601 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json 2021-04-09 19:49:47.602 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md 2021-04-09 19:49:47.602 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md 2021-04-09 19:49:47.602 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md 2021-04-09 19:49:47.602 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md 2021-04-09 19:49:47.602 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md 2021-04-09 19:49:47.602 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md 2021-04-09 19:49:47.603 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md 2021-04-09 19:49:47.603 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2021-04-09 19:49:47.603 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2021-04-09 19:49:47.603 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2021-04-09 19:49:47.603 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md 2021-04-09 19:49:47.603 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md 2021-04-09 19:49:47.603 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2021-04-09 19:49:47.605 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md 2021-04-09 19:49:47.605 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md 2021-04-09 19:49:47.605 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md 2021-04-09 19:49:47.605 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md 2021-04-09 19:49:47.605 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md 2021-04-09 19:49:47.605 | etcd-v3.3.12-linux-amd64/Documentation/demo.md 2021-04-09 19:49:47.605 | etcd-v3.3.12-linux-amd64/README-etcdctl.md 2021-04-09 19:49:47.605 | etcd-v3.3.12-linux-amd64/etcdctl 2021-04-09 19:49:47.821 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md 2021-04-09 19:49:47.821 | etcd-v3.3.12-linux-amd64/etcd 2021-04-09 19:49:48.084 | + lib/etcd3:install_etcd3:121 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack/bin/etcd 2021-04-09 19:49:48.119 | + lib/etcd3:install_etcd3:122 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack/bin/etcdctl 2021-04-09 19:49:48.150 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2021-04-09 19:49:48.154 | + ./stack.sh:main:880 : is_service_enabled tls-proxy 2021-04-09 19:49:48.172 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 19:49:48.175 | + ./stack.sh:main:889 : echo_summary 'Installing OpenStack project source' 2021-04-09 19:49:48.177 | + ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-04-09 19:49:48.180 | + ./stack.sh:echo_summary:461 : echo -e Installing OpenStack project source 2021-04-09 19:49:48.182 | + ./stack.sh:main:892 : install_libs 2021-04-09 19:49:48.185 | + lib/libraries:install_libs:88 : _install_lib_from_source automaton 2021-04-09 19:49:48.188 | + lib/libraries:_install_lib_from_source:72 : local name=automaton 2021-04-09 19:49:48.191 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git automaton 2021-04-09 19:49:48.197 | + inc/python:use_library_from_git:328 : local name=automaton 2021-04-09 19:49:48.200 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:49:48.206 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:49:48.208 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,automaton, ]] 2021-04-09 19:49:48.211 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:49:48.213 | + lib/libraries:install_libs:89 : _install_lib_from_source castellan 2021-04-09 19:49:48.216 | + lib/libraries:_install_lib_from_source:72 : local name=castellan 2021-04-09 19:49:48.218 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git castellan 2021-04-09 19:49:48.221 | + inc/python:use_library_from_git:328 : local name=castellan 2021-04-09 19:49:48.223 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:49:48.226 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:49:48.228 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,castellan, ]] 2021-04-09 19:49:48.231 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:49:48.234 | + lib/libraries:install_libs:90 : _install_lib_from_source cliff 2021-04-09 19:49:48.237 | + lib/libraries:_install_lib_from_source:72 : local name=cliff 2021-04-09 19:49:48.240 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git cliff 2021-04-09 19:49:48.243 | + inc/python:use_library_from_git:328 : local name=cliff 2021-04-09 19:49:48.247 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:49:48.250 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:49:48.253 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,cliff, ]] 2021-04-09 19:49:48.256 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:49:48.258 | + lib/libraries:install_libs:91 : _install_lib_from_source cursive 2021-04-09 19:49:48.261 | + lib/libraries:_install_lib_from_source:72 : local name=cursive 2021-04-09 19:49:48.263 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git cursive 2021-04-09 19:49:48.266 | + inc/python:use_library_from_git:328 : local name=cursive 2021-04-09 19:49:48.269 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:49:48.271 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:49:48.274 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,cursive, ]] 2021-04-09 19:49:48.277 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:49:48.279 | + lib/libraries:install_libs:92 : _install_lib_from_source debtcollector 2021-04-09 19:49:48.282 | + lib/libraries:_install_lib_from_source:72 : local name=debtcollector 2021-04-09 19:49:48.285 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git debtcollector 2021-04-09 19:49:48.288 | + inc/python:use_library_from_git:328 : local name=debtcollector 2021-04-09 19:49:48.290 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:49:48.293 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:49:48.296 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,debtcollector, ]] 2021-04-09 19:49:48.299 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:49:48.302 | + lib/libraries:install_libs:93 : _install_lib_from_source futurist 2021-04-09 19:49:48.305 | + lib/libraries:_install_lib_from_source:72 : local name=futurist 2021-04-09 19:49:48.307 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git futurist 2021-04-09 19:49:48.309 | + inc/python:use_library_from_git:328 : local name=futurist 2021-04-09 19:49:48.312 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:49:48.315 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:49:48.317 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,futurist, ]] 2021-04-09 19:49:48.320 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:49:48.322 | + lib/libraries:install_libs:94 : _install_lib_from_source openstacksdk 2021-04-09 19:49:48.325 | + lib/libraries:_install_lib_from_source:72 : local name=openstacksdk 2021-04-09 19:49:48.327 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git openstacksdk 2021-04-09 19:49:48.330 | + inc/python:use_library_from_git:328 : local name=openstacksdk 2021-04-09 19:49:48.332 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:49:48.335 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:49:48.337 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,openstacksdk, ]] 2021-04-09 19:49:48.340 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:49:48.342 | + lib/libraries:install_libs:95 : _install_lib_from_source osc-lib 2021-04-09 19:49:48.345 | + lib/libraries:_install_lib_from_source:72 : local name=osc-lib 2021-04-09 19:49:48.347 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osc-lib 2021-04-09 19:49:48.350 | + inc/python:use_library_from_git:328 : local name=osc-lib 2021-04-09 19:49:48.353 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:49:48.355 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:49:48.357 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,osc-lib, ]] 2021-04-09 19:49:48.360 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:49:48.364 | + lib/libraries:install_libs:96 : _install_lib_from_source osc-placement 2021-04-09 19:49:48.367 | + lib/libraries:_install_lib_from_source:72 : local name=osc-placement 2021-04-09 19:49:48.369 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osc-placement 2021-04-09 19:49:48.371 | + inc/python:use_library_from_git:328 : local name=osc-placement 2021-04-09 19:49:48.374 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:49:48.376 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:49:48.378 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,osc-placement, ]] 2021-04-09 19:49:48.381 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:49:48.383 | + lib/libraries:install_libs:97 : _install_lib_from_source os-client-config 2021-04-09 19:49:48.386 | + lib/libraries:_install_lib_from_source:72 : local name=os-client-config 2021-04-09 19:49:48.388 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-client-config 2021-04-09 19:49:48.391 | + inc/python:use_library_from_git:328 : local name=os-client-config 2021-04-09 19:49:48.393 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:49:48.396 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:49:48.398 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,os-client-config, ]] 2021-04-09 19:49:48.400 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:49:48.408 | + lib/libraries:install_libs:98 : _install_lib_from_source oslo.cache 2021-04-09 19:49:48.410 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.cache 2021-04-09 19:49:48.413 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.cache 2021-04-09 19:49:48.415 | + inc/python:use_library_from_git:328 : local name=oslo.cache 2021-04-09 19:49:48.418 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:49:48.420 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:49:48.422 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,oslo.cache, ]] 2021-04-09 19:49:48.425 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:49:48.428 | + lib/libraries:install_libs:99 : _install_lib_from_source oslo.concurrency 2021-04-09 19:49:48.430 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.concurrency 2021-04-09 19:49:48.433 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.concurrency 2021-04-09 19:49:48.435 | + inc/python:use_library_from_git:328 : local name=oslo.concurrency 2021-04-09 19:49:48.438 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:49:48.440 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:49:48.443 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,oslo.concurrency, ]] 2021-04-09 19:49:48.445 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:49:48.448 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.config 2021-04-09 19:49:48.450 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.config 2021-04-09 19:49:48.453 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.config 2021-04-09 19:49:48.455 | + inc/python:use_library_from_git:328 : local name=oslo.config 2021-04-09 19:49:48.458 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:49:48.460 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:49:48.462 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,oslo.config, ]] 2021-04-09 19:49:48.465 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:49:48.467 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.context 2021-04-09 19:49:48.470 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.context 2021-04-09 19:49:48.472 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.context 2021-04-09 19:49:48.475 | + inc/python:use_library_from_git:328 : local name=oslo.context 2021-04-09 19:49:48.477 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:49:48.479 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:49:48.482 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,oslo.context, ]] 2021-04-09 19:49:48.486 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:49:48.488 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.db 2021-04-09 19:49:48.491 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.db 2021-04-09 19:49:48.494 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.db 2021-04-09 19:49:48.497 | + inc/python:use_library_from_git:328 : local name=oslo.db 2021-04-09 19:49:48.499 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:49:48.503 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:49:48.506 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,oslo.db, ]] 2021-04-09 19:49:48.508 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:49:48.513 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.i18n 2021-04-09 19:49:48.515 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.i18n 2021-04-09 19:49:48.518 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.i18n 2021-04-09 19:49:48.520 | + inc/python:use_library_from_git:328 : local name=oslo.i18n 2021-04-09 19:49:48.522 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:49:48.525 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:49:48.527 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,oslo.i18n, ]] 2021-04-09 19:49:48.529 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:49:48.532 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.log 2021-04-09 19:49:48.535 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.log 2021-04-09 19:49:48.539 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.log 2021-04-09 19:49:48.542 | + inc/python:use_library_from_git:328 : local name=oslo.log 2021-04-09 19:49:48.544 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:49:48.547 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:49:48.550 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,oslo.log, ]] 2021-04-09 19:49:48.552 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:49:48.555 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.messaging 2021-04-09 19:49:48.558 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.messaging 2021-04-09 19:49:48.560 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.messaging 2021-04-09 19:49:48.562 | + inc/python:use_library_from_git:328 : local name=oslo.messaging 2021-04-09 19:49:48.565 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:49:48.567 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:49:48.570 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,oslo.messaging, ]] 2021-04-09 19:49:48.573 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:49:48.575 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.middleware 2021-04-09 19:49:48.577 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.middleware 2021-04-09 19:49:48.581 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.middleware 2021-04-09 19:49:48.584 | + inc/python:use_library_from_git:328 : local name=oslo.middleware 2021-04-09 19:49:48.586 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:49:48.588 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:49:48.592 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,oslo.middleware, ]] 2021-04-09 19:49:48.595 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:49:48.599 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.policy 2021-04-09 19:49:48.601 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.policy 2021-04-09 19:49:48.604 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.policy 2021-04-09 19:49:48.611 | + inc/python:use_library_from_git:328 : local name=oslo.policy 2021-04-09 19:49:48.614 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:49:48.616 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:49:48.619 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,oslo.policy, ]] 2021-04-09 19:49:48.621 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:49:48.624 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.privsep 2021-04-09 19:49:48.626 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.privsep 2021-04-09 19:49:48.629 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.privsep 2021-04-09 19:49:48.631 | + inc/python:use_library_from_git:328 : local name=oslo.privsep 2021-04-09 19:49:48.634 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:49:48.636 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:49:48.638 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,oslo.privsep, ]] 2021-04-09 19:49:48.641 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:49:48.644 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.reports 2021-04-09 19:49:48.647 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.reports 2021-04-09 19:49:48.649 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.reports 2021-04-09 19:49:48.652 | + inc/python:use_library_from_git:328 : local name=oslo.reports 2021-04-09 19:49:48.654 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:49:48.658 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:49:48.661 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,oslo.reports, ]] 2021-04-09 19:49:48.664 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:49:48.667 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.rootwrap 2021-04-09 19:49:48.671 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.rootwrap 2021-04-09 19:49:48.675 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.rootwrap 2021-04-09 19:49:48.680 | + inc/python:use_library_from_git:328 : local name=oslo.rootwrap 2021-04-09 19:49:48.682 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:49:48.685 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:49:48.687 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,oslo.rootwrap, ]] 2021-04-09 19:49:48.690 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:49:48.692 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.serialization 2021-04-09 19:49:48.695 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.serialization 2021-04-09 19:49:48.697 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.serialization 2021-04-09 19:49:48.700 | + inc/python:use_library_from_git:328 : local name=oslo.serialization 2021-04-09 19:49:48.702 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:49:48.706 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:49:48.708 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,oslo.serialization, ]] 2021-04-09 19:49:48.711 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:49:48.713 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.service 2021-04-09 19:49:48.716 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.service 2021-04-09 19:49:48.718 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.service 2021-04-09 19:49:48.723 | + inc/python:use_library_from_git:328 : local name=oslo.service 2021-04-09 19:49:48.725 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:49:48.728 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:49:48.730 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,oslo.service, ]] 2021-04-09 19:49:48.733 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:49:48.736 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.utils 2021-04-09 19:49:48.739 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.utils 2021-04-09 19:49:48.742 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.utils 2021-04-09 19:49:48.745 | + inc/python:use_library_from_git:328 : local name=oslo.utils 2021-04-09 19:49:48.747 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:49:48.750 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:49:48.752 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,oslo.utils, ]] 2021-04-09 19:49:48.756 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:49:48.759 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.versionedobjects 2021-04-09 19:49:48.762 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.versionedobjects 2021-04-09 19:49:48.765 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.versionedobjects 2021-04-09 19:49:48.767 | + inc/python:use_library_from_git:328 : local name=oslo.versionedobjects 2021-04-09 19:49:48.770 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:49:48.772 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:49:48.774 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,oslo.versionedobjects, ]] 2021-04-09 19:49:48.777 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:49:48.779 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.vmware 2021-04-09 19:49:48.784 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.vmware 2021-04-09 19:49:48.789 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.vmware 2021-04-09 19:49:48.791 | + inc/python:use_library_from_git:328 : local name=oslo.vmware 2021-04-09 19:49:48.794 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:49:48.796 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:49:48.799 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,oslo.vmware, ]] 2021-04-09 19:49:48.801 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:49:48.805 | + lib/libraries:install_libs:116 : _install_lib_from_source osprofiler 2021-04-09 19:49:48.809 | + lib/libraries:_install_lib_from_source:72 : local name=osprofiler 2021-04-09 19:49:48.812 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osprofiler 2021-04-09 19:49:48.814 | + inc/python:use_library_from_git:328 : local name=osprofiler 2021-04-09 19:49:48.817 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:49:48.819 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:49:48.823 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,osprofiler, ]] 2021-04-09 19:49:48.825 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:49:48.830 | + lib/libraries:install_libs:117 : _install_lib_from_source pycadf 2021-04-09 19:49:48.832 | + lib/libraries:_install_lib_from_source:72 : local name=pycadf 2021-04-09 19:49:48.834 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git pycadf 2021-04-09 19:49:48.837 | + inc/python:use_library_from_git:328 : local name=pycadf 2021-04-09 19:49:48.839 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:49:48.841 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:49:48.844 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,pycadf, ]] 2021-04-09 19:49:48.848 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:49:48.852 | + lib/libraries:install_libs:118 : _install_lib_from_source stevedore 2021-04-09 19:49:48.854 | + lib/libraries:_install_lib_from_source:72 : local name=stevedore 2021-04-09 19:49:48.856 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git stevedore 2021-04-09 19:49:48.859 | + inc/python:use_library_from_git:328 : local name=stevedore 2021-04-09 19:49:48.861 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:49:48.864 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:49:48.866 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,stevedore, ]] 2021-04-09 19:49:48.868 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:49:48.871 | + lib/libraries:install_libs:119 : _install_lib_from_source taskflow 2021-04-09 19:49:48.873 | + lib/libraries:_install_lib_from_source:72 : local name=taskflow 2021-04-09 19:49:48.876 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git taskflow 2021-04-09 19:49:48.880 | + inc/python:use_library_from_git:328 : local name=taskflow 2021-04-09 19:49:48.884 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:49:48.886 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:49:48.889 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,taskflow, ]] 2021-04-09 19:49:48.892 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:49:48.895 | + lib/libraries:install_libs:120 : _install_lib_from_source tooz 2021-04-09 19:49:48.898 | + lib/libraries:_install_lib_from_source:72 : local name=tooz 2021-04-09 19:49:48.900 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git tooz 2021-04-09 19:49:48.903 | + inc/python:use_library_from_git:328 : local name=tooz 2021-04-09 19:49:48.906 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:49:48.910 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:49:48.912 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,tooz, ]] 2021-04-09 19:49:48.914 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:49:48.917 | + lib/libraries:install_libs:124 : _install_lib_from_source os-brick 2021-04-09 19:49:48.919 | + lib/libraries:_install_lib_from_source:72 : local name=os-brick 2021-04-09 19:49:48.922 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-brick 2021-04-09 19:49:48.924 | + inc/python:use_library_from_git:328 : local name=os-brick 2021-04-09 19:49:48.927 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:49:48.929 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:49:48.932 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,os-brick, ]] 2021-04-09 19:49:48.934 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:49:48.937 | + lib/libraries:install_libs:125 : _install_lib_from_source os-traits 2021-04-09 19:49:48.940 | + lib/libraries:_install_lib_from_source:72 : local name=os-traits 2021-04-09 19:49:48.942 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-traits 2021-04-09 19:49:48.944 | + inc/python:use_library_from_git:328 : local name=os-traits 2021-04-09 19:49:48.947 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:49:48.949 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:49:48.952 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,os-traits, ]] 2021-04-09 19:49:48.956 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:49:48.959 | + lib/libraries:install_libs:128 : _install_lib_from_source python-barbicanclient 2021-04-09 19:49:48.961 | + lib/libraries:_install_lib_from_source:72 : local name=python-barbicanclient 2021-04-09 19:49:48.963 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git python-barbicanclient 2021-04-09 19:49:48.966 | + inc/python:use_library_from_git:328 : local name=python-barbicanclient 2021-04-09 19:49:48.968 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:49:48.971 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:49:48.974 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,python-barbicanclient, ]] 2021-04-09 19:49:48.976 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:49:48.978 | + lib/libraries:install_libs:135 : pip_install etcd3 2021-04-09 19:49:48.999 | Check python version for : etcd3 2021-04-09 19:49:49.003 | Using 3.6 version to install etcd3 based on default behavior 2021-04-09 19:49:49.397 | + 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-04-09 19:49:50.138 | Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:50.191 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:50.193 | Ignoring pytest: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:50.196 | Ignoring pytest: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:50.200 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:50.269 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:50.276 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:50.279 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:50.281 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:50.287 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:50.308 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:50.322 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:50.324 | Ignoring networkx: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:50.327 | Ignoring networkx: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:50.332 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:50.362 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:50.365 | Ignoring zeroconf: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:50.367 | Ignoring zeroconf: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:50.372 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:50.374 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:50.377 | Ignoring scipy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:50.379 | Ignoring scipy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:50.383 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:50.386 | Ignoring mypy-extensions: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:50.388 | Ignoring mypy-extensions: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:50.394 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:50.480 | Ignoring ifaddr: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:50.482 | Ignoring ifaddr: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:50.488 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:50.492 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:50.498 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:50.510 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:50.513 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:50.518 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:50.520 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:50.538 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:50.557 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:50.559 | Ignoring gunicorn: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:50.562 | Ignoring gunicorn: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:50.567 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:50.581 | Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:50.583 | Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:50.588 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:50.592 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:50.594 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:50.600 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:50.618 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:50.620 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:50.625 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:50.655 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:50.663 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:50.666 | Ignoring influxdb: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:50.668 | Ignoring influxdb: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:50.673 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:50.686 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:50.692 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:50.698 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:50.700 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:50.705 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:50.711 | Ignoring joblib: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:50.714 | Ignoring joblib: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:50.718 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:50.792 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:50.795 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:50.800 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:50.826 | Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:50.828 | Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:50.834 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:50.838 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:50.868 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:50.870 | Ignoring keyring: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:50.872 | Ignoring keyring: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:50.878 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:50.933 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:50.935 | Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:50.938 | Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:50.943 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:50.959 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:51.009 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:51.012 | Ignoring more-itertools: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:51.014 | Ignoring more-itertools: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:51.020 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:51.024 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:51.026 | Ignoring numpy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:51.028 | Ignoring numpy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:51.035 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:51.039 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:51.041 | Ignoring Sphinx: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:51.043 | Ignoring Sphinx: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:51.048 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:51.105 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:51.108 | Ignoring Django: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:51.110 | Ignoring Django: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:51.115 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:51.134 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:51.137 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:51.142 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:51.175 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:51.180 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:51.183 | Ignoring GitPython: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:51.185 | Ignoring GitPython: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:51.191 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:51.226 | Ignoring ndg-httpsclient: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:51.248 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:51.258 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:51.283 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:51.286 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:51.288 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:51.293 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:51.306 | Ignoring diskimage-builder: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:51.322 | Ignoring diskimage-builder: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:51.324 | Ignoring diskimage-builder: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:51.330 | Ignoring diskimage-builder: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:51.339 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:51.342 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:51.354 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:51.363 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:51.366 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:51.371 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:51.384 | Ignoring dnspython: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:51.387 | Ignoring dnspython: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:51.392 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:51.395 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:51.402 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:51.417 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:51.422 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:51.450 | Ignoring typing-extensions: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:51.452 | Ignoring typing-extensions: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:51.459 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:51.475 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:51.477 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:51.482 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:51.484 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:51.487 | Ignoring scikit-learn: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:51.490 | Ignoring scikit-learn: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:51.494 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:51.498 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:51.501 | Ignoring Pygments: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:51.504 | Ignoring Pygments: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:51.509 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:51.609 | Collecting etcd3===0.10.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 595)) 2021-04-09 19:49:51.659 | Downloading http://10.100.0.9:8080/root/pypi/+f/25a/524b9f032c663/etcd3-0.10.0.tar.gz (60kB) 2021-04-09 19:49:52.783 | Collecting grpcio===1.23.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 62)) 2021-04-09 19:49:54.341 | 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-04-09 19:49:54.571 | 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-04-09 19:49:54.680 | Collecting protobuf===3.9.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) 2021-04-09 19:49:55.074 | 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-04-09 19:49:55.271 | 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-04-09 19:49:55.274 | 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-04-09 19:49:55.320 | Building wheels for collected packages: etcd3 2021-04-09 19:49:55.321 | Running setup.py bdist_wheel for etcd3: started 2021-04-09 19:49:56.065 | Running setup.py bdist_wheel for etcd3: finished with status 'done' 2021-04-09 19:49:56.066 | Stored in directory: /root/.cache/pip/wheels/1d/38/82/2fe993aad57ff21f622dc77097d2941356131fb9f7d1e021ad 2021-04-09 19:49:56.083 | Successfully built etcd3 2021-04-09 19:49:56.084 | Installing collected packages: grpcio, protobuf, etcd3 2021-04-09 19:49:57.259 | Successfully installed etcd3-0.10.0 grpcio-1.23.0 protobuf-3.9.1 2021-04-09 19:49:57.366 | You are using pip version 9.0.3, however version 21.0.1 is available. 2021-04-09 19:49:57.366 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-04-09 19:49:57.433 | + inc/python:pip_install:290 : result=0 2021-04-09 19:49:57.435 | + inc/python:pip_install:292 : time_stop pip_install 2021-04-09 19:49:57.437 | + functions-common:time_stop:2336 : local name 2021-04-09 19:49:57.440 | + functions-common:time_stop:2337 : local end_time 2021-04-09 19:49:57.442 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 19:49:57.444 | + functions-common:time_stop:2339 : local total 2021-04-09 19:49:57.447 | + functions-common:time_stop:2340 : local start_time 2021-04-09 19:49:57.449 | + functions-common:time_stop:2342 : name=pip_install 2021-04-09 19:49:57.451 | + functions-common:time_stop:2343 : start_time=1617997788992 2021-04-09 19:49:57.453 | + functions-common:time_stop:2345 : [[ -z 1617997788992 ]] 2021-04-09 19:49:57.457 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 19:49:57.460 | + functions-common:time_stop:2348 : end_time=1617997797457 2021-04-09 19:49:57.462 | + functions-common:time_stop:2349 : elapsed_time=8465 2021-04-09 19:49:57.465 | + functions-common:time_stop:2350 : total=52322 2021-04-09 19:49:57.467 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 19:49:57.469 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=60787 2021-04-09 19:49:57.471 | + inc/python:pip_install:293 : return 0 2021-04-09 19:49:57.474 | + lib/libraries:install_libs:136 : pip_install etcd3gw 2021-04-09 19:49:57.495 | Check python version for : etcd3gw 2021-04-09 19:49:57.503 | Using 3.6 version to install etcd3gw based on default behavior 2021-04-09 19:49:57.906 | + 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-04-09 19:49:58.663 | Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:58.724 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:58.727 | Ignoring pytest: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:58.729 | Ignoring pytest: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:58.734 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:58.803 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:58.811 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:58.815 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:58.817 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:58.823 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:58.845 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:58.860 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:58.863 | Ignoring networkx: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:58.865 | Ignoring networkx: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:58.870 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:58.906 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:58.909 | Ignoring zeroconf: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:58.912 | Ignoring zeroconf: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:58.916 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:58.919 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:58.921 | Ignoring scipy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:58.924 | Ignoring scipy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:58.930 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:58.932 | Ignoring mypy-extensions: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:58.935 | Ignoring mypy-extensions: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:58.940 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:59.038 | Ignoring ifaddr: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:59.040 | Ignoring ifaddr: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:59.044 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:59.050 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:59.058 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:59.071 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:59.074 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:59.079 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:59.081 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:59.100 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:59.120 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:59.122 | Ignoring gunicorn: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:59.126 | Ignoring gunicorn: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:59.131 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:59.146 | Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:59.148 | Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:59.153 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:59.159 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:59.161 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:59.166 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:59.190 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:59.194 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:59.202 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:59.239 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:59.246 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:59.248 | Ignoring influxdb: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:59.252 | Ignoring influxdb: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:59.257 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:59.271 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:59.276 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:59.284 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:59.286 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:59.290 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:59.297 | Ignoring joblib: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:59.300 | Ignoring joblib: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:59.305 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:59.381 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:59.383 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:59.389 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:59.417 | Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:59.419 | Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:59.426 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:59.430 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:59.461 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:59.463 | Ignoring keyring: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:59.465 | Ignoring keyring: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:59.472 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:59.537 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:59.540 | Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:59.542 | Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:59.548 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:59.573 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:59.629 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:59.632 | Ignoring more-itertools: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:59.634 | Ignoring more-itertools: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:59.639 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:59.643 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:59.646 | Ignoring numpy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:59.648 | Ignoring numpy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:59.654 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:59.658 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:59.661 | Ignoring Sphinx: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:59.663 | Ignoring Sphinx: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:59.667 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:59.731 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:59.734 | Ignoring Django: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:59.737 | Ignoring Django: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:59.742 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:59.761 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:59.763 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:59.769 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:59.817 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:59.828 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:59.832 | Ignoring GitPython: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:59.837 | Ignoring GitPython: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:59.847 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:59.888 | Ignoring ndg-httpsclient: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:59.918 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:59.928 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:59.960 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:49:59.965 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:49:59.968 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:49:59.974 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:49:59.987 | Ignoring diskimage-builder: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:00.007 | Ignoring diskimage-builder: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:00.009 | Ignoring diskimage-builder: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:00.014 | Ignoring diskimage-builder: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:00.028 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:00.031 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:00.045 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:00.057 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:00.060 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:00.065 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:00.077 | Ignoring dnspython: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:00.081 | Ignoring dnspython: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:00.085 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:00.088 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:00.096 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:00.111 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:00.116 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:00.144 | Ignoring typing-extensions: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:00.146 | Ignoring typing-extensions: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:00.151 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:00.168 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:00.170 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:00.175 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:00.178 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:00.180 | Ignoring scikit-learn: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:00.183 | Ignoring scikit-learn: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:00.187 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:00.192 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:00.194 | Ignoring Pygments: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:00.197 | Ignoring Pygments: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:00.202 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:00.302 | Collecting etcd3gw===0.2.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 545)) 2021-04-09 19:50:00.349 | Downloading http://10.100.0.9:8080/root/pypi/+f/c59/df6ed7ee0db96/etcd3gw-0.2.4-py2.py3-none-any.whl 2021-04-09 19:50:00.464 | 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-04-09 19:50:00.480 | 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-04-09 19:50:00.502 | 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-04-09 19:50:00.505 | 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-04-09 19:50:00.528 | 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-04-09 19:50:00.530 | 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-04-09 19:50:00.532 | 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-04-09 19:50:00.535 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2021-04-09 19:50:00.537 | 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-04-09 19:50:00.540 | Installing collected packages: etcd3gw 2021-04-09 19:50:00.661 | Successfully installed etcd3gw-0.2.4 2021-04-09 19:50:00.750 | You are using pip version 9.0.3, however version 21.0.1 is available. 2021-04-09 19:50:00.750 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-04-09 19:50:00.802 | + inc/python:pip_install:290 : result=0 2021-04-09 19:50:00.804 | + inc/python:pip_install:292 : time_stop pip_install 2021-04-09 19:50:00.807 | + functions-common:time_stop:2336 : local name 2021-04-09 19:50:00.809 | + functions-common:time_stop:2337 : local end_time 2021-04-09 19:50:00.811 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 19:50:00.814 | + functions-common:time_stop:2339 : local total 2021-04-09 19:50:00.816 | + functions-common:time_stop:2340 : local start_time 2021-04-09 19:50:00.819 | + functions-common:time_stop:2342 : name=pip_install 2021-04-09 19:50:00.821 | + functions-common:time_stop:2343 : start_time=1617997797488 2021-04-09 19:50:00.823 | + functions-common:time_stop:2345 : [[ -z 1617997797488 ]] 2021-04-09 19:50:00.826 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 19:50:00.830 | + functions-common:time_stop:2348 : end_time=1617997800827 2021-04-09 19:50:00.832 | + functions-common:time_stop:2349 : elapsed_time=3339 2021-04-09 19:50:00.834 | + functions-common:time_stop:2350 : total=60787 2021-04-09 19:50:00.837 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 19:50:00.839 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=64126 2021-04-09 19:50:00.841 | + inc/python:pip_install:293 : return 0 2021-04-09 19:50:00.844 | + ./stack.sh:main:895 : install_apache_uwsgi 2021-04-09 19:50:00.847 | + lib/apache:install_apache_uwsgi:80 : local apxs=apxs2 2021-04-09 19:50:00.849 | + lib/apache:install_apache_uwsgi:81 : is_fedora 2021-04-09 19:50:00.852 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2021-04-09 19:50:00.854 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2021-04-09 19:50:00.856 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2021-04-09 19:50:00.858 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-04-09 19:50:00.861 | + functions-common:is_fedora:454 : '[' Ubuntu = CentOS ']' 2021-04-09 19:50:00.864 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2021-04-09 19:50:00.866 | + functions-common:is_fedora:455 : '[' Ubuntu = Virtuozzo ']' 2021-04-09 19:50:00.868 | + lib/apache:install_apache_uwsgi:92 : python3_enabled 2021-04-09 19:50:00.870 | + inc/python:python3_enabled:531 : [[ True == \T\r\u\e ]] 2021-04-09 19:50:00.873 | + inc/python:python3_enabled:532 : return 0 2021-04-09 19:50:00.875 | + lib/apache:install_apache_uwsgi:93 : UWSGI_PYTHON_PLUGIN=python3 2021-04-09 19:50:00.877 | + lib/apache:install_apache_uwsgi:98 : is_ubuntu 2021-04-09 19:50:00.880 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:50:00.882 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:50:00.884 | + lib/apache:install_apache_uwsgi:99 : install_package uwsgi uwsgi-plugin-python uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2021-04-09 19:50:00.887 | + functions-common:install_package:1334 : update_package_repo 2021-04-09 19:50:00.889 | + functions-common:update_package_repo:1306 : NO_UPDATE_REPOS=False 2021-04-09 19:50:00.892 | + functions-common:update_package_repo:1307 : REPOS_UPDATED=True 2021-04-09 19:50:00.895 | + functions-common:update_package_repo:1308 : RETRY_UPDATE=False 2021-04-09 19:50:00.897 | + functions-common:update_package_repo:1310 : [[ False = \T\r\u\e ]] 2021-04-09 19:50:00.900 | + functions-common:update_package_repo:1314 : is_ubuntu 2021-04-09 19:50:00.902 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:50:00.905 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:50:00.907 | + functions-common:update_package_repo:1315 : apt_get_update 2021-04-09 19:50:00.910 | + functions-common:apt_get_update:1069 : [[ True == \T\r\u\e ]] 2021-04-09 19:50:00.912 | + functions-common:apt_get_update:1069 : [[ False != \T\r\u\e ]] 2021-04-09 19:50:00.915 | + functions-common:apt_get_update:1070 : return 2021-04-09 19:50:00.917 | + functions-common:install_package:1335 : real_install_package uwsgi uwsgi-plugin-python uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2021-04-09 19:50:00.920 | + functions-common:real_install_package:1320 : is_ubuntu 2021-04-09 19:50:00.923 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:50:00.925 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:50:00.927 | + functions-common:real_install_package:1321 : apt_get install uwsgi uwsgi-plugin-python uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2021-04-09 19:50:00.947 | + 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-04-09 19:50:01.067 | Reading package lists... 2021-04-09 19:50:01.327 | Building dependency tree... 2021-04-09 19:50:01.328 | Reading state information... 2021-04-09 19:50:01.546 | libapache2-mod-proxy-uwsgi is already the newest version (2.0.15-10.2ubuntu2.1). 2021-04-09 19:50:01.546 | The following packages were automatically installed and are no longer required: 2021-04-09 19:50:01.547 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-04-09 19:50:01.547 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-04-09 19:50:01.547 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-04-09 19:50:01.547 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-04-09 19:50:01.547 | python3-twisted-bin python3-zope.interface 2021-04-09 19:50:01.547 | Use 'sudo apt autoremove' to remove them. 2021-04-09 19:50:01.550 | Suggested packages: 2021-04-09 19:50:01.550 | python-uwsgidecorators python3-uwsgidecorators 2021-04-09 19:50:01.601 | The following NEW packages will be installed: 2021-04-09 19:50:01.601 | uwsgi uwsgi-plugin-python uwsgi-plugin-python3 2021-04-09 19:50:01.830 | 0 upgraded, 3 newly installed, 0 to remove and 154 not upgraded. 2021-04-09 19:50:01.831 | Need to get 163 kB of archives. 2021-04-09 19:50:01.831 | After this operation, 634 kB of additional disk space will be used. 2021-04-09 19:50:01.831 | 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-04-09 19:50:01.945 | 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-04-09 19:50:02.033 | 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-04-09 19:50:02.659 | Fetched 163 kB in 0s (347 kB/s) 2021-04-09 19:50:02.876 | Selecting previously unselected package uwsgi. 2021-04-09 19:50:02.917 | (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-04-09 19:50:02.922 | Preparing to unpack .../uwsgi_2.0.15-10.2ubuntu2.1_amd64.deb ... 2021-04-09 19:50:02.967 | Unpacking uwsgi (2.0.15-10.2ubuntu2.1) ... 2021-04-09 19:50:03.463 | Selecting previously unselected package uwsgi-plugin-python. 2021-04-09 19:50:03.472 | Preparing to unpack .../uwsgi-plugin-python_2.0.15-10.2ubuntu2.1_amd64.deb ... 2021-04-09 19:50:03.526 | Unpacking uwsgi-plugin-python (2.0.15-10.2ubuntu2.1) ... 2021-04-09 19:50:03.990 | Selecting previously unselected package uwsgi-plugin-python3. 2021-04-09 19:50:03.998 | Preparing to unpack .../uwsgi-plugin-python3_2.0.15-10.2ubuntu2.1_amd64.deb ... 2021-04-09 19:50:04.041 | Unpacking uwsgi-plugin-python3 (2.0.15-10.2ubuntu2.1) ... 2021-04-09 19:50:04.498 | Setting up uwsgi-plugin-python3 (2.0.15-10.2ubuntu2.1) ... 2021-04-09 19:50:04.875 | Processing triggers for ureadahead (0.100.0-21) ... 2021-04-09 19:50:05.006 | Setting up uwsgi (2.0.15-10.2ubuntu2.1) ... 2021-04-09 19:50:05.869 | Setting up uwsgi-plugin-python (2.0.15-10.2ubuntu2.1) ... 2021-04-09 19:50:06.138 | Processing triggers for systemd (237-3ubuntu10.45) ... 2021-04-09 19:50:06.481 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-04-09 19:50:07.213 | Processing triggers for ureadahead (0.100.0-21) ... 2021-04-09 19:50:09.542 | + functions-common:apt_get:1114 : result=0 2021-04-09 19:50:09.545 | + functions-common:apt_get:1117 : time_stop apt-get 2021-04-09 19:50:09.547 | + functions-common:time_stop:2336 : local name 2021-04-09 19:50:09.550 | + functions-common:time_stop:2337 : local end_time 2021-04-09 19:50:09.552 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 19:50:09.555 | + functions-common:time_stop:2339 : local total 2021-04-09 19:50:09.557 | + functions-common:time_stop:2340 : local start_time 2021-04-09 19:50:09.559 | + functions-common:time_stop:2342 : name=apt-get 2021-04-09 19:50:09.562 | + functions-common:time_stop:2343 : start_time=1617997800944 2021-04-09 19:50:09.565 | + functions-common:time_stop:2345 : [[ -z 1617997800944 ]] 2021-04-09 19:50:09.568 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 19:50:09.572 | + functions-common:time_stop:2348 : end_time=1617997809569 2021-04-09 19:50:09.574 | + functions-common:time_stop:2349 : elapsed_time=8625 2021-04-09 19:50:09.576 | + functions-common:time_stop:2350 : total=476710 2021-04-09 19:50:09.579 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 19:50:09.581 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=485335 2021-04-09 19:50:09.588 | + functions-common:apt_get:1118 : return 0 2021-04-09 19:50:09.590 | + lib/apache:install_apache_uwsgi:136 : is_ubuntu 2021-04-09 19:50:09.593 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:50:09.596 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:50:09.598 | + lib/apache:install_apache_uwsgi:138 : sudo a2enmod proxy 2021-04-09 19:50:09.657 | Enabling module proxy. 2021-04-09 19:50:09.663 | To activate the new configuration, you need to run: 2021-04-09 19:50:09.663 | systemctl restart apache2 2021-04-09 19:50:09.668 | + lib/apache:install_apache_uwsgi:139 : sudo a2enmod proxy_uwsgi 2021-04-09 19:50:09.732 | Considering dependency proxy for proxy_uwsgi: 2021-04-09 19:50:09.732 | Module proxy already enabled 2021-04-09 19:50:09.732 | Enabling module proxy_uwsgi. 2021-04-09 19:50:09.738 | To activate the new configuration, you need to run: 2021-04-09 19:50:09.738 | systemctl restart apache2 2021-04-09 19:50:09.743 | + lib/apache:install_apache_uwsgi:145 : restart_apache_server 2021-04-09 19:50:09.745 | + lib/apache:restart_apache_server:262 : restart_service apache2 2021-04-09 19:50:09.747 | + functions-common:restart_service:2220 : '[' -x /bin/systemctl ']' 2021-04-09 19:50:09.749 | + functions-common:restart_service:2221 : sudo /bin/systemctl restart apache2 2021-04-09 19:50:09.904 | + ./stack.sh:main:898 : install_keystoneauth 2021-04-09 19:50:09.906 | + lib/keystone:install_keystoneauth:461 : use_library_from_git keystoneauth 2021-04-09 19:50:09.909 | + inc/python:use_library_from_git:328 : local name=keystoneauth 2021-04-09 19:50:09.912 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:50:09.915 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:50:09.918 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,keystoneauth, ]] 2021-04-09 19:50:09.921 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:50:09.923 | + ./stack.sh:main:899 : install_keystoneclient 2021-04-09 19:50:09.926 | + lib/keystone:install_keystoneclient:469 : use_library_from_git python-keystoneclient 2021-04-09 19:50:09.929 | + inc/python:use_library_from_git:328 : local name=python-keystoneclient 2021-04-09 19:50:09.931 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:50:09.933 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:50:09.936 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,python-keystoneclient, ]] 2021-04-09 19:50:09.938 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:50:09.941 | + ./stack.sh:main:900 : install_glanceclient 2021-04-09 19:50:09.943 | + lib/glance:install_glanceclient:295 : use_library_from_git python-glanceclient 2021-04-09 19:50:09.946 | + inc/python:use_library_from_git:328 : local name=python-glanceclient 2021-04-09 19:50:09.948 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:50:09.950 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:50:09.953 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,python-glanceclient, ]] 2021-04-09 19:50:09.956 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:50:09.959 | + ./stack.sh:main:901 : install_cinderclient 2021-04-09 19:50:09.961 | + lib/cinder:install_cinderclient:435 : use_library_from_git python-brick-cinderclient-ext 2021-04-09 19:50:09.964 | + inc/python:use_library_from_git:328 : local name=python-brick-cinderclient-ext 2021-04-09 19:50:09.966 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:50:09.968 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:50:09.972 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2021-04-09 19:50:09.974 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:50:09.977 | + lib/cinder:install_cinderclient:440 : use_library_from_git python-cinderclient 2021-04-09 19:50:09.979 | + inc/python:use_library_from_git:328 : local name=python-cinderclient 2021-04-09 19:50:09.982 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:50:09.984 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:50:09.987 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,python-cinderclient, ]] 2021-04-09 19:50:09.990 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:50:09.992 | + ./stack.sh:main:902 : install_novaclient 2021-04-09 19:50:09.994 | + lib/nova:install_novaclient:781 : use_library_from_git python-novaclient 2021-04-09 19:50:09.997 | + inc/python:use_library_from_git:328 : local name=python-novaclient 2021-04-09 19:50:10.000 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:50:10.003 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:50:10.005 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,python-novaclient, ]] 2021-04-09 19:50:10.008 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:50:10.018 | + ./stack.sh:main:903 : is_service_enabled swift glance horizon 2021-04-09 19:50:10.036 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:50:10.038 | + ./stack.sh:main:904 : install_swiftclient 2021-04-09 19:50:10.041 | + lib/swift:install_swiftclient:750 : use_library_from_git python-swiftclient 2021-04-09 19:50:10.043 | + inc/python:use_library_from_git:328 : local name=python-swiftclient 2021-04-09 19:50:10.046 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:50:10.049 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:50:10.052 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,python-swiftclient, ]] 2021-04-09 19:50:10.054 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:50:10.057 | + ./stack.sh:main:906 : is_service_enabled neutron nova horizon 2021-04-09 19:50:10.073 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:50:10.076 | + ./stack.sh:main:907 : install_neutronclient 2021-04-09 19:50:10.078 | + lib/neutron:install_neutronclient:443 : use_library_from_git python-neutronclient 2021-04-09 19:50:10.081 | + inc/python:use_library_from_git:328 : local name=python-neutronclient 2021-04-09 19:50:10.084 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:50:10.086 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:50:10.089 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,python-neutronclient, ]] 2021-04-09 19:50:10.091 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:50:10.094 | + ./stack.sh:main:911 : install_keystonemiddleware 2021-04-09 19:50:10.098 | + lib/keystone:install_keystonemiddleware:479 : use_library_from_git keystonemiddleware 2021-04-09 19:50:10.100 | + inc/python:use_library_from_git:328 : local name=keystonemiddleware 2021-04-09 19:50:10.103 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:50:10.105 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:50:10.107 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,keystonemiddleware, ]] 2021-04-09 19:50:10.110 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:50:10.114 | + lib/keystone:install_keystonemiddleware:484 : pip_install_gr keystonemiddleware 2021-04-09 19:50:10.117 | + inc/python:pip_install_gr:68 : local name=keystonemiddleware 2021-04-09 19:50:10.120 | + inc/python:pip_install_gr:69 : local clean_name 2021-04-09 19:50:10.123 | ++ inc/python:pip_install_gr:70 : get_from_global_requirements keystonemiddleware 2021-04-09 19:50:10.126 | ++ inc/python:get_from_global_requirements:316 : local package=keystonemiddleware 2021-04-09 19:50:10.128 | ++ inc/python:get_from_global_requirements:317 : local required_pkg 2021-04-09 19:50:10.133 | +++ inc/python:get_from_global_requirements:318 : cut -d# -f1 2021-04-09 19:50:10.133 | +++ inc/python:get_from_global_requirements:318 : grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2021-04-09 19:50:10.138 | ++ inc/python:get_from_global_requirements:318 : required_pkg='keystonemiddleware ' 2021-04-09 19:50:10.141 | ++ inc/python:get_from_global_requirements:319 : [[ keystonemiddleware == '' ]] 2021-04-09 19:50:10.143 | ++ inc/python:get_from_global_requirements:322 : echo keystonemiddleware 2021-04-09 19:50:10.146 | + inc/python:pip_install_gr:70 : clean_name=keystonemiddleware 2021-04-09 19:50:10.149 | + inc/python:pip_install_gr:71 : pip_install keystonemiddleware 2021-04-09 19:50:10.174 | Check python version for : keystonemiddleware 2021-04-09 19:50:10.178 | Using 3.6 version to install keystonemiddleware based on default behavior 2021-04-09 19:50:10.587 | + 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-04-09 19:50:11.351 | Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:11.404 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:11.407 | Ignoring pytest: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:11.410 | Ignoring pytest: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:11.415 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:11.485 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:11.493 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:11.495 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:11.498 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:11.504 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:11.526 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:11.540 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:11.542 | Ignoring networkx: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:11.545 | Ignoring networkx: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:11.550 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:11.581 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:11.584 | Ignoring zeroconf: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:11.586 | Ignoring zeroconf: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:11.591 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:11.593 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:11.596 | Ignoring scipy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:11.598 | Ignoring scipy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:11.603 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:11.605 | Ignoring mypy-extensions: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:11.608 | Ignoring mypy-extensions: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:11.613 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:11.701 | Ignoring ifaddr: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:11.703 | Ignoring ifaddr: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:11.709 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:11.713 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:11.719 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:11.731 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:11.734 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:11.739 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:11.741 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:11.759 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:11.778 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:11.780 | Ignoring gunicorn: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:11.783 | Ignoring gunicorn: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:11.788 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:11.803 | Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:11.806 | Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:11.810 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:11.815 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:11.818 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:11.822 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:11.840 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:11.842 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:11.848 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:11.879 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:11.886 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:11.889 | Ignoring influxdb: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:11.891 | Ignoring influxdb: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:11.896 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:11.909 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:11.914 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:11.921 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:11.924 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:11.929 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:11.934 | Ignoring joblib: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:11.937 | Ignoring joblib: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:11.942 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:12.015 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:12.018 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:12.022 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:12.050 | Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:12.052 | Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:12.057 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:12.061 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:12.091 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:12.094 | Ignoring keyring: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:12.097 | Ignoring keyring: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:12.102 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:12.159 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:12.161 | Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:12.163 | Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:12.168 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:12.185 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:12.234 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:12.238 | Ignoring more-itertools: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:12.240 | Ignoring more-itertools: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:12.245 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:12.249 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:12.252 | Ignoring numpy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:12.254 | Ignoring numpy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:12.259 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:12.264 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:12.266 | Ignoring Sphinx: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:12.269 | Ignoring Sphinx: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:12.273 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:12.331 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:12.333 | Ignoring Django: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:12.335 | Ignoring Django: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:12.340 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:12.360 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:12.363 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:12.368 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:12.399 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:12.405 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:12.408 | Ignoring GitPython: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:12.411 | Ignoring GitPython: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:12.415 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:12.451 | Ignoring ndg-httpsclient: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:12.474 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:12.483 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:12.508 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:12.510 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:12.513 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:12.519 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:12.532 | Ignoring diskimage-builder: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:12.535 | Ignoring diskimage-builder: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:12.537 | Ignoring diskimage-builder: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:12.542 | Ignoring diskimage-builder: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:12.552 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:12.555 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:12.568 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:12.577 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:12.579 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:12.584 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:12.597 | Ignoring dnspython: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:12.600 | Ignoring dnspython: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:12.618 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:12.621 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:12.629 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:12.644 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:12.650 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:12.677 | Ignoring typing-extensions: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:12.680 | Ignoring typing-extensions: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:12.685 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:12.702 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:12.705 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:12.710 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:12.712 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:12.714 | Ignoring scikit-learn: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:12.717 | Ignoring scikit-learn: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:12.722 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:12.726 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:12.728 | Ignoring Pygments: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:12.731 | Ignoring Pygments: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:12.736 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:12.740 | 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-04-09 19:50:12.800 | 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-04-09 19:50:12.850 | 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-04-09 19:50:12.869 | 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-04-09 19:50:12.873 | 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-04-09 19:50:12.880 | 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-04-09 19:50:12.882 | 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-04-09 19:50:12.888 | 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-04-09 19:50:12.959 | 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-04-09 19:50:12.979 | 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-04-09 19:50:12.982 | 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-04-09 19:50:13.005 | 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-04-09 19:50:13.009 | 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-04-09 19:50:13.017 | 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-04-09 19:50:13.023 | 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-04-09 19:50:13.037 | 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-04-09 19:50:13.061 | 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-04-09 19:50:13.075 | 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-04-09 19:50:13.130 | 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-04-09 19:50:13.132 | 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-04-09 19:50:13.143 | 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-04-09 19:50:13.147 | 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-04-09 19:50:13.158 | 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-04-09 19:50:13.163 | 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-04-09 19:50:13.168 | 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-04-09 19:50:13.170 | 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-04-09 19:50:13.174 | 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-04-09 19:50:13.178 | 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-04-09 19:50:13.182 | 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-04-09 19:50:13.186 | 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-04-09 19:50:13.209 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2021-04-09 19:50:13.212 | 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-04-09 19:50:13.215 | 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-04-09 19:50:13.218 | 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-04-09 19:50:13.224 | 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-04-09 19:50:13.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 563)) 2021-04-09 19:50:13.324 | You are using pip version 9.0.3, however version 21.0.1 is available. 2021-04-09 19:50:13.324 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-04-09 19:50:13.381 | + inc/python:pip_install:290 : result=0 2021-04-09 19:50:13.384 | + inc/python:pip_install:292 : time_stop pip_install 2021-04-09 19:50:13.386 | + functions-common:time_stop:2336 : local name 2021-04-09 19:50:13.388 | + functions-common:time_stop:2337 : local end_time 2021-04-09 19:50:13.391 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 19:50:13.394 | + functions-common:time_stop:2339 : local total 2021-04-09 19:50:13.396 | + functions-common:time_stop:2340 : local start_time 2021-04-09 19:50:13.398 | + functions-common:time_stop:2342 : name=pip_install 2021-04-09 19:50:13.400 | + functions-common:time_stop:2343 : start_time=1617997810164 2021-04-09 19:50:13.402 | + functions-common:time_stop:2345 : [[ -z 1617997810164 ]] 2021-04-09 19:50:13.405 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 19:50:13.410 | + functions-common:time_stop:2348 : end_time=1617997813406 2021-04-09 19:50:13.412 | + functions-common:time_stop:2349 : elapsed_time=3242 2021-04-09 19:50:13.415 | + functions-common:time_stop:2350 : total=64126 2021-04-09 19:50:13.417 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 19:50:13.420 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=67368 2021-04-09 19:50:13.422 | + inc/python:pip_install:293 : return 0 2021-04-09 19:50:13.425 | + lib/keystone:install_keystonemiddleware:488 : pip_install_gr python-memcached 2021-04-09 19:50:13.428 | + inc/python:pip_install_gr:68 : local name=python-memcached 2021-04-09 19:50:13.430 | + inc/python:pip_install_gr:69 : local clean_name 2021-04-09 19:50:13.433 | ++ inc/python:pip_install_gr:70 : get_from_global_requirements python-memcached 2021-04-09 19:50:13.435 | ++ inc/python:get_from_global_requirements:316 : local package=python-memcached 2021-04-09 19:50:13.438 | ++ inc/python:get_from_global_requirements:317 : local required_pkg 2021-04-09 19:50:13.442 | +++ inc/python:get_from_global_requirements:318 : cut -d# -f1 2021-04-09 19:50:13.442 | +++ inc/python:get_from_global_requirements:318 : grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt 2021-04-09 19:50:13.446 | ++ inc/python:get_from_global_requirements:318 : required_pkg='python-memcached>1.55;python_version=='\''2.7'\'' 2021-04-09 19:50:13.446 | python-memcached>1.57;python_version>='\''3.4'\'' ' 2021-04-09 19:50:13.449 | ++ inc/python:get_from_global_requirements:319 : [[ python-memcached>1.55;python_version=='2.7' 2021-04-09 19:50:13.449 | python-memcached>1.57;python_version>='3.4' == '' ]] 2021-04-09 19:50:13.451 | ++ 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-04-09 19:50:13.454 | + 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-04-09 19:50:13.457 | + 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-04-09 19:50:13.479 | Check python version for : python-memcached>1.57;python_version>='3.4' 2021-04-09 19:50:13.483 | Using 3.6 version to install python-memcached>1.57;python_version>='3.4' based on default behavior 2021-04-09 19:50:13.897 | + 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-04-09 19:50:14.663 | Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:14.715 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:14.717 | Ignoring pytest: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:14.719 | Ignoring pytest: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:14.724 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:14.791 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:14.800 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:14.803 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:14.805 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:14.810 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:14.831 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:14.845 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:14.848 | Ignoring networkx: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:14.850 | Ignoring networkx: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:14.854 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:14.885 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:14.888 | Ignoring zeroconf: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:14.890 | Ignoring zeroconf: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:14.895 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:14.897 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:14.900 | Ignoring scipy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:14.902 | Ignoring scipy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:14.906 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:14.909 | Ignoring mypy-extensions: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:14.912 | Ignoring mypy-extensions: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:14.916 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:15.003 | Ignoring ifaddr: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:15.006 | Ignoring ifaddr: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:15.010 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:15.014 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:15.021 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:15.033 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:15.035 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:15.040 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:15.042 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:15.060 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:15.078 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:15.081 | Ignoring gunicorn: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:15.083 | Ignoring gunicorn: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:15.088 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:15.103 | Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:15.105 | Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:15.110 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:15.115 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:15.117 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:15.122 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:15.140 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:15.143 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:15.147 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:15.179 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:15.186 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:15.188 | Ignoring influxdb: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:15.191 | Ignoring influxdb: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:15.195 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:15.208 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:15.214 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:15.221 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:15.223 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:15.228 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:15.233 | Ignoring joblib: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:15.236 | Ignoring joblib: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:15.241 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:15.312 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:15.315 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:15.319 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:15.346 | Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:15.348 | Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:15.353 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:15.357 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:15.387 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:15.389 | Ignoring keyring: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:15.392 | Ignoring keyring: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:15.397 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:15.451 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:15.453 | Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:15.456 | Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:15.461 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:15.477 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:15.526 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:15.529 | Ignoring more-itertools: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:15.531 | Ignoring more-itertools: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:15.537 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:15.541 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:15.544 | Ignoring numpy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:15.546 | Ignoring numpy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:15.551 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:15.556 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:15.559 | Ignoring Sphinx: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:15.561 | Ignoring Sphinx: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:15.566 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:15.621 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:15.623 | Ignoring Django: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:15.626 | Ignoring Django: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:15.631 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:15.650 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:15.653 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:15.658 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:15.690 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:15.695 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:15.698 | Ignoring GitPython: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:15.700 | Ignoring GitPython: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:15.705 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:15.740 | Ignoring ndg-httpsclient: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:15.762 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:15.771 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:15.797 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:15.799 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:15.802 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:15.807 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:15.820 | Ignoring diskimage-builder: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:15.822 | Ignoring diskimage-builder: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:15.825 | Ignoring diskimage-builder: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:15.830 | Ignoring diskimage-builder: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:15.839 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:15.841 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:15.855 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:15.864 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:15.866 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:15.871 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:15.884 | Ignoring dnspython: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:15.887 | Ignoring dnspython: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:15.904 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:15.906 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:15.914 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:15.929 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:15.934 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:15.962 | Ignoring typing-extensions: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:15.964 | Ignoring typing-extensions: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:15.969 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:15.985 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:15.988 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:15.993 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:15.995 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:15.997 | Ignoring scikit-learn: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:16.000 | Ignoring scikit-learn: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:16.005 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:16.009 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:16.012 | Ignoring Pygments: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:16.014 | Ignoring Pygments: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:16.019 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:16.021 | Ignoring python-memcached: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:16.124 | Collecting python-memcached===1.59 (from -c /opt/stack/requirements/upper-constraints.txt (line 532)) 2021-04-09 19:50:16.169 | Downloading http://10.100.0.9:8080/root/pypi/+f/4da/c64916871bd35/python_memcached-1.59-py2.py3-none-any.whl 2021-04-09 19:50:16.278 | 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-04-09 19:50:16.280 | Installing collected packages: python-memcached 2021-04-09 19:50:16.393 | Successfully installed python-memcached-1.59 2021-04-09 19:50:16.485 | You are using pip version 9.0.3, however version 21.0.1 is available. 2021-04-09 19:50:16.485 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-04-09 19:50:16.532 | + inc/python:pip_install:290 : result=0 2021-04-09 19:50:16.535 | + inc/python:pip_install:292 : time_stop pip_install 2021-04-09 19:50:16.537 | + functions-common:time_stop:2336 : local name 2021-04-09 19:50:16.539 | + functions-common:time_stop:2337 : local end_time 2021-04-09 19:50:16.542 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 19:50:16.544 | + functions-common:time_stop:2339 : local total 2021-04-09 19:50:16.546 | + functions-common:time_stop:2340 : local start_time 2021-04-09 19:50:16.549 | + functions-common:time_stop:2342 : name=pip_install 2021-04-09 19:50:16.551 | + functions-common:time_stop:2343 : start_time=1617997813472 2021-04-09 19:50:16.553 | + functions-common:time_stop:2345 : [[ -z 1617997813472 ]] 2021-04-09 19:50:16.556 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 19:50:16.559 | + functions-common:time_stop:2348 : end_time=1617997816557 2021-04-09 19:50:16.561 | + functions-common:time_stop:2349 : elapsed_time=3085 2021-04-09 19:50:16.564 | + functions-common:time_stop:2350 : total=67368 2021-04-09 19:50:16.566 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 19:50:16.568 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=70453 2021-04-09 19:50:16.571 | + inc/python:pip_install:293 : return 0 2021-04-09 19:50:16.573 | + ./stack.sh:main:913 : is_service_enabled keystone 2021-04-09 19:50:16.589 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:50:16.592 | + ./stack.sh:main:914 : '[' 10.222.0.52 == 10.222.0.52 ']' 2021-04-09 19:50:16.594 | + ./stack.sh:main:915 : stack_install_service keystone 2021-04-09 19:50:16.597 | + lib/stack:stack_install_service:20 : local service=keystone 2021-04-09 19:50:16.599 | + lib/stack:stack_install_service:21 : type install_keystone 2021-04-09 19:50:16.601 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-04-09 19:50:16.604 | + lib/stack:stack_install_service:32 : install_keystone 2021-04-09 19:50:16.606 | + lib/keystone:install_keystone:494 : is_service_enabled ldap 2021-04-09 19:50:16.621 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 19:50:16.623 | + lib/keystone:install_keystone:498 : git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone stable/train 2021-04-09 19:50:16.626 | + functions-common:git_clone:524 : local git_remote=https://opendev.org/openstack/keystone.git 2021-04-09 19:50:16.628 | + functions-common:git_clone:525 : local git_dest=/opt/stack/keystone 2021-04-09 19:50:16.630 | + functions-common:git_clone:526 : local git_ref=stable/train 2021-04-09 19:50:16.632 | + functions-common:git_clone:527 : local orig_dir 2021-04-09 19:50:16.635 | ++ functions-common:git_clone:528 : pwd 2021-04-09 19:50:16.637 | + functions-common:git_clone:528 : orig_dir=/home/ubuntu/devstack 2021-04-09 19:50:16.639 | + functions-common:git_clone:529 : local git_clone_flags= 2021-04-09 19:50:16.642 | ++ functions-common:git_clone:531 : trueorfalse False RECLONE 2021-04-09 19:50:16.656 | + functions-common:git_clone:531 : RECLONE=False 2021-04-09 19:50:16.659 | + functions-common:git_clone:532 : [[ 0 -gt 0 ]] 2021-04-09 19:50:16.662 | + functions-common:git_clone:536 : [[ False = \T\r\u\e ]] 2021-04-09 19:50:16.664 | + functions-common:git_clone:545 : echo stable/train 2021-04-09 19:50:16.665 | + functions-common:git_clone:545 : egrep -q '^refs' 2021-04-09 19:50:16.669 | + functions-common:git_clone:559 : [[ ! -d /opt/stack/keystone ]] 2021-04-09 19:50:16.671 | + functions-common:git_clone:567 : [[ False = \T\r\u\e ]] 2021-04-09 19:50:16.674 | + functions-common:git_clone:593 : cd /opt/stack/keystone 2021-04-09 19:50:16.676 | + functions-common:git_clone:594 : git show --oneline 2021-04-09 19:50:16.677 | + functions-common:git_clone:594 : head -1 2021-04-09 19:50:16.679 | 72d8d7ede Merge "Delete system role assignments from system_assignment table" into stable/train 2021-04-09 19:50:16.682 | + functions-common:git_clone:595 : cd /home/ubuntu/devstack 2021-04-09 19:50:16.684 | + lib/keystone:install_keystone:499 : setup_develop /opt/stack/keystone 2021-04-09 19:50:16.686 | + inc/python:setup_develop:415 : local bindep 2021-04-09 19:50:16.692 | + inc/python:setup_develop:416 : [[ /opt/stack/keystone == -bindep* ]] 2021-04-09 19:50:16.695 | + inc/python:setup_develop:420 : local project_dir=/opt/stack/keystone 2021-04-09 19:50:16.698 | + inc/python:setup_develop:421 : local extras= 2021-04-09 19:50:16.700 | + inc/python:setup_develop:422 : _setup_package_with_constraints_edit /opt/stack/keystone -e 2021-04-09 19:50:16.702 | + inc/python:_setup_package_with_constraints_edit:441 : local bindep 2021-04-09 19:50:16.706 | + inc/python:_setup_package_with_constraints_edit:442 : [[ /opt/stack/keystone == -bindep* ]] 2021-04-09 19:50:16.708 | + inc/python:_setup_package_with_constraints_edit:446 : local project_dir=/opt/stack/keystone 2021-04-09 19:50:16.710 | + inc/python:_setup_package_with_constraints_edit:447 : local flags=-e 2021-04-09 19:50:16.713 | + inc/python:_setup_package_with_constraints_edit:448 : local extras= 2021-04-09 19:50:16.716 | ++ inc/python:_setup_package_with_constraints_edit:455 : cd /opt/stack/keystone 2021-04-09 19:50:16.718 | ++ inc/python:_setup_package_with_constraints_edit:455 : pwd 2021-04-09 19:50:16.721 | + inc/python:_setup_package_with_constraints_edit:455 : project_dir=/opt/stack/keystone 2021-04-09 19:50:16.723 | + inc/python:_setup_package_with_constraints_edit:457 : '[' -n /opt/stack/requirements ']' 2021-04-09 19:50:16.726 | + inc/python:_setup_package_with_constraints_edit:459 : local name 2021-04-09 19:50:16.729 | ++ inc/python:_setup_package_with_constraints_edit:460 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2021-04-09 19:50:16.734 | + inc/python:_setup_package_with_constraints_edit:460 : name=keystone 2021-04-09 19:50:16.737 | + 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-04-09 19:50:17.575 | + inc/python:_setup_package_with_constraints_edit:466 : setup_package /opt/stack/keystone -e 2021-04-09 19:50:17.577 | + inc/python:setup_package:494 : local bindep=0 2021-04-09 19:50:17.580 | + inc/python:setup_package:495 : local bindep_flag= 2021-04-09 19:50:17.582 | + inc/python:setup_package:496 : local bindep_profiles= 2021-04-09 19:50:17.584 | + inc/python:setup_package:497 : [[ /opt/stack/keystone == -bindep* ]] 2021-04-09 19:50:17.587 | + inc/python:setup_package:502 : local project_dir=/opt/stack/keystone 2021-04-09 19:50:17.589 | + inc/python:setup_package:503 : local flags=-e 2021-04-09 19:50:17.591 | + inc/python:setup_package:504 : local extras= 2021-04-09 19:50:17.593 | + inc/python:setup_package:508 : [[ -n -e ]] 2021-04-09 19:50:17.596 | + inc/python:setup_package:508 : [[ -z '' ]] 2021-04-09 19:50:17.598 | + inc/python:setup_package:508 : [[ ! -e =~ ^-.* ]] 2021-04-09 19:50:17.601 | + inc/python:setup_package:513 : [[ ! -z '' ]] 2021-04-09 19:50:17.603 | + inc/python:setup_package:518 : [[ 0 == 1 ]] 2021-04-09 19:50:17.605 | + inc/python:setup_package:522 : pip_install -e /opt/stack/keystone 2021-04-09 19:50:17.628 | Check python version for : /opt/stack/keystone 2021-04-09 19:50:17.631 | Using 3.6 version to install /opt/stack/keystone based on default behavior 2021-04-09 19:50:18.038 | + 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-04-09 19:50:18.815 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:18.818 | Ignoring Django: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:18.820 | Ignoring Django: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:18.825 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:18.835 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:18.838 | Ignoring GitPython: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:18.840 | Ignoring GitPython: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:18.845 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:18.851 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:18.875 | Ignoring Pygments: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:18.879 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:18.881 | Ignoring Pygments: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:18.886 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:18.894 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:18.896 | Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:18.900 | Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:18.904 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:18.907 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:18.910 | Ignoring Sphinx: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:18.913 | Ignoring Sphinx: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:18.917 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:19.030 | Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:19.034 | Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:19.039 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:19.048 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:19.053 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:19.055 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:19.105 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:19.112 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:19.138 | Ignoring diskimage-builder: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:19.140 | Ignoring diskimage-builder: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:19.143 | Ignoring diskimage-builder: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:19.148 | Ignoring diskimage-builder: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:19.168 | Ignoring dnspython: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:19.170 | Ignoring dnspython: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:19.176 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:19.179 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:19.181 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:19.183 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:19.188 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:19.208 | Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:19.241 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:19.243 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:19.247 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:19.271 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:19.274 | Ignoring gunicorn: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:19.276 | Ignoring gunicorn: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:19.281 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:19.284 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:19.298 | Ignoring ifaddr: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:19.300 | Ignoring ifaddr: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:19.305 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:19.316 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:19.319 | Ignoring influxdb: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:19.321 | Ignoring influxdb: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:19.326 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:19.331 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:19.339 | Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:19.342 | Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:19.346 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:19.352 | Ignoring joblib: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:19.354 | Ignoring joblib: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:19.359 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:19.375 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:19.378 | Ignoring keyring: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:19.380 | Ignoring keyring: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:19.385 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:19.425 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:19.427 | Ignoring more-itertools: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:19.430 | Ignoring more-itertools: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:19.434 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:19.447 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:19.449 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:19.454 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:19.457 | Ignoring mypy-extensions: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:19.459 | Ignoring mypy-extensions: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:19.465 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:19.467 | Ignoring ndg-httpsclient: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:19.476 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:19.479 | Ignoring networkx: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:19.481 | Ignoring networkx: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:19.486 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:19.504 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:19.506 | Ignoring numpy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:19.508 | Ignoring numpy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:19.513 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:19.613 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:19.700 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:19.703 | Ignoring pytest: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:19.706 | Ignoring pytest: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:19.710 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:19.818 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:19.865 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:19.867 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:19.870 | Ignoring scikit-learn: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:19.872 | Ignoring scikit-learn: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:19.877 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:19.879 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:19.882 | Ignoring scipy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:19.884 | Ignoring scipy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:19.889 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:19.909 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:19.930 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:19.932 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:19.937 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:19.941 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:19.944 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:19.949 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:19.953 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:19.956 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:19.960 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:19.964 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:19.967 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:19.972 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:19.980 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:19.982 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:19.988 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:19.994 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:19.996 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:20.015 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:20.020 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:20.045 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:20.078 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:20.086 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:20.088 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:20.093 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:20.096 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:20.106 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:20.110 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:20.113 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:20.117 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:20.122 | Ignoring typing-extensions: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:20.124 | Ignoring typing-extensions: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:20.129 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:20.134 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:20.165 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:20.191 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:20.194 | Ignoring zeroconf: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:20.196 | Ignoring zeroconf: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:20.201 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:20.208 | Obtaining file:///opt/stack/keystone 2021-04-09 19:50:22.271 | Obtaining keystone from file:///opt/stack/keystone#egg=keystone (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-04-09 19:50:23.961 | 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-04-09 19:50:24.061 | Collecting Flask===1.1.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) 2021-04-09 19:50:24.122 | Downloading http://10.100.0.9:8080/root/pypi/+f/45e/b5a6fd193d6cf/Flask-1.1.1-py2.py3-none-any.whl (94kB) 2021-04-09 19:50:24.384 | Collecting Flask-RESTful===0.3.7 (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) 2021-04-09 19:50:24.420 | Downloading http://10.100.0.9:8080/root/pypi/+f/ecd/620c5cc29f663/Flask_RESTful-0.3.7-py2.py3-none-any.whl 2021-04-09 19:50:24.541 | 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-04-09 19:50:24.547 | 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-04-09 19:50:24.551 | Collecting PyJWT===1.7.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) 2021-04-09 19:50:24.611 | Downloading http://10.100.0.9:8080/root/pypi/+f/5c6/eca3c2940464d/PyJWT-1.7.1-py2.py3-none-any.whl 2021-04-09 19:50:24.636 | 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-04-09 19:50:24.660 | 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-04-09 19:50:24.771 | Collecting Werkzeug===0.15.6 (from -c /opt/stack/requirements/upper-constraints.txt (line 59)) 2021-04-09 19:50:24.838 | Downloading http://10.100.0.9:8080/root/pypi/+f/00d/32beac38fcd48/Werkzeug-0.15.6-py2.py3-none-any.whl (328kB) 2021-04-09 19:50:25.082 | Collecting aniso8601===7.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 100)) 2021-04-09 19:50:25.121 | Downloading http://10.100.0.9:8080/root/pypi/+f/d10/a4bf949f619f7/aniso8601-7.0.0-py2.py3-none-any.whl (42kB) 2021-04-09 19:50:25.234 | 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-04-09 19:50:25.243 | 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-04-09 19:50:25.246 | 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-04-09 19:50:25.287 | 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-04-09 19:50:25.389 | Collecting itsdangerous===1.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) 2021-04-09 19:50:25.415 | Downloading http://10.100.0.9:8080/root/pypi/+f/b12/271b2047cb23e/itsdangerous-1.1.0-py2.py3-none-any.whl 2021-04-09 19:50:25.522 | 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-04-09 19:50:25.541 | 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-04-09 19:50:25.599 | 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-04-09 19:50:25.603 | Collecting oauthlib===3.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) 2021-04-09 19:50:25.645 | Downloading http://10.100.0.9:8080/root/pypi/+f/df8/84cd6cbe20e32/oauthlib-3.1.0-py2.py3-none-any.whl (147kB) 2021-04-09 19:50:25.685 | 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-04-09 19:50:25.734 | 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-04-09 19:50:25.750 | 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-04-09 19:50:25.769 | 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-04-09 19:50:25.774 | 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-04-09 19:50:25.831 | 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-04-09 19:50:25.839 | 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-04-09 19:50:25.886 | 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-04-09 19:50:25.969 | 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-04-09 19:50:25.990 | 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-04-09 19:50:26.005 | 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-04-09 19:50:26.019 | 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-04-09 19:50:26.048 | 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-04-09 19:50:26.061 | 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-04-09 19:50:26.084 | 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-04-09 19:50:26.240 | Collecting passlib===1.7.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) 2021-04-09 19:50:26.281 | Downloading http://10.100.0.9:8080/root/pypi/+f/435/26aea08fa32c6/passlib-1.7.1-py2.py3-none-any.whl (498kB) 2021-04-09 19:50:26.443 | 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-04-09 19:50:26.446 | 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-04-09 19:50:26.449 | 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-04-09 19:50:26.460 | 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-04-09 19:50:26.463 | 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-04-09 19:50:26.465 | 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-04-09 19:50:26.469 | 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-04-09 19:50:26.572 | Collecting pysaml2===4.8.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 451)) 2021-04-09 19:50:26.617 | Downloading http://10.100.0.9:8080/root/pypi/+f/b8c/90c55d58266a8/pysaml2-4.8.0-py2.py3-none-any.whl (336kB) 2021-04-09 19:50:26.785 | 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-04-09 19:50:26.791 | 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-04-09 19:50:26.809 | 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-04-09 19:50:26.814 | 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-04-09 19:50:26.838 | 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-04-09 19:50:26.938 | Collecting scrypt===0.8.13 (from -c /opt/stack/requirements/upper-constraints.txt (line 561)) 2021-04-09 19:50:27.069 | Downloading http://10.100.0.9:8080/root/pypi/+f/137/7b1adc98c4152/scrypt-0.8.13.tar.gz (53kB) 2021-04-09 19:50:27.879 | 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-04-09 19:50:27.882 | 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-04-09 19:50:27.893 | 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-04-09 19:50:27.896 | 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-04-09 19:50:27.899 | 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-04-09 19:50:27.905 | 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-04-09 19:50:27.915 | 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-04-09 19:50:27.921 | 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-04-09 19:50:27.940 | 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-04-09 19:50:27.944 | 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-04-09 19:50:27.951 | 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-04-09 19:50:27.974 | 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-04-09 19:50:27.978 | Collecting Click===7.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 4)) 2021-04-09 19:50:28.027 | Downloading http://10.100.0.9:8080/root/pypi/+f/233/5065e6395b9e6/Click-7.0-py2.py3-none-any.whl (81kB) 2021-04-09 19:50:28.044 | 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-04-09 19:50:28.048 | 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-04-09 19:50:28.079 | 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-04-09 19:50:28.128 | 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-04-09 19:50:28.223 | 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-04-09 19:50:28.228 | 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-04-09 19:50:28.231 | 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-04-09 19:50:28.234 | 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-04-09 19:50:28.246 | 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-04-09 19:50:28.255 | 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-04-09 19:50:28.280 | 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-04-09 19:50:28.283 | 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-04-09 19:50:28.289 | 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-04-09 19:50:28.335 | 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-04-09 19:50:28.343 | 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-04-09 19:50:28.355 | 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-04-09 19:50:28.358 | 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-04-09 19:50:28.366 | 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-04-09 19:50:28.374 | 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-04-09 19:50:28.386 | 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-04-09 19:50:28.389 | 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-04-09 19:50:28.393 | Collecting pyOpenSSL===19.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 427)) 2021-04-09 19:50:28.440 | Downloading http://10.100.0.9:8080/root/pypi/+f/621/880965a720b8e/pyOpenSSL-19.1.0-py2.py3-none-any.whl (53kB) 2021-04-09 19:50:28.560 | Collecting defusedxml===0.6.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 159)) 2021-04-09 19:50:28.585 | Downloading http://10.100.0.9:8080/root/pypi/+f/668/7150770438374/defusedxml-0.6.0-py2.py3-none-any.whl 2021-04-09 19:50:28.695 | 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-04-09 19:50:28.698 | 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-04-09 19:50:28.702 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 139)) 2021-04-09 19:50:28.704 | 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-04-09 19:50:28.707 | 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-04-09 19:50:28.709 | 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-04-09 19:50:28.712 | 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-04-09 19:50:28.714 | 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-04-09 19:50:28.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 370)) 2021-04-09 19:50:28.722 | 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-04-09 19:50:28.724 | 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-04-09 19:50:28.727 | 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-04-09 19:50:28.732 | 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-04-09 19:50:28.734 | 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-04-09 19:50:28.738 | 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-04-09 19:50:28.756 | 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-04-09 19:50:28.764 | 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-04-09 19:50:28.766 | 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-04-09 19:50:28.781 | 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-04-09 19:50:28.786 | Building wheels for collected packages: scrypt 2021-04-09 19:50:28.786 | Running setup.py bdist_wheel for scrypt: started 2021-04-09 19:50:31.431 | Running setup.py bdist_wheel for scrypt: finished with status 'done' 2021-04-09 19:50:31.432 | Stored in directory: /root/.cache/pip/wheels/38/49/42/6bbd1676a5a547a83253cffd3d4fbd56722dfeb336d715c98f 2021-04-09 19:50:31.447 | Successfully built scrypt 2021-04-09 19:50:31.448 | Installing collected packages: Werkzeug, itsdangerous, Click, Flask, aniso8601, Flask-RESTful, passlib, scrypt, oauthlib, pyOpenSSL, defusedxml, pysaml2, PyJWT, keystone 2021-04-09 19:50:31.758 | Found existing installation: click 6.7 2021-04-09 19:50:31.766 | Uninstalling click-6.7: 2021-04-09 19:50:31.767 | Successfully uninstalled click-6.7 2021-04-09 19:50:32.375 | Found existing installation: oauthlib 2.0.6 2021-04-09 19:50:32.386 | Uninstalling oauthlib-2.0.6: 2021-04-09 19:50:32.387 | Successfully uninstalled oauthlib-2.0.6 2021-04-09 19:50:32.511 | Found existing installation: pyOpenSSL 17.5.0 2021-04-09 19:50:32.518 | Uninstalling pyOpenSSL-17.5.0: 2021-04-09 19:50:32.518 | Successfully uninstalled pyOpenSSL-17.5.0 2021-04-09 19:50:33.069 | Found existing installation: PyJWT 1.5.3 2021-04-09 19:50:33.080 | Uninstalling PyJWT-1.5.3: 2021-04-09 19:50:33.080 | Successfully uninstalled PyJWT-1.5.3 2021-04-09 19:50:33.114 | Running setup.py develop for keystone 2021-04-09 19:50:36.270 | 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-04-09 19:50:36.424 | You are using pip version 9.0.3, however version 21.0.1 is available. 2021-04-09 19:50:36.424 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-04-09 19:50:36.509 | + inc/python:pip_install:290 : result=0 2021-04-09 19:50:36.511 | + inc/python:pip_install:292 : time_stop pip_install 2021-04-09 19:50:36.513 | + functions-common:time_stop:2336 : local name 2021-04-09 19:50:36.515 | + functions-common:time_stop:2337 : local end_time 2021-04-09 19:50:36.518 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 19:50:36.520 | + functions-common:time_stop:2339 : local total 2021-04-09 19:50:36.522 | + functions-common:time_stop:2340 : local start_time 2021-04-09 19:50:36.524 | + functions-common:time_stop:2342 : name=pip_install 2021-04-09 19:50:36.526 | + functions-common:time_stop:2343 : start_time=1617997817620 2021-04-09 19:50:36.528 | + functions-common:time_stop:2345 : [[ -z 1617997817620 ]] 2021-04-09 19:50:36.531 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 19:50:36.535 | + functions-common:time_stop:2348 : end_time=1617997836532 2021-04-09 19:50:36.537 | + functions-common:time_stop:2349 : elapsed_time=18912 2021-04-09 19:50:36.539 | + functions-common:time_stop:2350 : total=70453 2021-04-09 19:50:36.541 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 19:50:36.543 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=89365 2021-04-09 19:50:36.545 | + inc/python:pip_install:293 : return 0 2021-04-09 19:50:36.548 | + inc/python:setup_package:524 : [[ -e == \-\e ]] 2021-04-09 19:50:36.551 | + inc/python:setup_package:525 : safe_chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2021-04-09 19:50:36.553 | + functions-common:safe_chown:2237 : _safe_permission_operation chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2021-04-09 19:50:36.570 | + functions-common:_safe_permission_operation:2085 : sudo chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2021-04-09 19:50:36.582 | + inc/python:_setup_package_with_constraints_edit:470 : use_library_from_git /opt/stack/keystone 2021-04-09 19:50:36.584 | + inc/python:use_library_from_git:328 : local name=/opt/stack/keystone 2021-04-09 19:50:36.586 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:50:36.589 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:50:36.591 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,/opt/stack/keystone, ]] 2021-04-09 19:50:36.594 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:50:36.596 | + lib/keystone:install_keystone:501 : is_service_enabled ldap 2021-04-09 19:50:36.613 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 19:50:36.615 | + lib/keystone:install_keystone:505 : '[' uwsgi == mod_wsgi ']' 2021-04-09 19:50:36.618 | + lib/keystone:install_keystone:507 : '[' uwsgi == uwsgi ']' 2021-04-09 19:50:36.620 | + lib/keystone:install_keystone:508 : pip_install uwsgi 2021-04-09 19:50:36.643 | Check python version for : uwsgi 2021-04-09 19:50:36.646 | Using 3.6 version to install uwsgi based on default behavior 2021-04-09 19:50:37.043 | + 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-04-09 19:50:37.835 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:37.837 | Ignoring Django: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:37.840 | Ignoring Django: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:37.848 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:37.855 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:37.857 | Ignoring GitPython: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:37.860 | Ignoring GitPython: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:37.865 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:37.870 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:37.893 | Ignoring Pygments: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:37.895 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:37.898 | Ignoring Pygments: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:37.903 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:37.911 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:37.913 | Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:37.916 | Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:37.920 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:37.923 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:37.926 | Ignoring Sphinx: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:37.928 | Ignoring Sphinx: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:37.933 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:38.041 | Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:38.043 | Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:38.048 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:38.058 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:38.060 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:38.063 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:38.109 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:38.114 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:38.140 | Ignoring diskimage-builder: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:38.143 | Ignoring diskimage-builder: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:38.146 | Ignoring diskimage-builder: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:38.150 | Ignoring diskimage-builder: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:38.168 | Ignoring dnspython: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:38.170 | Ignoring dnspython: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:38.176 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:38.178 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:38.180 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:38.183 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:38.188 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:38.205 | Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:38.236 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:38.239 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:38.243 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:38.266 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:38.269 | Ignoring gunicorn: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:38.271 | Ignoring gunicorn: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:38.276 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:38.278 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:38.293 | Ignoring ifaddr: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:38.295 | Ignoring ifaddr: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:38.300 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:38.311 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:38.313 | Ignoring influxdb: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:38.316 | Ignoring influxdb: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:38.321 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:38.325 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:38.335 | Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:38.337 | Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:38.342 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:38.348 | Ignoring joblib: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:38.350 | Ignoring joblib: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:38.355 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:38.374 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:38.378 | Ignoring keyring: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:38.383 | Ignoring keyring: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:38.391 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:38.431 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:38.434 | Ignoring more-itertools: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:38.436 | Ignoring more-itertools: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:38.441 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:38.453 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:38.457 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:38.461 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:38.467 | Ignoring mypy-extensions: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:38.471 | Ignoring mypy-extensions: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:38.480 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:38.484 | Ignoring ndg-httpsclient: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:38.493 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:38.496 | Ignoring networkx: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:38.498 | Ignoring networkx: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:38.503 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:38.521 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:38.524 | Ignoring numpy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:38.526 | Ignoring numpy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:38.530 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:38.631 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:38.716 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:38.719 | Ignoring pytest: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:38.721 | Ignoring pytest: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:38.726 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:38.834 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:38.881 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:38.883 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:38.886 | Ignoring scikit-learn: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:38.888 | Ignoring scikit-learn: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:38.894 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:38.896 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:38.899 | Ignoring scipy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:38.901 | Ignoring scipy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:38.906 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:38.925 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:38.945 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:38.947 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:38.952 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:38.957 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:38.959 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:38.964 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:38.968 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:38.971 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:38.976 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:38.980 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:38.983 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:38.987 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:38.995 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:38.997 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:39.003 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:39.007 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:39.009 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:39.014 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:39.019 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:39.042 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:39.087 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:39.094 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:39.096 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:39.101 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:39.103 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:39.113 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:39.117 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:39.119 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:39.124 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:39.128 | Ignoring typing-extensions: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:39.130 | Ignoring typing-extensions: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:39.135 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:39.141 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:39.167 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:39.193 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:50:39.195 | Ignoring zeroconf: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:50:39.197 | Ignoring zeroconf: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:50:39.202 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:50:39.314 | Collecting uwsgi 2021-04-09 19:50:39.381 | Downloading http://10.100.0.9:8080/root/pypi/+f/faa/85e053c0b1be4/uWSGI-2.0.19.1.tar.gz (803kB) 2021-04-09 19:50:40.723 | Building wheels for collected packages: uwsgi 2021-04-09 19:50:40.724 | Running setup.py bdist_wheel for uwsgi: started 2021-04-09 19:50:56.658 | Running setup.py bdist_wheel for uwsgi: finished with status 'done' 2021-04-09 19:50:56.659 | Stored in directory: /root/.cache/pip/wheels/50/ac/fd/e7f85e28a9eae087339fec9feb15c527812e693960799bd419 2021-04-09 19:50:56.727 | Successfully built uwsgi 2021-04-09 19:50:56.728 | Installing collected packages: uwsgi 2021-04-09 19:50:56.932 | Successfully installed uwsgi-2.0.19.1 2021-04-09 19:50:57.027 | You are using pip version 9.0.3, however version 21.0.1 is available. 2021-04-09 19:50:57.027 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-04-09 19:50:57.095 | + inc/python:pip_install:290 : result=0 2021-04-09 19:50:57.097 | + inc/python:pip_install:292 : time_stop pip_install 2021-04-09 19:50:57.100 | + functions-common:time_stop:2336 : local name 2021-04-09 19:50:57.102 | + functions-common:time_stop:2337 : local end_time 2021-04-09 19:50:57.104 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 19:50:57.106 | + functions-common:time_stop:2339 : local total 2021-04-09 19:50:57.109 | + functions-common:time_stop:2340 : local start_time 2021-04-09 19:50:57.111 | + functions-common:time_stop:2342 : name=pip_install 2021-04-09 19:50:57.114 | + functions-common:time_stop:2343 : start_time=1617997836635 2021-04-09 19:50:57.116 | + functions-common:time_stop:2345 : [[ -z 1617997836635 ]] 2021-04-09 19:50:57.119 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 19:50:57.122 | + functions-common:time_stop:2348 : end_time=1617997857120 2021-04-09 19:50:57.124 | + functions-common:time_stop:2349 : elapsed_time=20485 2021-04-09 19:50:57.127 | + functions-common:time_stop:2350 : total=89365 2021-04-09 19:50:57.130 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 19:50:57.132 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=109850 2021-04-09 19:50:57.134 | + inc/python:pip_install:293 : return 0 2021-04-09 19:50:57.137 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-04-09 19:50:57.139 | + ./stack.sh:main:916 : configure_keystone 2021-04-09 19:50:57.142 | + lib/keystone:configure_keystone:202 : sudo install -d -o ubuntu /etc/keystone 2021-04-09 19:50:57.153 | + 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-04-09 19:50:57.156 | + lib/keystone:configure_keystone:205 : install -m 600 /dev/null /etc/keystone/keystone.conf 2021-04-09 19:50:57.160 | + lib/keystone:configure_keystone:208 : is_service_enabled ldap 2021-04-09 19:50:57.176 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 19:50:57.179 | + lib/keystone:configure_keystone:212 : iniset /etc/keystone/keystone.conf identity driver sql 2021-04-09 19:50:57.206 | + lib/keystone:configure_keystone:213 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2021-04-09 19:50:57.230 | + lib/keystone:configure_keystone:214 : iniset /etc/keystone/keystone.conf assignment driver sql 2021-04-09 19:50:57.256 | + lib/keystone:configure_keystone:215 : iniset /etc/keystone/keystone.conf role driver sql 2021-04-09 19:50:57.281 | + lib/keystone:configure_keystone:216 : iniset /etc/keystone/keystone.conf resource driver sql 2021-04-09 19:50:57.308 | + lib/keystone:configure_keystone:219 : iniset /etc/keystone/keystone.conf cache enabled True 2021-04-09 19:50:57.334 | + lib/keystone:configure_keystone:220 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2021-04-09 19:50:57.358 | + lib/keystone:configure_keystone:221 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2021-04-09 19:50:57.383 | + lib/keystone:configure_keystone:223 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2021-04-09 19:50:57.385 | + lib/rpc_backend:iniset_rpc_backend:152 : local package=keystone 2021-04-09 19:50:57.387 | + lib/rpc_backend:iniset_rpc_backend:153 : local file=/etc/keystone/keystone.conf 2021-04-09 19:50:57.390 | + lib/rpc_backend:iniset_rpc_backend:154 : local section=oslo_messaging_notifications 2021-04-09 19:50:57.392 | + lib/rpc_backend:iniset_rpc_backend:155 : local virtual_host= 2021-04-09 19:50:57.394 | + lib/rpc_backend:iniset_rpc_backend:156 : is_service_enabled rabbit 2021-04-09 19:50:57.409 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:50:57.412 | ++ lib/rpc_backend:iniset_rpc_backend:157 : get_transport_url '' 2021-04-09 19:50:57.414 | ++ lib/rpc_backend:get_transport_url:134 : local virtual_host= 2021-04-09 19:50:57.417 | ++ lib/rpc_backend:get_transport_url:135 : is_service_enabled rabbit 2021-04-09 19:50:57.431 | ++ functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:50:57.434 | ++ lib/rpc_backend:get_transport_url:136 : echo rabbit://stackrabbit:Passw0rd@10.222.0.52:5672/ 2021-04-09 19:50:57.437 | + lib/rpc_backend:iniset_rpc_backend:157 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.52:5672/ 2021-04-09 19:50:57.462 | + lib/rpc_backend:iniset_rpc_backend:158 : '[' -n '' ']' 2021-04-09 19:50:57.464 | + lib/rpc_backend:iniset_rpc_backend:161 : '[' -n '' ']' 2021-04-09 19:50:57.467 | + lib/keystone:configure_keystone:225 : local service_port=5000 2021-04-09 19:50:57.469 | + lib/keystone:configure_keystone:226 : local auth_port=35357 2021-04-09 19:50:57.472 | + lib/keystone:configure_keystone:228 : is_service_enabled tls-proxy 2021-04-09 19:50:57.487 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 19:50:57.490 | + lib/keystone:configure_keystone:240 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.222.0.52/identity 2021-04-09 19:50:57.515 | + lib/keystone:configure_keystone:241 : iniset /etc/keystone/keystone.conf DEFAULT admin_endpoint http://10.222.0.52/identity 2021-04-09 19:50:57.540 | + lib/keystone:configure_keystone:243 : [[ fernet != '' ]] 2021-04-09 19:50:57.543 | + lib/keystone:configure_keystone:244 : iniset /etc/keystone/keystone.conf token provider fernet 2021-04-09 19:50:57.569 | ++ lib/keystone:configure_keystone:247 : database_connection_url keystone 2021-04-09 19:50:57.572 | ++ lib/database:database_connection_url:132 : local db=keystone 2021-04-09 19:50:57.574 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql keystone 2021-04-09 19:50:57.577 | ++ lib/databases/mysql:database_connection_url_mysql:179 : local db=keystone 2021-04-09 19:50:57.579 | ++ lib/databases/mysql:database_connection_url_mysql:180 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2021-04-09 19:50:57.582 | + lib/keystone:configure_keystone:247 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2021-04-09 19:50:57.608 | + lib/keystone:configure_keystone:250 : '[' False '!=' False ']' 2021-04-09 19:50:57.610 | + lib/keystone:configure_keystone:255 : setup_logging /etc/keystone/keystone.conf 2021-04-09 19:50:57.613 | + functions:setup_logging:639 : local conf_file=/etc/keystone/keystone.conf 2021-04-09 19:50:57.615 | + functions:setup_logging:640 : local other_cond=False 2021-04-09 19:50:57.617 | + functions:setup_logging:641 : [[ True == \T\r\u\e ]] 2021-04-09 19:50:57.620 | + functions:setup_logging:642 : setup_systemd_logging /etc/keystone/keystone.conf 2021-04-09 19:50:57.622 | + functions:setup_systemd_logging:670 : local conf_file=/etc/keystone/keystone.conf 2021-04-09 19:50:57.624 | + functions:setup_systemd_logging:671 : local conf_section=DEFAULT 2021-04-09 19:50:57.627 | ++ functions:setup_systemd_logging:676 : trueorfalse False USE_JOURNAL 2021-04-09 19:50:57.643 | + functions:setup_systemd_logging:676 : USE_JOURNAL=False 2021-04-09 19:50:57.645 | + functions:setup_systemd_logging:677 : local pidstr= 2021-04-09 19:50:57.648 | + functions:setup_systemd_logging:678 : [[ False == \T\r\u\e ]] 2021-04-09 19:50:57.650 | + functions:setup_systemd_logging:682 : pidstr='(pid=%(process)d) ' 2021-04-09 19:50:57.652 | + 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-04-09 19:50:57.677 | + 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-04-09 19:50:57.700 | + 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-04-09 19:50:57.725 | + functions:setup_systemd_logging:688 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-04-09 19:50:57.749 | + lib/keystone:configure_keystone:257 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2021-04-09 19:50:57.773 | + lib/keystone:configure_keystone:259 : '[' uwsgi == mod_wsgi ']' 2021-04-09 19:50:57.776 | + lib/keystone:configure_keystone:263 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2021-04-09 19:50:57.778 | + lib/apache:write_uwsgi_config:266 : local file=/etc/keystone/keystone-uwsgi-public.ini 2021-04-09 19:50:57.780 | + lib/apache:write_uwsgi_config:267 : local wsgi=/usr/local/bin/keystone-wsgi-public 2021-04-09 19:50:57.783 | + lib/apache:write_uwsgi_config:268 : local url=/identity 2021-04-09 19:50:57.785 | + lib/apache:write_uwsgi_config:269 : local http= 2021-04-09 19:50:57.788 | + lib/apache:write_uwsgi_config:270 : local name= 2021-04-09 19:50:57.791 | ++ lib/apache:write_uwsgi_config:271 : basename /usr/local/bin/keystone-wsgi-public 2021-04-09 19:50:57.794 | + lib/apache:write_uwsgi_config:271 : name=keystone-wsgi-public 2021-04-09 19:50:57.796 | + lib/apache:write_uwsgi_config:275 : local socket_dir=/var/run/uwsgi 2021-04-09 19:50:57.799 | + lib/apache:write_uwsgi_config:279 : sudo mkdir -p /etc/tmpfiles.d/ 2021-04-09 19:50:57.810 | + lib/apache:write_uwsgi_config:280 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-04-09 19:50:57.810 | + lib/apache:write_uwsgi_config:280 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-04-09 19:50:57.817 | d /var/run/uwsgi 0755 ubuntu root 2021-04-09 19:50:57.821 | + lib/apache:write_uwsgi_config:281 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-04-09 19:50:57.834 | + lib/apache:write_uwsgi_config:283 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2021-04-09 19:50:57.837 | + lib/apache:write_uwsgi_config:286 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2021-04-09 19:50:57.840 | + lib/apache:write_uwsgi_config:287 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2021-04-09 19:50:57.870 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2021-04-09 19:50:57.894 | + lib/apache:write_uwsgi_config:290 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2021-04-09 19:50:57.918 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2021-04-09 19:50:57.942 | + lib/apache:write_uwsgi_config:293 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2021-04-09 19:50:57.966 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 90 2021-04-09 19:50:57.990 | + lib/apache:write_uwsgi_config:297 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2021-04-09 19:50:58.013 | + lib/apache:write_uwsgi_config:298 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2021-04-09 19:50:58.037 | + lib/apache:write_uwsgi_config:300 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2021-04-09 19:50:58.060 | + 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-04-09 19:50:58.085 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2021-04-09 19:50:58.109 | + lib/apache:write_uwsgi_config:306 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2021-04-09 19:50:58.133 | + lib/apache:write_uwsgi_config:308 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2021-04-09 19:50:58.157 | + lib/apache:write_uwsgi_config:311 : [[ -n '' ]] 2021-04-09 19:50:58.160 | + lib/apache:write_uwsgi_config:314 : local apache_conf= 2021-04-09 19:50:58.163 | ++ lib/apache:write_uwsgi_config:315 : apache_site_config_for keystone-wsgi-public 2021-04-09 19:50:58.165 | ++ lib/apache:apache_site_config_for:198 : local site=keystone-wsgi-public 2021-04-09 19:50:58.167 | ++ lib/apache:apache_site_config_for:199 : is_ubuntu 2021-04-09 19:50:58.170 | ++ functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:50:58.172 | ++ functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:50:58.175 | ++ lib/apache:apache_site_config_for:201 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2021-04-09 19:50:58.177 | + lib/apache:write_uwsgi_config:315 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2021-04-09 19:50:58.179 | + lib/apache:write_uwsgi_config:316 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2021-04-09 19:50:58.203 | + lib/apache:write_uwsgi_config:317 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2021-04-09 19:50:58.228 | + 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-04-09 19:50:58.229 | + lib/apache:write_uwsgi_config:318 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2021-04-09 19:50:58.236 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public/" retry=0 2021-04-09 19:50:58.239 | + lib/apache:write_uwsgi_config:319 : enable_apache_site keystone-wsgi-public 2021-04-09 19:50:58.241 | + lib/apache:enable_apache_site:215 : local site=keystone-wsgi-public 2021-04-09 19:50:58.243 | + lib/apache:enable_apache_site:217 : enable_apache_mod version 2021-04-09 19:50:58.246 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-04-09 19:50:58.248 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-04-09 19:50:58.250 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:50:58.253 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:50:58.256 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-04-09 19:50:58.258 | + lib/apache:enable_apache_site:218 : is_ubuntu 2021-04-09 19:50:58.260 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:50:58.262 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:50:58.265 | + lib/apache:enable_apache_site:219 : sudo a2ensite keystone-wsgi-public 2021-04-09 19:50:58.322 | Enabling site keystone-wsgi-public. 2021-04-09 19:50:58.327 | To activate the new configuration, you need to run: 2021-04-09 19:50:58.327 | systemctl reload apache2 2021-04-09 19:50:58.331 | + lib/apache:write_uwsgi_config:320 : restart_apache_server 2021-04-09 19:50:58.334 | + lib/apache:restart_apache_server:262 : restart_service apache2 2021-04-09 19:50:58.336 | + functions-common:restart_service:2220 : '[' -x /bin/systemctl ']' 2021-04-09 19:50:58.338 | + functions-common:restart_service:2221 : sudo /bin/systemctl restart apache2 2021-04-09 19:50:58.472 | + lib/keystone:configure_keystone:264 : write_uwsgi_config /etc/keystone/keystone-uwsgi-admin.ini /usr/local/bin/keystone-wsgi-admin /identity_admin 2021-04-09 19:50:58.475 | + lib/apache:write_uwsgi_config:266 : local file=/etc/keystone/keystone-uwsgi-admin.ini 2021-04-09 19:50:58.478 | + lib/apache:write_uwsgi_config:267 : local wsgi=/usr/local/bin/keystone-wsgi-admin 2021-04-09 19:50:58.480 | + lib/apache:write_uwsgi_config:268 : local url=/identity_admin 2021-04-09 19:50:58.482 | + lib/apache:write_uwsgi_config:269 : local http= 2021-04-09 19:50:58.485 | + lib/apache:write_uwsgi_config:270 : local name= 2021-04-09 19:50:58.488 | ++ lib/apache:write_uwsgi_config:271 : basename /usr/local/bin/keystone-wsgi-admin 2021-04-09 19:50:58.491 | + lib/apache:write_uwsgi_config:271 : name=keystone-wsgi-admin 2021-04-09 19:50:58.494 | + lib/apache:write_uwsgi_config:275 : local socket_dir=/var/run/uwsgi 2021-04-09 19:50:58.496 | + lib/apache:write_uwsgi_config:279 : sudo mkdir -p /etc/tmpfiles.d/ 2021-04-09 19:50:58.508 | + lib/apache:write_uwsgi_config:280 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-04-09 19:50:58.509 | + lib/apache:write_uwsgi_config:280 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-04-09 19:50:58.516 | d /var/run/uwsgi 0755 ubuntu root 2021-04-09 19:50:58.519 | + lib/apache:write_uwsgi_config:281 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-04-09 19:50:58.532 | + lib/apache:write_uwsgi_config:283 : local socket=/var/run/uwsgi/keystone-wsgi-admin.socket 2021-04-09 19:50:58.535 | + lib/apache:write_uwsgi_config:286 : rm -rf /etc/keystone/keystone-uwsgi-admin.ini 2021-04-09 19:50:58.538 | + lib/apache:write_uwsgi_config:287 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-admin 2021-04-09 19:50:58.568 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi processes 2 2021-04-09 19:50:58.593 | + lib/apache:write_uwsgi_config:290 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi master true 2021-04-09 19:50:58.618 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi die-on-term true 2021-04-09 19:50:58.643 | + lib/apache:write_uwsgi_config:293 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi exit-on-reload false 2021-04-09 19:50:58.669 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi worker-reload-mercy 90 2021-04-09 19:50:58.695 | + lib/apache:write_uwsgi_config:297 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi enable-threads true 2021-04-09 19:50:58.719 | + lib/apache:write_uwsgi_config:298 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi plugins http,python3 2021-04-09 19:50:58.745 | + lib/apache:write_uwsgi_config:300 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi thunder-lock true 2021-04-09 19:50:58.769 | + 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-04-09 19:50:58.794 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi buffer-size 65535 2021-04-09 19:50:58.819 | + lib/apache:write_uwsgi_config:306 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi add-header 'Connection: close' 2021-04-09 19:50:58.842 | + lib/apache:write_uwsgi_config:308 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi lazy-apps true 2021-04-09 19:50:58.868 | + lib/apache:write_uwsgi_config:311 : [[ -n '' ]] 2021-04-09 19:50:58.871 | + lib/apache:write_uwsgi_config:314 : local apache_conf= 2021-04-09 19:50:58.873 | ++ lib/apache:write_uwsgi_config:315 : apache_site_config_for keystone-wsgi-admin 2021-04-09 19:50:58.876 | ++ lib/apache:apache_site_config_for:198 : local site=keystone-wsgi-admin 2021-04-09 19:50:58.878 | ++ lib/apache:apache_site_config_for:199 : is_ubuntu 2021-04-09 19:50:58.880 | ++ functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:50:58.883 | ++ functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:50:58.885 | ++ lib/apache:apache_site_config_for:201 : echo /etc/apache2/sites-available/keystone-wsgi-admin.conf 2021-04-09 19:50:58.888 | + lib/apache:write_uwsgi_config:315 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-admin.conf 2021-04-09 19:50:58.890 | + lib/apache:write_uwsgi_config:316 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-admin.socket 2021-04-09 19:50:58.914 | + lib/apache:write_uwsgi_config:317 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi chmod-socket 666 2021-04-09 19:50:58.940 | + 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-04-09 19:50:58.940 | + lib/apache:write_uwsgi_config:318 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-admin.conf 2021-04-09 19:50:58.947 | ProxyPass "/identity_admin" "unix:/var/run/uwsgi/keystone-wsgi-admin.socket|uwsgi://uwsgi-uds-keystone-wsgi-admin/" retry=0 2021-04-09 19:50:58.951 | + lib/apache:write_uwsgi_config:319 : enable_apache_site keystone-wsgi-admin 2021-04-09 19:50:58.953 | + lib/apache:enable_apache_site:215 : local site=keystone-wsgi-admin 2021-04-09 19:50:58.955 | + lib/apache:enable_apache_site:217 : enable_apache_mod version 2021-04-09 19:50:58.958 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-04-09 19:50:58.960 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-04-09 19:50:58.962 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:50:58.964 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:50:58.967 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-04-09 19:50:58.969 | + lib/apache:enable_apache_site:218 : is_ubuntu 2021-04-09 19:50:58.972 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:50:58.975 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:50:58.977 | + lib/apache:enable_apache_site:219 : sudo a2ensite keystone-wsgi-admin 2021-04-09 19:50:59.035 | Enabling site keystone-wsgi-admin. 2021-04-09 19:50:59.040 | To activate the new configuration, you need to run: 2021-04-09 19:50:59.040 | systemctl reload apache2 2021-04-09 19:50:59.044 | + lib/apache:write_uwsgi_config:320 : restart_apache_server 2021-04-09 19:50:59.047 | + lib/apache:restart_apache_server:262 : restart_service apache2 2021-04-09 19:50:59.049 | + functions-common:restart_service:2220 : '[' -x /bin/systemctl ']' 2021-04-09 19:50:59.052 | + functions-common:restart_service:2221 : sudo /bin/systemctl restart apache2 2021-04-09 19:50:59.192 | + lib/keystone:configure_keystone:267 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2021-04-09 19:50:59.219 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2021-04-09 19:50:59.246 | + lib/keystone:configure_keystone:271 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2021-04-09 19:50:59.273 | + lib/keystone:configure_keystone:279 : [[ True = True ]] 2021-04-09 19:50:59.275 | + lib/keystone:configure_keystone:280 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2021-04-09 19:50:59.302 | + lib/keystone:configure_keystone:281 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2021-04-09 19:50:59.325 | + lib/keystone:configure_keystone:282 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2021-04-09 19:50:59.350 | + ./stack.sh:main:920 : is_service_enabled swift 2021-04-09 19:50:59.366 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:50:59.368 | + ./stack.sh:main:921 : is_service_enabled ceilometer 2021-04-09 19:50:59.383 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 19:50:59.386 | + ./stack.sh:main:924 : stack_install_service swift 2021-04-09 19:50:59.388 | + lib/stack:stack_install_service:20 : local service=swift 2021-04-09 19:50:59.390 | + lib/stack:stack_install_service:21 : type install_swift 2021-04-09 19:50:59.393 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-04-09 19:50:59.395 | + lib/stack:stack_install_service:32 : install_swift 2021-04-09 19:50:59.398 | + lib/swift:install_swift:740 : git_clone https://opendev.org/openstack/swift.git /opt/stack/swift stable/train 2021-04-09 19:50:59.400 | + functions-common:git_clone:524 : local git_remote=https://opendev.org/openstack/swift.git 2021-04-09 19:50:59.402 | + functions-common:git_clone:525 : local git_dest=/opt/stack/swift 2021-04-09 19:50:59.405 | + functions-common:git_clone:526 : local git_ref=stable/train 2021-04-09 19:50:59.407 | + functions-common:git_clone:527 : local orig_dir 2021-04-09 19:50:59.410 | ++ functions-common:git_clone:528 : pwd 2021-04-09 19:50:59.413 | + functions-common:git_clone:528 : orig_dir=/home/ubuntu/devstack 2021-04-09 19:50:59.415 | + functions-common:git_clone:529 : local git_clone_flags= 2021-04-09 19:50:59.418 | ++ functions-common:git_clone:531 : trueorfalse False RECLONE 2021-04-09 19:50:59.433 | + functions-common:git_clone:531 : RECLONE=False 2021-04-09 19:50:59.435 | + functions-common:git_clone:532 : [[ 0 -gt 0 ]] 2021-04-09 19:50:59.437 | + functions-common:git_clone:536 : [[ False = \T\r\u\e ]] 2021-04-09 19:50:59.441 | + functions-common:git_clone:545 : echo stable/train 2021-04-09 19:50:59.441 | + functions-common:git_clone:545 : egrep -q '^refs' 2021-04-09 19:50:59.445 | + functions-common:git_clone:559 : [[ ! -d /opt/stack/swift ]] 2021-04-09 19:50:59.447 | + functions-common:git_clone:567 : [[ False = \T\r\u\e ]] 2021-04-09 19:50:59.450 | + functions-common:git_clone:593 : cd /opt/stack/swift 2021-04-09 19:50:59.452 | + functions-common:git_clone:594 : git show --oneline 2021-04-09 19:50:59.453 | + functions-common:git_clone:594 : head -1 2021-04-09 19:50:59.459 | 96e24bb1d Avoid loops when gathering container listings from shards 2021-04-09 19:50:59.462 | + functions-common:git_clone:595 : cd /home/ubuntu/devstack 2021-04-09 19:50:59.465 | + lib/swift:install_swift:743 : setup_develop /opt/stack/swift keystone 2021-04-09 19:50:59.467 | + inc/python:setup_develop:415 : local bindep 2021-04-09 19:50:59.469 | + inc/python:setup_develop:416 : [[ /opt/stack/swift == -bindep* ]] 2021-04-09 19:50:59.472 | + inc/python:setup_develop:420 : local project_dir=/opt/stack/swift 2021-04-09 19:50:59.474 | + inc/python:setup_develop:421 : local extras=keystone 2021-04-09 19:50:59.477 | + inc/python:setup_develop:422 : _setup_package_with_constraints_edit /opt/stack/swift -e keystone 2021-04-09 19:50:59.479 | + inc/python:_setup_package_with_constraints_edit:441 : local bindep 2021-04-09 19:50:59.482 | + inc/python:_setup_package_with_constraints_edit:442 : [[ /opt/stack/swift == -bindep* ]] 2021-04-09 19:50:59.484 | + inc/python:_setup_package_with_constraints_edit:446 : local project_dir=/opt/stack/swift 2021-04-09 19:50:59.486 | + inc/python:_setup_package_with_constraints_edit:447 : local flags=-e 2021-04-09 19:50:59.489 | + inc/python:_setup_package_with_constraints_edit:448 : local extras=keystone 2021-04-09 19:50:59.492 | ++ inc/python:_setup_package_with_constraints_edit:455 : cd /opt/stack/swift 2021-04-09 19:50:59.494 | ++ inc/python:_setup_package_with_constraints_edit:455 : pwd 2021-04-09 19:50:59.497 | + inc/python:_setup_package_with_constraints_edit:455 : project_dir=/opt/stack/swift 2021-04-09 19:50:59.499 | + inc/python:_setup_package_with_constraints_edit:457 : '[' -n /opt/stack/requirements ']' 2021-04-09 19:50:59.502 | + inc/python:_setup_package_with_constraints_edit:459 : local name 2021-04-09 19:50:59.505 | ++ inc/python:_setup_package_with_constraints_edit:460 : awk '/^name.*=/ {print $3}' /opt/stack/swift/setup.cfg 2021-04-09 19:50:59.510 | + inc/python:_setup_package_with_constraints_edit:460 : name=swift 2021-04-09 19:50:59.512 | + 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-04-09 19:51:00.439 | + inc/python:_setup_package_with_constraints_edit:466 : setup_package /opt/stack/swift -e keystone 2021-04-09 19:51:00.442 | + inc/python:setup_package:494 : local bindep=0 2021-04-09 19:51:00.445 | + inc/python:setup_package:495 : local bindep_flag= 2021-04-09 19:51:00.447 | + inc/python:setup_package:496 : local bindep_profiles= 2021-04-09 19:51:00.450 | + inc/python:setup_package:497 : [[ /opt/stack/swift == -bindep* ]] 2021-04-09 19:51:00.453 | + inc/python:setup_package:502 : local project_dir=/opt/stack/swift 2021-04-09 19:51:00.455 | + inc/python:setup_package:503 : local flags=-e 2021-04-09 19:51:00.457 | + inc/python:setup_package:504 : local extras=keystone 2021-04-09 19:51:00.460 | + inc/python:setup_package:508 : [[ -n -e ]] 2021-04-09 19:51:00.462 | + inc/python:setup_package:508 : [[ -z keystone ]] 2021-04-09 19:51:00.464 | + inc/python:setup_package:513 : [[ ! -z keystone ]] 2021-04-09 19:51:00.467 | + inc/python:setup_package:514 : extras='[keystone]' 2021-04-09 19:51:00.469 | + inc/python:setup_package:518 : [[ 0 == 1 ]] 2021-04-09 19:51:00.472 | + inc/python:setup_package:522 : pip_install -e '/opt/stack/swift[keystone]' 2021-04-09 19:51:00.496 | Check python version for : /opt/stack/swift 2021-04-09 19:51:00.499 | Using 3.6 version to install /opt/stack/swift based on default behavior 2021-04-09 19:51:00.890 | + 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-04-09 19:51:01.647 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:01.649 | Ignoring Django: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:01.652 | Ignoring Django: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:01.657 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:01.667 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:01.669 | Ignoring GitPython: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:01.671 | Ignoring GitPython: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:01.677 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:01.682 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:01.705 | Ignoring Pygments: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:01.707 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:01.710 | Ignoring Pygments: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:01.714 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:01.723 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:01.725 | Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:01.728 | Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:01.732 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:01.734 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:01.737 | Ignoring Sphinx: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:01.740 | Ignoring Sphinx: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:01.744 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:01.849 | Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:01.851 | Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:01.856 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:01.866 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:01.868 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:01.871 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:01.915 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:01.921 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:01.947 | Ignoring diskimage-builder: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:01.949 | Ignoring diskimage-builder: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:01.952 | Ignoring diskimage-builder: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:01.957 | Ignoring diskimage-builder: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:01.975 | Ignoring dnspython: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:01.977 | Ignoring dnspython: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:01.981 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:01.984 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:01.987 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:01.989 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:01.994 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:02.011 | Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:02.042 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:02.044 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:02.048 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:02.071 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:02.074 | Ignoring gunicorn: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:02.076 | Ignoring gunicorn: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:02.081 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:02.083 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:02.098 | Ignoring ifaddr: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:02.100 | Ignoring ifaddr: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:02.105 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:02.115 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:02.118 | Ignoring influxdb: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:02.120 | Ignoring influxdb: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:02.125 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:02.129 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:02.138 | Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:02.140 | Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:02.146 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:02.151 | Ignoring joblib: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:02.153 | Ignoring joblib: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:02.159 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:02.174 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:02.176 | Ignoring keyring: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:02.179 | Ignoring keyring: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:02.184 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:02.224 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:02.227 | Ignoring more-itertools: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:02.229 | Ignoring more-itertools: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:02.234 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:02.246 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:02.249 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:02.254 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:02.256 | Ignoring mypy-extensions: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:02.259 | Ignoring mypy-extensions: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:02.263 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:02.266 | Ignoring ndg-httpsclient: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:02.275 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:02.277 | Ignoring networkx: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:02.280 | Ignoring networkx: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:02.285 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:02.302 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:02.305 | Ignoring numpy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:02.307 | Ignoring numpy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:02.311 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:02.410 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:02.494 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:02.496 | Ignoring pytest: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:02.499 | Ignoring pytest: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:02.504 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:02.610 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:02.657 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:02.659 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:02.662 | Ignoring scikit-learn: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:02.664 | Ignoring scikit-learn: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:02.669 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:02.671 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:02.674 | Ignoring scipy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:02.677 | Ignoring scipy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:02.681 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:02.700 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:02.721 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:02.723 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:02.728 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:02.732 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:02.734 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:02.739 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:02.743 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:02.746 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:02.750 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:02.755 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:02.757 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:02.762 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:02.770 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:02.773 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:02.778 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:02.782 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:02.785 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:02.789 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:02.793 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:02.817 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:02.860 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:02.867 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:02.869 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:02.874 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:02.876 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:02.885 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:02.890 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:02.892 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:02.897 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:02.901 | Ignoring typing-extensions: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:02.903 | Ignoring typing-extensions: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:02.908 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:02.913 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:02.939 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:02.964 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:02.966 | Ignoring zeroconf: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:02.969 | Ignoring zeroconf: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:02.973 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:02.981 | Obtaining file:///opt/stack/swift 2021-04-09 19:51:04.573 | Obtaining swift from file:///opt/stack/swift#egg=swift (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-04-09 19:51:05.930 | 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-04-09 19:51:05.938 | 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-04-09 19:51:05.977 | 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-04-09 19:51:05.988 | 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-04-09 19:51:05.990 | 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-04-09 19:51:06.149 | Collecting lxml===4.4.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) 2021-04-09 19:51:06.806 | 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-04-09 19:51:07.230 | 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-04-09 19:51:07.232 | 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-04-09 19:51:07.235 | 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-04-09 19:51:07.284 | 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-04-09 19:51:07.303 | 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-04-09 19:51:07.309 | 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-04-09 19:51:07.317 | 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-04-09 19:51:07.363 | 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-04-09 19:51:07.375 | 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-04-09 19:51:07.397 | 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-04-09 19:51:07.399 | 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-04-09 19:51:07.513 | Collecting pyeclib===1.6.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 438)) 2021-04-09 19:51:07.555 | Downloading http://10.100.0.9:8080/root/pypi/+f/801/1e31ee89ae7fb/pyeclib-1.6.0.tar.gz (6.7MB) 2021-04-09 19:51:08.679 | 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-04-09 19:51:08.681 | 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-04-09 19:51:08.684 | 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-04-09 19:51:08.689 | 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-04-09 19:51:08.712 | 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-04-09 19:51:08.716 | 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-04-09 19:51:08.740 | 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-04-09 19:51:08.745 | 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-04-09 19:51:08.747 | 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-04-09 19:51:08.755 | 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-04-09 19:51:08.878 | Collecting xattr===0.9.6 (from -c /opt/stack/requirements/upper-constraints.txt (line 693)) 2021-04-09 19:51:08.914 | Downloading http://10.100.0.9:8080/root/pypi/+f/7cb/1b28eeab4fe99/xattr-0.9.6.tar.gz 2021-04-09 19:51:09.746 | 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-04-09 19:51:09.750 | 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-04-09 19:51:09.753 | 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-04-09 19:51:09.824 | 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-04-09 19:51:09.838 | 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-04-09 19:51:09.842 | 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-04-09 19:51:09.845 | 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-04-09 19:51:09.876 | 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-04-09 19:51:09.888 | 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-04-09 19:51:09.892 | 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-04-09 19:51:09.896 | 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-04-09 19:51:09.899 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 139)) 2021-04-09 19:51:09.901 | 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-04-09 19:51:09.905 | 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-04-09 19:51:09.907 | 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-04-09 19:51:09.911 | 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-04-09 19:51:09.916 | 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-04-09 19:51:09.919 | 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-04-09 19:51:09.921 | Building wheels for collected packages: pyeclib, xattr 2021-04-09 19:51:09.921 | Running setup.py bdist_wheel for pyeclib: started 2021-04-09 19:51:11.147 | Running setup.py bdist_wheel for pyeclib: finished with status 'done' 2021-04-09 19:51:11.148 | Stored in directory: /root/.cache/pip/wheels/7a/c6/2e/3e8000055abd708ad865dff865b1c7c67c9e7fc1d8e6bc8d87 2021-04-09 19:51:11.164 | Running setup.py bdist_wheel for xattr: started 2021-04-09 19:51:12.425 | Running setup.py bdist_wheel for xattr: finished with status 'done' 2021-04-09 19:51:12.426 | Stored in directory: /root/.cache/pip/wheels/fd/eb/05/0ee90cab25b96ac1a232e297cca6e5facc079079977af81fc3 2021-04-09 19:51:12.434 | Successfully built pyeclib xattr 2021-04-09 19:51:12.435 | Installing collected packages: lxml, xattr, pyeclib, swift 2021-04-09 19:51:12.702 | Running setup.py develop for swift 2021-04-09 19:51:14.670 | Successfully installed lxml-4.4.1 pyeclib-1.6.0 swift xattr-0.9.6 2021-04-09 19:51:14.794 | You are using pip version 9.0.3, however version 21.0.1 is available. 2021-04-09 19:51:14.794 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-04-09 19:51:14.876 | + inc/python:pip_install:290 : result=0 2021-04-09 19:51:14.879 | + inc/python:pip_install:292 : time_stop pip_install 2021-04-09 19:51:14.881 | + functions-common:time_stop:2336 : local name 2021-04-09 19:51:14.883 | + functions-common:time_stop:2337 : local end_time 2021-04-09 19:51:14.885 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 19:51:14.888 | + functions-common:time_stop:2339 : local total 2021-04-09 19:51:14.890 | + functions-common:time_stop:2340 : local start_time 2021-04-09 19:51:14.892 | + functions-common:time_stop:2342 : name=pip_install 2021-04-09 19:51:14.894 | + functions-common:time_stop:2343 : start_time=1617997860488 2021-04-09 19:51:14.896 | + functions-common:time_stop:2345 : [[ -z 1617997860488 ]] 2021-04-09 19:51:14.899 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 19:51:14.902 | + functions-common:time_stop:2348 : end_time=1617997874900 2021-04-09 19:51:14.904 | + functions-common:time_stop:2349 : elapsed_time=14412 2021-04-09 19:51:14.907 | + functions-common:time_stop:2350 : total=109850 2021-04-09 19:51:14.909 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 19:51:14.912 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=124262 2021-04-09 19:51:14.914 | + inc/python:pip_install:293 : return 0 2021-04-09 19:51:14.916 | + inc/python:setup_package:524 : [[ -e == \-\e ]] 2021-04-09 19:51:14.919 | + inc/python:setup_package:525 : safe_chown -R ubuntu /opt/stack/swift/swift.egg-info 2021-04-09 19:51:14.921 | + functions-common:safe_chown:2237 : _safe_permission_operation chown -R ubuntu /opt/stack/swift/swift.egg-info 2021-04-09 19:51:14.939 | + functions-common:_safe_permission_operation:2085 : sudo chown -R ubuntu /opt/stack/swift/swift.egg-info 2021-04-09 19:51:14.951 | + inc/python:_setup_package_with_constraints_edit:470 : use_library_from_git /opt/stack/swift 2021-04-09 19:51:14.953 | + inc/python:use_library_from_git:328 : local name=/opt/stack/swift 2021-04-09 19:51:14.956 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:51:14.959 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:51:14.961 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,/opt/stack/swift, ]] 2021-04-09 19:51:14.963 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:51:14.966 | + lib/swift:install_swift:744 : '[' False == True ']' 2021-04-09 19:51:14.968 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-04-09 19:51:14.971 | + ./stack.sh:main:925 : configure_swift 2021-04-09 19:51:14.974 | + lib/swift:configure_swift:334 : local swift_pipeline=crossdomain 2021-04-09 19:51:14.976 | + lib/swift:configure_swift:335 : local node_number 2021-04-09 19:51:14.978 | + lib/swift:configure_swift:336 : local swift_node_config 2021-04-09 19:51:14.980 | + lib/swift:configure_swift:337 : local swift_log_dir 2021-04-09 19:51:14.982 | + lib/swift:configure_swift:338 : local user_group 2021-04-09 19:51:14.984 | + lib/swift:configure_swift:341 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2021-04-09 19:51:15.799 | No account-auditor running 2021-04-09 19:51:15.799 | No account-reaper running 2021-04-09 19:51:15.799 | No object-replicator running 2021-04-09 19:51:15.799 | No proxy-server running 2021-04-09 19:51:15.799 | No container-sync running 2021-04-09 19:51:15.799 | No account-server running 2021-04-09 19:51:15.799 | No container-server running 2021-04-09 19:51:15.799 | No object-reconstructor running 2021-04-09 19:51:15.799 | No object-updater running 2021-04-09 19:51:15.799 | No container-reconciler running 2021-04-09 19:51:15.799 | No container-sharder running 2021-04-09 19:51:15.799 | No container-updater running 2021-04-09 19:51:15.799 | No object-auditor running 2021-04-09 19:51:15.799 | No object-server running 2021-04-09 19:51:15.799 | No container-auditor running 2021-04-09 19:51:15.799 | No account-replicator running 2021-04-09 19:51:15.799 | No container-replicator running 2021-04-09 19:51:15.799 | No object-expirer running 2021-04-09 19:51:15.852 | + lib/swift:configure_swift:341 : true 2021-04-09 19:51:15.854 | + lib/swift:configure_swift:343 : sudo install -d -o ubuntu /etc/swift 2021-04-09 19:51:15.867 | + lib/swift:configure_swift:344 : sudo install -d -o ubuntu /etc/swift/object-server /etc/swift/container-server /etc/swift/account-server 2021-04-09 19:51:15.878 | + lib/swift:configure_swift:346 : [[ /etc/swift != \/\e\t\c\/\s\w\i\f\t ]] 2021-04-09 19:51:15.881 | + lib/swift:configure_swift:355 : sed -e ' 2021-04-09 19:51:15.881 | s/%GROUP%//; 2021-04-09 19:51:15.881 | s/%USER%/ubuntu/; 2021-04-09 19:51:15.881 | s,%SWIFT_DATA_DIR%,/opt/stack/data/swift,; 2021-04-09 19:51:15.881 | ' /home/ubuntu/devstack/files/swift/rsyncd.conf 2021-04-09 19:51:15.881 | + lib/swift:configure_swift:359 : sudo tee /etc/rsyncd.conf 2021-04-09 19:51:15.888 | uid = ubuntu 2021-04-09 19:51:15.888 | gid = 2021-04-09 19:51:15.888 | log file = /opt/stack/data/swift/logs/rsyncd.log 2021-04-09 19:51:15.888 | pid file = /opt/stack/data/swift/run/rsyncd.pid 2021-04-09 19:51:15.888 | address = 127.0.0.1 2021-04-09 19:51:15.888 | 2021-04-09 19:51:15.888 | [account6612] 2021-04-09 19:51:15.888 | max connections = 25 2021-04-09 19:51:15.888 | path = /opt/stack/data/swift/1/node/ 2021-04-09 19:51:15.888 | read only = false 2021-04-09 19:51:15.888 | lock file = /opt/stack/data/swift/run/account6612.lock 2021-04-09 19:51:15.888 | 2021-04-09 19:51:15.888 | [account6622] 2021-04-09 19:51:15.888 | max connections = 25 2021-04-09 19:51:15.888 | path = /opt/stack/data/swift/2/node/ 2021-04-09 19:51:15.888 | read only = false 2021-04-09 19:51:15.889 | lock file = /opt/stack/data/swift/run/account6622.lock 2021-04-09 19:51:15.889 | 2021-04-09 19:51:15.889 | [account6632] 2021-04-09 19:51:15.889 | max connections = 25 2021-04-09 19:51:15.889 | path = /opt/stack/data/swift/3/node/ 2021-04-09 19:51:15.889 | read only = false 2021-04-09 19:51:15.889 | lock file = /opt/stack/data/swift/run/account6632.lock 2021-04-09 19:51:15.889 | 2021-04-09 19:51:15.889 | [account6642] 2021-04-09 19:51:15.889 | max connections = 25 2021-04-09 19:51:15.889 | path = /opt/stack/data/swift/4/node/ 2021-04-09 19:51:15.889 | read only = false 2021-04-09 19:51:15.889 | lock file = /opt/stack/data/swift/run/account6642.lock 2021-04-09 19:51:15.889 | 2021-04-09 19:51:15.889 | 2021-04-09 19:51:15.889 | [container6611] 2021-04-09 19:51:15.889 | max connections = 25 2021-04-09 19:51:15.889 | path = /opt/stack/data/swift/1/node/ 2021-04-09 19:51:15.889 | read only = false 2021-04-09 19:51:15.889 | lock file = /opt/stack/data/swift/run/container6611.lock 2021-04-09 19:51:15.889 | 2021-04-09 19:51:15.889 | [container6621] 2021-04-09 19:51:15.889 | max connections = 25 2021-04-09 19:51:15.889 | path = /opt/stack/data/swift/2/node/ 2021-04-09 19:51:15.889 | read only = false 2021-04-09 19:51:15.889 | lock file = /opt/stack/data/swift/run/container6621.lock 2021-04-09 19:51:15.889 | 2021-04-09 19:51:15.889 | [container6631] 2021-04-09 19:51:15.889 | max connections = 25 2021-04-09 19:51:15.889 | path = /opt/stack/data/swift/3/node/ 2021-04-09 19:51:15.889 | read only = false 2021-04-09 19:51:15.889 | lock file = /opt/stack/data/swift/run/container6631.lock 2021-04-09 19:51:15.889 | 2021-04-09 19:51:15.889 | [container6641] 2021-04-09 19:51:15.889 | max connections = 25 2021-04-09 19:51:15.889 | path = /opt/stack/data/swift/4/node/ 2021-04-09 19:51:15.889 | read only = false 2021-04-09 19:51:15.889 | lock file = /opt/stack/data/swift/run/container6641.lock 2021-04-09 19:51:15.889 | 2021-04-09 19:51:15.889 | 2021-04-09 19:51:15.889 | [object6613] 2021-04-09 19:51:15.889 | max connections = 25 2021-04-09 19:51:15.889 | path = /opt/stack/data/swift/1/node/ 2021-04-09 19:51:15.890 | read only = false 2021-04-09 19:51:15.890 | lock file = /opt/stack/data/swift/run/object6613.lock 2021-04-09 19:51:15.890 | 2021-04-09 19:51:15.890 | [object6623] 2021-04-09 19:51:15.890 | max connections = 25 2021-04-09 19:51:15.890 | path = /opt/stack/data/swift/2/node/ 2021-04-09 19:51:15.890 | read only = false 2021-04-09 19:51:15.890 | lock file = /opt/stack/data/swift/run/object6623.lock 2021-04-09 19:51:15.890 | 2021-04-09 19:51:15.890 | [object6633] 2021-04-09 19:51:15.890 | max connections = 25 2021-04-09 19:51:15.890 | path = /opt/stack/data/swift/3/node/ 2021-04-09 19:51:15.890 | read only = false 2021-04-09 19:51:15.890 | lock file = /opt/stack/data/swift/run/object6633.lock 2021-04-09 19:51:15.890 | 2021-04-09 19:51:15.890 | [object6643] 2021-04-09 19:51:15.890 | max connections = 25 2021-04-09 19:51:15.890 | path = /opt/stack/data/swift/4/node/ 2021-04-09 19:51:15.890 | read only = false 2021-04-09 19:51:15.890 | lock file = /opt/stack/data/swift/run/object6643.lock 2021-04-09 19:51:15.891 | + lib/swift:configure_swift:361 : is_ubuntu 2021-04-09 19:51:15.894 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:51:15.896 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:51:15.898 | + lib/swift:configure_swift:362 : sudo sed -i '/^RSYNC_ENABLE=false/ { s/false/true/ }' /etc/default/rsync 2021-04-09 19:51:15.913 | + lib/swift:configure_swift:367 : SWIFT_CONFIG_PROXY_SERVER=/etc/swift/proxy-server.conf 2021-04-09 19:51:15.915 | + lib/swift:configure_swift:368 : cp /opt/stack/swift/etc/proxy-server.conf-sample /etc/swift/proxy-server.conf 2021-04-09 19:51:15.920 | + lib/swift:configure_swift:369 : cp /opt/stack/swift/etc/internal-client.conf-sample /etc/swift/internal-client.conf 2021-04-09 19:51:15.924 | + lib/swift:configure_swift:373 : local csyncfile=/etc/swift/container-sync-realms.conf 2021-04-09 19:51:15.927 | + lib/swift:configure_swift:374 : cp /opt/stack/swift/etc/container-sync-realms.conf-sample /etc/swift/container-sync-realms.conf 2021-04-09 19:51:15.930 | + lib/swift:configure_swift:375 : iniset /etc/swift/container-sync-realms.conf realm1 key realm1key 2021-04-09 19:51:15.956 | + lib/swift:configure_swift:376 : iniset /etc/swift/container-sync-realms.conf realm1 cluster_name1 http://10.222.0.52:8080/v1/ 2021-04-09 19:51:15.980 | + lib/swift:configure_swift:378 : iniuncomment /etc/swift/proxy-server.conf DEFAULT user 2021-04-09 19:51:16.000 | + lib/swift:configure_swift:379 : iniset /etc/swift/proxy-server.conf DEFAULT user ubuntu 2021-04-09 19:51:16.029 | + lib/swift:configure_swift:381 : iniuncomment /etc/swift/proxy-server.conf DEFAULT swift_dir 2021-04-09 19:51:16.051 | + lib/swift:configure_swift:382 : iniset /etc/swift/proxy-server.conf DEFAULT swift_dir /etc/swift 2021-04-09 19:51:16.079 | + lib/swift:configure_swift:384 : iniuncomment /etc/swift/proxy-server.conf DEFAULT workers 2021-04-09 19:51:16.104 | + lib/swift:configure_swift:385 : iniset /etc/swift/proxy-server.conf DEFAULT workers 1 2021-04-09 19:51:16.133 | + lib/swift:configure_swift:387 : iniuncomment /etc/swift/proxy-server.conf DEFAULT log_level 2021-04-09 19:51:16.154 | + lib/swift:configure_swift:388 : iniset /etc/swift/proxy-server.conf DEFAULT log_level DEBUG 2021-04-09 19:51:16.183 | + lib/swift:configure_swift:390 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_ip 2021-04-09 19:51:16.203 | + lib/swift:configure_swift:391 : iniset /etc/swift/proxy-server.conf DEFAULT bind_ip 0.0.0.0 2021-04-09 19:51:16.232 | + lib/swift:configure_swift:393 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_port 2021-04-09 19:51:16.251 | + lib/swift:configure_swift:394 : is_service_enabled tls-proxy 2021-04-09 19:51:16.266 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 19:51:16.269 | + lib/swift:configure_swift:397 : iniset /etc/swift/proxy-server.conf DEFAULT bind_port 8080 2021-04-09 19:51:16.297 | + lib/swift:configure_swift:403 : iniset /etc/swift/proxy-server.conf app:proxy-server node_timeout 120 2021-04-09 19:51:16.326 | + lib/swift:configure_swift:404 : iniset /etc/swift/proxy-server.conf app:proxy-server conn_timeout 20 2021-04-09 19:51:16.353 | + lib/swift:configure_swift:407 : iniset /etc/swift/proxy-server.conf filter:versioned_writes allow_versioned_writes true 2021-04-09 19:51:16.381 | + lib/swift:configure_swift:410 : is_service_enabled ceilometer 2021-04-09 19:51:16.395 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 19:51:16.397 | + lib/swift:configure_swift:421 : iniset /etc/swift/proxy-server.conf filter:proxy-logging reveal_sensitive_prefix 12 2021-04-09 19:51:16.425 | + lib/swift:configure_swift:427 : is_service_enabled s3api 2021-04-09 19:51:16.439 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 19:51:16.442 | + lib/swift:configure_swift:430 : is_service_enabled keystone 2021-04-09 19:51:16.457 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:51:16.459 | + lib/swift:configure_swift:431 : is_service_enabled s3api 2021-04-09 19:51:16.474 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 19:51:16.476 | + lib/swift:configure_swift:434 : swift_pipeline+=' authtoken keystoneauth' 2021-04-09 19:51:16.478 | + lib/swift:configure_swift:437 : swift_pipeline+=' tempauth ' 2021-04-09 19:51:16.480 | + lib/swift:configure_swift:439 : sed -i '/^pipeline/ { s/tempauth/crossdomain authtoken keystoneauth tempauth formpost staticweb/ ;}' /etc/swift/proxy-server.conf 2021-04-09 19:51:16.489 | + lib/swift:configure_swift:440 : sed -i '/^pipeline/ { s/proxy-server/ proxy-server/ ; }' /etc/swift/proxy-server.conf 2021-04-09 19:51:16.497 | + lib/swift:configure_swift:442 : iniset /etc/swift/proxy-server.conf app:proxy-server account_autocreate true 2021-04-09 19:51:16.527 | + lib/swift:configure_swift:443 : iniset /etc/swift/proxy-server.conf app:proxy-server allow_account_management true 2021-04-09 19:51:16.555 | + lib/swift:configure_swift:446 : iniset /etc/swift/proxy-server.conf filter:crossdomain use egg:swift#crossdomain 2021-04-09 19:51:16.586 | + lib/swift:configure_swift:451 : iniset /etc/swift/proxy-server.conf filter:authtoken log_name swift 2021-04-09 19:51:16.616 | + lib/swift:configure_swift:453 : iniset /etc/swift/proxy-server.conf filter:authtoken paste.filter_factory keystonemiddleware.auth_token:filter_factory 2021-04-09 19:51:16.644 | + lib/swift:configure_swift:454 : configure_keystone_authtoken_middleware /etc/swift/proxy-server.conf swift filter:authtoken 2021-04-09 19:51:16.646 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/swift/proxy-server.conf 2021-04-09 19:51:16.648 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=swift 2021-04-09 19:51:16.650 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=filter:authtoken 2021-04-09 19:51:16.652 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_type password 2021-04-09 19:51:16.680 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_url http://10.222.0.52/identity 2021-04-09 19:51:16.709 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/swift/proxy-server.conf filter:authtoken username swift 2021-04-09 19:51:16.737 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/swift/proxy-server.conf filter:authtoken password Passw0rd 2021-04-09 19:51:16.765 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/swift/proxy-server.conf filter:authtoken user_domain_name Default 2021-04-09 19:51:16.794 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/swift/proxy-server.conf filter:authtoken project_name service 2021-04-09 19:51:16.824 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/swift/proxy-server.conf filter:authtoken project_domain_name Default 2021-04-09 19:51:16.852 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/swift/proxy-server.conf filter:authtoken cafile /opt/stack/data/ca-bundle.pem 2021-04-09 19:51:16.880 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/swift/proxy-server.conf filter:authtoken memcached_servers localhost:11211 2021-04-09 19:51:16.909 | + lib/swift:configure_swift:455 : iniset /etc/swift/proxy-server.conf filter:authtoken delay_auth_decision 1 2021-04-09 19:51:16.936 | + lib/swift:configure_swift:456 : iniset /etc/swift/proxy-server.conf filter:authtoken cache swift.cache 2021-04-09 19:51:16.966 | + lib/swift:configure_swift:457 : iniset /etc/swift/proxy-server.conf filter:authtoken include_service_catalog False 2021-04-09 19:51:16.993 | + lib/swift:configure_swift:459 : iniset /etc/swift/proxy-server.conf filter:keystoneauth use egg:swift#keystoneauth 2021-04-09 19:51:17.023 | + lib/swift:configure_swift:460 : iniset /etc/swift/proxy-server.conf filter:keystoneauth operator_roles 'Member, admin' 2021-04-09 19:51:17.052 | + lib/swift:configure_swift:465 : iniuncomment /etc/swift/proxy-server.conf filter:tempauth account_autocreate 2021-04-09 19:51:17.072 | + lib/swift:configure_swift:466 : iniset /etc/swift/proxy-server.conf filter:tempauth reseller_prefix TEMPAUTH 2021-04-09 19:51:17.100 | + lib/swift:configure_swift:469 : iniset /etc/swift/proxy-server.conf filter:domain_remap reseller_prefixes 'AUTH, TEMPAUTH' 2021-04-09 19:51:17.129 | + lib/swift:configure_swift:471 : cp /opt/stack/swift/etc/swift.conf-sample /etc/swift/swift.conf 2021-04-09 19:51:17.133 | + lib/swift:configure_swift:472 : iniset /etc/swift/swift.conf swift-hash swift_hash_path_suffix 66a3d6b56c1f479c8b4e70ab5d2014f6 2021-04-09 19:51:17.158 | + lib/swift:configure_swift:473 : iniset /etc/swift/swift.conf swift-constraints max_header_size 16384 2021-04-09 19:51:17.183 | + lib/swift:configure_swift:474 : iniset /etc/swift/swift.conf swift-constraints max_file_size 5368709122 2021-04-09 19:51:17.208 | + lib/swift:configure_swift:476 : local node_number 2021-04-09 19:51:17.211 | + lib/swift:configure_swift:477 : for node_number in ${SWIFT_REPLICAS_SEQ} 2021-04-09 19:51:17.213 | + lib/swift:configure_swift:478 : local swift_node_config=/etc/swift/object-server/1.conf 2021-04-09 19:51:17.215 | + lib/swift:configure_swift:479 : cp /opt/stack/swift/etc/object-server.conf-sample /etc/swift/object-server/1.conf 2021-04-09 19:51:17.219 | + lib/swift:configure_swift:480 : generate_swift_config_services /etc/swift/object-server/1.conf 1 6613 object 2021-04-09 19:51:17.222 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/object-server/1.conf 2021-04-09 19:51:17.224 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2021-04-09 19:51:17.226 | + lib/swift:generate_swift_config_services:294 : local bind_port=6613 2021-04-09 19:51:17.228 | + lib/swift:generate_swift_config_services:295 : local server_type=object 2021-04-09 19:51:17.230 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2021-04-09 19:51:17.232 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2021-04-09 19:51:17.234 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/object-server/1.conf DEFAULT user 2021-04-09 19:51:17.254 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/object-server/1.conf DEFAULT user ubuntu 2021-04-09 19:51:17.280 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_port 2021-04-09 19:51:17.298 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/object-server/1.conf DEFAULT bind_port 6613 2021-04-09 19:51:17.325 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/object-server/1.conf DEFAULT swift_dir 2021-04-09 19:51:17.344 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/object-server/1.conf DEFAULT swift_dir /etc/swift 2021-04-09 19:51:17.371 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/object-server/1.conf DEFAULT devices 2021-04-09 19:51:17.390 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/object-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2021-04-09 19:51:17.418 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/object-server/1.conf DEFAULT log_facility 2021-04-09 19:51:17.437 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/object-server/1.conf DEFAULT log_facility LOG_LOCAL0 2021-04-09 19:51:17.464 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/object-server/1.conf DEFAULT workers 2021-04-09 19:51:17.483 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/object-server/1.conf DEFAULT workers 2 2021-04-09 19:51:17.510 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/object-server/1.conf DEFAULT disable_fallocate 2021-04-09 19:51:17.528 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/object-server/1.conf DEFAULT disable_fallocate true 2021-04-09 19:51:17.555 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/object-server/1.conf DEFAULT mount_check 2021-04-09 19:51:17.573 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/object-server/1.conf DEFAULT mount_check false 2021-04-09 19:51:17.600 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/object-server/1.conf object-replicator vm_test_mode 2021-04-09 19:51:17.618 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/object-server/1.conf object-replicator vm_test_mode yes 2021-04-09 19:51:17.642 | + 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-04-09 19:51:17.648 | + lib/swift:configure_swift:481 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_ip 2021-04-09 19:51:17.667 | + lib/swift:configure_swift:482 : iniset /etc/swift/object-server/1.conf DEFAULT bind_ip 0.0.0.0 2021-04-09 19:51:17.694 | + lib/swift:configure_swift:483 : iniset /etc/swift/object-server/1.conf filter:recon recon_cache_path /opt/stack/data/swift/cache 2021-04-09 19:51:17.720 | + lib/swift:configure_swift:485 : swift_node_config=/etc/swift/container-server/1.conf 2021-04-09 19:51:17.723 | + lib/swift:configure_swift:486 : cp /opt/stack/swift/etc/container-server.conf-sample /etc/swift/container-server/1.conf 2021-04-09 19:51:17.727 | + lib/swift:configure_swift:487 : generate_swift_config_services /etc/swift/container-server/1.conf 1 6611 container 2021-04-09 19:51:17.729 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/container-server/1.conf 2021-04-09 19:51:17.731 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2021-04-09 19:51:17.733 | + lib/swift:generate_swift_config_services:294 : local bind_port=6611 2021-04-09 19:51:17.736 | + lib/swift:generate_swift_config_services:295 : local server_type=container 2021-04-09 19:51:17.739 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2021-04-09 19:51:17.741 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2021-04-09 19:51:17.743 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/container-server/1.conf DEFAULT user 2021-04-09 19:51:17.760 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/container-server/1.conf DEFAULT user ubuntu 2021-04-09 19:51:17.787 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_port 2021-04-09 19:51:17.805 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/container-server/1.conf DEFAULT bind_port 6611 2021-04-09 19:51:17.831 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/container-server/1.conf DEFAULT swift_dir 2021-04-09 19:51:17.848 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/container-server/1.conf DEFAULT swift_dir /etc/swift 2021-04-09 19:51:17.875 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/container-server/1.conf DEFAULT devices 2021-04-09 19:51:17.895 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/container-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2021-04-09 19:51:17.922 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/container-server/1.conf DEFAULT log_facility 2021-04-09 19:51:17.940 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/container-server/1.conf DEFAULT log_facility LOG_LOCAL0 2021-04-09 19:51:17.966 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/container-server/1.conf DEFAULT workers 2021-04-09 19:51:17.985 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/container-server/1.conf DEFAULT workers 2 2021-04-09 19:51:18.016 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/container-server/1.conf DEFAULT disable_fallocate 2021-04-09 19:51:18.035 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/container-server/1.conf DEFAULT disable_fallocate true 2021-04-09 19:51:18.062 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/container-server/1.conf DEFAULT mount_check 2021-04-09 19:51:18.081 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/container-server/1.conf DEFAULT mount_check false 2021-04-09 19:51:18.108 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/container-server/1.conf container-replicator vm_test_mode 2021-04-09 19:51:18.126 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/container-server/1.conf container-replicator vm_test_mode yes 2021-04-09 19:51:18.151 | + 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-04-09 19:51:18.157 | + lib/swift:configure_swift:488 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_ip 2021-04-09 19:51:18.176 | + lib/swift:configure_swift:489 : iniset /etc/swift/container-server/1.conf DEFAULT bind_ip 0.0.0.0 2021-04-09 19:51:18.201 | + lib/swift:configure_swift:491 : swift_node_config=/etc/swift/account-server/1.conf 2021-04-09 19:51:18.203 | + lib/swift:configure_swift:492 : cp /opt/stack/swift/etc/account-server.conf-sample /etc/swift/account-server/1.conf 2021-04-09 19:51:18.207 | + lib/swift:configure_swift:493 : generate_swift_config_services /etc/swift/account-server/1.conf 1 6612 account 2021-04-09 19:51:18.210 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/account-server/1.conf 2021-04-09 19:51:18.212 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2021-04-09 19:51:18.214 | + lib/swift:generate_swift_config_services:294 : local bind_port=6612 2021-04-09 19:51:18.216 | + lib/swift:generate_swift_config_services:295 : local server_type=account 2021-04-09 19:51:18.218 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2021-04-09 19:51:18.220 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2021-04-09 19:51:18.223 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/account-server/1.conf DEFAULT user 2021-04-09 19:51:18.241 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/account-server/1.conf DEFAULT user ubuntu 2021-04-09 19:51:18.266 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_port 2021-04-09 19:51:18.283 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/account-server/1.conf DEFAULT bind_port 6612 2021-04-09 19:51:18.310 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/account-server/1.conf DEFAULT swift_dir 2021-04-09 19:51:18.335 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/account-server/1.conf DEFAULT swift_dir /etc/swift 2021-04-09 19:51:18.370 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/account-server/1.conf DEFAULT devices 2021-04-09 19:51:18.391 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/account-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2021-04-09 19:51:18.424 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/account-server/1.conf DEFAULT log_facility 2021-04-09 19:51:18.445 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/account-server/1.conf DEFAULT log_facility LOG_LOCAL0 2021-04-09 19:51:18.480 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/account-server/1.conf DEFAULT workers 2021-04-09 19:51:18.500 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/account-server/1.conf DEFAULT workers 2 2021-04-09 19:51:18.527 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/account-server/1.conf DEFAULT disable_fallocate 2021-04-09 19:51:18.545 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/account-server/1.conf DEFAULT disable_fallocate true 2021-04-09 19:51:18.570 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/account-server/1.conf DEFAULT mount_check 2021-04-09 19:51:18.590 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/account-server/1.conf DEFAULT mount_check false 2021-04-09 19:51:18.620 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/account-server/1.conf account-replicator vm_test_mode 2021-04-09 19:51:18.638 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/account-server/1.conf account-replicator vm_test_mode yes 2021-04-09 19:51:18.663 | + 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-04-09 19:51:18.668 | + lib/swift:configure_swift:494 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_ip 2021-04-09 19:51:18.685 | + lib/swift:configure_swift:495 : iniset /etc/swift/account-server/1.conf DEFAULT bind_ip 0.0.0.0 2021-04-09 19:51:18.712 | + lib/swift:configure_swift:499 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest1 'testing .admin' 2021-04-09 19:51:18.741 | + lib/swift:configure_swift:500 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest2_swiftusertest2 'testing2 .admin' 2021-04-09 19:51:18.769 | + lib/swift:configure_swift:501 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest3 'testing3 .admin' 2021-04-09 19:51:18.802 | + lib/swift:configure_swift:503 : testfile=/etc/swift/test.conf 2021-04-09 19:51:18.804 | + lib/swift:configure_swift:504 : cp /opt/stack/swift/test/sample.conf /etc/swift/test.conf 2021-04-09 19:51:18.808 | + lib/swift:configure_swift:507 : iniset /etc/swift/test.conf func_test account swiftprojecttest1 2021-04-09 19:51:18.834 | + lib/swift:configure_swift:508 : iniset /etc/swift/test.conf func_test username swiftusertest1 2021-04-09 19:51:18.860 | + lib/swift:configure_swift:509 : iniset /etc/swift/test.conf func_test username3 swiftusertest3 2021-04-09 19:51:18.887 | + lib/swift:configure_swift:510 : iniset /etc/swift/test.conf func_test account2 swiftprojecttest2 2021-04-09 19:51:18.913 | + lib/swift:configure_swift:511 : iniset /etc/swift/test.conf func_test username2 swiftusertest2 2021-04-09 19:51:18.938 | + lib/swift:configure_swift:512 : iniset /etc/swift/test.conf func_test account4 swiftprojecttest4 2021-04-09 19:51:18.962 | + lib/swift:configure_swift:513 : iniset /etc/swift/test.conf func_test username4 swiftusertest4 2021-04-09 19:51:18.985 | + lib/swift:configure_swift:514 : iniset /etc/swift/test.conf func_test password4 testing4 2021-04-09 19:51:19.011 | + lib/swift:configure_swift:515 : iniset /etc/swift/test.conf func_test domain4 swift_test 2021-04-09 19:51:19.035 | + lib/swift:configure_swift:517 : is_service_enabled keystone 2021-04-09 19:51:19.050 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:51:19.052 | + lib/swift:configure_swift:518 : iniuncomment /etc/swift/test.conf func_test auth_version 2021-04-09 19:51:19.069 | + lib/swift:configure_swift:519 : local auth_vers 2021-04-09 19:51:19.072 | ++ lib/swift:configure_swift:520 : iniget /etc/swift/test.conf func_test auth_version 2021-04-09 19:51:19.090 | + lib/swift:configure_swift:520 : auth_vers=3 2021-04-09 19:51:19.092 | + lib/swift:configure_swift:521 : iniset /etc/swift/test.conf func_test auth_host 10.222.0.52 2021-04-09 19:51:19.117 | + lib/swift:configure_swift:522 : [[ http == \h\t\t\p\s ]] 2021-04-09 19:51:19.119 | + lib/swift:configure_swift:525 : iniset /etc/swift/test.conf func_test auth_port 80 2021-04-09 19:51:19.143 | + lib/swift:configure_swift:527 : iniset /etc/swift/test.conf func_test auth_uri http://10.222.0.52/identity 2021-04-09 19:51:19.168 | + lib/swift:configure_swift:528 : [[ 3 == \3 ]] 2021-04-09 19:51:19.171 | + lib/swift:configure_swift:529 : iniset /etc/swift/test.conf func_test auth_prefix /identity/v3/ 2021-04-09 19:51:19.195 | + lib/swift:configure_swift:533 : is_service_enabled tls-proxy 2021-04-09 19:51:19.210 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 19:51:19.212 | + lib/swift:configure_swift:539 : local user_group 2021-04-09 19:51:19.215 | ++ lib/swift:configure_swift:540 : id -g ubuntu 2021-04-09 19:51:19.219 | + lib/swift:configure_swift:540 : user_group=1000 2021-04-09 19:51:19.221 | + lib/swift:configure_swift:541 : sudo install -d -o ubuntu -g 1000 /opt/stack/data/swift 2021-04-09 19:51:19.233 | + lib/swift:configure_swift:543 : local swift_log_dir=/opt/stack/data/swift/logs 2021-04-09 19:51:19.235 | + lib/swift:configure_swift:544 : sudo rm -rf /opt/stack/data/swift/logs 2021-04-09 19:51:19.246 | + lib/swift:configure_swift:545 : local swift_log_group=adm 2021-04-09 19:51:19.248 | + lib/swift:configure_swift:546 : is_suse 2021-04-09 19:51:19.250 | + functions-common:is_suse:463 : is_opensuse 2021-04-09 19:51:19.253 | + functions-common:is_opensuse:470 : [[ -z Ubuntu ]] 2021-04-09 19:51:19.255 | + functions-common:is_opensuse:474 : [[ Ubuntu =~ (openSUSE) ]] 2021-04-09 19:51:19.257 | + functions-common:is_suse:463 : is_suse_linux_enterprise 2021-04-09 19:51:19.259 | + functions-common:is_suse_linux_enterprise:482 : [[ -z Ubuntu ]] 2021-04-09 19:51:19.261 | + functions-common:is_suse_linux_enterprise:486 : [[ Ubuntu =~ (^SUSE) ]] 2021-04-09 19:51:19.264 | + lib/swift:configure_swift:549 : sudo install -d -o ubuntu -g adm /opt/stack/data/swift/logs/hourly 2021-04-09 19:51:19.275 | + lib/swift:configure_swift:551 : [[ False != \F\a\l\s\e ]] 2021-04-09 19:51:19.278 | + lib/swift:configure_swift:559 : '[' False == True ']' 2021-04-09 19:51:19.280 | + ./stack.sh:main:928 : is_service_enabled s3api 2021-04-09 19:51:19.296 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 19:51:19.299 | + ./stack.sh:main:934 : is_service_enabled g-api n-api 2021-04-09 19:51:19.314 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:51:19.317 | + ./stack.sh:main:936 : stack_install_service glance 2021-04-09 19:51:19.320 | + lib/stack:stack_install_service:20 : local service=glance 2021-04-09 19:51:19.322 | + lib/stack:stack_install_service:21 : type install_glance 2021-04-09 19:51:19.324 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-04-09 19:51:19.326 | + lib/stack:stack_install_service:32 : install_glance 2021-04-09 19:51:19.329 | + lib/glance:install_glance:306 : use_library_from_git glance_store 2021-04-09 19:51:19.332 | + inc/python:use_library_from_git:328 : local name=glance_store 2021-04-09 19:51:19.335 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:51:19.338 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:51:19.340 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,glance_store, ]] 2021-04-09 19:51:19.343 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:51:19.345 | + lib/glance:install_glance:311 : git_clone https://opendev.org/openstack/glance.git /opt/stack/glance stable/train 2021-04-09 19:51:19.348 | + functions-common:git_clone:524 : local git_remote=https://opendev.org/openstack/glance.git 2021-04-09 19:51:19.351 | + functions-common:git_clone:525 : local git_dest=/opt/stack/glance 2021-04-09 19:51:19.353 | + functions-common:git_clone:526 : local git_ref=stable/train 2021-04-09 19:51:19.355 | + functions-common:git_clone:527 : local orig_dir 2021-04-09 19:51:19.358 | ++ functions-common:git_clone:528 : pwd 2021-04-09 19:51:19.361 | + functions-common:git_clone:528 : orig_dir=/home/ubuntu/devstack 2021-04-09 19:51:19.363 | + functions-common:git_clone:529 : local git_clone_flags= 2021-04-09 19:51:19.366 | ++ functions-common:git_clone:531 : trueorfalse False RECLONE 2021-04-09 19:51:19.382 | + functions-common:git_clone:531 : RECLONE=False 2021-04-09 19:51:19.384 | + functions-common:git_clone:532 : [[ 0 -gt 0 ]] 2021-04-09 19:51:19.386 | + functions-common:git_clone:536 : [[ False = \T\r\u\e ]] 2021-04-09 19:51:19.389 | + functions-common:git_clone:545 : echo stable/train 2021-04-09 19:51:19.389 | + functions-common:git_clone:545 : egrep -q '^refs' 2021-04-09 19:51:19.394 | + functions-common:git_clone:559 : [[ ! -d /opt/stack/glance ]] 2021-04-09 19:51:19.397 | + functions-common:git_clone:567 : [[ False = \T\r\u\e ]] 2021-04-09 19:51:19.399 | + functions-common:git_clone:593 : cd /opt/stack/glance 2021-04-09 19:51:19.402 | + functions-common:git_clone:594 : git show --oneline 2021-04-09 19:51:19.402 | + functions-common:git_clone:594 : head -1 2021-04-09 19:51:19.405 | b3de9da3 Drop lower-constraints jobs 2021-04-09 19:51:19.407 | + functions-common:git_clone:595 : cd /home/ubuntu/devstack 2021-04-09 19:51:19.411 | + lib/glance:install_glance:313 : setup_develop /opt/stack/glance 2021-04-09 19:51:19.413 | + inc/python:setup_develop:415 : local bindep 2021-04-09 19:51:19.416 | + inc/python:setup_develop:416 : [[ /opt/stack/glance == -bindep* ]] 2021-04-09 19:51:19.418 | + inc/python:setup_develop:420 : local project_dir=/opt/stack/glance 2021-04-09 19:51:19.421 | + inc/python:setup_develop:421 : local extras= 2021-04-09 19:51:19.424 | + inc/python:setup_develop:422 : _setup_package_with_constraints_edit /opt/stack/glance -e 2021-04-09 19:51:19.426 | + inc/python:_setup_package_with_constraints_edit:441 : local bindep 2021-04-09 19:51:19.428 | + inc/python:_setup_package_with_constraints_edit:442 : [[ /opt/stack/glance == -bindep* ]] 2021-04-09 19:51:19.431 | + inc/python:_setup_package_with_constraints_edit:446 : local project_dir=/opt/stack/glance 2021-04-09 19:51:19.433 | + inc/python:_setup_package_with_constraints_edit:447 : local flags=-e 2021-04-09 19:51:19.435 | + inc/python:_setup_package_with_constraints_edit:448 : local extras= 2021-04-09 19:51:19.438 | ++ inc/python:_setup_package_with_constraints_edit:455 : cd /opt/stack/glance 2021-04-09 19:51:19.441 | ++ inc/python:_setup_package_with_constraints_edit:455 : pwd 2021-04-09 19:51:19.444 | + inc/python:_setup_package_with_constraints_edit:455 : project_dir=/opt/stack/glance 2021-04-09 19:51:19.446 | + inc/python:_setup_package_with_constraints_edit:457 : '[' -n /opt/stack/requirements ']' 2021-04-09 19:51:19.448 | + inc/python:_setup_package_with_constraints_edit:459 : local name 2021-04-09 19:51:19.451 | ++ inc/python:_setup_package_with_constraints_edit:460 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2021-04-09 19:51:19.457 | + inc/python:_setup_package_with_constraints_edit:460 : name=glance 2021-04-09 19:51:19.459 | + 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-04-09 19:51:20.286 | + inc/python:_setup_package_with_constraints_edit:466 : setup_package /opt/stack/glance -e 2021-04-09 19:51:20.288 | + inc/python:setup_package:494 : local bindep=0 2021-04-09 19:51:20.290 | + inc/python:setup_package:495 : local bindep_flag= 2021-04-09 19:51:20.293 | + inc/python:setup_package:496 : local bindep_profiles= 2021-04-09 19:51:20.295 | + inc/python:setup_package:497 : [[ /opt/stack/glance == -bindep* ]] 2021-04-09 19:51:20.297 | + inc/python:setup_package:502 : local project_dir=/opt/stack/glance 2021-04-09 19:51:20.300 | + inc/python:setup_package:503 : local flags=-e 2021-04-09 19:51:20.303 | + inc/python:setup_package:504 : local extras= 2021-04-09 19:51:20.305 | + inc/python:setup_package:508 : [[ -n -e ]] 2021-04-09 19:51:20.307 | + inc/python:setup_package:508 : [[ -z '' ]] 2021-04-09 19:51:20.310 | + inc/python:setup_package:508 : [[ ! -e =~ ^-.* ]] 2021-04-09 19:51:20.312 | + inc/python:setup_package:513 : [[ ! -z '' ]] 2021-04-09 19:51:20.314 | + inc/python:setup_package:518 : [[ 0 == 1 ]] 2021-04-09 19:51:20.317 | + inc/python:setup_package:522 : pip_install -e /opt/stack/glance 2021-04-09 19:51:20.339 | Check python version for : /opt/stack/glance 2021-04-09 19:51:20.342 | Using 3.6 version to install /opt/stack/glance based on default behavior 2021-04-09 19:51:20.738 | + 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-04-09 19:51:21.534 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:21.537 | Ignoring Django: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:21.539 | Ignoring Django: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:21.545 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:21.554 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:21.556 | Ignoring GitPython: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:21.558 | Ignoring GitPython: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:21.563 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:21.569 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:21.592 | Ignoring Pygments: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:21.594 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:21.598 | Ignoring Pygments: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:21.602 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:21.610 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:21.612 | Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:21.615 | Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:21.619 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:21.621 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:21.624 | Ignoring Sphinx: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:21.626 | Ignoring Sphinx: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:21.631 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:21.739 | Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:21.741 | Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:21.746 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:21.756 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:21.758 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:21.761 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:21.807 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:21.813 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:21.839 | Ignoring diskimage-builder: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:21.841 | Ignoring diskimage-builder: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:21.843 | Ignoring diskimage-builder: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:21.848 | Ignoring diskimage-builder: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:21.866 | Ignoring dnspython: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:21.868 | Ignoring dnspython: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:21.873 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:21.875 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:21.878 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:21.880 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:21.885 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:21.903 | Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:21.933 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:21.935 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:21.940 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:21.964 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:21.966 | Ignoring gunicorn: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:21.968 | Ignoring gunicorn: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:21.974 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:21.976 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:21.991 | Ignoring ifaddr: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:21.993 | Ignoring ifaddr: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:21.997 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:22.008 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:22.011 | Ignoring influxdb: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:22.013 | Ignoring influxdb: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:22.018 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:22.024 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:22.032 | Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:22.035 | Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:22.040 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:22.045 | Ignoring joblib: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:22.048 | Ignoring joblib: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:22.053 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:22.069 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:22.071 | Ignoring keyring: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:22.074 | Ignoring keyring: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:22.078 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:22.120 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:22.123 | Ignoring more-itertools: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:22.125 | Ignoring more-itertools: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:22.130 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:22.142 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:22.145 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:22.150 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:22.152 | Ignoring mypy-extensions: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:22.155 | Ignoring mypy-extensions: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:22.160 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:22.162 | Ignoring ndg-httpsclient: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:22.171 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:22.174 | Ignoring networkx: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:22.177 | Ignoring networkx: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:22.181 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:22.198 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:22.201 | Ignoring numpy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:22.203 | Ignoring numpy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:22.208 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:22.308 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:22.395 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:22.397 | Ignoring pytest: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:22.399 | Ignoring pytest: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:22.404 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:22.511 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:22.558 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:22.561 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:22.563 | Ignoring scikit-learn: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:22.566 | Ignoring scikit-learn: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:22.571 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:22.573 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:22.576 | Ignoring scipy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:22.578 | Ignoring scipy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:22.583 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:22.602 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:22.623 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:22.625 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:22.630 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:22.634 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:22.637 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:22.641 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:22.646 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:22.649 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:22.653 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:22.657 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:22.661 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:22.665 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:22.673 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:22.676 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:22.681 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:22.685 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:22.688 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:22.693 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:22.697 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:22.720 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:22.768 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:22.774 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:22.776 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:22.781 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:22.784 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:22.793 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:22.797 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:22.800 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:22.805 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:22.809 | Ignoring typing-extensions: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:22.812 | Ignoring typing-extensions: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:22.816 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:22.822 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:22.847 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:22.873 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:22.875 | Ignoring zeroconf: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:22.878 | Ignoring zeroconf: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:22.883 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:22.889 | Obtaining file:///opt/stack/glance 2021-04-09 19:51:24.537 | Obtaining glance from file:///opt/stack/glance#egg=glance (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-04-09 19:51:25.936 | 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-04-09 19:51:25.946 | 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-04-09 19:51:25.953 | 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-04-09 19:51:25.962 | 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-04-09 19:51:26.099 | Collecting WSME===0.9.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 56)) 2021-04-09 19:51:26.154 | Downloading http://10.100.0.9:8080/root/pypi/+f/e24/fcff24392a0b1/WSME-0.9.3.tar.gz (124kB) 2021-04-09 19:51:27.093 | 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-04-09 19:51:27.107 | 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-04-09 19:51:27.253 | Collecting castellan===1.3.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 134)) 2021-04-09 19:51:27.315 | Downloading http://10.100.0.9:8080/root/pypi/+f/1f5/d1f604e6ac78d/castellan-1.3.4-py2.py3-none-any.whl (90kB) 2021-04-09 19:51:27.478 | 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-04-09 19:51:27.633 | Collecting cursive===0.2.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 154)) 2021-04-09 19:51:27.655 | Downloading http://10.100.0.9:8080/root/pypi/+f/e56/3a085b3c6e250/cursive-0.2.2-py2.py3-none-any.whl 2021-04-09 19:51:27.796 | 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-04-09 19:51:27.808 | 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-04-09 19:51:27.813 | 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-04-09 19:51:27.824 | 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-04-09 19:51:27.954 | Collecting glance-store===1.0.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 220)) 2021-04-09 19:51:28.017 | Downloading http://10.100.0.9:8080/root/pypi/+f/134/bab2e3e565059/glance_store-1.0.1-py2.py3-none-any.whl (194kB) 2021-04-09 19:51:28.244 | 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-04-09 19:51:28.246 | 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-04-09 19:51:28.249 | 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-04-09 19:51:28.252 | 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-04-09 19:51:28.272 | 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-04-09 19:51:28.342 | 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-04-09 19:51:28.400 | 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-04-09 19:51:28.403 | 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-04-09 19:51:28.407 | 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-04-09 19:51:28.412 | 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-04-09 19:51:28.433 | 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-04-09 19:51:28.482 | 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-04-09 19:51:28.499 | 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-04-09 19:51:28.517 | 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-04-09 19:51:28.524 | 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-04-09 19:51:28.580 | 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-04-09 19:51:28.588 | 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-04-09 19:51:28.635 | 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-04-09 19:51:28.715 | 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-04-09 19:51:28.735 | 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-04-09 19:51:28.750 | 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-04-09 19:51:28.765 | 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-04-09 19:51:28.777 | 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-04-09 19:51:28.806 | 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-04-09 19:51:28.820 | 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-04-09 19:51:28.842 | 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-04-09 19:51:28.892 | 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-04-09 19:51:28.895 | 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-04-09 19:51:28.897 | 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-04-09 19:51:28.904 | 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-04-09 19:51:28.928 | 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-04-09 19:51:28.939 | 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-04-09 19:51:28.941 | 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-04-09 19:51:28.944 | 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-04-09 19:51:29.078 | Collecting python-barbicanclient===4.9.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 464)) 2021-04-09 19:51:29.124 | Downloading http://10.100.0.9:8080/root/pypi/+f/e65/9604b27861ae7/python_barbicanclient-4.9.0-py2.py3-none-any.whl (82kB) 2021-04-09 19:51:29.271 | 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-04-09 19:51:29.276 | 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-04-09 19:51:29.279 | 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-04-09 19:51:29.298 | 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-04-09 19:51:29.303 | 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-04-09 19:51:29.310 | 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-04-09 19:51:29.448 | Collecting retrying===1.3.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 539)) 2021-04-09 19:51:29.468 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/ebf/3b842d183542e/retrying-1.3.3-py3-none-any.whl 2021-04-09 19:51:29.592 | 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-04-09 19:51:29.711 | Collecting simplegeneric===0.8.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 569)) 2021-04-09 19:51:29.730 | Downloading http://10.100.0.9:8080/root/pypi/+f/dc9/72e06094b9af5/simplegeneric-0.8.1.zip 2021-04-09 19:51:30.503 | 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-04-09 19:51:30.513 | 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-04-09 19:51:30.516 | 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-04-09 19:51:30.521 | 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-04-09 19:51:30.523 | 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-04-09 19:51:30.641 | Collecting taskflow===3.7.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 635)) 2021-04-09 19:51:30.727 | Downloading http://10.100.0.9:8080/root/pypi/+f/559/626868b48f5f7/taskflow-3.7.1-py2.py3-none-any.whl (491kB) 2021-04-09 19:51:31.023 | 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-04-09 19:51:31.036 | 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-04-09 19:51:31.046 | 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-04-09 19:51:31.052 | 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-04-09 19:51:31.070 | 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-04-09 19:51:31.074 | 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-04-09 19:51:31.081 | 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-04-09 19:51:31.104 | 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-04-09 19:51:31.107 | 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-04-09 19:51:31.110 | 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-04-09 19:51:31.115 | 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-04-09 19:51:31.119 | 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-04-09 19:51:31.123 | 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-04-09 19:51:31.125 | 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-04-09 19:51:31.170 | 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-04-09 19:51:31.201 | 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-04-09 19:51:31.205 | 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-04-09 19:51:31.210 | 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-04-09 19:51:31.213 | 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-04-09 19:51:31.216 | 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-04-09 19:51:31.259 | 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-04-09 19:51:31.264 | 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-04-09 19:51:31.270 | 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-04-09 19:51:31.274 | 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-04-09 19:51:31.286 | 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-04-09 19:51:31.288 | 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-04-09 19:51:31.305 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 139)) 2021-04-09 19:51:31.307 | 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-04-09 19:51:31.311 | 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-04-09 19:51:31.313 | 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-04-09 19:51:31.316 | 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-04-09 19:51:31.433 | Collecting automaton===1.17.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) 2021-04-09 19:51:31.480 | Downloading http://10.100.0.9:8080/root/pypi/+f/0e2/7ecfc72a07e90/automaton-1.17.0-py2.py3-none-any.whl 2021-04-09 19:51:31.725 | Collecting networkx===2.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) 2021-04-09 19:51:31.807 | Downloading http://10.100.0.9:8080/root/pypi/+f/831/1ddef63cf5c5c/networkx-2.3.zip (1.7MB) 2021-04-09 19:51:33.153 | Collecting pydot===1.4.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 436)) 2021-04-09 19:51:33.177 | Downloading http://10.100.0.9:8080/root/pypi/+f/67b/e714300c78fda/pydot-1.4.1-py2.py3-none-any.whl 2021-04-09 19:51:33.300 | 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-04-09 19:51:33.303 | 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-04-09 19:51:33.305 | 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-04-09 19:51:33.307 | 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-04-09 19:51:33.310 | 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-04-09 19:51:33.313 | 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-04-09 19:51:33.316 | 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-04-09 19:51:33.334 | 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-04-09 19:51:33.337 | 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-04-09 19:51:33.353 | 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-04-09 19:51:33.368 | 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-04-09 19:51:33.371 | 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-04-09 19:51:33.374 | 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-04-09 19:51:33.378 | Building wheels for collected packages: WSME, networkx, simplegeneric 2021-04-09 19:51:33.379 | Running setup.py bdist_wheel for WSME: started 2021-04-09 19:51:34.223 | Running setup.py bdist_wheel for WSME: finished with status 'done' 2021-04-09 19:51:34.224 | Stored in directory: /root/.cache/pip/wheels/ec/20/37/a521c9971f62e2d9d6e231dc2e64c4c6d757c0951a7bec130c 2021-04-09 19:51:34.255 | Running setup.py bdist_wheel for networkx: started 2021-04-09 19:51:35.999 | Running setup.py bdist_wheel for networkx: finished with status 'done' 2021-04-09 19:51:36.000 | Stored in directory: /root/.cache/pip/wheels/bc/30/12/7a69628186ac4ff70cd395ae3453a0cc4d46328bb2c5ebb3d6 2021-04-09 19:51:36.228 | Running setup.py bdist_wheel for simplegeneric: started 2021-04-09 19:51:36.950 | Running setup.py bdist_wheel for simplegeneric: finished with status 'done' 2021-04-09 19:51:36.950 | Stored in directory: /root/.cache/pip/wheels/b0/14/d1/20413d461448b4c35504e956f33c7661e0bb6af28d80c8f64f 2021-04-09 19:51:36.955 | Successfully built WSME networkx simplegeneric 2021-04-09 19:51:36.956 | Installing collected packages: automaton, networkx, pydot, taskflow, simplegeneric, WSME, retrying, glance-store, python-barbicanclient, castellan, cursive, glance 2021-04-09 19:51:39.599 | Running setup.py develop for glance 2021-04-09 19:51:42.375 | 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-04-09 19:51:42.577 | You are using pip version 9.0.3, however version 21.0.1 is available. 2021-04-09 19:51:42.577 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-04-09 19:51:42.658 | + inc/python:pip_install:290 : result=0 2021-04-09 19:51:42.661 | + inc/python:pip_install:292 : time_stop pip_install 2021-04-09 19:51:42.663 | + functions-common:time_stop:2336 : local name 2021-04-09 19:51:42.665 | + functions-common:time_stop:2337 : local end_time 2021-04-09 19:51:42.668 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 19:51:42.670 | + functions-common:time_stop:2339 : local total 2021-04-09 19:51:42.672 | + functions-common:time_stop:2340 : local start_time 2021-04-09 19:51:42.675 | + functions-common:time_stop:2342 : name=pip_install 2021-04-09 19:51:42.678 | + functions-common:time_stop:2343 : start_time=1617997880331 2021-04-09 19:51:42.680 | + functions-common:time_stop:2345 : [[ -z 1617997880331 ]] 2021-04-09 19:51:42.683 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 19:51:42.686 | + functions-common:time_stop:2348 : end_time=1617997902684 2021-04-09 19:51:42.688 | + functions-common:time_stop:2349 : elapsed_time=22353 2021-04-09 19:51:42.691 | + functions-common:time_stop:2350 : total=124262 2021-04-09 19:51:42.693 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 19:51:42.695 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=146615 2021-04-09 19:51:42.697 | + inc/python:pip_install:293 : return 0 2021-04-09 19:51:42.700 | + inc/python:setup_package:524 : [[ -e == \-\e ]] 2021-04-09 19:51:42.702 | + inc/python:setup_package:525 : safe_chown -R ubuntu /opt/stack/glance/glance.egg-info 2021-04-09 19:51:42.704 | + functions-common:safe_chown:2237 : _safe_permission_operation chown -R ubuntu /opt/stack/glance/glance.egg-info 2021-04-09 19:51:42.722 | + functions-common:_safe_permission_operation:2085 : sudo chown -R ubuntu /opt/stack/glance/glance.egg-info 2021-04-09 19:51:42.734 | + inc/python:_setup_package_with_constraints_edit:470 : use_library_from_git /opt/stack/glance 2021-04-09 19:51:42.736 | + inc/python:use_library_from_git:328 : local name=/opt/stack/glance 2021-04-09 19:51:42.739 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:51:42.741 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:51:42.744 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,/opt/stack/glance, ]] 2021-04-09 19:51:42.746 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:51:42.749 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-04-09 19:51:42.751 | + ./stack.sh:main:937 : configure_glance 2021-04-09 19:51:42.754 | + lib/glance:configure_glance:105 : sudo install -d -o ubuntu /etc/glance /etc/glance/metadefs 2021-04-09 19:51:42.765 | + lib/glance:configure_glance:108 : iniset /etc/glance/glance-registry.conf DEFAULT debug True 2021-04-09 19:51:42.791 | + lib/glance:configure_glance:109 : iniset /etc/glance/glance-registry.conf DEFAULT bind_host 0.0.0.0 2021-04-09 19:51:42.816 | + lib/glance:configure_glance:110 : iniset /etc/glance/glance-registry.conf DEFAULT workers 2 2021-04-09 19:51:42.840 | + lib/glance:configure_glance:111 : local dburl 2021-04-09 19:51:42.842 | ++ lib/glance:configure_glance:112 : database_connection_url glance 2021-04-09 19:51:42.845 | ++ lib/database:database_connection_url:132 : local db=glance 2021-04-09 19:51:42.848 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql glance 2021-04-09 19:51:42.850 | ++ lib/databases/mysql:database_connection_url_mysql:179 : local db=glance 2021-04-09 19:51:42.853 | ++ lib/databases/mysql:database_connection_url_mysql:180 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2021-04-09 19:51:42.855 | + lib/glance:configure_glance:112 : dburl='mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2021-04-09 19:51:42.858 | + 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-04-09 19:51:42.883 | + lib/glance:configure_glance:114 : iniset /etc/glance/glance-registry.conf DEFAULT use_syslog False 2021-04-09 19:51:42.910 | + lib/glance:configure_glance:115 : iniset /etc/glance/glance-registry.conf paste_deploy flavor keystone 2021-04-09 19:51:42.937 | + lib/glance:configure_glance:116 : configure_keystone_authtoken_middleware /etc/glance/glance-registry.conf glance 2021-04-09 19:51:42.939 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/glance/glance-registry.conf 2021-04-09 19:51:42.942 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=glance 2021-04-09 19:51:42.944 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2021-04-09 19:51:42.947 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/glance/glance-registry.conf keystone_authtoken auth_type password 2021-04-09 19:51:42.973 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/glance/glance-registry.conf keystone_authtoken auth_url http://10.222.0.52/identity 2021-04-09 19:51:42.997 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/glance/glance-registry.conf keystone_authtoken username glance 2021-04-09 19:51:43.022 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/glance/glance-registry.conf keystone_authtoken password Passw0rd 2021-04-09 19:51:43.048 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/glance/glance-registry.conf keystone_authtoken user_domain_name Default 2021-04-09 19:51:43.073 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/glance/glance-registry.conf keystone_authtoken project_name service 2021-04-09 19:51:43.101 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/glance/glance-registry.conf keystone_authtoken project_domain_name Default 2021-04-09 19:51:43.126 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/glance/glance-registry.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2021-04-09 19:51:43.154 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/glance/glance-registry.conf keystone_authtoken memcached_servers localhost:11211 2021-04-09 19:51:43.178 | + lib/glance:configure_glance:117 : iniset /etc/glance/glance-registry.conf oslo_messaging_notifications driver messagingv2 2021-04-09 19:51:43.205 | + lib/glance:configure_glance:118 : iniset_rpc_backend glance /etc/glance/glance-registry.conf 2021-04-09 19:51:43.208 | + lib/rpc_backend:iniset_rpc_backend:152 : local package=glance 2021-04-09 19:51:43.210 | + lib/rpc_backend:iniset_rpc_backend:153 : local file=/etc/glance/glance-registry.conf 2021-04-09 19:51:43.213 | + lib/rpc_backend:iniset_rpc_backend:154 : local section=DEFAULT 2021-04-09 19:51:43.215 | + lib/rpc_backend:iniset_rpc_backend:155 : local virtual_host= 2021-04-09 19:51:43.217 | + lib/rpc_backend:iniset_rpc_backend:156 : is_service_enabled rabbit 2021-04-09 19:51:43.232 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:51:43.235 | ++ lib/rpc_backend:iniset_rpc_backend:157 : get_transport_url '' 2021-04-09 19:51:43.238 | ++ lib/rpc_backend:get_transport_url:134 : local virtual_host= 2021-04-09 19:51:43.240 | ++ lib/rpc_backend:get_transport_url:135 : is_service_enabled rabbit 2021-04-09 19:51:43.256 | ++ functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:51:43.259 | ++ lib/rpc_backend:get_transport_url:136 : echo rabbit://stackrabbit:Passw0rd@10.222.0.52:5672/ 2021-04-09 19:51:43.261 | + lib/rpc_backend:iniset_rpc_backend:157 : iniset /etc/glance/glance-registry.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.52:5672/ 2021-04-09 19:51:43.287 | + lib/rpc_backend:iniset_rpc_backend:158 : '[' -n '' ']' 2021-04-09 19:51:43.289 | + lib/rpc_backend:iniset_rpc_backend:161 : '[' -n '' ']' 2021-04-09 19:51:43.291 | + lib/glance:configure_glance:119 : iniset /etc/glance/glance-registry.conf DEFAULT graceful_shutdown_timeout 5 2021-04-09 19:51:43.317 | + lib/glance:configure_glance:122 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2021-04-09 19:51:43.343 | + 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-04-09 19:51:43.371 | + lib/glance:configure_glance:124 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2021-04-09 19:51:43.396 | + lib/glance:configure_glance:125 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2021-04-09 19:51:43.420 | + lib/glance:configure_glance:126 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2021-04-09 19:51:43.447 | + lib/glance:configure_glance:127 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2021-04-09 19:51:43.474 | + lib/glance:configure_glance:128 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2021-04-09 19:51:43.476 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/glance/glance-api.conf 2021-04-09 19:51:43.479 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=glance 2021-04-09 19:51:43.481 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2021-04-09 19:51:43.484 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2021-04-09 19:51:43.511 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.222.0.52/identity 2021-04-09 19:51:43.536 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2021-04-09 19:51:43.561 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/glance/glance-api.conf keystone_authtoken password Passw0rd 2021-04-09 19:51:43.586 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2021-04-09 19:51:43.611 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2021-04-09 19:51:43.636 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2021-04-09 19:51:43.662 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2021-04-09 19:51:43.687 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2021-04-09 19:51:43.712 | + lib/glance:configure_glance:129 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2021-04-09 19:51:43.740 | + lib/glance:configure_glance:130 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2021-04-09 19:51:43.742 | + lib/rpc_backend:iniset_rpc_backend:152 : local package=glance 2021-04-09 19:51:43.745 | + lib/rpc_backend:iniset_rpc_backend:153 : local file=/etc/glance/glance-api.conf 2021-04-09 19:51:43.747 | + lib/rpc_backend:iniset_rpc_backend:154 : local section=DEFAULT 2021-04-09 19:51:43.749 | + lib/rpc_backend:iniset_rpc_backend:155 : local virtual_host= 2021-04-09 19:51:43.752 | + lib/rpc_backend:iniset_rpc_backend:156 : is_service_enabled rabbit 2021-04-09 19:51:43.768 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:51:43.771 | ++ lib/rpc_backend:iniset_rpc_backend:157 : get_transport_url '' 2021-04-09 19:51:43.773 | ++ lib/rpc_backend:get_transport_url:134 : local virtual_host= 2021-04-09 19:51:43.776 | ++ lib/rpc_backend:get_transport_url:135 : is_service_enabled rabbit 2021-04-09 19:51:43.792 | ++ functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:51:43.794 | ++ lib/rpc_backend:get_transport_url:136 : echo rabbit://stackrabbit:Passw0rd@10.222.0.52:5672/ 2021-04-09 19:51:43.797 | + lib/rpc_backend:iniset_rpc_backend:157 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.52:5672/ 2021-04-09 19:51:43.823 | + lib/rpc_backend:iniset_rpc_backend:158 : '[' -n '' ']' 2021-04-09 19:51:43.825 | + lib/rpc_backend:iniset_rpc_backend:161 : '[' -n '' ']' 2021-04-09 19:51:43.827 | + lib/glance:configure_glance:131 : '[' libvirt = xenserver ']' 2021-04-09 19:51:43.830 | + lib/glance:configure_glance:135 : '[' libvirt = libvirt ']' 2021-04-09 19:51:43.833 | + lib/glance:configure_glance:135 : '[' kvm = parallels ']' 2021-04-09 19:51:43.835 | + lib/glance:configure_glance:141 : '[' False '!=' True ']' 2021-04-09 19:51:43.837 | + lib/glance:configure_glance:142 : iniset /etc/glance/glance-api.conf DEFAULT enable_v1_api False 2021-04-09 19:51:43.863 | + lib/glance:configure_glance:146 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2021-04-09 19:51:43.891 | ++ lib/glance:configure_glance:147 : ipv6_unquote 10.222.0.52 2021-04-09 19:51:43.894 | ++ functions-common:ipv6_unquote:2134 : echo 10.222.0.52 2021-04-09 19:51:43.894 | ++ functions-common:ipv6_unquote:2134 : tr -d '[]' 2021-04-09 19:51:43.898 | + lib/glance:configure_glance:147 : iniset /etc/glance/glance-api.conf DEFAULT registry_host 10.222.0.52 2021-04-09 19:51:43.923 | + lib/glance:configure_glance:150 : '[' -n '' ']' 2021-04-09 19:51:43.927 | + lib/glance:configure_glance:153 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.222.0.52 2021-04-09 19:51:43.953 | + lib/glance:configure_glance:157 : is_service_enabled s-proxy 2021-04-09 19:51:43.969 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:51:43.972 | + lib/glance:configure_glance:158 : iniset /etc/glance/glance-api.conf glance_store default_store swift 2021-04-09 19:51:43.997 | + lib/glance:configure_glance:159 : iniset /etc/glance/glance-api.conf glance_store swift_store_create_container_on_put True 2021-04-09 19:51:44.022 | + lib/glance:configure_glance:160 : python3_enabled 2021-04-09 19:51:44.025 | + inc/python:python3_enabled:531 : [[ True == \T\r\u\e ]] 2021-04-09 19:51:44.027 | + inc/python:python3_enabled:532 : return 0 2021-04-09 19:51:44.029 | + lib/glance:configure_glance:161 : iniset /etc/glance/glance-api.conf glance_store swift_store_auth_insecure True 2021-04-09 19:51:44.054 | + lib/glance:configure_glance:164 : iniset /etc/glance/glance-api.conf glance_store swift_store_config_file /etc/glance/glance-swift-store.conf 2021-04-09 19:51:44.079 | + lib/glance:configure_glance:165 : iniset /etc/glance/glance-api.conf glance_store default_swift_reference ref1 2021-04-09 19:51:44.106 | + lib/glance:configure_glance:166 : iniset /etc/glance/glance-api.conf glance_store stores 'file, http, swift' 2021-04-09 19:51:44.131 | + lib/glance:configure_glance:167 : iniset /etc/glance/glance-api.conf DEFAULT graceful_shutdown_timeout 5 2021-04-09 19:51:44.156 | + lib/glance:configure_glance:169 : iniset /etc/glance/glance-swift-store.conf ref1 user service:glance-swift 2021-04-09 19:51:44.183 | + lib/glance:configure_glance:171 : iniset /etc/glance/glance-swift-store.conf ref1 key Passw0rd 2021-04-09 19:51:44.207 | + lib/glance:configure_glance:172 : python3_enabled 2021-04-09 19:51:44.210 | + inc/python:python3_enabled:531 : [[ True == \T\r\u\e ]] 2021-04-09 19:51:44.212 | + inc/python:python3_enabled:532 : return 0 2021-04-09 19:51:44.214 | + lib/glance:configure_glance:175 : iniset /etc/glance/glance-swift-store.conf ref1 auth_address http://10.222.0.52/identity/v3 2021-04-09 19:51:44.239 | + lib/glance:configure_glance:179 : iniset /etc/glance/glance-swift-store.conf ref1 auth_version 3 2021-04-09 19:51:44.263 | + lib/glance:configure_glance:184 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.222.0.52/image 2021-04-09 19:51:44.289 | + lib/glance:configure_glance:186 : is_service_enabled tls-proxy 2021-04-09 19:51:44.306 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 19:51:44.308 | + lib/glance:configure_glance:194 : is_service_enabled tls-proxy 2021-04-09 19:51:44.324 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 19:51:44.326 | + lib/glance:configure_glance:199 : setup_logging /etc/glance/glance-api.conf 2021-04-09 19:51:44.328 | + functions:setup_logging:639 : local conf_file=/etc/glance/glance-api.conf 2021-04-09 19:51:44.331 | + functions:setup_logging:640 : local other_cond=False 2021-04-09 19:51:44.333 | + functions:setup_logging:641 : [[ True == \T\r\u\e ]] 2021-04-09 19:51:44.335 | + functions:setup_logging:642 : setup_systemd_logging /etc/glance/glance-api.conf 2021-04-09 19:51:44.338 | + functions:setup_systemd_logging:670 : local conf_file=/etc/glance/glance-api.conf 2021-04-09 19:51:44.340 | + functions:setup_systemd_logging:671 : local conf_section=DEFAULT 2021-04-09 19:51:44.343 | ++ functions:setup_systemd_logging:676 : trueorfalse False USE_JOURNAL 2021-04-09 19:51:44.359 | + functions:setup_systemd_logging:676 : USE_JOURNAL=False 2021-04-09 19:51:44.361 | + functions:setup_systemd_logging:677 : local pidstr= 2021-04-09 19:51:44.364 | + functions:setup_systemd_logging:678 : [[ False == \T\r\u\e ]] 2021-04-09 19:51:44.366 | + functions:setup_systemd_logging:682 : pidstr='(pid=%(process)d) ' 2021-04-09 19:51:44.369 | + 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-04-09 19:51:44.394 | + 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-04-09 19:51:44.420 | + 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-04-09 19:51:44.446 | + functions:setup_systemd_logging:688 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-04-09 19:51:44.470 | + lib/glance:configure_glance:200 : setup_logging /etc/glance/glance-registry.conf 2021-04-09 19:51:44.473 | + functions:setup_logging:639 : local conf_file=/etc/glance/glance-registry.conf 2021-04-09 19:51:44.475 | + functions:setup_logging:640 : local other_cond=False 2021-04-09 19:51:44.478 | + functions:setup_logging:641 : [[ True == \T\r\u\e ]] 2021-04-09 19:51:44.480 | + functions:setup_logging:642 : setup_systemd_logging /etc/glance/glance-registry.conf 2021-04-09 19:51:44.482 | + functions:setup_systemd_logging:670 : local conf_file=/etc/glance/glance-registry.conf 2021-04-09 19:51:44.485 | + functions:setup_systemd_logging:671 : local conf_section=DEFAULT 2021-04-09 19:51:44.488 | ++ functions:setup_systemd_logging:676 : trueorfalse False USE_JOURNAL 2021-04-09 19:51:44.505 | + functions:setup_systemd_logging:676 : USE_JOURNAL=False 2021-04-09 19:51:44.507 | + functions:setup_systemd_logging:677 : local pidstr= 2021-04-09 19:51:44.509 | + functions:setup_systemd_logging:678 : [[ False == \T\r\u\e ]] 2021-04-09 19:51:44.512 | + functions:setup_systemd_logging:682 : pidstr='(pid=%(process)d) ' 2021-04-09 19:51:44.514 | + 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-04-09 19:51:44.540 | + 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-04-09 19:51:44.566 | + 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-04-09 19:51:44.591 | + functions:setup_systemd_logging:688 : iniset /etc/glance/glance-registry.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-04-09 19:51:44.616 | + lib/glance:configure_glance:202 : cp -p /opt/stack/glance/etc/glance-registry-paste.ini /etc/glance/glance-registry-paste.ini 2021-04-09 19:51:44.621 | + lib/glance:configure_glance:203 : cp -p /opt/stack/glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2021-04-09 19:51:44.625 | + lib/glance:configure_glance:206 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2021-04-09 19:51:44.652 | + lib/glance:configure_glance:207 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2021-04-09 19:51:44.676 | + lib/glance:configure_glance:208 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2021-04-09 19:51:44.701 | + lib/glance:configure_glance:209 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.222.0.52/identity 2021-04-09 19:51:44.726 | + lib/glance:configure_glance:210 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2021-04-09 19:51:44.750 | + lib/glance:configure_glance:211 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2021-04-09 19:51:44.776 | + lib/glance:configure_glance:212 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password Passw0rd 2021-04-09 19:51:44.804 | ++ lib/glance:configure_glance:213 : ipv6_unquote 10.222.0.52 2021-04-09 19:51:44.807 | ++ functions-common:ipv6_unquote:2134 : echo 10.222.0.52 2021-04-09 19:51:44.807 | ++ functions-common:ipv6_unquote:2134 : tr -d '[]' 2021-04-09 19:51:44.811 | + lib/glance:configure_glance:213 : iniset /etc/glance/glance-cache.conf DEFAULT registry_host 10.222.0.52 2021-04-09 19:51:44.837 | + lib/glance:configure_glance:216 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2021-04-09 19:51:44.864 | + lib/glance:configure_glance:219 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2021-04-09 19:51:44.890 | + lib/glance:configure_glance:220 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2021-04-09 19:51:44.923 | + lib/glance:configure_glance:221 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2021-04-09 19:51:44.948 | + lib/glance:configure_glance:223 : cp -p /opt/stack/glance/etc/policy.json /etc/glance/policy.json 2021-04-09 19:51:44.952 | + lib/glance:configure_glance:224 : cp -p /opt/stack/glance/etc/schema-image.json /etc/glance/schema-image.json 2021-04-09 19:51:44.957 | + 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-04-09 19:51:44.963 | + lib/glance:configure_glance:228 : is_service_enabled tls-proxy 2021-04-09 19:51:44.981 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 19:51:44.984 | + lib/glance:configure_glance:236 : [[ uwsgi == \u\w\s\g\i ]] 2021-04-09 19:51:44.986 | + lib/glance:configure_glance:237 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2021-04-09 19:51:44.989 | + lib/apache:write_local_uwsgi_http_config:331 : local file=/etc/glance/glance-uwsgi.ini 2021-04-09 19:51:44.991 | + lib/apache:write_local_uwsgi_http_config:332 : local wsgi=/usr/local/bin/glance-wsgi-api 2021-04-09 19:51:44.993 | + lib/apache:write_local_uwsgi_http_config:333 : local url=/image 2021-04-09 19:51:44.996 | ++ lib/apache:write_local_uwsgi_http_config:334 : basename /usr/local/bin/glance-wsgi-api 2021-04-09 19:51:44.999 | + lib/apache:write_local_uwsgi_http_config:334 : name=glance-wsgi-api 2021-04-09 19:51:45.002 | + lib/apache:write_local_uwsgi_http_config:340 : rm -rf /etc/glance/glance-uwsgi.ini 2021-04-09 19:51:45.005 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2021-04-09 19:51:45.032 | ++ lib/apache:write_local_uwsgi_http_config:342 : get_random_port 2021-04-09 19:51:45.035 | ++ functions:get_random_port:799 : read lower_port upper_port 2021-04-09 19:51:45.039 | ++ functions:get_random_port:800 : true 2021-04-09 19:51:45.042 | ++ functions:get_random_port:801 : (( port = upper_port )) 2021-04-09 19:51:45.044 | ++ functions:get_random_port:801 : (( port >= lower_port )) 2021-04-09 19:51:45.046 | ++ functions:get_random_port:802 : sudo lsof -i :60999 2021-04-09 19:51:45.113 | ++ functions:get_random_port:803 : [[ 1 > 0 ]] 2021-04-09 19:51:45.115 | ++ functions:get_random_port:804 : break 2 2021-04-09 19:51:45.117 | ++ functions:get_random_port:808 : echo 60999 2021-04-09 19:51:45.120 | + lib/apache:write_local_uwsgi_http_config:342 : port=60999 2021-04-09 19:51:45.123 | + lib/apache:write_local_uwsgi_http_config:343 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2021-04-09 19:51:45.150 | + lib/apache:write_local_uwsgi_http_config:344 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2021-04-09 19:51:45.177 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2021-04-09 19:51:45.201 | + lib/apache:write_local_uwsgi_http_config:348 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2021-04-09 19:51:45.226 | + lib/apache:write_local_uwsgi_http_config:349 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2021-04-09 19:51:45.253 | + lib/apache:write_local_uwsgi_http_config:350 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2021-04-09 19:51:45.278 | + lib/apache:write_local_uwsgi_http_config:351 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2021-04-09 19:51:45.302 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2021-04-09 19:51:45.327 | + 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-04-09 19:51:45.352 | + lib/apache:write_local_uwsgi_http_config:358 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 90 2021-04-09 19:51:45.375 | + lib/apache:write_local_uwsgi_http_config:360 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2021-04-09 19:51:45.401 | + lib/apache:write_local_uwsgi_http_config:362 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2021-04-09 19:51:45.426 | + lib/apache:write_local_uwsgi_http_config:364 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2021-04-09 19:51:45.450 | + lib/apache:write_local_uwsgi_http_config:365 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2021-04-09 19:51:45.475 | + lib/apache:write_local_uwsgi_http_config:366 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2021-04-09 19:51:45.498 | + lib/apache:write_local_uwsgi_http_config:367 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2021-04-09 19:51:45.524 | + lib/apache:write_local_uwsgi_http_config:368 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2021-04-09 19:51:45.547 | + lib/apache:write_local_uwsgi_http_config:369 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2021-04-09 19:51:45.574 | + lib/apache:write_local_uwsgi_http_config:371 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2021-04-09 19:51:45.603 | + lib/apache:write_local_uwsgi_http_config:373 : enable_apache_mod proxy 2021-04-09 19:51:45.605 | + lib/apache:enable_apache_mod:54 : local mod=proxy 2021-04-09 19:51:45.608 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-04-09 19:51:45.610 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:51:45.613 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:51:45.615 | + lib/apache:enable_apache_mod:59 : [[ proxy != \v\e\r\s\i\o\n ]] 2021-04-09 19:51:45.618 | + lib/apache:enable_apache_mod:59 : a2query -m proxy 2021-04-09 19:51:45.676 | proxy (enabled by site administrator) 2021-04-09 19:51:45.679 | + lib/apache:write_local_uwsgi_http_config:374 : enable_apache_mod proxy_http 2021-04-09 19:51:45.682 | + lib/apache:enable_apache_mod:54 : local mod=proxy_http 2021-04-09 19:51:45.684 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-04-09 19:51:45.686 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:51:45.689 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:51:45.692 | + lib/apache:enable_apache_mod:59 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2021-04-09 19:51:45.694 | + lib/apache:enable_apache_mod:59 : a2query -m proxy_http 2021-04-09 19:51:45.743 | No module matches proxy_http 2021-04-09 19:51:45.746 | + lib/apache:enable_apache_mod:60 : sudo a2enmod proxy_http 2021-04-09 19:51:45.804 | Considering dependency proxy for proxy_http: 2021-04-09 19:51:45.804 | Module proxy already enabled 2021-04-09 19:51:45.804 | Enabling module proxy_http. 2021-04-09 19:51:45.809 | To activate the new configuration, you need to run: 2021-04-09 19:51:45.809 | systemctl restart apache2 2021-04-09 19:51:45.813 | + lib/apache:enable_apache_mod:61 : restart_apache_server 2021-04-09 19:51:45.816 | + lib/apache:restart_apache_server:262 : restart_service apache2 2021-04-09 19:51:45.819 | + functions-common:restart_service:2220 : '[' -x /bin/systemctl ']' 2021-04-09 19:51:45.821 | + functions-common:restart_service:2221 : sudo /bin/systemctl restart apache2 2021-04-09 19:51:45.961 | + lib/apache:write_local_uwsgi_http_config:375 : local apache_conf= 2021-04-09 19:51:45.965 | ++ lib/apache:write_local_uwsgi_http_config:376 : apache_site_config_for glance-wsgi-api 2021-04-09 19:51:45.968 | ++ lib/apache:apache_site_config_for:198 : local site=glance-wsgi-api 2021-04-09 19:51:45.970 | ++ lib/apache:apache_site_config_for:199 : is_ubuntu 2021-04-09 19:51:45.973 | ++ functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:51:45.976 | ++ functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:51:45.978 | ++ lib/apache:apache_site_config_for:201 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2021-04-09 19:51:45.981 | + lib/apache:write_local_uwsgi_http_config:376 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2021-04-09 19:51:45.984 | + lib/apache:write_local_uwsgi_http_config:377 : echo 'KeepAlive Off' 2021-04-09 19:51:45.984 | + lib/apache:write_local_uwsgi_http_config:377 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2021-04-09 19:51:45.992 | KeepAlive Off 2021-04-09 19:51:45.996 | + lib/apache:write_local_uwsgi_http_config:378 : echo 'SetEnv proxy-sendchunked 1' 2021-04-09 19:51:45.996 | + lib/apache:write_local_uwsgi_http_config:378 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2021-04-09 19:51:46.003 | SetEnv proxy-sendchunked 1 2021-04-09 19:51:46.007 | + lib/apache:write_local_uwsgi_http_config:379 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2021-04-09 19:51:46.007 | + lib/apache:write_local_uwsgi_http_config:379 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2021-04-09 19:51:46.014 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2021-04-09 19:51:46.017 | + lib/apache:write_local_uwsgi_http_config:380 : enable_apache_site glance-wsgi-api 2021-04-09 19:51:46.019 | + lib/apache:enable_apache_site:215 : local site=glance-wsgi-api 2021-04-09 19:51:46.022 | + lib/apache:enable_apache_site:217 : enable_apache_mod version 2021-04-09 19:51:46.024 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-04-09 19:51:46.026 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-04-09 19:51:46.029 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:51:46.031 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:51:46.033 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-04-09 19:51:46.036 | + lib/apache:enable_apache_site:218 : is_ubuntu 2021-04-09 19:51:46.039 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:51:46.041 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:51:46.043 | + lib/apache:enable_apache_site:219 : sudo a2ensite glance-wsgi-api 2021-04-09 19:51:46.101 | Enabling site glance-wsgi-api. 2021-04-09 19:51:46.107 | To activate the new configuration, you need to run: 2021-04-09 19:51:46.107 | systemctl reload apache2 2021-04-09 19:51:46.111 | + lib/apache:write_local_uwsgi_http_config:381 : restart_apache_server 2021-04-09 19:51:46.114 | + lib/apache:restart_apache_server:262 : restart_service apache2 2021-04-09 19:51:46.117 | + functions-common:restart_service:2220 : '[' -x /bin/systemctl ']' 2021-04-09 19:51:46.119 | + functions-common:restart_service:2221 : sudo /bin/systemctl restart apache2 2021-04-09 19:51:46.264 | + ./stack.sh:main:940 : is_service_enabled cinder 2021-04-09 19:51:46.283 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:51:46.286 | + ./stack.sh:main:942 : stack_install_service cinder 2021-04-09 19:51:46.288 | + lib/stack:stack_install_service:20 : local service=cinder 2021-04-09 19:51:46.291 | + lib/stack:stack_install_service:21 : type install_cinder 2021-04-09 19:51:46.293 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-04-09 19:51:46.296 | + lib/stack:stack_install_service:32 : install_cinder 2021-04-09 19:51:46.298 | + lib/cinder:install_cinder:417 : git_clone https://opendev.org/openstack/cinder.git /opt/stack/cinder stable/train 2021-04-09 19:51:46.301 | + functions-common:git_clone:524 : local git_remote=https://opendev.org/openstack/cinder.git 2021-04-09 19:51:46.304 | + functions-common:git_clone:525 : local git_dest=/opt/stack/cinder 2021-04-09 19:51:46.306 | + functions-common:git_clone:526 : local git_ref=stable/train 2021-04-09 19:51:46.308 | + functions-common:git_clone:527 : local orig_dir 2021-04-09 19:51:46.311 | ++ functions-common:git_clone:528 : pwd 2021-04-09 19:51:46.314 | + functions-common:git_clone:528 : orig_dir=/home/ubuntu/devstack 2021-04-09 19:51:46.317 | + functions-common:git_clone:529 : local git_clone_flags= 2021-04-09 19:51:46.320 | ++ functions-common:git_clone:531 : trueorfalse False RECLONE 2021-04-09 19:51:46.336 | + functions-common:git_clone:531 : RECLONE=False 2021-04-09 19:51:46.338 | + functions-common:git_clone:532 : [[ 0 -gt 0 ]] 2021-04-09 19:51:46.340 | + functions-common:git_clone:536 : [[ False = \T\r\u\e ]] 2021-04-09 19:51:46.344 | + functions-common:git_clone:545 : echo stable/train 2021-04-09 19:51:46.344 | + functions-common:git_clone:545 : egrep -q '^refs' 2021-04-09 19:51:46.348 | + functions-common:git_clone:559 : [[ ! -d /opt/stack/cinder ]] 2021-04-09 19:51:46.351 | + functions-common:git_clone:567 : [[ False = \T\r\u\e ]] 2021-04-09 19:51:46.353 | + functions-common:git_clone:593 : cd /opt/stack/cinder 2021-04-09 19:51:46.356 | + functions-common:git_clone:594 : git show --oneline 2021-04-09 19:51:46.356 | + functions-common:git_clone:594 : head -1 2021-04-09 19:51:46.364 | a75f8633b NetApp SolidFire: Fix error on cluster workload rebalancing 2021-04-09 19:51:46.366 | + functions-common:git_clone:595 : cd /home/ubuntu/devstack 2021-04-09 19:51:46.369 | + lib/cinder:install_cinder:418 : setup_develop /opt/stack/cinder 2021-04-09 19:51:46.372 | + inc/python:setup_develop:415 : local bindep 2021-04-09 19:51:46.374 | + inc/python:setup_develop:416 : [[ /opt/stack/cinder == -bindep* ]] 2021-04-09 19:51:46.377 | + inc/python:setup_develop:420 : local project_dir=/opt/stack/cinder 2021-04-09 19:51:46.380 | + inc/python:setup_develop:421 : local extras= 2021-04-09 19:51:46.382 | + inc/python:setup_develop:422 : _setup_package_with_constraints_edit /opt/stack/cinder -e 2021-04-09 19:51:46.385 | + inc/python:_setup_package_with_constraints_edit:441 : local bindep 2021-04-09 19:51:46.388 | + inc/python:_setup_package_with_constraints_edit:442 : [[ /opt/stack/cinder == -bindep* ]] 2021-04-09 19:51:46.390 | + inc/python:_setup_package_with_constraints_edit:446 : local project_dir=/opt/stack/cinder 2021-04-09 19:51:46.393 | + inc/python:_setup_package_with_constraints_edit:447 : local flags=-e 2021-04-09 19:51:46.395 | + inc/python:_setup_package_with_constraints_edit:448 : local extras= 2021-04-09 19:51:46.399 | ++ inc/python:_setup_package_with_constraints_edit:455 : cd /opt/stack/cinder 2021-04-09 19:51:46.401 | ++ inc/python:_setup_package_with_constraints_edit:455 : pwd 2021-04-09 19:51:46.404 | + inc/python:_setup_package_with_constraints_edit:455 : project_dir=/opt/stack/cinder 2021-04-09 19:51:46.407 | + inc/python:_setup_package_with_constraints_edit:457 : '[' -n /opt/stack/requirements ']' 2021-04-09 19:51:46.409 | + inc/python:_setup_package_with_constraints_edit:459 : local name 2021-04-09 19:51:46.412 | ++ inc/python:_setup_package_with_constraints_edit:460 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2021-04-09 19:51:46.417 | + inc/python:_setup_package_with_constraints_edit:460 : name=cinder 2021-04-09 19:51:46.420 | + 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-04-09 19:51:47.254 | + inc/python:_setup_package_with_constraints_edit:466 : setup_package /opt/stack/cinder -e 2021-04-09 19:51:47.257 | + inc/python:setup_package:494 : local bindep=0 2021-04-09 19:51:47.259 | + inc/python:setup_package:495 : local bindep_flag= 2021-04-09 19:51:47.261 | + inc/python:setup_package:496 : local bindep_profiles= 2021-04-09 19:51:47.264 | + inc/python:setup_package:497 : [[ /opt/stack/cinder == -bindep* ]] 2021-04-09 19:51:47.266 | + inc/python:setup_package:502 : local project_dir=/opt/stack/cinder 2021-04-09 19:51:47.268 | + inc/python:setup_package:503 : local flags=-e 2021-04-09 19:51:47.271 | + inc/python:setup_package:504 : local extras= 2021-04-09 19:51:47.273 | + inc/python:setup_package:508 : [[ -n -e ]] 2021-04-09 19:51:47.276 | + inc/python:setup_package:508 : [[ -z '' ]] 2021-04-09 19:51:47.278 | + inc/python:setup_package:508 : [[ ! -e =~ ^-.* ]] 2021-04-09 19:51:47.281 | + inc/python:setup_package:513 : [[ ! -z '' ]] 2021-04-09 19:51:47.283 | + inc/python:setup_package:518 : [[ 0 == 1 ]] 2021-04-09 19:51:47.286 | + inc/python:setup_package:522 : pip_install -e /opt/stack/cinder 2021-04-09 19:51:47.308 | Check python version for : /opt/stack/cinder 2021-04-09 19:51:47.311 | Using 3.6 version to install /opt/stack/cinder based on default behavior 2021-04-09 19:51:47.699 | + 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-04-09 19:51:48.525 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:48.527 | Ignoring Django: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:48.529 | Ignoring Django: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:48.534 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:48.543 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:48.545 | Ignoring GitPython: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:48.547 | Ignoring GitPython: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:48.553 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:48.558 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:48.581 | Ignoring Pygments: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:48.584 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:48.587 | Ignoring Pygments: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:48.591 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:48.598 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:48.600 | Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:48.603 | Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:48.608 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:48.610 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:48.612 | Ignoring Sphinx: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:48.615 | Ignoring Sphinx: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:48.620 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:48.732 | Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:48.735 | Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:48.740 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:48.748 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:48.751 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:48.754 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:48.799 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:48.804 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:48.829 | Ignoring diskimage-builder: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:48.831 | Ignoring diskimage-builder: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:48.834 | Ignoring diskimage-builder: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:48.839 | Ignoring diskimage-builder: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:48.856 | Ignoring dnspython: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:48.859 | Ignoring dnspython: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:48.864 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:48.866 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:48.868 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:48.871 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:48.875 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:48.892 | Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:48.922 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:48.925 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:48.930 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:48.953 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:48.955 | Ignoring gunicorn: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:48.958 | Ignoring gunicorn: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:48.962 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:48.965 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:48.979 | Ignoring ifaddr: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:48.981 | Ignoring ifaddr: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:48.986 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:48.998 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:49.000 | Ignoring influxdb: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:49.002 | Ignoring influxdb: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:49.007 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:49.011 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:49.020 | Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:49.022 | Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:49.026 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:49.032 | Ignoring joblib: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:49.035 | Ignoring joblib: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:49.039 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:49.056 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:49.059 | Ignoring keyring: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:49.061 | Ignoring keyring: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:49.066 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:49.107 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:49.111 | Ignoring more-itertools: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:49.117 | Ignoring more-itertools: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:49.125 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:49.139 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:49.141 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:49.146 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:49.148 | Ignoring mypy-extensions: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:49.151 | Ignoring mypy-extensions: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:49.155 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:49.157 | Ignoring ndg-httpsclient: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:49.167 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:49.169 | Ignoring networkx: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:49.171 | Ignoring networkx: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:49.177 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:49.194 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:49.196 | Ignoring numpy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:49.201 | Ignoring numpy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:49.209 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:49.312 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:49.397 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:49.400 | Ignoring pytest: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:49.402 | Ignoring pytest: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:49.407 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:49.512 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:49.559 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:49.561 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:49.564 | Ignoring scikit-learn: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:49.567 | Ignoring scikit-learn: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:49.571 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:49.574 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:49.576 | Ignoring scipy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:49.578 | Ignoring scipy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:49.583 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:49.603 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:49.622 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:49.624 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:49.630 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:49.634 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:49.636 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:49.641 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:49.645 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:49.647 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:49.652 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:49.656 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:49.659 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:49.665 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:49.672 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:49.675 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:49.681 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:49.684 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:49.687 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:49.692 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:49.696 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:49.718 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:49.765 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:49.771 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:49.773 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:49.777 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:49.779 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:49.789 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:49.793 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:49.795 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:49.800 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:49.804 | Ignoring typing-extensions: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:49.807 | Ignoring typing-extensions: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:49.812 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:49.818 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:49.842 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:49.867 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:51:49.869 | Ignoring zeroconf: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:51:49.872 | Ignoring zeroconf: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:51:49.877 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:51:49.884 | Obtaining file:///opt/stack/cinder 2021-04-09 19:51:52.335 | Obtaining cinder from file:///opt/stack/cinder#egg=cinder (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-04-09 19:51:54.534 | 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-04-09 19:51:54.542 | 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-04-09 19:51:54.551 | 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-04-09 19:51:54.559 | 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-04-09 19:51:54.582 | 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-04-09 19:51:54.595 | 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-04-09 19:51:54.617 | 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-04-09 19:51:54.656 | 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-04-09 19:51:54.669 | 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-04-09 19:51:54.672 | 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-04-09 19:51:54.679 | 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-04-09 19:51:54.811 | Collecting google-api-python-client===1.7.11 (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) 2021-04-09 19:51:54.924 | Downloading http://10.100.0.9:8080/root/pypi/+f/a8a/88174f66d92ae/google-api-python-client-1.7.11.tar.gz (142kB) 2021-04-09 19:51:55.922 | Collecting google-auth===1.6.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 224)) 2021-04-09 19:51:56.007 | Downloading http://10.100.0.9:8080/root/pypi/+f/207/05f6803fd2c4d/google_auth-1.6.3-py2.py3-none-any.whl (73kB) 2021-04-09 19:51:56.273 | Collecting google-auth-httplib2===0.0.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 225)) 2021-04-09 19:51:56.293 | Downloading http://10.100.0.9:8080/root/pypi/+f/f1c/437842155680c/google_auth_httplib2-0.0.3-py2.py3-none-any.whl 2021-04-09 19:51:56.422 | 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-04-09 19:51:56.426 | 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-04-09 19:51:56.428 | 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-04-09 19:51:56.431 | 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-04-09 19:51:56.449 | 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-04-09 19:51:56.516 | 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-04-09 19:51:56.591 | 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-04-09 19:51:56.603 | 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-04-09 19:51:56.726 | Collecting oauth2client===4.1.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 353)) 2021-04-09 19:51:56.782 | Downloading http://10.100.0.9:8080/root/pypi/+f/b8a/81cc5d60e2d36/oauth2client-4.1.3-py2.py3-none-any.whl (98kB) 2021-04-09 19:51:57.050 | Collecting os-brick===2.10.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) 2021-04-09 19:51:57.152 | Downloading http://10.100.0.9:8080/root/pypi/+f/afd/b9916d99e0ae1/os_brick-2.10.5-py3-none-any.whl (246kB) 2021-04-09 19:51:57.353 | 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-04-09 19:51:57.357 | 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-04-09 19:51:57.378 | 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-04-09 19:51:57.426 | 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-04-09 19:51:57.443 | 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-04-09 19:51:57.460 | 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-04-09 19:51:57.466 | 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-04-09 19:51:57.522 | 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-04-09 19:51:57.529 | 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-04-09 19:51:57.575 | 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-04-09 19:51:57.636 | 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-04-09 19:51:57.655 | 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-04-09 19:51:57.670 | 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-04-09 19:51:57.693 | 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-04-09 19:51:57.707 | 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-04-09 19:51:57.711 | 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-04-09 19:51:57.723 | 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-04-09 19:51:57.751 | 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-04-09 19:51:57.764 | 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-04-09 19:51:57.803 | 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-04-09 19:51:57.946 | Collecting oslo.vmware===2.34.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 398)) 2021-04-09 19:51:58.034 | Downloading http://10.100.0.9:8080/root/pypi/+f/50b/4ace56b6eefb0/oslo.vmware-2.34.1-py2.py3-none-any.whl (358kB) 2021-04-09 19:51:58.229 | 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-04-09 19:51:58.276 | 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-04-09 19:51:58.291 | 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-04-09 19:51:58.293 | 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-04-09 19:51:58.296 | 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-04-09 19:51:58.302 | Collecting pyasn1===0.4.7 (from -c /opt/stack/requirements/upper-constraints.txt (line 431)) 2021-04-09 19:51:58.429 | Downloading http://10.100.0.9:8080/root/pypi/+f/62c/dade8b5530f0b/pyasn1-0.4.7-py2.py3-none-any.whl (76kB) 2021-04-09 19:51:58.570 | Collecting pyasn1-modules===0.2.6 (from -c /opt/stack/requirements/upper-constraints.txt (line 432)) 2021-04-09 19:51:58.671 | Downloading http://10.100.0.9:8080/root/pypi/+f/e30/199a9d221f1b2/pyasn1_modules-0.2.6-py2.py3-none-any.whl (95kB) 2021-04-09 19:51:58.818 | 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-04-09 19:51:58.828 | 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-04-09 19:51:58.830 | 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-04-09 19:51:58.834 | 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-04-09 19:51:58.839 | 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-04-09 19:51:58.856 | 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-04-09 19:51:58.981 | Collecting python-glanceclient===2.17.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 477)) 2021-04-09 19:51:59.048 | Downloading http://10.100.0.9:8080/root/pypi/+f/e53/7fc6e17b5bae6/python_glanceclient-2.17.1-py2.py3-none-any.whl (195kB) 2021-04-09 19:51:59.223 | 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-04-09 19:51:59.241 | 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-04-09 19:51:59.389 | Collecting python-swiftclient===3.8.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 512)) 2021-04-09 19:51:59.435 | Downloading http://10.100.0.9:8080/root/pypi/+f/0b4/60f6a2c16d474/python_swiftclient-3.8.1-py2.py3-none-any.whl (84kB) 2021-04-09 19:51:59.608 | 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-04-09 19:51:59.613 | 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-04-09 19:51:59.620 | 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-04-09 19:51:59.643 | 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-04-09 19:51:59.648 | 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-04-09 19:51:59.774 | Collecting rsa===4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 544)) 2021-04-09 19:51:59.815 | Downloading http://10.100.0.9:8080/root/pypi/+f/14b/a45700ff1ec9e/rsa-4.0-py2.py3-none-any.whl 2021-04-09 19:52:00.070 | Collecting rtslib-fb===2.1.69 (from -c /opt/stack/requirements/upper-constraints.txt (line 546)) 2021-04-09 19:52:00.100 | Downloading http://10.100.0.9:8080/root/pypi/+f/659/c976049e135a2/rtslib_fb-2.1.69-py3-none-any.whl (86kB) 2021-04-09 19:52:00.240 | 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-04-09 19:52:00.243 | 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-04-09 19:52:00.246 | 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-04-09 19:52:00.256 | 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-04-09 19:52:00.260 | 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-04-09 19:52:00.262 | 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-04-09 19:52:00.389 | Collecting suds-jurko===0.6 (from -c /opt/stack/requirements/upper-constraints.txt (line 629)) 2021-04-09 19:52:00.413 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/f39/8754a66f0fee9/suds_jurko-0.6-py3-none-any.whl (454kB) 2021-04-09 19:52:00.600 | 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-04-09 19:52:00.678 | 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-04-09 19:52:00.699 | 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-04-09 19:52:00.710 | 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-04-09 19:52:00.716 | 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-04-09 19:52:00.872 | Collecting tooz===1.66.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 650)) 2021-04-09 19:52:00.991 | Downloading http://10.100.0.9:8080/root/pypi/+f/040/2324c0ee49e8d/tooz-1.66.3-py2.py3-none-any.whl (87kB) 2021-04-09 19:52:01.282 | 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-04-09 19:52:01.288 | 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-04-09 19:52:01.460 | Collecting uritemplate===3.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 675)) 2021-04-09 19:52:01.488 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/1b9/c467a940ce9fb/uritemplate-3.0.0-py2.py3-none-any.whl 2021-04-09 19:52:01.622 | 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-04-09 19:52:01.644 | 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-04-09 19:52:01.772 | Collecting warlock===1.3.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 685)) 2021-04-09 19:52:01.796 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/d9d/f06a9128971cb/warlock-1.3.3-py2.py3-none-any.whl 2021-04-09 19:52:01.932 | 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-04-09 19:52:01.935 | 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-04-09 19:52:01.938 | 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-04-09 19:52:01.942 | 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-04-09 19:52:01.946 | 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-04-09 19:52:01.948 | 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-04-09 19:52:01.951 | 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-04-09 19:52:01.981 | 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-04-09 19:52:02.047 | 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-04-09 19:52:02.051 | 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-04-09 19:52:02.056 | 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-04-09 19:52:02.059 | 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-04-09 19:52:02.062 | 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-04-09 19:52:02.073 | 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-04-09 19:52:02.082 | 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-04-09 19:52:02.124 | 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-04-09 19:52:02.139 | 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-04-09 19:52:02.145 | 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-04-09 19:52:02.151 | 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-04-09 19:52:02.154 | 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-04-09 19:52:02.166 | 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-04-09 19:52:02.170 | 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-04-09 19:52:02.183 | 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-04-09 19:52:02.192 | 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-04-09 19:52:02.209 | 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-04-09 19:52:02.223 | 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-04-09 19:52:02.227 | 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-04-09 19:52:02.230 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 139)) 2021-04-09 19:52:02.353 | Collecting pyudev===0.21.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 520)) 2021-04-09 19:52:02.380 | Downloading http://10.100.0.9:8080/root/pypi/+f/094/b7a1001501147/pyudev-0.21.0.tar.gz (89kB) 2021-04-09 19:52:03.256 | 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-04-09 19:52:03.259 | 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-04-09 19:52:03.264 | 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-04-09 19:52:03.307 | 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-04-09 19:52:03.317 | 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-04-09 19:52:03.319 | 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-04-09 19:52:03.321 | 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-04-09 19:52:03.324 | 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-04-09 19:52:03.326 | 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-04-09 19:52:03.331 | 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-04-09 19:52:03.334 | 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-04-09 19:52:03.336 | 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-04-09 19:52:03.342 | 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-04-09 19:52:03.360 | 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-04-09 19:52:03.364 | 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-04-09 19:52:03.368 | 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-04-09 19:52:03.384 | 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-04-09 19:52:03.387 | 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-04-09 19:52:03.403 | 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-04-09 19:52:03.406 | 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-04-09 19:52:03.410 | 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-04-09 19:52:03.414 | Building wheels for collected packages: google-api-python-client, pyudev 2021-04-09 19:52:03.414 | Running setup.py bdist_wheel for google-api-python-client: started 2021-04-09 19:52:04.218 | Running setup.py bdist_wheel for google-api-python-client: finished with status 'done' 2021-04-09 19:52:04.218 | Stored in directory: /root/.cache/pip/wheels/5d/4e/7f/6f2eec1682f6e6806f2de903cd1eda900a67e7494fe12165df 2021-04-09 19:52:04.235 | Running setup.py bdist_wheel for pyudev: started 2021-04-09 19:52:05.055 | Running setup.py bdist_wheel for pyudev: finished with status 'done' 2021-04-09 19:52:05.055 | Stored in directory: /root/.cache/pip/wheels/dd/7d/0f/7d9d12e789616e6149d9e334f3f2a0a07001d456e811b8ffbb 2021-04-09 19:52:05.072 | Successfully built google-api-python-client pyudev 2021-04-09 19:52:05.074 | Installing collected packages: pyasn1, rsa, pyasn1-modules, 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-04-09 19:52:05.074 | Found existing installation: pyasn1 0.4.2 2021-04-09 19:52:05.088 | Uninstalling pyasn1-0.4.2: 2021-04-09 19:52:05.089 | Successfully uninstalled pyasn1-0.4.2 2021-04-09 19:52:06.864 | Running setup.py develop for cinder 2021-04-09 19:52:11.106 | 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.5 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-04-09 19:52:11.334 | You are using pip version 9.0.3, however version 21.0.1 is available. 2021-04-09 19:52:11.334 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-04-09 19:52:11.419 | + inc/python:pip_install:290 : result=0 2021-04-09 19:52:11.422 | + inc/python:pip_install:292 : time_stop pip_install 2021-04-09 19:52:11.425 | + functions-common:time_stop:2336 : local name 2021-04-09 19:52:11.434 | + functions-common:time_stop:2337 : local end_time 2021-04-09 19:52:11.434 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 19:52:11.434 | + functions-common:time_stop:2339 : local total 2021-04-09 19:52:11.435 | + functions-common:time_stop:2340 : local start_time 2021-04-09 19:52:11.437 | + functions-common:time_stop:2342 : name=pip_install 2021-04-09 19:52:11.439 | + functions-common:time_stop:2343 : start_time=1617997907300 2021-04-09 19:52:11.442 | + functions-common:time_stop:2345 : [[ -z 1617997907300 ]] 2021-04-09 19:52:11.444 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 19:52:11.448 | + functions-common:time_stop:2348 : end_time=1617997931445 2021-04-09 19:52:11.450 | + functions-common:time_stop:2349 : elapsed_time=24145 2021-04-09 19:52:11.452 | + functions-common:time_stop:2350 : total=146615 2021-04-09 19:52:11.454 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 19:52:11.457 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=170760 2021-04-09 19:52:11.459 | + inc/python:pip_install:293 : return 0 2021-04-09 19:52:11.462 | + inc/python:setup_package:524 : [[ -e == \-\e ]] 2021-04-09 19:52:11.464 | + inc/python:setup_package:525 : safe_chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2021-04-09 19:52:11.466 | + functions-common:safe_chown:2237 : _safe_permission_operation chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2021-04-09 19:52:11.484 | + functions-common:_safe_permission_operation:2085 : sudo chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2021-04-09 19:52:11.502 | + inc/python:_setup_package_with_constraints_edit:470 : use_library_from_git /opt/stack/cinder 2021-04-09 19:52:11.506 | + inc/python:use_library_from_git:328 : local name=/opt/stack/cinder 2021-04-09 19:52:11.508 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:52:11.511 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:52:11.513 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,/opt/stack/cinder, ]] 2021-04-09 19:52:11.516 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:52:11.518 | + lib/cinder:install_cinder:419 : [[ tgtadm == \t\g\t\a\d\m ]] 2021-04-09 19:52:11.521 | + lib/cinder:install_cinder:420 : install_package tgt 2021-04-09 19:52:11.523 | + functions-common:install_package:1334 : update_package_repo 2021-04-09 19:52:11.526 | + functions-common:update_package_repo:1306 : NO_UPDATE_REPOS=False 2021-04-09 19:52:11.528 | + functions-common:update_package_repo:1307 : REPOS_UPDATED=True 2021-04-09 19:52:11.530 | + functions-common:update_package_repo:1308 : RETRY_UPDATE=False 2021-04-09 19:52:11.533 | + functions-common:update_package_repo:1310 : [[ False = \T\r\u\e ]] 2021-04-09 19:52:11.536 | + functions-common:update_package_repo:1314 : is_ubuntu 2021-04-09 19:52:11.539 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:52:11.541 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:52:11.543 | + functions-common:update_package_repo:1315 : apt_get_update 2021-04-09 19:52:11.546 | + functions-common:apt_get_update:1069 : [[ True == \T\r\u\e ]] 2021-04-09 19:52:11.549 | + functions-common:apt_get_update:1069 : [[ False != \T\r\u\e ]] 2021-04-09 19:52:11.552 | + functions-common:apt_get_update:1070 : return 2021-04-09 19:52:11.554 | + functions-common:install_package:1335 : real_install_package tgt 2021-04-09 19:52:11.557 | + functions-common:real_install_package:1320 : is_ubuntu 2021-04-09 19:52:11.559 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:52:11.562 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:52:11.564 | + functions-common:real_install_package:1321 : apt_get install tgt 2021-04-09 19:52:11.583 | + 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-04-09 19:52:11.706 | Reading package lists... 2021-04-09 19:52:11.964 | Building dependency tree... 2021-04-09 19:52:11.966 | Reading state information... 2021-04-09 19:52:12.177 | The following packages were automatically installed and are no longer required: 2021-04-09 19:52:12.178 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-04-09 19:52:12.178 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-04-09 19:52:12.178 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-04-09 19:52:12.178 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-04-09 19:52:12.178 | python3-twisted-bin python3-zope.interface 2021-04-09 19:52:12.178 | Use 'sudo apt autoremove' to remove them. 2021-04-09 19:52:12.178 | The following additional packages will be installed: 2021-04-09 19:52:12.179 | libconfig-general-perl librdmacm1 libsgutils2-2 sg3-utils 2021-04-09 19:52:12.180 | Suggested packages: 2021-04-09 19:52:12.180 | tgt-rbd 2021-04-09 19:52:12.224 | The following NEW packages will be installed: 2021-04-09 19:52:12.224 | libconfig-general-perl librdmacm1 libsgutils2-2 sg3-utils tgt 2021-04-09 19:52:12.564 | 0 upgraded, 5 newly installed, 0 to remove and 154 not upgraded. 2021-04-09 19:52:12.564 | Need to get 1,133 kB of archives. 2021-04-09 19:52:12.564 | After this operation, 3,352 kB of additional disk space will be used. 2021-04-09 19:52:12.564 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libconfig-general-perl all 2.63-1 [53.9 kB] 2021-04-09 19:52:13.021 | 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-04-09 19:52:13.108 | 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-04-09 19:52:13.539 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 librdmacm1 amd64 17.1-1ubuntu0.2 [56.1 kB] 2021-04-09 19:52:13.561 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 tgt amd64 1:1.0.72-1ubuntu1 [214 kB] 2021-04-09 19:52:14.158 | Fetched 1,133 kB in 1s (823 kB/s) 2021-04-09 19:52:14.322 | Selecting previously unselected package libconfig-general-perl. 2021-04-09 19:52:14.362 | (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-04-09 19:52:14.365 | Preparing to unpack .../libconfig-general-perl_2.63-1_all.deb ... 2021-04-09 19:52:14.424 | Unpacking libconfig-general-perl (2.63-1) ... 2021-04-09 19:52:15.019 | Selecting previously unselected package libsgutils2-2. 2021-04-09 19:52:15.026 | Preparing to unpack .../libsgutils2-2_1.42-2ubuntu1.18.04.2_amd64.deb ... 2021-04-09 19:52:15.132 | Unpacking libsgutils2-2 (1.42-2ubuntu1.18.04.2) ... 2021-04-09 19:52:15.482 | Selecting previously unselected package sg3-utils. 2021-04-09 19:52:15.490 | Preparing to unpack .../sg3-utils_1.42-2ubuntu1.18.04.2_amd64.deb ... 2021-04-09 19:52:15.527 | Unpacking sg3-utils (1.42-2ubuntu1.18.04.2) ... 2021-04-09 19:52:16.121 | Selecting previously unselected package librdmacm1:amd64. 2021-04-09 19:52:16.130 | Preparing to unpack .../librdmacm1_17.1-1ubuntu0.2_amd64.deb ... 2021-04-09 19:52:16.184 | Unpacking librdmacm1:amd64 (17.1-1ubuntu0.2) ... 2021-04-09 19:52:16.767 | Selecting previously unselected package tgt. 2021-04-09 19:52:16.775 | Preparing to unpack .../tgt_1%3a1.0.72-1ubuntu1_amd64.deb ... 2021-04-09 19:52:16.829 | Unpacking tgt (1:1.0.72-1ubuntu1) ... 2021-04-09 19:52:17.441 | Processing triggers for ureadahead (0.100.0-21) ... 2021-04-09 19:52:17.624 | Setting up librdmacm1:amd64 (17.1-1ubuntu0.2) ... 2021-04-09 19:52:17.835 | Setting up libsgutils2-2 (1.42-2ubuntu1.18.04.2) ... 2021-04-09 19:52:18.007 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-04-09 19:52:18.155 | Processing triggers for systemd (237-3ubuntu10.45) ... 2021-04-09 19:52:18.441 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-04-09 19:52:20.246 | Setting up sg3-utils (1.42-2ubuntu1.18.04.2) ... 2021-04-09 19:52:20.469 | Setting up libconfig-general-perl (2.63-1) ... 2021-04-09 19:52:20.669 | Setting up tgt (1:1.0.72-1ubuntu1) ... 2021-04-09 19:52:21.254 | Created symlink /etc/systemd/system/multi-user.target.wants/tgt.service → /lib/systemd/system/tgt.service. 2021-04-09 19:52:21.995 | Processing triggers for systemd (237-3ubuntu10.45) ... 2021-04-09 19:52:22.252 | Processing triggers for ureadahead (0.100.0-21) ... 2021-04-09 19:52:24.445 | + functions-common:apt_get:1114 : result=0 2021-04-09 19:52:24.447 | + functions-common:apt_get:1117 : time_stop apt-get 2021-04-09 19:52:24.450 | + functions-common:time_stop:2336 : local name 2021-04-09 19:52:24.452 | + functions-common:time_stop:2337 : local end_time 2021-04-09 19:52:24.455 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 19:52:24.458 | + functions-common:time_stop:2339 : local total 2021-04-09 19:52:24.461 | + functions-common:time_stop:2340 : local start_time 2021-04-09 19:52:24.463 | + functions-common:time_stop:2342 : name=apt-get 2021-04-09 19:52:24.465 | + functions-common:time_stop:2343 : start_time=1617997931581 2021-04-09 19:52:24.468 | + functions-common:time_stop:2345 : [[ -z 1617997931581 ]] 2021-04-09 19:52:24.471 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 19:52:24.475 | + functions-common:time_stop:2348 : end_time=1617997944472 2021-04-09 19:52:24.477 | + functions-common:time_stop:2349 : elapsed_time=12891 2021-04-09 19:52:24.480 | + functions-common:time_stop:2350 : total=485335 2021-04-09 19:52:24.482 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 19:52:24.485 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=498226 2021-04-09 19:52:24.487 | + functions-common:apt_get:1118 : return 0 2021-04-09 19:52:24.490 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-04-09 19:52:24.492 | + ./stack.sh:main:943 : configure_cinder 2021-04-09 19:52:24.495 | + lib/cinder:configure_cinder:198 : sudo install -d -o ubuntu -m 755 /etc/cinder 2021-04-09 19:52:24.506 | + lib/cinder:configure_cinder:200 : rm -f /etc/cinder/cinder.conf 2021-04-09 19:52:24.510 | + lib/cinder:configure_cinder:202 : configure_rootwrap cinder 2021-04-09 19:52:24.512 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2021-04-09 19:52:24.514 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2021-04-09 19:52:24.517 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2021-04-09 19:52:24.518 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2021-04-09 19:52:24.522 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2021-04-09 19:52:24.524 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2021-04-09 19:52:24.526 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2021-04-09 19:52:24.528 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2021-04-09 19:52:24.530 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/cinder 2021-04-09 19:52:24.532 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/cinder/etc/cinder 2021-04-09 19:52:24.534 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2021-04-09 19:52:24.537 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2021-04-09 19:52:24.547 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2021-04-09 19:52:24.558 | + 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-04-09 19:52:24.569 | + 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-04-09 19:52:24.580 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2021-04-09 19:52:24.592 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2021-04-09 19:52:24.594 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2021-04-09 19:52:24.598 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.twcuqxXagk 2021-04-09 19:52:24.601 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2021-04-09 19:52:24.603 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2021-04-09 19:52:24.605 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2021-04-09 19:52:24.607 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.twcuqxXagk 2021-04-09 19:52:24.611 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.twcuqxXagk 2021-04-09 19:52:24.621 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.twcuqxXagk /etc/sudoers.d/cinder-rootwrap 2021-04-09 19:52:24.632 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2021-04-09 19:52:24.636 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2021-04-09 19:52:24.638 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2021-04-09 19:52:24.640 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2021-04-09 19:52:24.642 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2021-04-09 19:52:24.645 | + 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-04-09 19:52:24.647 | + 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-04-09 19:52:24.650 | + lib/cinder:configure_cinder:204 : [[ -f /opt/stack/cinder/etc/cinder/resource_filters.json ]] 2021-04-09 19:52:24.652 | + lib/cinder:configure_cinder:205 : cp -p /opt/stack/cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2021-04-09 19:52:24.656 | + lib/cinder:configure_cinder:208 : cp /opt/stack/cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2021-04-09 19:52:24.661 | + lib/cinder:configure_cinder:210 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2021-04-09 19:52:24.678 | + lib/cinder:configure_cinder:211 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2021-04-09 19:52:24.696 | + lib/cinder:configure_cinder:212 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2021-04-09 19:52:24.714 | + lib/cinder:configure_cinder:213 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2021-04-09 19:52:24.732 | + lib/cinder:configure_cinder:214 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2021-04-09 19:52:24.749 | + lib/cinder:configure_cinder:215 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2021-04-09 19:52:24.766 | + lib/cinder:configure_cinder:216 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2021-04-09 19:52:24.785 | + lib/cinder:configure_cinder:217 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2021-04-09 19:52:24.803 | + lib/cinder:configure_cinder:219 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2021-04-09 19:52:24.805 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/cinder/cinder.conf 2021-04-09 19:52:24.808 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=cinder 2021-04-09 19:52:24.810 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2021-04-09 19:52:24.813 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2021-04-09 19:52:24.839 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.222.0.52/identity 2021-04-09 19:52:24.863 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2021-04-09 19:52:24.887 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/cinder/cinder.conf keystone_authtoken password Passw0rd 2021-04-09 19:52:24.911 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2021-04-09 19:52:24.936 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2021-04-09 19:52:24.961 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2021-04-09 19:52:24.986 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2021-04-09 19:52:25.010 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2021-04-09 19:52:25.034 | + lib/cinder:configure_cinder:221 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2021-04-09 19:52:25.062 | + lib/cinder:configure_cinder:223 : iniset /etc/cinder/cinder.conf DEFAULT target_helper tgtadm 2021-04-09 19:52:25.089 | ++ lib/cinder:configure_cinder:224 : database_connection_url cinder 2021-04-09 19:52:25.094 | ++ lib/database:database_connection_url:132 : local db=cinder 2021-04-09 19:52:25.096 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql cinder 2021-04-09 19:52:25.098 | ++ lib/databases/mysql:database_connection_url_mysql:179 : local db=cinder 2021-04-09 19:52:25.101 | ++ lib/databases/mysql:database_connection_url_mysql:180 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8' 2021-04-09 19:52:25.104 | + lib/cinder:configure_cinder:224 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8' 2021-04-09 19:52:25.132 | + lib/cinder:configure_cinder:225 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2021-04-09 19:52:25.156 | + lib/cinder:configure_cinder:226 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2021-04-09 19:52:25.181 | + lib/cinder:configure_cinder:227 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2021-04-09 19:52:25.206 | + lib/cinder:configure_cinder:228 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2021-04-09 19:52:25.231 | + lib/cinder:configure_cinder:229 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2021-04-09 19:52:25.257 | + lib/cinder:configure_cinder:230 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2021-04-09 19:52:25.283 | + lib/cinder:configure_cinder:231 : [[ 4 == 6 ]] 2021-04-09 19:52:25.286 | + lib/cinder:configure_cinder:234 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.222.0.52 2021-04-09 19:52:25.311 | + lib/cinder:configure_cinder:236 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2021-04-09 19:52:25.339 | ++ lib/cinder:configure_cinder:237 : openssl rand -hex 16 2021-04-09 19:52:25.345 | + lib/cinder:configure_cinder:237 : iniset /etc/cinder/cinder.conf key_manager fixed_key 1e9ea7e89743ca22531e8379b76864b6 2021-04-09 19:52:25.371 | + lib/cinder:configure_cinder:239 : is_service_enabled c-vol 2021-04-09 19:52:25.387 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 19:52:25.389 | + lib/cinder:configure_cinder:264 : is_service_enabled c-bak 2021-04-09 19:52:25.404 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 19:52:25.407 | + lib/cinder:configure_cinder:273 : is_service_enabled ceilometer 2021-04-09 19:52:25.422 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 19:52:25.425 | + lib/cinder:configure_cinder:277 : is_service_enabled tls-proxy 2021-04-09 19:52:25.441 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 19:52:25.444 | + lib/cinder:configure_cinder:291 : '[' False '!=' False ']' 2021-04-09 19:52:25.446 | + lib/cinder:configure_cinder:295 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2021-04-09 19:52:25.448 | + lib/rpc_backend:iniset_rpc_backend:152 : local package=cinder 2021-04-09 19:52:25.451 | + lib/rpc_backend:iniset_rpc_backend:153 : local file=/etc/cinder/cinder.conf 2021-04-09 19:52:25.453 | + lib/rpc_backend:iniset_rpc_backend:154 : local section=DEFAULT 2021-04-09 19:52:25.455 | + lib/rpc_backend:iniset_rpc_backend:155 : local virtual_host= 2021-04-09 19:52:25.458 | + lib/rpc_backend:iniset_rpc_backend:156 : is_service_enabled rabbit 2021-04-09 19:52:25.473 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:52:25.476 | ++ lib/rpc_backend:iniset_rpc_backend:157 : get_transport_url '' 2021-04-09 19:52:25.478 | ++ lib/rpc_backend:get_transport_url:134 : local virtual_host= 2021-04-09 19:52:25.481 | ++ lib/rpc_backend:get_transport_url:135 : is_service_enabled rabbit 2021-04-09 19:52:25.496 | ++ functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:52:25.498 | ++ lib/rpc_backend:get_transport_url:136 : echo rabbit://stackrabbit:Passw0rd@10.222.0.52:5672/ 2021-04-09 19:52:25.501 | + lib/rpc_backend:iniset_rpc_backend:157 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.52:5672/ 2021-04-09 19:52:25.526 | + lib/rpc_backend:iniset_rpc_backend:158 : '[' -n '' ']' 2021-04-09 19:52:25.528 | + lib/rpc_backend:iniset_rpc_backend:161 : '[' -n '' ']' 2021-04-09 19:52:25.531 | + lib/cinder:configure_cinder:298 : setup_logging /etc/cinder/cinder.conf True 2021-04-09 19:52:25.533 | + functions:setup_logging:639 : local conf_file=/etc/cinder/cinder.conf 2021-04-09 19:52:25.535 | + functions:setup_logging:640 : local other_cond=True 2021-04-09 19:52:25.540 | + functions:setup_logging:641 : [[ True == \T\r\u\e ]] 2021-04-09 19:52:25.543 | + functions:setup_logging:642 : setup_systemd_logging /etc/cinder/cinder.conf 2021-04-09 19:52:25.545 | + functions:setup_systemd_logging:670 : local conf_file=/etc/cinder/cinder.conf 2021-04-09 19:52:25.548 | + functions:setup_systemd_logging:671 : local conf_section=DEFAULT 2021-04-09 19:52:25.551 | ++ functions:setup_systemd_logging:676 : trueorfalse False USE_JOURNAL 2021-04-09 19:52:25.568 | + functions:setup_systemd_logging:676 : USE_JOURNAL=False 2021-04-09 19:52:25.571 | + functions:setup_systemd_logging:677 : local pidstr= 2021-04-09 19:52:25.573 | + functions:setup_systemd_logging:678 : [[ False == \T\r\u\e ]] 2021-04-09 19:52:25.576 | + functions:setup_systemd_logging:682 : pidstr='(pid=%(process)d) ' 2021-04-09 19:52:25.578 | + 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-04-09 19:52:25.603 | + 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-04-09 19:52:25.627 | + 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-04-09 19:52:25.654 | + functions:setup_systemd_logging:688 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-04-09 19:52:25.679 | + lib/cinder:configure_cinder:300 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2021-04-09 19:52:25.682 | + lib/apache:write_uwsgi_config:266 : local file=/etc/cinder/cinder-api-uwsgi.ini 2021-04-09 19:52:25.684 | + lib/apache:write_uwsgi_config:267 : local wsgi=/usr/local/bin/cinder-wsgi 2021-04-09 19:52:25.686 | + lib/apache:write_uwsgi_config:268 : local url=/volume 2021-04-09 19:52:25.689 | + lib/apache:write_uwsgi_config:269 : local http= 2021-04-09 19:52:25.691 | + lib/apache:write_uwsgi_config:270 : local name= 2021-04-09 19:52:25.695 | ++ lib/apache:write_uwsgi_config:271 : basename /usr/local/bin/cinder-wsgi 2021-04-09 19:52:25.698 | + lib/apache:write_uwsgi_config:271 : name=cinder-wsgi 2021-04-09 19:52:25.700 | + lib/apache:write_uwsgi_config:275 : local socket_dir=/var/run/uwsgi 2021-04-09 19:52:25.703 | + lib/apache:write_uwsgi_config:279 : sudo mkdir -p /etc/tmpfiles.d/ 2021-04-09 19:52:25.715 | + lib/apache:write_uwsgi_config:280 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-04-09 19:52:25.715 | + lib/apache:write_uwsgi_config:280 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-04-09 19:52:25.722 | d /var/run/uwsgi 0755 ubuntu root 2021-04-09 19:52:25.725 | + lib/apache:write_uwsgi_config:281 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-04-09 19:52:25.738 | + lib/apache:write_uwsgi_config:283 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2021-04-09 19:52:25.741 | + lib/apache:write_uwsgi_config:286 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2021-04-09 19:52:25.744 | + lib/apache:write_uwsgi_config:287 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2021-04-09 19:52:25.771 | + lib/apache:write_uwsgi_config:288 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2021-04-09 19:52:25.796 | + lib/apache:write_uwsgi_config:290 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2021-04-09 19:52:25.821 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2021-04-09 19:52:25.845 | + lib/apache:write_uwsgi_config:293 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2021-04-09 19:52:25.870 | + lib/apache:write_uwsgi_config:296 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 90 2021-04-09 19:52:25.894 | + lib/apache:write_uwsgi_config:297 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2021-04-09 19:52:25.919 | + lib/apache:write_uwsgi_config:298 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2021-04-09 19:52:25.944 | + lib/apache:write_uwsgi_config:300 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2021-04-09 19:52:25.969 | + 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-04-09 19:52:25.993 | + lib/apache:write_uwsgi_config:304 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2021-04-09 19:52:26.017 | + lib/apache:write_uwsgi_config:306 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2021-04-09 19:52:26.042 | + lib/apache:write_uwsgi_config:308 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2021-04-09 19:52:26.067 | + lib/apache:write_uwsgi_config:311 : [[ -n '' ]] 2021-04-09 19:52:26.069 | + lib/apache:write_uwsgi_config:314 : local apache_conf= 2021-04-09 19:52:26.072 | ++ lib/apache:write_uwsgi_config:315 : apache_site_config_for cinder-wsgi 2021-04-09 19:52:26.074 | ++ lib/apache:apache_site_config_for:198 : local site=cinder-wsgi 2021-04-09 19:52:26.077 | ++ lib/apache:apache_site_config_for:199 : is_ubuntu 2021-04-09 19:52:26.079 | ++ functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:52:26.081 | ++ functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:52:26.084 | ++ lib/apache:apache_site_config_for:201 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2021-04-09 19:52:26.087 | + lib/apache:write_uwsgi_config:315 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2021-04-09 19:52:26.089 | + lib/apache:write_uwsgi_config:316 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2021-04-09 19:52:26.115 | + lib/apache:write_uwsgi_config:317 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2021-04-09 19:52:26.140 | + lib/apache:write_uwsgi_config:318 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2021-04-09 19:52:26.140 | + lib/apache:write_uwsgi_config:318 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi/" retry=0 ' 2021-04-09 19:52:26.147 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi/" retry=0 2021-04-09 19:52:26.150 | + lib/apache:write_uwsgi_config:319 : enable_apache_site cinder-wsgi 2021-04-09 19:52:26.153 | + lib/apache:enable_apache_site:215 : local site=cinder-wsgi 2021-04-09 19:52:26.155 | + lib/apache:enable_apache_site:217 : enable_apache_mod version 2021-04-09 19:52:26.157 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-04-09 19:52:26.160 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-04-09 19:52:26.163 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:52:26.165 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:52:26.167 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-04-09 19:52:26.169 | + lib/apache:enable_apache_site:218 : is_ubuntu 2021-04-09 19:52:26.172 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:52:26.174 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:52:26.177 | + lib/apache:enable_apache_site:219 : sudo a2ensite cinder-wsgi 2021-04-09 19:52:26.235 | Enabling site cinder-wsgi. 2021-04-09 19:52:26.240 | To activate the new configuration, you need to run: 2021-04-09 19:52:26.240 | systemctl reload apache2 2021-04-09 19:52:26.244 | + lib/apache:write_uwsgi_config:320 : restart_apache_server 2021-04-09 19:52:26.246 | + lib/apache:restart_apache_server:262 : restart_service apache2 2021-04-09 19:52:26.249 | + functions-common:restart_service:2220 : '[' -x /bin/systemctl ']' 2021-04-09 19:52:26.251 | + functions-common:restart_service:2221 : sudo /bin/systemctl restart apache2 2021-04-09 19:52:26.390 | + lib/cinder:configure_cinder:302 : [[ -r /home/ubuntu/devstack/lib/cinder_plugins/default ]] 2021-04-09 19:52:26.392 | + lib/cinder:configure_cinder:306 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2021-04-09 19:52:26.418 | + lib/cinder:configure_cinder:308 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.222.0.52/image 2021-04-09 19:52:26.443 | + lib/cinder:configure_cinder:309 : is_service_enabled tls-proxy 2021-04-09 19:52:26.458 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 19:52:26.461 | + lib/cinder:configure_cinder:314 : '[' False '!=' True ']' 2021-04-09 19:52:26.463 | + lib/cinder:configure_cinder:315 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_version 2 2021-04-09 19:52:26.488 | + lib/cinder:configure_cinder:319 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2021-04-09 19:52:26.491 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/cinder/cinder.conf 2021-04-09 19:52:26.494 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=nova 2021-04-09 19:52:26.496 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=nova 2021-04-09 19:52:26.498 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/cinder/cinder.conf nova auth_type password 2021-04-09 19:52:26.526 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/cinder/cinder.conf nova auth_url http://10.222.0.52/identity 2021-04-09 19:52:26.550 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/cinder/cinder.conf nova username nova 2021-04-09 19:52:26.575 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/cinder/cinder.conf nova password Passw0rd 2021-04-09 19:52:26.601 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2021-04-09 19:52:26.625 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/cinder/cinder.conf nova project_name service 2021-04-09 19:52:26.654 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2021-04-09 19:52:26.679 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2021-04-09 19:52:26.704 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2021-04-09 19:52:26.729 | + lib/cinder:configure_cinder:320 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2021-04-09 19:52:26.754 | + lib/cinder:configure_cinder:321 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2021-04-09 19:52:26.779 | + lib/cinder:configure_cinder:323 : [[ ! -z '' ]] 2021-04-09 19:52:26.782 | + lib/cinder:configure_cinder:325 : is_service_enabled etcd3 2021-04-09 19:52:26.797 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:52:26.800 | + lib/cinder:configure_cinder:326 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.222.0.52:2379 2021-04-09 19:52:26.828 | + ./stack.sh:main:946 : is_service_enabled neutron 2021-04-09 19:52:26.844 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:52:26.846 | + ./stack.sh:main:948 : stack_install_service neutron 2021-04-09 19:52:26.849 | + lib/stack:stack_install_service:20 : local service=neutron 2021-04-09 19:52:26.851 | + lib/stack:stack_install_service:21 : type install_neutron 2021-04-09 19:52:26.854 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-04-09 19:52:26.856 | + lib/stack:stack_install_service:32 : install_neutron 2021-04-09 19:52:26.858 | + lib/neutron:install_neutron:660 : is_neutron_legacy_enabled 2021-04-09 19:52:26.862 | ++ 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-04-09 19:52:26.863 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-04-09 19:52:26.867 | + 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-04-09 19:52:26.870 | + 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-04-09 19:52:26.873 | + 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-04-09 19:52:26.875 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-04-09 19:52:26.878 | + lib/neutron:install_neutron:662 : install_mutnauq 2021-04-09 19:52:26.880 | + lib/neutron-legacy:install_mutnauq:442 : use_library_from_git neutron-lib 2021-04-09 19:52:26.883 | + inc/python:use_library_from_git:328 : local name=neutron-lib 2021-04-09 19:52:26.886 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:52:26.888 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:52:26.890 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,neutron-lib, ]] 2021-04-09 19:52:26.893 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:52:26.895 | + lib/neutron-legacy:install_mutnauq:447 : git_clone https://opendev.org/openstack/neutron.git /opt/stack/neutron stable/train 2021-04-09 19:52:26.898 | + functions-common:git_clone:524 : local git_remote=https://opendev.org/openstack/neutron.git 2021-04-09 19:52:26.900 | + functions-common:git_clone:525 : local git_dest=/opt/stack/neutron 2021-04-09 19:52:26.902 | + functions-common:git_clone:526 : local git_ref=stable/train 2021-04-09 19:52:26.905 | + functions-common:git_clone:527 : local orig_dir 2021-04-09 19:52:26.907 | ++ functions-common:git_clone:528 : pwd 2021-04-09 19:52:26.910 | + functions-common:git_clone:528 : orig_dir=/home/ubuntu/devstack 2021-04-09 19:52:26.913 | + functions-common:git_clone:529 : local git_clone_flags= 2021-04-09 19:52:26.916 | ++ functions-common:git_clone:531 : trueorfalse False RECLONE 2021-04-09 19:52:26.931 | + functions-common:git_clone:531 : RECLONE=False 2021-04-09 19:52:26.933 | + functions-common:git_clone:532 : [[ 0 -gt 0 ]] 2021-04-09 19:52:26.936 | + functions-common:git_clone:536 : [[ False = \T\r\u\e ]] 2021-04-09 19:52:26.938 | + functions-common:git_clone:545 : echo stable/train 2021-04-09 19:52:26.939 | + functions-common:git_clone:545 : egrep -q '^refs' 2021-04-09 19:52:26.944 | + functions-common:git_clone:559 : [[ ! -d /opt/stack/neutron ]] 2021-04-09 19:52:26.946 | + functions-common:git_clone:567 : [[ False = \T\r\u\e ]] 2021-04-09 19:52:26.948 | + functions-common:git_clone:593 : cd /opt/stack/neutron 2021-04-09 19:52:26.951 | + functions-common:git_clone:594 : git show --oneline 2021-04-09 19:52:26.952 | + functions-common:git_clone:594 : head -1 2021-04-09 19:52:26.956 | 6dc638a2c0 Merge "Make neutron-tempest-dvr-ha-multinode-full to be 2 nodes job" into stable/train 2021-04-09 19:52:26.960 | + functions-common:git_clone:595 : cd /home/ubuntu/devstack 2021-04-09 19:52:26.963 | + lib/neutron-legacy:install_mutnauq:448 : setup_develop /opt/stack/neutron 2021-04-09 19:52:26.965 | + inc/python:setup_develop:415 : local bindep 2021-04-09 19:52:26.968 | + inc/python:setup_develop:416 : [[ /opt/stack/neutron == -bindep* ]] 2021-04-09 19:52:26.970 | + inc/python:setup_develop:420 : local project_dir=/opt/stack/neutron 2021-04-09 19:52:26.973 | + inc/python:setup_develop:421 : local extras= 2021-04-09 19:52:26.976 | + inc/python:setup_develop:422 : _setup_package_with_constraints_edit /opt/stack/neutron -e 2021-04-09 19:52:26.978 | + inc/python:_setup_package_with_constraints_edit:441 : local bindep 2021-04-09 19:52:26.981 | + inc/python:_setup_package_with_constraints_edit:442 : [[ /opt/stack/neutron == -bindep* ]] 2021-04-09 19:52:26.983 | + inc/python:_setup_package_with_constraints_edit:446 : local project_dir=/opt/stack/neutron 2021-04-09 19:52:26.985 | + inc/python:_setup_package_with_constraints_edit:447 : local flags=-e 2021-04-09 19:52:26.988 | + inc/python:_setup_package_with_constraints_edit:448 : local extras= 2021-04-09 19:52:26.991 | ++ inc/python:_setup_package_with_constraints_edit:455 : cd /opt/stack/neutron 2021-04-09 19:52:26.993 | ++ inc/python:_setup_package_with_constraints_edit:455 : pwd 2021-04-09 19:52:26.996 | + inc/python:_setup_package_with_constraints_edit:455 : project_dir=/opt/stack/neutron 2021-04-09 19:52:26.999 | + inc/python:_setup_package_with_constraints_edit:457 : '[' -n /opt/stack/requirements ']' 2021-04-09 19:52:27.001 | + inc/python:_setup_package_with_constraints_edit:459 : local name 2021-04-09 19:52:27.004 | ++ inc/python:_setup_package_with_constraints_edit:460 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2021-04-09 19:52:27.009 | + inc/python:_setup_package_with_constraints_edit:460 : name=neutron 2021-04-09 19:52:27.011 | + 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-04-09 19:52:27.874 | + inc/python:_setup_package_with_constraints_edit:466 : setup_package /opt/stack/neutron -e 2021-04-09 19:52:27.876 | + inc/python:setup_package:494 : local bindep=0 2021-04-09 19:52:27.879 | + inc/python:setup_package:495 : local bindep_flag= 2021-04-09 19:52:27.882 | + inc/python:setup_package:496 : local bindep_profiles= 2021-04-09 19:52:27.885 | + inc/python:setup_package:497 : [[ /opt/stack/neutron == -bindep* ]] 2021-04-09 19:52:27.888 | + inc/python:setup_package:502 : local project_dir=/opt/stack/neutron 2021-04-09 19:52:27.892 | + inc/python:setup_package:503 : local flags=-e 2021-04-09 19:52:27.897 | + inc/python:setup_package:504 : local extras= 2021-04-09 19:52:27.900 | + inc/python:setup_package:508 : [[ -n -e ]] 2021-04-09 19:52:27.902 | + inc/python:setup_package:508 : [[ -z '' ]] 2021-04-09 19:52:27.904 | + inc/python:setup_package:508 : [[ ! -e =~ ^-.* ]] 2021-04-09 19:52:27.907 | + inc/python:setup_package:513 : [[ ! -z '' ]] 2021-04-09 19:52:27.910 | + inc/python:setup_package:518 : [[ 0 == 1 ]] 2021-04-09 19:52:27.912 | + inc/python:setup_package:522 : pip_install -e /opt/stack/neutron 2021-04-09 19:52:27.934 | Check python version for : /opt/stack/neutron 2021-04-09 19:52:27.938 | Using 3.6 version to install /opt/stack/neutron based on default behavior 2021-04-09 19:52:28.341 | + 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-04-09 19:52:29.191 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:29.193 | Ignoring Django: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:29.196 | Ignoring Django: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:29.200 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:29.210 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:29.212 | Ignoring GitPython: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:29.214 | Ignoring GitPython: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:29.219 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:29.225 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:29.249 | Ignoring Pygments: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:29.252 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:29.254 | Ignoring Pygments: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:29.259 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:29.266 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:29.268 | Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:29.271 | Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:29.275 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:29.278 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:29.280 | Ignoring Sphinx: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:29.282 | Ignoring Sphinx: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:29.287 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:29.394 | Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:29.396 | Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:29.401 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:29.410 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:29.412 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:29.415 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:29.462 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:29.468 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:29.494 | Ignoring diskimage-builder: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:29.496 | Ignoring diskimage-builder: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:29.498 | Ignoring diskimage-builder: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:29.503 | Ignoring diskimage-builder: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:29.522 | Ignoring dnspython: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:29.524 | Ignoring dnspython: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:29.528 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:29.531 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:29.533 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:29.535 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:29.540 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:29.558 | Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:29.590 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:29.600 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:29.604 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:29.629 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:29.632 | Ignoring gunicorn: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:29.635 | Ignoring gunicorn: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:29.639 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:29.641 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:29.656 | Ignoring ifaddr: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:29.659 | Ignoring ifaddr: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:29.664 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:29.675 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:29.679 | Ignoring influxdb: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:29.681 | Ignoring influxdb: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:29.685 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:29.689 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:29.699 | Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:29.702 | Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:29.706 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:29.713 | Ignoring joblib: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:29.716 | Ignoring joblib: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:29.720 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:29.737 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:29.739 | Ignoring keyring: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:29.742 | Ignoring keyring: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:29.747 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:29.788 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:29.791 | Ignoring more-itertools: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:29.794 | Ignoring more-itertools: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:29.799 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:29.812 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:29.814 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:29.820 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:29.822 | Ignoring mypy-extensions: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:29.825 | Ignoring mypy-extensions: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:29.830 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:29.832 | Ignoring ndg-httpsclient: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:29.841 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:29.843 | Ignoring networkx: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:29.846 | Ignoring networkx: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:29.851 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:29.868 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:29.870 | Ignoring numpy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:29.872 | Ignoring numpy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:29.877 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:29.978 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:30.068 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:30.070 | Ignoring pytest: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:30.072 | Ignoring pytest: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:30.077 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:30.189 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:30.237 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:30.239 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:30.243 | Ignoring scikit-learn: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:30.245 | Ignoring scikit-learn: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:30.251 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:30.253 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:30.256 | Ignoring scipy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:30.258 | Ignoring scipy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:30.263 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:30.282 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:30.301 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:30.305 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:30.309 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:30.313 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:30.316 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:30.320 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:30.324 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:30.327 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:30.332 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:30.337 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:30.352 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:30.357 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:30.365 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:30.367 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:30.372 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:30.376 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:30.379 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:30.383 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:30.387 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:30.410 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:30.445 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:30.451 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:30.453 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:30.457 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:30.461 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:30.469 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:30.473 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:30.477 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:30.481 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:30.486 | Ignoring typing-extensions: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:30.488 | Ignoring typing-extensions: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:30.493 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:30.498 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:30.523 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:30.550 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:30.553 | Ignoring zeroconf: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:30.555 | Ignoring zeroconf: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:30.560 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:30.567 | Obtaining file:///opt/stack/neutron 2021-04-09 19:52:32.981 | Obtaining neutron from file:///opt/stack/neutron#egg=neutron (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-04-09 19:52:35.082 | 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-04-09 19:52:35.088 | 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-04-09 19:52:35.092 | 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-04-09 19:52:35.101 | 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-04-09 19:52:35.109 | 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-04-09 19:52:35.118 | 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-04-09 19:52:35.141 | 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-04-09 19:52:35.156 | 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-04-09 19:52:35.164 | 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-04-09 19:52:35.175 | 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-04-09 19:52:35.179 | 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-04-09 19:52:35.189 | 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-04-09 19:52:35.192 | 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-04-09 19:52:35.196 | 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-04-09 19:52:35.285 | 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-04-09 19:52:35.343 | 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-04-09 19:52:35.345 | 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-04-09 19:52:35.349 | 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-04-09 19:52:35.352 | 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-04-09 19:52:35.397 | 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-04-09 19:52:35.430 | 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-04-09 19:52:35.449 | 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-04-09 19:52:35.454 | 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-04-09 19:52:35.460 | 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-04-09 19:52:35.485 | 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-04-09 19:52:35.503 | 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-04-09 19:52:35.553 | 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-04-09 19:52:35.569 | 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-04-09 19:52:35.588 | 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-04-09 19:52:35.594 | 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-04-09 19:52:35.651 | 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-04-09 19:52:35.658 | 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-04-09 19:52:35.705 | 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-04-09 19:52:35.767 | 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-04-09 19:52:35.789 | 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-04-09 19:52:35.805 | 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-04-09 19:52:35.827 | 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-04-09 19:52:35.842 | 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-04-09 19:52:35.846 | 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-04-09 19:52:35.858 | 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-04-09 19:52:35.887 | 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-04-09 19:52:35.901 | 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-04-09 19:52:35.923 | 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-04-09 19:52:35.946 | 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-04-09 19:52:35.994 | 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-04-09 19:52:35.998 | 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-04-09 19:52:36.009 | 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-04-09 19:52:36.024 | 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-04-09 19:52:36.027 | 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-04-09 19:52:36.037 | 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-04-09 19:52:36.039 | 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-04-09 19:52:36.044 | 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-04-09 19:52:36.055 | 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-04-09 19:52:36.058 | 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-04-09 19:52:36.061 | 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-04-09 19:52:36.064 | 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-04-09 19:52:36.069 | 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-04-09 19:52:36.089 | 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-04-09 19:52:36.092 | 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-04-09 19:52:36.113 | 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-04-09 19:52:36.144 | 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-04-09 19:52:36.164 | 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-04-09 19:52:36.168 | 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-04-09 19:52:36.176 | 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-04-09 19:52:36.200 | 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-04-09 19:52:36.202 | 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-04-09 19:52:36.207 | 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-04-09 19:52:36.211 | 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-04-09 19:52:36.214 | 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-04-09 19:52:36.216 | 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-04-09 19:52:36.220 | 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-04-09 19:52:36.230 | 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-04-09 19:52:36.233 | 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-04-09 19:52:36.236 | 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-04-09 19:52:36.243 | 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-04-09 19:52:36.256 | 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-04-09 19:52:36.265 | 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-04-09 19:52:36.272 | 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-04-09 19:52:36.289 | 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-04-09 19:52:36.308 | 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-04-09 19:52:36.311 | 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-04-09 19:52:36.319 | 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-04-09 19:52:36.341 | 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-04-09 19:52:36.344 | 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-04-09 19:52:36.347 | 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-04-09 19:52:36.352 | 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-04-09 19:52:36.354 | 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-04-09 19:52:36.357 | 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-04-09 19:52:36.360 | 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-04-09 19:52:36.363 | 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-04-09 19:52:36.367 | 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-04-09 19:52:36.370 | 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-04-09 19:52:36.374 | 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-04-09 19:52:36.414 | 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-04-09 19:52:36.419 | 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-04-09 19:52:36.423 | 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-04-09 19:52:36.428 | 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-04-09 19:52:36.433 | 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-04-09 19:52:36.436 | 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-04-09 19:52:36.452 | 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-04-09 19:52:36.457 | 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-04-09 19:52:36.499 | 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-04-09 19:52:36.502 | 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-04-09 19:52:36.514 | 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-04-09 19:52:36.523 | 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-04-09 19:52:36.537 | 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-04-09 19:52:36.561 | 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-04-09 19:52:36.563 | 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-04-09 19:52:36.582 | 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-04-09 19:52:36.602 | 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-04-09 19:52:36.619 | 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-04-09 19:52:36.623 | 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-04-09 19:52:36.625 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 139)) 2021-04-09 19:52:36.628 | 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-04-09 19:52:36.631 | 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-04-09 19:52:36.634 | 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-04-09 19:52:36.636 | 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-04-09 19:52:36.639 | 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-04-09 19:52:36.641 | 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-04-09 19:52:36.644 | 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-04-09 19:52:36.648 | 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-04-09 19:52:36.651 | 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-04-09 19:52:36.669 | 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-04-09 19:52:36.672 | 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-04-09 19:52:36.684 | 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-04-09 19:52:36.691 | 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-04-09 19:52:36.697 | 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-04-09 19:52:36.742 | 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-04-09 19:52:36.773 | 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-04-09 19:52:36.789 | 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-04-09 19:52:36.804 | 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-04-09 19:52:36.808 | 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-04-09 19:52:36.811 | 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-04-09 19:52:36.814 | 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-04-09 19:52:36.819 | Installing collected packages: neutron 2021-04-09 19:52:36.819 | Found existing installation: neutron 15.3.3 2021-04-09 19:52:37.742 | Uninstalling neutron-15.3.3: 2021-04-09 19:52:39.384 | Successfully uninstalled neutron-15.3.3 2021-04-09 19:52:39.384 | Running setup.py develop for neutron 2021-04-09 19:52:42.128 | Successfully installed neutron 2021-04-09 19:52:42.242 | You are using pip version 9.0.3, however version 21.0.1 is available. 2021-04-09 19:52:42.243 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-04-09 19:52:42.326 | + inc/python:pip_install:290 : result=0 2021-04-09 19:52:42.328 | + inc/python:pip_install:292 : time_stop pip_install 2021-04-09 19:52:42.330 | + functions-common:time_stop:2336 : local name 2021-04-09 19:52:42.333 | + functions-common:time_stop:2337 : local end_time 2021-04-09 19:52:42.335 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 19:52:42.337 | + functions-common:time_stop:2339 : local total 2021-04-09 19:52:42.340 | + functions-common:time_stop:2340 : local start_time 2021-04-09 19:52:42.342 | + functions-common:time_stop:2342 : name=pip_install 2021-04-09 19:52:42.344 | + functions-common:time_stop:2343 : start_time=1617997947926 2021-04-09 19:52:42.347 | + functions-common:time_stop:2345 : [[ -z 1617997947926 ]] 2021-04-09 19:52:42.350 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 19:52:42.354 | + functions-common:time_stop:2348 : end_time=1617997962351 2021-04-09 19:52:42.356 | + functions-common:time_stop:2349 : elapsed_time=14425 2021-04-09 19:52:42.358 | + functions-common:time_stop:2350 : total=170760 2021-04-09 19:52:42.360 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 19:52:42.363 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=185185 2021-04-09 19:52:42.365 | + inc/python:pip_install:293 : return 0 2021-04-09 19:52:42.368 | + inc/python:setup_package:524 : [[ -e == \-\e ]] 2021-04-09 19:52:42.370 | + inc/python:setup_package:525 : safe_chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2021-04-09 19:52:42.372 | + functions-common:safe_chown:2237 : _safe_permission_operation chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2021-04-09 19:52:42.390 | + functions-common:_safe_permission_operation:2085 : sudo chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2021-04-09 19:52:42.402 | + inc/python:_setup_package_with_constraints_edit:470 : use_library_from_git /opt/stack/neutron 2021-04-09 19:52:42.405 | + inc/python:use_library_from_git:328 : local name=/opt/stack/neutron 2021-04-09 19:52:42.407 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:52:42.410 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:52:42.412 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,/opt/stack/neutron, ]] 2021-04-09 19:52:42.415 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:52:42.418 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-04-09 19:52:42.420 | + ./stack.sh:main:951 : is_service_enabled nova 2021-04-09 19:52:42.438 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:52:42.441 | + ./stack.sh:main:953 : stack_install_service nova 2021-04-09 19:52:42.444 | + lib/stack:stack_install_service:20 : local service=nova 2021-04-09 19:52:42.446 | + lib/stack:stack_install_service:21 : type install_nova 2021-04-09 19:52:42.449 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-04-09 19:52:42.451 | + lib/stack:stack_install_service:32 : install_nova 2021-04-09 19:52:42.454 | + lib/nova:install_nova:792 : use_library_from_git os-vif 2021-04-09 19:52:42.456 | + inc/python:use_library_from_git:328 : local name=os-vif 2021-04-09 19:52:42.459 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:52:42.461 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:52:42.464 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,os-vif, ]] 2021-04-09 19:52:42.467 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:52:42.469 | + lib/nova:install_nova:797 : is_service_enabled n-cpu 2021-04-09 19:52:42.491 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 19:52:42.493 | + lib/nova:install_nova:801 : is_service_enabled n-novnc 2021-04-09 19:52:42.511 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 19:52:42.513 | + lib/nova:install_nova:813 : is_service_enabled n-spice 2021-04-09 19:52:42.530 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 19:52:42.532 | + lib/nova:install_nova:825 : git_clone https://opendev.org/openstack/nova.git /opt/stack/nova stable/train 2021-04-09 19:52:42.535 | + functions-common:git_clone:524 : local git_remote=https://opendev.org/openstack/nova.git 2021-04-09 19:52:42.537 | + functions-common:git_clone:525 : local git_dest=/opt/stack/nova 2021-04-09 19:52:42.540 | + functions-common:git_clone:526 : local git_ref=stable/train 2021-04-09 19:52:42.542 | + functions-common:git_clone:527 : local orig_dir 2021-04-09 19:52:42.545 | ++ functions-common:git_clone:528 : pwd 2021-04-09 19:52:42.548 | + functions-common:git_clone:528 : orig_dir=/home/ubuntu/devstack 2021-04-09 19:52:42.550 | + functions-common:git_clone:529 : local git_clone_flags= 2021-04-09 19:52:42.553 | ++ functions-common:git_clone:531 : trueorfalse False RECLONE 2021-04-09 19:52:42.569 | + functions-common:git_clone:531 : RECLONE=False 2021-04-09 19:52:42.571 | + functions-common:git_clone:532 : [[ 0 -gt 0 ]] 2021-04-09 19:52:42.573 | + functions-common:git_clone:536 : [[ False = \T\r\u\e ]] 2021-04-09 19:52:42.576 | + functions-common:git_clone:545 : echo stable/train 2021-04-09 19:52:42.576 | + functions-common:git_clone:545 : egrep -q '^refs' 2021-04-09 19:52:42.581 | + functions-common:git_clone:559 : [[ ! -d /opt/stack/nova ]] 2021-04-09 19:52:42.583 | + functions-common:git_clone:567 : [[ False = \T\r\u\e ]] 2021-04-09 19:52:42.586 | + functions-common:git_clone:593 : cd /opt/stack/nova 2021-04-09 19:52:42.588 | + functions-common:git_clone:594 : git show --oneline 2021-04-09 19:52:42.589 | + functions-common:git_clone:594 : head -1 2021-04-09 19:52:42.594 | 04298cfb3e Merge "Test for disabling greendns" into stable/train 2021-04-09 19:52:42.596 | + functions-common:git_clone:595 : cd /home/ubuntu/devstack 2021-04-09 19:52:42.600 | + lib/nova:install_nova:826 : setup_develop /opt/stack/nova 2021-04-09 19:52:42.602 | + inc/python:setup_develop:415 : local bindep 2021-04-09 19:52:42.605 | + inc/python:setup_develop:416 : [[ /opt/stack/nova == -bindep* ]] 2021-04-09 19:52:42.607 | + inc/python:setup_develop:420 : local project_dir=/opt/stack/nova 2021-04-09 19:52:42.610 | + inc/python:setup_develop:421 : local extras= 2021-04-09 19:52:42.612 | + inc/python:setup_develop:422 : _setup_package_with_constraints_edit /opt/stack/nova -e 2021-04-09 19:52:42.615 | + inc/python:_setup_package_with_constraints_edit:441 : local bindep 2021-04-09 19:52:42.617 | + inc/python:_setup_package_with_constraints_edit:442 : [[ /opt/stack/nova == -bindep* ]] 2021-04-09 19:52:42.620 | + inc/python:_setup_package_with_constraints_edit:446 : local project_dir=/opt/stack/nova 2021-04-09 19:52:42.622 | + inc/python:_setup_package_with_constraints_edit:447 : local flags=-e 2021-04-09 19:52:42.625 | + inc/python:_setup_package_with_constraints_edit:448 : local extras= 2021-04-09 19:52:42.628 | ++ inc/python:_setup_package_with_constraints_edit:455 : cd /opt/stack/nova 2021-04-09 19:52:42.631 | ++ inc/python:_setup_package_with_constraints_edit:455 : pwd 2021-04-09 19:52:42.634 | + inc/python:_setup_package_with_constraints_edit:455 : project_dir=/opt/stack/nova 2021-04-09 19:52:42.636 | + inc/python:_setup_package_with_constraints_edit:457 : '[' -n /opt/stack/requirements ']' 2021-04-09 19:52:42.638 | + inc/python:_setup_package_with_constraints_edit:459 : local name 2021-04-09 19:52:42.642 | ++ inc/python:_setup_package_with_constraints_edit:460 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2021-04-09 19:52:42.647 | + inc/python:_setup_package_with_constraints_edit:460 : name=nova 2021-04-09 19:52:42.650 | + 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-04-09 19:52:43.496 | + inc/python:_setup_package_with_constraints_edit:466 : setup_package /opt/stack/nova -e 2021-04-09 19:52:43.498 | + inc/python:setup_package:494 : local bindep=0 2021-04-09 19:52:43.501 | + inc/python:setup_package:495 : local bindep_flag= 2021-04-09 19:52:43.503 | + inc/python:setup_package:496 : local bindep_profiles= 2021-04-09 19:52:43.505 | + inc/python:setup_package:497 : [[ /opt/stack/nova == -bindep* ]] 2021-04-09 19:52:43.507 | + inc/python:setup_package:502 : local project_dir=/opt/stack/nova 2021-04-09 19:52:43.510 | + inc/python:setup_package:503 : local flags=-e 2021-04-09 19:52:43.512 | + inc/python:setup_package:504 : local extras= 2021-04-09 19:52:43.514 | + inc/python:setup_package:508 : [[ -n -e ]] 2021-04-09 19:52:43.516 | + inc/python:setup_package:508 : [[ -z '' ]] 2021-04-09 19:52:43.519 | + inc/python:setup_package:508 : [[ ! -e =~ ^-.* ]] 2021-04-09 19:52:43.522 | + inc/python:setup_package:513 : [[ ! -z '' ]] 2021-04-09 19:52:43.524 | + inc/python:setup_package:518 : [[ 0 == 1 ]] 2021-04-09 19:52:43.526 | + inc/python:setup_package:522 : pip_install -e /opt/stack/nova 2021-04-09 19:52:43.547 | Check python version for : /opt/stack/nova 2021-04-09 19:52:43.550 | Using 3.6 version to install /opt/stack/nova based on default behavior 2021-04-09 19:52:43.970 | + 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-04-09 19:52:44.843 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:44.845 | Ignoring Django: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:44.848 | Ignoring Django: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:44.853 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:44.862 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:44.865 | Ignoring GitPython: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:44.867 | Ignoring GitPython: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:44.872 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:44.877 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:44.902 | Ignoring Pygments: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:44.904 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:44.906 | Ignoring Pygments: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:44.912 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:44.919 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:44.921 | Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:44.924 | Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:44.929 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:44.932 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:44.934 | Ignoring Sphinx: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:44.936 | Ignoring Sphinx: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:44.941 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:45.049 | Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:45.052 | Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:45.057 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:45.065 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:45.068 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:45.071 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:45.119 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:45.125 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:45.150 | Ignoring diskimage-builder: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:45.153 | Ignoring diskimage-builder: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:45.155 | Ignoring diskimage-builder: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:45.160 | Ignoring diskimage-builder: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:45.180 | Ignoring dnspython: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:45.182 | Ignoring dnspython: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:45.187 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:45.189 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:45.191 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:45.194 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:45.198 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:45.215 | Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:45.247 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:45.249 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:45.253 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:45.278 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:45.280 | Ignoring gunicorn: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:45.283 | Ignoring gunicorn: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:45.288 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:45.290 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:45.305 | Ignoring ifaddr: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:45.308 | Ignoring ifaddr: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:45.313 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:45.324 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:45.326 | Ignoring influxdb: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:45.328 | Ignoring influxdb: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:45.333 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:45.337 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:45.346 | Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:45.349 | Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:45.354 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:45.359 | Ignoring joblib: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:45.362 | Ignoring joblib: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:45.367 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:45.383 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:45.386 | Ignoring keyring: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:45.388 | Ignoring keyring: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:45.393 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:45.434 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:45.436 | Ignoring more-itertools: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:45.440 | Ignoring more-itertools: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:45.445 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:45.457 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:45.460 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:45.464 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:45.467 | Ignoring mypy-extensions: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:45.469 | Ignoring mypy-extensions: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:45.475 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:45.477 | Ignoring ndg-httpsclient: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:45.486 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:45.488 | Ignoring networkx: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:45.491 | Ignoring networkx: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:45.496 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:45.514 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:45.516 | Ignoring numpy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:45.518 | Ignoring numpy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:45.523 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:45.624 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:45.712 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:45.714 | Ignoring pytest: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:45.716 | Ignoring pytest: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:45.721 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:45.830 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:45.877 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:45.880 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:45.883 | Ignoring scikit-learn: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:45.885 | Ignoring scikit-learn: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:45.890 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:45.892 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:45.894 | Ignoring scipy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:45.898 | Ignoring scipy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:45.903 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:45.923 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:45.944 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:45.946 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:45.951 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:45.955 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:45.958 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:45.963 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:45.967 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:45.969 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:45.976 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:45.992 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:45.995 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:46.000 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:46.007 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:46.010 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:46.014 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:46.018 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:46.021 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:46.026 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:46.030 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:46.054 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:46.089 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:46.095 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:46.097 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:46.103 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:46.106 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:46.116 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:46.120 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:46.122 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:46.128 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:46.132 | Ignoring typing-extensions: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:46.135 | Ignoring typing-extensions: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:46.139 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:46.146 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:46.170 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:46.197 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:52:46.200 | Ignoring zeroconf: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:52:46.202 | Ignoring zeroconf: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:52:46.206 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:52:46.214 | Obtaining file:///opt/stack/nova 2021-04-09 19:52:49.951 | Obtaining nova from file:///opt/stack/nova#egg=nova (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-04-09 19:52:53.438 | 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-04-09 19:52:53.443 | 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-04-09 19:52:53.449 | 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-04-09 19:52:53.452 | 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-04-09 19:52:53.461 | 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-04-09 19:52:53.469 | 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-04-09 19:52:53.478 | 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-04-09 19:52:53.501 | 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-04-09 19:52:53.515 | 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-04-09 19:52:53.538 | 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-04-09 19:52:53.578 | 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-04-09 19:52:53.592 | 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-04-09 19:52:53.595 | 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-04-09 19:52:53.607 | 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-04-09 19:52:53.624 | 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-04-09 19:52:53.627 | 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-04-09 19:52:53.630 | 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-04-09 19:52:53.651 | 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-04-09 19:52:53.723 | 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-04-09 19:52:53.781 | 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-04-09 19:52:53.932 | Collecting microversion-parse===0.2.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) 2021-04-09 19:52:53.980 | Downloading http://10.100.0.9:8080/root/pypi/+f/cca/a417d02e1c0cd/microversion_parse-0.2.1-py2.py3-none-any.whl 2021-04-09 19:52:54.133 | 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-04-09 19:52:54.135 | 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-04-09 19:52:54.138 | 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-04-09 19:52:54.141 | 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-04-09 19:52:54.173 | Requirement already satisfied: os-brick===2.10.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 365)) 2021-04-09 19:52:54.335 | Collecting os-resource-classes===0.5.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 372)) 2021-04-09 19:52:54.357 | Downloading http://10.100.0.9:8080/root/pypi/+f/b78/aca0b7672ae56/os_resource_classes-0.5.0-py2.py3-none-any.whl 2021-04-09 19:52:54.522 | 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-04-09 19:52:54.526 | 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-04-09 19:52:54.532 | 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-04-09 19:52:54.558 | 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-04-09 19:52:54.579 | 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-04-09 19:52:54.597 | 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-04-09 19:52:54.646 | 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-04-09 19:52:54.662 | 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-04-09 19:52:54.682 | 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-04-09 19:52:54.687 | 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-04-09 19:52:54.744 | 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-04-09 19:52:54.752 | 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-04-09 19:52:54.804 | 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-04-09 19:52:54.867 | 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-04-09 19:52:54.886 | 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-04-09 19:52:54.902 | 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-04-09 19:52:54.925 | 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-04-09 19:52:54.939 | 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-04-09 19:52:54.944 | 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-04-09 19:52:54.956 | 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-04-09 19:52:54.984 | 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-04-09 19:52:54.998 | 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-04-09 19:52:55.020 | 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-04-09 19:52:55.042 | 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-04-09 19:52:55.052 | 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-04-09 19:52:55.067 | 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-04-09 19:52:55.070 | 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-04-09 19:52:55.072 | 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-04-09 19:52:55.077 | 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-04-09 19:52:55.088 | 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-04-09 19:52:55.090 | 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-04-09 19:52:55.231 | Collecting pypowervm===1.1.20 (from -c /opt/stack/requirements/upper-constraints.txt (line 451)) 2021-04-09 19:52:55.277 | Downloading http://10.100.0.9:8080/root/pypi/+f/259/0a533096c2543/pypowervm-1.1.20-py2.py3-none-any.whl (1.1MB) 2021-04-09 19:52:55.576 | 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-04-09 19:52:55.579 | 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-04-09 19:52:55.585 | 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-04-09 19:52:55.741 | Collecting python-cinderclient===5.0.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 469)) 2021-04-09 19:52:55.807 | Downloading http://10.100.0.9:8080/root/pypi/+f/dab/b6f3db1a94d19/python_cinderclient-5.0.1-py2.py3-none-any.whl (274kB) 2021-04-09 19:52:56.017 | 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-04-09 19:52:56.024 | 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-04-09 19:52:56.045 | 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-04-09 19:52:56.064 | 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-04-09 19:52:56.095 | 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-04-09 19:52:56.100 | 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-04-09 19:52:56.108 | 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-04-09 19:52:56.152 | 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-04-09 19:52:56.155 | 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-04-09 19:52:56.159 | 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-04-09 19:52:56.165 | 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-04-09 19:52:56.168 | 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-04-09 19:52:56.171 | 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-04-09 19:52:56.182 | 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-04-09 19:52:56.185 | 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-04-09 19:52:56.188 | 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-04-09 19:52:56.194 | 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-04-09 19:52:56.276 | 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-04-09 19:52:56.290 | 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-04-09 19:52:56.300 | 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-04-09 19:52:56.307 | 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-04-09 19:52:56.324 | 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-04-09 19:52:56.412 | 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-04-09 19:52:56.416 | 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-04-09 19:52:56.424 | 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-04-09 19:52:56.447 | 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-04-09 19:52:56.451 | 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-04-09 19:52:56.600 | Collecting websockify===0.9.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 691)) 2021-04-09 19:52:56.621 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/427/91706b55e301d/websockify-0.9.0-py3-none-any.whl 2021-04-09 19:52:56.774 | 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-04-09 19:52:56.778 | 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-04-09 19:52:56.920 | Collecting zVMCloudConnector===1.4.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 701)) 2021-04-09 19:52:56.943 | Downloading http://10.100.0.9:8080/root/pypi/+f/f24/a37d5a0206e79/zVMCloudConnector-1.4.1.tar.gz (238kB) 2021-04-09 19:52:57.899 | 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-04-09 19:52:57.903 | 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-04-09 19:52:57.905 | 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-04-09 19:52:57.951 | 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-04-09 19:52:57.981 | 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-04-09 19:52:57.985 | 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-04-09 19:52:57.988 | 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-04-09 19:52:57.991 | 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-04-09 19:52:57.995 | 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-04-09 19:52:57.999 | 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-04-09 19:52:58.003 | 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-04-09 19:52:58.014 | 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-04-09 19:52:58.020 | 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-04-09 19:52:58.030 | 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-04-09 19:52:58.040 | 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-04-09 19:52:58.087 | 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-04-09 19:52:58.114 | 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-04-09 19:52:58.118 | 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-04-09 19:52:58.130 | 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-04-09 19:52:58.134 | 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-04-09 19:52:58.148 | 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-04-09 19:52:58.157 | 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-04-09 19:52:58.161 | 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-04-09 19:52:58.164 | 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-04-09 19:52:58.181 | 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-04-09 19:52:58.196 | 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-04-09 19:52:58.200 | 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-04-09 19:52:58.219 | 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-04-09 19:52:58.222 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 139)) 2021-04-09 19:52:58.224 | 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-04-09 19:52:58.228 | 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-04-09 19:52:58.230 | 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-04-09 19:52:58.274 | 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-04-09 19:52:58.278 | 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-04-09 19:52:58.287 | 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-04-09 19:52:58.289 | 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-04-09 19:52:58.292 | 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-04-09 19:52:58.294 | 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-04-09 19:52:58.434 | Collecting numpy===1.17.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 351)) 2021-04-09 19:52:59.114 | 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-04-09 19:53:00.498 | 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-04-09 19:53:00.514 | 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-04-09 19:53:00.517 | 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-04-09 19:53:00.520 | 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-04-09 19:53:00.525 | 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-04-09 19:53:00.527 | 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-04-09 19:53:00.531 | 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-04-09 19:53:00.549 | 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-04-09 19:53:00.552 | 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-04-09 19:53:00.569 | 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-04-09 19:53:00.583 | 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-04-09 19:53:00.587 | 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-04-09 19:53:00.589 | 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-04-09 19:53:00.593 | Building wheels for collected packages: zVMCloudConnector 2021-04-09 19:53:00.593 | Running setup.py bdist_wheel for zVMCloudConnector: started 2021-04-09 19:53:01.710 | Running setup.py bdist_wheel for zVMCloudConnector: finished with status 'done' 2021-04-09 19:53:01.711 | Stored in directory: /root/.cache/pip/wheels/86/28/7e/e32f8f1e11f641ebdf74c1f88c292da15dc6adf2f7ae3e45ee 2021-04-09 19:53:01.764 | Successfully built zVMCloudConnector 2021-04-09 19:53:01.765 | Installing collected packages: python-cinderclient, numpy, websockify, os-resource-classes, microversion-parse, pypowervm, zVMCloudConnector, nova 2021-04-09 19:53:05.352 | Running setup.py develop for nova 2021-04-09 19:53:09.750 | 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.1 websockify-0.9.0 zVMCloudConnector-1.4.1 2021-04-09 19:53:09.974 | You are using pip version 9.0.3, however version 21.0.1 is available. 2021-04-09 19:53:09.974 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-04-09 19:53:10.059 | + inc/python:pip_install:290 : result=0 2021-04-09 19:53:10.061 | + inc/python:pip_install:292 : time_stop pip_install 2021-04-09 19:53:10.063 | + functions-common:time_stop:2336 : local name 2021-04-09 19:53:10.066 | + functions-common:time_stop:2337 : local end_time 2021-04-09 19:53:10.069 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 19:53:10.071 | + functions-common:time_stop:2339 : local total 2021-04-09 19:53:10.073 | + functions-common:time_stop:2340 : local start_time 2021-04-09 19:53:10.075 | + functions-common:time_stop:2342 : name=pip_install 2021-04-09 19:53:10.077 | + functions-common:time_stop:2343 : start_time=1617997963540 2021-04-09 19:53:10.079 | + functions-common:time_stop:2345 : [[ -z 1617997963540 ]] 2021-04-09 19:53:10.083 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 19:53:10.086 | + functions-common:time_stop:2348 : end_time=1617997990084 2021-04-09 19:53:10.088 | + functions-common:time_stop:2349 : elapsed_time=26544 2021-04-09 19:53:10.091 | + functions-common:time_stop:2350 : total=185185 2021-04-09 19:53:10.093 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 19:53:10.096 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=211729 2021-04-09 19:53:10.099 | + inc/python:pip_install:293 : return 0 2021-04-09 19:53:10.101 | + inc/python:setup_package:524 : [[ -e == \-\e ]] 2021-04-09 19:53:10.103 | + inc/python:setup_package:525 : safe_chown -R ubuntu /opt/stack/nova/nova.egg-info 2021-04-09 19:53:10.106 | + functions-common:safe_chown:2237 : _safe_permission_operation chown -R ubuntu /opt/stack/nova/nova.egg-info 2021-04-09 19:53:10.123 | + functions-common:_safe_permission_operation:2085 : sudo chown -R ubuntu /opt/stack/nova/nova.egg-info 2021-04-09 19:53:10.135 | + inc/python:_setup_package_with_constraints_edit:470 : use_library_from_git /opt/stack/nova 2021-04-09 19:53:10.138 | + inc/python:use_library_from_git:328 : local name=/opt/stack/nova 2021-04-09 19:53:10.140 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:53:10.143 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:53:10.146 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,/opt/stack/nova, ]] 2021-04-09 19:53:10.148 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:53:10.151 | + 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-04-09 19:53:10.163 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-04-09 19:53:10.166 | + ./stack.sh:main:954 : configure_nova 2021-04-09 19:53:10.168 | + lib/nova:configure_nova:240 : sudo install -d -o ubuntu /etc/nova 2021-04-09 19:53:10.181 | + lib/nova:configure_nova:242 : configure_rootwrap nova 2021-04-09 19:53:10.183 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2021-04-09 19:53:10.186 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2021-04-09 19:53:10.190 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2021-04-09 19:53:10.190 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2021-04-09 19:53:10.195 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2021-04-09 19:53:10.197 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2021-04-09 19:53:10.200 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2021-04-09 19:53:10.202 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2021-04-09 19:53:10.205 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/nova 2021-04-09 19:53:10.208 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/nova/etc/nova 2021-04-09 19:53:10.213 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2021-04-09 19:53:10.216 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2021-04-09 19:53:10.228 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2021-04-09 19:53:10.240 | + 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-04-09 19:53:10.251 | + 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-04-09 19:53:10.263 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2021-04-09 19:53:10.276 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2021-04-09 19:53:10.279 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2021-04-09 19:53:10.283 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.6D2us6vHGl 2021-04-09 19:53:10.285 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2021-04-09 19:53:10.288 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2021-04-09 19:53:10.290 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2021-04-09 19:53:10.293 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2021-04-09 19:53:10.295 | + inc/rootwrap:configure_rootwrap:72 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2021-04-09 19:53:10.298 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.6D2us6vHGl 2021-04-09 19:53:10.303 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.6D2us6vHGl 2021-04-09 19:53:10.314 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.6D2us6vHGl /etc/sudoers.d/nova-rootwrap 2021-04-09 19:53:10.326 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2021-04-09 19:53:10.331 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2021-04-09 19:53:10.333 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2021-04-09 19:53:10.336 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2021-04-09 19:53:10.338 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2021-04-09 19:53:10.341 | + 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-04-09 19:53:10.343 | + 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-04-09 19:53:10.346 | + 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-04-09 19:53:10.349 | + lib/nova:configure_nova:246 : cp /opt/stack/nova/etc/nova/api-paste.ini /etc/nova 2021-04-09 19:53:10.354 | + lib/nova:configure_nova:249 : is_service_enabled n-cpu 2021-04-09 19:53:10.370 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 19:53:10.372 | + lib/nova:configure_nova:327 : create_nova_conf 2021-04-09 19:53:10.375 | + lib/nova:create_nova_conf:394 : rm -f /opt/stack/nova/bin/nova.conf 2021-04-09 19:53:10.380 | + lib/nova:create_nova_conf:397 : rm -f /etc/nova/nova.conf 2021-04-09 19:53:10.383 | + lib/nova:create_nova_conf:398 : iniset /etc/nova/nova.conf DEFAULT debug True 2021-04-09 19:53:10.408 | + lib/nova:create_nova_conf:399 : '[' True == True ']' 2021-04-09 19:53:10.411 | + lib/nova:create_nova_conf:400 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2021-04-09 19:53:10.435 | + lib/nova:create_nova_conf:402 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2021-04-09 19:53:10.460 | + lib/nova:create_nova_conf:403 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2021-04-09 19:53:10.484 | + lib/nova:create_nova_conf:404 : iniset /etc/nova/nova.conf scheduler driver filter_scheduler 2021-04-09 19:53:10.511 | + lib/nova:create_nova_conf:405 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2021-04-09 19:53:10.537 | + lib/nova:create_nova_conf:406 : [[ filter_scheduler == \f\i\l\t\e\r\_\s\c\h\e\d\u\l\e\r ]] 2021-04-09 19:53:10.540 | + lib/nova:create_nova_conf:407 : iniset /etc/nova/nova.conf scheduler workers 2 2021-04-09 19:53:10.563 | + lib/nova:create_nova_conf:409 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2021-04-09 19:53:10.590 | + lib/nova:create_nova_conf:410 : [[ 4 == 6 ]] 2021-04-09 19:53:10.592 | + lib/nova:create_nova_conf:413 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.222.0.52 2021-04-09 19:53:10.616 | + lib/nova:create_nova_conf:415 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2021-04-09 19:53:10.640 | + lib/nova:create_nova_conf:416 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2021-04-09 19:53:10.665 | + lib/nova:create_nova_conf:417 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2021-04-09 19:53:10.690 | + lib/nova:create_nova_conf:418 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2021-04-09 19:53:10.715 | + lib/nova:create_nova_conf:420 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2021-04-09 19:53:10.740 | + lib/nova:create_nova_conf:422 : is_fedora 2021-04-09 19:53:10.743 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2021-04-09 19:53:10.745 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2021-04-09 19:53:10.747 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2021-04-09 19:53:10.749 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-04-09 19:53:10.751 | + functions-common:is_fedora:454 : '[' Ubuntu = CentOS ']' 2021-04-09 19:53:10.754 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2021-04-09 19:53:10.756 | + functions-common:is_fedora:455 : '[' Ubuntu = Virtuozzo ']' 2021-04-09 19:53:10.759 | + lib/nova:create_nova_conf:422 : is_suse 2021-04-09 19:53:10.761 | + functions-common:is_suse:463 : is_opensuse 2021-04-09 19:53:10.763 | + functions-common:is_opensuse:470 : [[ -z Ubuntu ]] 2021-04-09 19:53:10.765 | + functions-common:is_opensuse:474 : [[ Ubuntu =~ (openSUSE) ]] 2021-04-09 19:53:10.767 | + functions-common:is_suse:463 : is_suse_linux_enterprise 2021-04-09 19:53:10.770 | + functions-common:is_suse_linux_enterprise:482 : [[ -z Ubuntu ]] 2021-04-09 19:53:10.772 | + functions-common:is_suse_linux_enterprise:486 : [[ Ubuntu =~ (^SUSE) ]] 2021-04-09 19:53:10.775 | + lib/nova:create_nova_conf:431 : is_service_enabled n-api n-cond n-sched 2021-04-09 19:53:10.790 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:53:10.792 | + lib/nova:create_nova_conf:435 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-04-09 19:53:10.794 | + lib/nova:create_nova_conf:438 : local db=nova_cell0 2021-04-09 19:53:10.797 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf filter_scheduler track_instance_changes False 2021-04-09 19:53:10.822 | ++ lib/nova:create_nova_conf:444 : database_connection_url nova_cell0 2021-04-09 19:53:10.824 | ++ lib/database:database_connection_url:132 : local db=nova_cell0 2021-04-09 19:53:10.826 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_cell0 2021-04-09 19:53:10.829 | ++ lib/databases/mysql:database_connection_url_mysql:179 : local db=nova_cell0 2021-04-09 19:53:10.831 | ++ lib/databases/mysql:database_connection_url_mysql:180 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2021-04-09 19:53:10.834 | + 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-04-09 19:53:10.861 | ++ lib/nova:create_nova_conf:445 : database_connection_url nova_api 2021-04-09 19:53:10.863 | ++ lib/database:database_connection_url:132 : local db=nova_api 2021-04-09 19:53:10.866 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_api 2021-04-09 19:53:10.868 | ++ lib/databases/mysql:database_connection_url_mysql:179 : local db=nova_api 2021-04-09 19:53:10.870 | ++ lib/databases/mysql:database_connection_url_mysql:180 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8' 2021-04-09 19:53:10.873 | + 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-04-09 19:53:10.900 | + lib/nova:create_nova_conf:450 : iniset /etc/nova/nova.conf cache enabled True 2021-04-09 19:53:10.926 | + lib/nova:create_nova_conf:451 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2021-04-09 19:53:10.950 | + lib/nova:create_nova_conf:452 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2021-04-09 19:53:10.973 | + lib/nova:create_nova_conf:455 : is_service_enabled n-api 2021-04-09 19:53:10.989 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:53:10.991 | + lib/nova:create_nova_conf:456 : is_service_enabled n-api-meta 2021-04-09 19:53:11.007 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:53:11.010 | ++ lib/nova:create_nova_conf:458 : echo osapi_compute,metadata 2021-04-09 19:53:11.011 | ++ lib/nova:create_nova_conf:458 : sed s/,metadata// 2021-04-09 19:53:11.015 | + lib/nova:create_nova_conf:458 : NOVA_ENABLED_APIS=osapi_compute 2021-04-09 19:53:11.017 | + lib/nova:create_nova_conf:460 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2021-04-09 19:53:11.041 | + lib/nova:create_nova_conf:461 : is_service_enabled tls-proxy 2021-04-09 19:53:11.057 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 19:53:11.059 | + lib/nova:create_nova_conf:467 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2021-04-09 19:53:11.061 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/nova/nova.conf 2021-04-09 19:53:11.063 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=nova 2021-04-09 19:53:11.066 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2021-04-09 19:53:11.069 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2021-04-09 19:53:11.094 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.222.0.52/identity 2021-04-09 19:53:11.119 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2021-04-09 19:53:11.143 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/nova/nova.conf keystone_authtoken password Passw0rd 2021-04-09 19:53:11.167 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2021-04-09 19:53:11.193 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2021-04-09 19:53:11.219 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2021-04-09 19:53:11.244 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2021-04-09 19:53:11.269 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2021-04-09 19:53:11.293 | + lib/nova:create_nova_conf:470 : is_service_enabled cinder 2021-04-09 19:53:11.309 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:53:11.311 | + lib/nova:create_nova_conf:471 : is_service_enabled tls-proxy 2021-04-09 19:53:11.327 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 19:53:11.329 | + lib/nova:create_nova_conf:478 : '[' -n /opt/stack/data/nova ']' 2021-04-09 19:53:11.331 | + lib/nova:create_nova_conf:479 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2021-04-09 19:53:11.356 | + lib/nova:create_nova_conf:480 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2021-04-09 19:53:11.383 | + lib/nova:create_nova_conf:482 : '[' -n /opt/stack/data/nova/instances ']' 2021-04-09 19:53:11.385 | + lib/nova:create_nova_conf:483 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2021-04-09 19:53:11.409 | + lib/nova:create_nova_conf:485 : '[' False '!=' False ']' 2021-04-09 19:53:11.412 | + lib/nova:create_nova_conf:488 : '[' False '!=' False ']' 2021-04-09 19:53:11.414 | + lib/nova:create_nova_conf:493 : is_suse 2021-04-09 19:53:11.417 | + functions-common:is_suse:463 : is_opensuse 2021-04-09 19:53:11.419 | + functions-common:is_opensuse:470 : [[ -z Ubuntu ]] 2021-04-09 19:53:11.421 | + functions-common:is_opensuse:474 : [[ Ubuntu =~ (openSUSE) ]] 2021-04-09 19:53:11.424 | + functions-common:is_suse:463 : is_suse_linux_enterprise 2021-04-09 19:53:11.426 | + functions-common:is_suse_linux_enterprise:482 : [[ -z Ubuntu ]] 2021-04-09 19:53:11.429 | + functions-common:is_suse_linux_enterprise:486 : [[ Ubuntu =~ (^SUSE) ]] 2021-04-09 19:53:11.431 | + lib/nova:create_nova_conf:498 : setup_logging /etc/nova/nova.conf 2021-04-09 19:53:11.433 | + functions:setup_logging:639 : local conf_file=/etc/nova/nova.conf 2021-04-09 19:53:11.436 | + functions:setup_logging:640 : local other_cond=False 2021-04-09 19:53:11.438 | + functions:setup_logging:641 : [[ True == \T\r\u\e ]] 2021-04-09 19:53:11.440 | + functions:setup_logging:642 : setup_systemd_logging /etc/nova/nova.conf 2021-04-09 19:53:11.442 | + functions:setup_systemd_logging:670 : local conf_file=/etc/nova/nova.conf 2021-04-09 19:53:11.445 | + functions:setup_systemd_logging:671 : local conf_section=DEFAULT 2021-04-09 19:53:11.448 | ++ functions:setup_systemd_logging:676 : trueorfalse False USE_JOURNAL 2021-04-09 19:53:11.463 | + functions:setup_systemd_logging:676 : USE_JOURNAL=False 2021-04-09 19:53:11.465 | + functions:setup_systemd_logging:677 : local pidstr= 2021-04-09 19:53:11.467 | + functions:setup_systemd_logging:678 : [[ False == \T\r\u\e ]] 2021-04-09 19:53:11.470 | + functions:setup_systemd_logging:682 : pidstr='(pid=%(process)d) ' 2021-04-09 19:53:11.472 | + 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-04-09 19:53:11.497 | + 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-04-09 19:53:11.521 | + 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-04-09 19:53:11.546 | + functions:setup_systemd_logging:688 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-04-09 19:53:11.572 | + lib/nova:create_nova_conf:500 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2021-04-09 19:53:11.598 | + lib/nova:create_nova_conf:502 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute 2021-04-09 19:53:11.600 | + lib/apache:write_uwsgi_config:266 : local file=/etc/nova/nova-api-uwsgi.ini 2021-04-09 19:53:11.602 | + lib/apache:write_uwsgi_config:267 : local wsgi=/usr/local/bin/nova-api-wsgi 2021-04-09 19:53:11.605 | + lib/apache:write_uwsgi_config:268 : local url=/compute 2021-04-09 19:53:11.607 | + lib/apache:write_uwsgi_config:269 : local http= 2021-04-09 19:53:11.609 | + lib/apache:write_uwsgi_config:270 : local name= 2021-04-09 19:53:11.612 | ++ lib/apache:write_uwsgi_config:271 : basename /usr/local/bin/nova-api-wsgi 2021-04-09 19:53:11.616 | + lib/apache:write_uwsgi_config:271 : name=nova-api-wsgi 2021-04-09 19:53:11.618 | + lib/apache:write_uwsgi_config:275 : local socket_dir=/var/run/uwsgi 2021-04-09 19:53:11.620 | + lib/apache:write_uwsgi_config:279 : sudo mkdir -p /etc/tmpfiles.d/ 2021-04-09 19:53:11.632 | + lib/apache:write_uwsgi_config:280 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-04-09 19:53:11.632 | + lib/apache:write_uwsgi_config:280 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-04-09 19:53:11.639 | d /var/run/uwsgi 0755 ubuntu root 2021-04-09 19:53:11.642 | + lib/apache:write_uwsgi_config:281 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-04-09 19:53:11.656 | + lib/apache:write_uwsgi_config:283 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2021-04-09 19:53:11.658 | + lib/apache:write_uwsgi_config:286 : rm -rf /etc/nova/nova-api-uwsgi.ini 2021-04-09 19:53:11.662 | + lib/apache:write_uwsgi_config:287 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi 2021-04-09 19:53:11.688 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2021-04-09 19:53:11.712 | + lib/apache:write_uwsgi_config:290 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2021-04-09 19:53:11.736 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2021-04-09 19:53:11.760 | + lib/apache:write_uwsgi_config:293 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2021-04-09 19:53:11.784 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 90 2021-04-09 19:53:11.808 | + lib/apache:write_uwsgi_config:297 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2021-04-09 19:53:11.832 | + lib/apache:write_uwsgi_config:298 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2021-04-09 19:53:11.856 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2021-04-09 19:53:11.881 | + 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-04-09 19:53:11.905 | + lib/apache:write_uwsgi_config:304 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2021-04-09 19:53:11.929 | + lib/apache:write_uwsgi_config:306 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2021-04-09 19:53:11.953 | + lib/apache:write_uwsgi_config:308 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2021-04-09 19:53:11.978 | + lib/apache:write_uwsgi_config:311 : [[ -n '' ]] 2021-04-09 19:53:11.980 | + lib/apache:write_uwsgi_config:314 : local apache_conf= 2021-04-09 19:53:11.983 | ++ lib/apache:write_uwsgi_config:315 : apache_site_config_for nova-api-wsgi 2021-04-09 19:53:11.985 | ++ lib/apache:apache_site_config_for:198 : local site=nova-api-wsgi 2021-04-09 19:53:11.988 | ++ lib/apache:apache_site_config_for:199 : is_ubuntu 2021-04-09 19:53:11.990 | ++ functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:53:11.992 | ++ functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:53:11.995 | ++ lib/apache:apache_site_config_for:201 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2021-04-09 19:53:11.997 | + lib/apache:write_uwsgi_config:315 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2021-04-09 19:53:12.000 | + lib/apache:write_uwsgi_config:316 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2021-04-09 19:53:12.025 | + lib/apache:write_uwsgi_config:317 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2021-04-09 19:53:12.050 | + 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-04-09 19:53:12.051 | + lib/apache:write_uwsgi_config:318 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2021-04-09 19:53:12.058 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi/" retry=0 2021-04-09 19:53:12.061 | + lib/apache:write_uwsgi_config:319 : enable_apache_site nova-api-wsgi 2021-04-09 19:53:12.063 | + lib/apache:enable_apache_site:215 : local site=nova-api-wsgi 2021-04-09 19:53:12.066 | + lib/apache:enable_apache_site:217 : enable_apache_mod version 2021-04-09 19:53:12.068 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-04-09 19:53:12.071 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-04-09 19:53:12.073 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:53:12.075 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:53:12.078 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-04-09 19:53:12.080 | + lib/apache:enable_apache_site:218 : is_ubuntu 2021-04-09 19:53:12.083 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:53:12.085 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:53:12.087 | + lib/apache:enable_apache_site:219 : sudo a2ensite nova-api-wsgi 2021-04-09 19:53:12.146 | Enabling site nova-api-wsgi. 2021-04-09 19:53:12.151 | To activate the new configuration, you need to run: 2021-04-09 19:53:12.151 | systemctl reload apache2 2021-04-09 19:53:12.155 | + lib/apache:write_uwsgi_config:320 : restart_apache_server 2021-04-09 19:53:12.158 | + lib/apache:restart_apache_server:262 : restart_service apache2 2021-04-09 19:53:12.160 | + functions-common:restart_service:2220 : '[' -x /bin/systemctl ']' 2021-04-09 19:53:12.163 | + functions-common:restart_service:2221 : sudo /bin/systemctl restart apache2 2021-04-09 19:53:12.303 | + 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-04-09 19:53:12.305 | + lib/apache:write_uwsgi_config:266 : local file=/etc/nova/nova-metadata-uwsgi.ini 2021-04-09 19:53:12.308 | + lib/apache:write_uwsgi_config:267 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2021-04-09 19:53:12.311 | + lib/apache:write_uwsgi_config:268 : local url= 2021-04-09 19:53:12.313 | + lib/apache:write_uwsgi_config:269 : local http=0.0.0.0:8775 2021-04-09 19:53:12.315 | + lib/apache:write_uwsgi_config:270 : local name= 2021-04-09 19:53:12.319 | ++ lib/apache:write_uwsgi_config:271 : basename /usr/local/bin/nova-metadata-wsgi 2021-04-09 19:53:12.323 | + lib/apache:write_uwsgi_config:271 : name=nova-metadata-wsgi 2021-04-09 19:53:12.325 | + lib/apache:write_uwsgi_config:275 : local socket_dir=/var/run/uwsgi 2021-04-09 19:53:12.327 | + lib/apache:write_uwsgi_config:279 : sudo mkdir -p /etc/tmpfiles.d/ 2021-04-09 19:53:12.340 | + lib/apache:write_uwsgi_config:280 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-04-09 19:53:12.340 | + lib/apache:write_uwsgi_config:280 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-04-09 19:53:12.347 | d /var/run/uwsgi 0755 ubuntu root 2021-04-09 19:53:12.350 | + lib/apache:write_uwsgi_config:281 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-04-09 19:53:12.364 | + lib/apache:write_uwsgi_config:283 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2021-04-09 19:53:12.366 | + lib/apache:write_uwsgi_config:286 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2021-04-09 19:53:12.369 | + lib/apache:write_uwsgi_config:287 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi 2021-04-09 19:53:12.397 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2021-04-09 19:53:12.421 | + lib/apache:write_uwsgi_config:290 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2021-04-09 19:53:12.446 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2021-04-09 19:53:12.471 | + lib/apache:write_uwsgi_config:293 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2021-04-09 19:53:12.495 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 90 2021-04-09 19:53:12.523 | + lib/apache:write_uwsgi_config:297 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2021-04-09 19:53:12.547 | + lib/apache:write_uwsgi_config:298 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2021-04-09 19:53:12.572 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2021-04-09 19:53:12.596 | + 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-04-09 19:53:12.621 | + lib/apache:write_uwsgi_config:304 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2021-04-09 19:53:12.647 | + lib/apache:write_uwsgi_config:306 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2021-04-09 19:53:12.672 | + lib/apache:write_uwsgi_config:308 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2021-04-09 19:53:12.696 | + lib/apache:write_uwsgi_config:311 : [[ -n 0.0.0.0:8775 ]] 2021-04-09 19:53:12.699 | + lib/apache:write_uwsgi_config:312 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2021-04-09 19:53:12.723 | + lib/nova:create_nova_conf:505 : is_service_enabled ceilometer 2021-04-09 19:53:12.738 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 19:53:12.741 | + lib/nova:create_nova_conf:513 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2021-04-09 19:53:12.767 | ++ lib/nova:create_nova_conf:514 : get_notification_url 2021-04-09 19:53:12.770 | ++ lib/rpc_backend:get_notification_url:144 : local virtual_host= 2021-04-09 19:53:12.773 | ++ lib/rpc_backend:get_notification_url:145 : is_service_enabled rabbit 2021-04-09 19:53:12.789 | ++ functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:53:12.792 | ++ lib/rpc_backend:get_notification_url:146 : echo rabbit://stackrabbit:Passw0rd@10.222.0.52:5672/ 2021-04-09 19:53:12.795 | + lib/nova:create_nova_conf:514 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.52:5672/ 2021-04-09 19:53:12.820 | + lib/nova:create_nova_conf:515 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2021-04-09 19:53:12.847 | + lib/nova:create_nova_conf:516 : iniset_rpc_backend nova /etc/nova/nova.conf 2021-04-09 19:53:12.850 | + lib/rpc_backend:iniset_rpc_backend:152 : local package=nova 2021-04-09 19:53:12.853 | + lib/rpc_backend:iniset_rpc_backend:153 : local file=/etc/nova/nova.conf 2021-04-09 19:53:12.858 | + lib/rpc_backend:iniset_rpc_backend:154 : local section=DEFAULT 2021-04-09 19:53:12.861 | + lib/rpc_backend:iniset_rpc_backend:155 : local virtual_host= 2021-04-09 19:53:12.863 | + lib/rpc_backend:iniset_rpc_backend:156 : is_service_enabled rabbit 2021-04-09 19:53:12.879 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:53:12.882 | ++ lib/rpc_backend:iniset_rpc_backend:157 : get_transport_url '' 2021-04-09 19:53:12.884 | ++ lib/rpc_backend:get_transport_url:134 : local virtual_host= 2021-04-09 19:53:12.887 | ++ lib/rpc_backend:get_transport_url:135 : is_service_enabled rabbit 2021-04-09 19:53:12.902 | ++ functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:53:12.905 | ++ lib/rpc_backend:get_transport_url:136 : echo rabbit://stackrabbit:Passw0rd@10.222.0.52:5672/ 2021-04-09 19:53:12.908 | + lib/rpc_backend:iniset_rpc_backend:157 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.52:5672/ 2021-04-09 19:53:12.933 | + lib/rpc_backend:iniset_rpc_backend:158 : '[' -n '' ']' 2021-04-09 19:53:12.935 | + lib/rpc_backend:iniset_rpc_backend:161 : '[' -n '' ']' 2021-04-09 19:53:12.938 | + lib/nova:create_nova_conf:518 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2021-04-09 19:53:12.964 | + lib/nova:create_nova_conf:519 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2021-04-09 19:53:12.988 | + lib/nova:create_nova_conf:521 : iniset /etc/nova/nova.conf conductor workers 2 2021-04-09 19:53:13.015 | + lib/nova:create_nova_conf:523 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2021-04-09 19:53:13.042 | + lib/nova:create_nova_conf:525 : is_service_enabled tls-proxy 2021-04-09 19:53:13.057 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 19:53:13.059 | + lib/nova:create_nova_conf:530 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2021-04-09 19:53:13.088 | + lib/nova:create_nova_conf:532 : '[' False == True ']' 2021-04-09 19:53:13.090 | + lib/nova:create_nova_conf:536 : is_service_enabled n-cond 2021-04-09 19:53:13.108 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:53:13.111 | ++ lib/nova:create_nova_conf:537 : seq 1 1 2021-04-09 19:53:13.115 | + lib/nova:create_nova_conf:537 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-04-09 19:53:13.117 | + lib/nova:create_nova_conf:538 : local conf 2021-04-09 19:53:13.120 | + lib/nova:create_nova_conf:539 : local vhost 2021-04-09 19:53:13.123 | ++ lib/nova:create_nova_conf:540 : conductor_conf 1 2021-04-09 19:53:13.125 | ++ lib/nova:conductor_conf:727 : local cell=1 2021-04-09 19:53:13.128 | ++ lib/nova:conductor_conf:728 : echo /etc/nova/nova_cell1.conf 2021-04-09 19:53:13.131 | + lib/nova:create_nova_conf:540 : conf=/etc/nova/nova_cell1.conf 2021-04-09 19:53:13.133 | + lib/nova:create_nova_conf:541 : vhost=nova_cell1 2021-04-09 19:53:13.135 | + lib/nova:create_nova_conf:543 : rm -f /etc/nova/nova_cell1.conf 2021-04-09 19:53:13.139 | ++ lib/nova:create_nova_conf:544 : database_connection_url nova_cell1 2021-04-09 19:53:13.142 | ++ lib/database:database_connection_url:132 : local db=nova_cell1 2021-04-09 19:53:13.145 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_cell1 2021-04-09 19:53:13.147 | ++ lib/databases/mysql:database_connection_url_mysql:179 : local db=nova_cell1 2021-04-09 19:53:13.150 | ++ lib/databases/mysql:database_connection_url_mysql:180 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8' 2021-04-09 19:53:13.153 | + 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-04-09 19:53:13.182 | + lib/nova:create_nova_conf:545 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2021-04-09 19:53:13.210 | + lib/nova:create_nova_conf:546 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2021-04-09 19:53:13.238 | + lib/nova:create_nova_conf:548 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-04-09 19:53:13.241 | + lib/nova:create_nova_conf:551 : rpc_backend_add_vhost nova_cell1 2021-04-09 19:53:13.243 | + lib/rpc_backend:rpc_backend_add_vhost:120 : local vhost=nova_cell1 2021-04-09 19:53:13.245 | + lib/rpc_backend:rpc_backend_add_vhost:121 : is_service_enabled rabbit 2021-04-09 19:53:13.261 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:53:13.264 | ++ lib/rpc_backend:rpc_backend_add_vhost:122 : sudo rabbitmqctl list_vhosts 2021-04-09 19:53:13.264 | ++ lib/rpc_backend:rpc_backend_add_vhost:122 : grep nova_cell1 2021-04-09 19:53:14.326 | + lib/rpc_backend:rpc_backend_add_vhost:122 : '[' -z ']' 2021-04-09 19:53:14.328 | + lib/rpc_backend:rpc_backend_add_vhost:123 : sudo rabbitmqctl add_vhost nova_cell1 2021-04-09 19:53:15.390 | Creating vhost "nova_cell1" 2021-04-09 19:53:15.643 | + lib/rpc_backend:rpc_backend_add_vhost:124 : sudo rabbitmqctl set_permissions -p nova_cell1 stackrabbit '.*' '.*' '.*' 2021-04-09 19:53:16.701 | Setting permissions for user "stackrabbit" in vhost "nova_cell1" 2021-04-09 19:53:16.753 | + lib/nova:create_nova_conf:552 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT nova_cell1 2021-04-09 19:53:16.756 | + lib/rpc_backend:iniset_rpc_backend:152 : local package=nova 2021-04-09 19:53:16.758 | + lib/rpc_backend:iniset_rpc_backend:153 : local file=/etc/nova/nova_cell1.conf 2021-04-09 19:53:16.760 | + lib/rpc_backend:iniset_rpc_backend:154 : local section=DEFAULT 2021-04-09 19:53:16.763 | + lib/rpc_backend:iniset_rpc_backend:155 : local virtual_host=nova_cell1 2021-04-09 19:53:16.765 | + lib/rpc_backend:iniset_rpc_backend:156 : is_service_enabled rabbit 2021-04-09 19:53:16.784 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:53:16.788 | ++ lib/rpc_backend:iniset_rpc_backend:157 : get_transport_url nova_cell1 2021-04-09 19:53:16.791 | ++ lib/rpc_backend:get_transport_url:134 : local virtual_host=nova_cell1 2021-04-09 19:53:16.793 | ++ lib/rpc_backend:get_transport_url:135 : is_service_enabled rabbit 2021-04-09 19:53:16.809 | ++ functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:53:16.811 | ++ lib/rpc_backend:get_transport_url:136 : echo rabbit://stackrabbit:Passw0rd@10.222.0.52:5672/nova_cell1 2021-04-09 19:53:16.814 | + lib/rpc_backend:iniset_rpc_backend:157 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.52:5672/nova_cell1 2021-04-09 19:53:16.839 | + lib/rpc_backend:iniset_rpc_backend:158 : '[' -n '' ']' 2021-04-09 19:53:16.842 | + lib/rpc_backend:iniset_rpc_backend:161 : '[' -n '' ']' 2021-04-09 19:53:16.844 | + lib/nova:create_nova_conf:556 : is_service_enabled placement placement-client 2021-04-09 19:53:16.860 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:53:16.863 | + lib/nova:create_nova_conf:557 : configure_placement_nova_compute /etc/nova/nova_cell1.conf 2021-04-09 19:53:16.866 | + lib/nova:configure_placement_nova_compute:585 : local conf=/etc/nova/nova_cell1.conf 2021-04-09 19:53:16.868 | + lib/nova:configure_placement_nova_compute:586 : iniset /etc/nova/nova_cell1.conf placement auth_type password 2021-04-09 19:53:16.896 | + lib/nova:configure_placement_nova_compute:587 : iniset /etc/nova/nova_cell1.conf placement auth_url http://10.222.0.52/identity 2021-04-09 19:53:16.921 | + lib/nova:configure_placement_nova_compute:588 : iniset /etc/nova/nova_cell1.conf placement username placement 2021-04-09 19:53:16.947 | + lib/nova:configure_placement_nova_compute:589 : iniset /etc/nova/nova_cell1.conf placement password Passw0rd 2021-04-09 19:53:16.972 | + lib/nova:configure_placement_nova_compute:590 : iniset /etc/nova/nova_cell1.conf placement user_domain_name Default 2021-04-09 19:53:16.998 | + lib/nova:configure_placement_nova_compute:591 : iniset /etc/nova/nova_cell1.conf placement project_name service 2021-04-09 19:53:17.029 | + lib/nova:configure_placement_nova_compute:592 : iniset /etc/nova/nova_cell1.conf placement project_domain_name Default 2021-04-09 19:53:17.056 | + lib/nova:configure_placement_nova_compute:593 : iniset /etc/nova/nova_cell1.conf placement region_name RegionOne 2021-04-09 19:53:17.082 | + lib/nova:create_nova_conf:561 : setup_logging /etc/nova/nova_cell1.conf 2021-04-09 19:53:17.085 | + functions:setup_logging:639 : local conf_file=/etc/nova/nova_cell1.conf 2021-04-09 19:53:17.087 | + functions:setup_logging:640 : local other_cond=False 2021-04-09 19:53:17.089 | + functions:setup_logging:641 : [[ True == \T\r\u\e ]] 2021-04-09 19:53:17.092 | + functions:setup_logging:642 : setup_systemd_logging /etc/nova/nova_cell1.conf 2021-04-09 19:53:17.095 | + functions:setup_systemd_logging:670 : local conf_file=/etc/nova/nova_cell1.conf 2021-04-09 19:53:17.097 | + functions:setup_systemd_logging:671 : local conf_section=DEFAULT 2021-04-09 19:53:17.101 | ++ functions:setup_systemd_logging:676 : trueorfalse False USE_JOURNAL 2021-04-09 19:53:17.118 | + functions:setup_systemd_logging:676 : USE_JOURNAL=False 2021-04-09 19:53:17.120 | + functions:setup_systemd_logging:677 : local pidstr= 2021-04-09 19:53:17.122 | + functions:setup_systemd_logging:678 : [[ False == \T\r\u\e ]] 2021-04-09 19:53:17.125 | + functions:setup_systemd_logging:682 : pidstr='(pid=%(process)d) ' 2021-04-09 19:53:17.127 | + 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-04-09 19:53:17.153 | + 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-04-09 19:53:17.179 | + 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-04-09 19:53:17.205 | + functions:setup_systemd_logging:688 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-04-09 19:53:17.230 | + lib/nova:create_nova_conf:568 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-04-09 19:53:17.233 | ++ lib/nova:create_nova_conf:571 : seq 1 1 2021-04-09 19:53:17.236 | + lib/nova:create_nova_conf:571 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-04-09 19:53:17.240 | + lib/nova:create_nova_conf:572 : local conf 2021-04-09 19:53:17.242 | + lib/nova:create_nova_conf:573 : local offset 2021-04-09 19:53:17.245 | ++ lib/nova:create_nova_conf:574 : conductor_conf 1 2021-04-09 19:53:17.248 | ++ lib/nova:conductor_conf:727 : local cell=1 2021-04-09 19:53:17.250 | ++ lib/nova:conductor_conf:728 : echo /etc/nova/nova_cell1.conf 2021-04-09 19:53:17.253 | + lib/nova:create_nova_conf:574 : conf=/etc/nova/nova_cell1.conf 2021-04-09 19:53:17.256 | + lib/nova:create_nova_conf:575 : offset=0 2021-04-09 19:53:17.258 | + lib/nova:create_nova_conf:576 : configure_console_proxies /etc/nova/nova_cell1.conf 0 2021-04-09 19:53:17.260 | + lib/nova:configure_console_proxies:662 : local conf=/etc/nova/nova_cell1.conf 2021-04-09 19:53:17.263 | + lib/nova:configure_console_proxies:663 : local offset=0 2021-04-09 19:53:17.265 | + lib/nova:configure_console_proxies:667 : offset=0 2021-04-09 19:53:17.267 | + lib/nova:configure_console_proxies:669 : is_service_enabled n-novnc 2021-04-09 19:53:17.288 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 19:53:17.290 | + lib/nova:configure_console_proxies:669 : is_service_enabled n-xvnc 2021-04-09 19:53:17.307 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 19:53:17.309 | + lib/nova:configure_console_proxies:669 : '[' False '!=' False ']' 2021-04-09 19:53:17.312 | + lib/nova:configure_console_proxies:703 : is_service_enabled n-spice 2021-04-09 19:53:17.329 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 19:53:17.332 | + lib/nova:configure_console_proxies:708 : is_service_enabled n-sproxy 2021-04-09 19:53:17.349 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 19:53:17.352 | + lib/nova:configure_nova:329 : is_service_enabled n-cpu 2021-04-09 19:53:17.370 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 19:53:17.373 | + ./stack.sh:main:957 : is_service_enabled placement 2021-04-09 19:53:17.388 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:53:17.391 | + ./stack.sh:main:959 : stack_install_service placement 2021-04-09 19:53:17.394 | + lib/stack:stack_install_service:20 : local service=placement 2021-04-09 19:53:17.396 | + lib/stack:stack_install_service:21 : type install_placement 2021-04-09 19:53:17.399 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-04-09 19:53:17.401 | + lib/stack:stack_install_service:32 : install_placement 2021-04-09 19:53:17.404 | + lib/placement:install_placement:137 : install_apache_wsgi 2021-04-09 19:53:17.406 | + lib/apache:install_apache_wsgi:151 : is_ubuntu 2021-04-09 19:53:17.409 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:53:17.412 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:53:17.414 | + lib/apache:install_apache_wsgi:153 : install_package apache2 2021-04-09 19:53:17.417 | + functions-common:install_package:1334 : update_package_repo 2021-04-09 19:53:17.420 | + functions-common:update_package_repo:1306 : NO_UPDATE_REPOS=False 2021-04-09 19:53:17.422 | + functions-common:update_package_repo:1307 : REPOS_UPDATED=True 2021-04-09 19:53:17.425 | + functions-common:update_package_repo:1308 : RETRY_UPDATE=False 2021-04-09 19:53:17.428 | + functions-common:update_package_repo:1310 : [[ False = \T\r\u\e ]] 2021-04-09 19:53:17.430 | + functions-common:update_package_repo:1314 : is_ubuntu 2021-04-09 19:53:17.433 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:53:17.435 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:53:17.438 | + functions-common:update_package_repo:1315 : apt_get_update 2021-04-09 19:53:17.440 | + functions-common:apt_get_update:1069 : [[ True == \T\r\u\e ]] 2021-04-09 19:53:17.443 | + functions-common:apt_get_update:1069 : [[ False != \T\r\u\e ]] 2021-04-09 19:53:17.445 | + functions-common:apt_get_update:1070 : return 2021-04-09 19:53:17.448 | + functions-common:install_package:1335 : real_install_package apache2 2021-04-09 19:53:17.450 | + functions-common:real_install_package:1320 : is_ubuntu 2021-04-09 19:53:17.453 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:53:17.455 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:53:17.458 | + functions-common:real_install_package:1321 : apt_get install apache2 2021-04-09 19:53:17.478 | + 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-04-09 19:53:17.597 | Reading package lists... 2021-04-09 19:53:17.862 | Building dependency tree... 2021-04-09 19:53:17.863 | Reading state information... 2021-04-09 19:53:18.080 | apache2 is already the newest version (2.4.29-1ubuntu4.14). 2021-04-09 19:53:18.080 | The following packages were automatically installed and are no longer required: 2021-04-09 19:53:18.081 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-04-09 19:53:18.081 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-04-09 19:53:18.081 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-04-09 19:53:18.081 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-04-09 19:53:18.081 | python3-twisted-bin python3-zope.interface 2021-04-09 19:53:18.081 | Use 'sudo apt autoremove' to remove them. 2021-04-09 19:53:18.151 | 0 upgraded, 0 newly installed, 0 to remove and 154 not upgraded. 2021-04-09 19:53:18.155 | + functions-common:apt_get:1114 : result=0 2021-04-09 19:53:18.158 | + functions-common:apt_get:1117 : time_stop apt-get 2021-04-09 19:53:18.160 | + functions-common:time_stop:2336 : local name 2021-04-09 19:53:18.163 | + functions-common:time_stop:2337 : local end_time 2021-04-09 19:53:18.165 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 19:53:18.168 | + functions-common:time_stop:2339 : local total 2021-04-09 19:53:18.170 | + functions-common:time_stop:2340 : local start_time 2021-04-09 19:53:18.173 | + functions-common:time_stop:2342 : name=apt-get 2021-04-09 19:53:18.175 | + functions-common:time_stop:2343 : start_time=1617997997475 2021-04-09 19:53:18.177 | + functions-common:time_stop:2345 : [[ -z 1617997997475 ]] 2021-04-09 19:53:18.180 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 19:53:18.184 | + functions-common:time_stop:2348 : end_time=1617997998181 2021-04-09 19:53:18.186 | + functions-common:time_stop:2349 : elapsed_time=706 2021-04-09 19:53:18.189 | + functions-common:time_stop:2350 : total=498226 2021-04-09 19:53:18.192 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 19:53:18.194 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=498932 2021-04-09 19:53:18.198 | + functions-common:apt_get:1118 : return 0 2021-04-09 19:53:18.200 | + lib/apache:install_apache_wsgi:154 : python3_enabled 2021-04-09 19:53:18.203 | + inc/python:python3_enabled:531 : [[ True == \T\r\u\e ]] 2021-04-09 19:53:18.205 | + inc/python:python3_enabled:532 : return 0 2021-04-09 19:53:18.210 | + lib/apache:install_apache_wsgi:155 : is_package_installed libapache2-mod-wsgi 2021-04-09 19:53:18.212 | + functions-common:is_package_installed:1343 : [[ -z libapache2-mod-wsgi ]] 2021-04-09 19:53:18.215 | + functions-common:is_package_installed:1347 : [[ -z deb ]] 2021-04-09 19:53:18.217 | + functions-common:is_package_installed:1351 : [[ deb = \d\e\b ]] 2021-04-09 19:53:18.220 | + functions-common:is_package_installed:1352 : dpkg -s libapache2-mod-wsgi 2021-04-09 19:53:18.245 | + lib/apache:install_apache_wsgi:158 : install_package libapache2-mod-wsgi-py3 2021-04-09 19:53:18.248 | + functions-common:install_package:1334 : update_package_repo 2021-04-09 19:53:18.250 | + functions-common:update_package_repo:1306 : NO_UPDATE_REPOS=False 2021-04-09 19:53:18.254 | + functions-common:update_package_repo:1307 : REPOS_UPDATED=True 2021-04-09 19:53:18.256 | + functions-common:update_package_repo:1308 : RETRY_UPDATE=False 2021-04-09 19:53:18.259 | + functions-common:update_package_repo:1310 : [[ False = \T\r\u\e ]] 2021-04-09 19:53:18.261 | + functions-common:update_package_repo:1314 : is_ubuntu 2021-04-09 19:53:18.264 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:53:18.267 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:53:18.270 | + functions-common:update_package_repo:1315 : apt_get_update 2021-04-09 19:53:18.272 | + functions-common:apt_get_update:1069 : [[ True == \T\r\u\e ]] 2021-04-09 19:53:18.275 | + functions-common:apt_get_update:1069 : [[ False != \T\r\u\e ]] 2021-04-09 19:53:18.277 | + functions-common:apt_get_update:1070 : return 2021-04-09 19:53:18.280 | + functions-common:install_package:1335 : real_install_package libapache2-mod-wsgi-py3 2021-04-09 19:53:18.282 | + functions-common:real_install_package:1320 : is_ubuntu 2021-04-09 19:53:18.285 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:53:18.288 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:53:18.290 | + functions-common:real_install_package:1321 : apt_get install libapache2-mod-wsgi-py3 2021-04-09 19:53:18.314 | + 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-04-09 19:53:18.434 | Reading package lists... 2021-04-09 19:53:18.701 | Building dependency tree... 2021-04-09 19:53:18.702 | Reading state information... 2021-04-09 19:53:18.924 | The following packages were automatically installed and are no longer required: 2021-04-09 19:53:18.925 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-04-09 19:53:18.925 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-04-09 19:53:18.925 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-04-09 19:53:18.925 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-04-09 19:53:18.925 | python3-twisted-bin python3-zope.interface 2021-04-09 19:53:18.925 | Use 'sudo apt autoremove' to remove them. 2021-04-09 19:53:18.969 | The following NEW packages will be installed: 2021-04-09 19:53:18.970 | libapache2-mod-wsgi-py3 2021-04-09 19:53:19.367 | 0 upgraded, 1 newly installed, 0 to remove and 154 not upgraded. 2021-04-09 19:53:19.367 | Need to get 88.3 kB of archives. 2021-04-09 19:53:19.367 | After this operation, 278 kB of additional disk space will be used. 2021-04-09 19:53:19.367 | 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-04-09 19:53:20.076 | Fetched 88.3 kB in 1s (164 kB/s) 2021-04-09 19:53:20.290 | Selecting previously unselected package libapache2-mod-wsgi-py3. 2021-04-09 19:53:20.331 | (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-04-09 19:53:20.340 | Preparing to unpack .../libapache2-mod-wsgi-py3_4.5.17-1ubuntu1_amd64.deb ... 2021-04-09 19:53:20.398 | Unpacking libapache2-mod-wsgi-py3 (4.5.17-1ubuntu1) ... 2021-04-09 19:53:20.758 | Setting up libapache2-mod-wsgi-py3 (4.5.17-1ubuntu1) ... 2021-04-09 19:53:21.137 | apache2_invoke: Enable module wsgi 2021-04-09 19:53:23.570 | + functions-common:apt_get:1114 : result=0 2021-04-09 19:53:23.572 | + functions-common:apt_get:1117 : time_stop apt-get 2021-04-09 19:53:23.575 | + functions-common:time_stop:2336 : local name 2021-04-09 19:53:23.577 | + functions-common:time_stop:2337 : local end_time 2021-04-09 19:53:23.579 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 19:53:23.583 | + functions-common:time_stop:2339 : local total 2021-04-09 19:53:23.585 | + functions-common:time_stop:2340 : local start_time 2021-04-09 19:53:23.588 | + functions-common:time_stop:2342 : name=apt-get 2021-04-09 19:53:23.590 | + functions-common:time_stop:2343 : start_time=1617997998310 2021-04-09 19:53:23.593 | + functions-common:time_stop:2345 : [[ -z 1617997998310 ]] 2021-04-09 19:53:23.596 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 19:53:23.600 | + functions-common:time_stop:2348 : end_time=1617998003597 2021-04-09 19:53:23.603 | + functions-common:time_stop:2349 : elapsed_time=5287 2021-04-09 19:53:23.605 | + functions-common:time_stop:2350 : total=498932 2021-04-09 19:53:23.607 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 19:53:23.610 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=504219 2021-04-09 19:53:23.612 | + functions-common:apt_get:1118 : return 0 2021-04-09 19:53:23.615 | + lib/apache:install_apache_wsgi:176 : enable_apache_mod wsgi 2021-04-09 19:53:23.618 | + lib/apache:enable_apache_mod:54 : local mod=wsgi 2021-04-09 19:53:23.620 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-04-09 19:53:23.623 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:53:23.626 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:53:23.629 | + lib/apache:enable_apache_mod:59 : [[ wsgi != \v\e\r\s\i\o\n ]] 2021-04-09 19:53:23.631 | + lib/apache:enable_apache_mod:59 : a2query -m wsgi 2021-04-09 19:53:23.684 | wsgi (enabled by maintainer script) 2021-04-09 19:53:23.687 | + lib/placement:install_placement:139 : pip_install_gr osc-placement 2021-04-09 19:53:23.689 | + inc/python:pip_install_gr:68 : local name=osc-placement 2021-04-09 19:53:23.693 | + inc/python:pip_install_gr:69 : local clean_name 2021-04-09 19:53:23.696 | ++ inc/python:pip_install_gr:70 : get_from_global_requirements osc-placement 2021-04-09 19:53:23.699 | ++ inc/python:get_from_global_requirements:316 : local package=osc-placement 2021-04-09 19:53:23.701 | ++ inc/python:get_from_global_requirements:317 : local required_pkg 2021-04-09 19:53:23.705 | +++ inc/python:get_from_global_requirements:318 : cut -d# -f1 2021-04-09 19:53:23.705 | +++ inc/python:get_from_global_requirements:318 : grep -i -h '^osc-placement' /opt/stack/requirements/global-requirements.txt 2021-04-09 19:53:23.710 | ++ inc/python:get_from_global_requirements:318 : required_pkg='osc-placement ' 2021-04-09 19:53:23.713 | ++ inc/python:get_from_global_requirements:319 : [[ osc-placement == '' ]] 2021-04-09 19:53:23.715 | ++ inc/python:get_from_global_requirements:322 : echo osc-placement 2021-04-09 19:53:23.718 | + inc/python:pip_install_gr:70 : clean_name=osc-placement 2021-04-09 19:53:23.720 | + inc/python:pip_install_gr:71 : pip_install osc-placement 2021-04-09 19:53:23.744 | Check python version for : osc-placement 2021-04-09 19:53:23.747 | Using 3.6 version to install osc-placement based on default behavior 2021-04-09 19:53:24.135 | + 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-04-09 19:53:25.029 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:25.031 | Ignoring Django: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:25.034 | Ignoring Django: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:25.039 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:25.048 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:25.051 | Ignoring GitPython: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:25.053 | Ignoring GitPython: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:25.058 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:25.063 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:25.087 | Ignoring Pygments: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:25.089 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:25.092 | Ignoring Pygments: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:25.097 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:25.105 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:25.107 | Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:25.110 | Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:25.114 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:25.117 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:25.119 | Ignoring Sphinx: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:25.122 | Ignoring Sphinx: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:25.126 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:25.235 | Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:25.237 | Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:25.242 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:25.251 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:25.253 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:25.256 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:25.304 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:25.310 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:25.335 | Ignoring diskimage-builder: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:25.337 | Ignoring diskimage-builder: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:25.340 | Ignoring diskimage-builder: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:25.344 | Ignoring diskimage-builder: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:25.363 | Ignoring dnspython: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:25.365 | Ignoring dnspython: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:25.369 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:25.371 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:25.374 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:25.376 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:25.381 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:25.399 | Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:25.430 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:25.432 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:25.436 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:25.460 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:25.462 | Ignoring gunicorn: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:25.465 | Ignoring gunicorn: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:25.469 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:25.471 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:25.486 | Ignoring ifaddr: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:25.489 | Ignoring ifaddr: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:25.493 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:25.504 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:25.506 | Ignoring influxdb: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:25.509 | Ignoring influxdb: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:25.513 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:25.517 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:25.527 | Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:25.529 | Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:25.534 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:25.540 | Ignoring joblib: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:25.543 | Ignoring joblib: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:25.547 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:25.563 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:25.565 | Ignoring keyring: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:25.568 | Ignoring keyring: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:25.572 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:25.613 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:25.615 | Ignoring more-itertools: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:25.618 | Ignoring more-itertools: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:25.622 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:25.635 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:25.637 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:25.642 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:25.644 | Ignoring mypy-extensions: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:25.647 | Ignoring mypy-extensions: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:25.652 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:25.654 | Ignoring ndg-httpsclient: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:25.663 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:25.665 | Ignoring networkx: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:25.668 | Ignoring networkx: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:25.673 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:25.690 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:25.693 | Ignoring numpy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:25.695 | Ignoring numpy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:25.699 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:25.797 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:25.883 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:25.885 | Ignoring pytest: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:25.887 | Ignoring pytest: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:25.892 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:25.998 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:26.043 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:26.046 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:26.048 | Ignoring scikit-learn: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:26.051 | Ignoring scikit-learn: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:26.056 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:26.060 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:26.062 | Ignoring scipy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:26.064 | Ignoring scipy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:26.069 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:26.088 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:26.108 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:26.110 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:26.116 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:26.120 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:26.122 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:26.128 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:26.132 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:26.146 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:26.150 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:26.154 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:26.157 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:26.161 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:26.169 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:26.172 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:26.177 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:26.181 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:26.183 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:26.188 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:26.193 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:26.215 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:26.249 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:26.255 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:26.257 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:26.262 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:26.264 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:26.274 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:26.278 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:26.280 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:26.285 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:26.289 | Ignoring typing-extensions: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:26.291 | Ignoring typing-extensions: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:26.296 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:26.302 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:26.326 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:26.352 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:26.354 | Ignoring zeroconf: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:26.357 | Ignoring zeroconf: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:26.361 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:26.516 | Collecting osc-placement===1.7.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 380)) 2021-04-09 19:53:26.567 | Downloading http://10.100.0.9:8080/root/pypi/+f/fd6/b867af2f0cd37/osc_placement-1.7.0-py2.py3-none-any.whl (55kB) 2021-04-09 19:53:26.747 | 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-04-09 19:53:26.770 | 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-04-09 19:53:26.772 | 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-04-09 19:53:26.775 | 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-04-09 19:53:26.779 | 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-04-09 19:53:26.782 | 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-04-09 19:53:26.786 | 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-04-09 19:53:26.804 | 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-04-09 19:53:26.873 | 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-04-09 19:53:26.876 | 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-04-09 19:53:26.879 | 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-04-09 19:53:26.889 | 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-04-09 19:53:26.892 | 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-04-09 19:53:26.900 | 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-04-09 19:53:26.917 | 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-04-09 19:53:26.923 | 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-04-09 19:53:26.927 | 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-04-09 19:53:26.959 | 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-04-09 19:53:26.982 | 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-04-09 19:53:26.986 | 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-04-09 19:53:26.990 | 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-04-09 19:53:26.992 | 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-04-09 19:53:27.009 | 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-04-09 19:53:27.012 | 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-04-09 19:53:27.015 | 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-04-09 19:53:27.020 | 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-04-09 19:53:27.023 | 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-04-09 19:53:27.026 | 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-04-09 19:53:27.066 | 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-04-09 19:53:27.070 | 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-04-09 19:53:27.072 | 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-04-09 19:53:27.075 | 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-04-09 19:53:27.096 | 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-04-09 19:53:27.101 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 139)) 2021-04-09 19:53:27.103 | 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-04-09 19:53:27.105 | 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-04-09 19:53:27.108 | 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-04-09 19:53:27.112 | 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-04-09 19:53:27.115 | 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-04-09 19:53:27.119 | 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-04-09 19:53:27.121 | Installing collected packages: osc-placement 2021-04-09 19:53:27.329 | Successfully installed osc-placement-1.7.0 2021-04-09 19:53:27.452 | You are using pip version 9.0.3, however version 21.0.1 is available. 2021-04-09 19:53:27.452 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-04-09 19:53:27.499 | + inc/python:pip_install:290 : result=0 2021-04-09 19:53:27.502 | + inc/python:pip_install:292 : time_stop pip_install 2021-04-09 19:53:27.505 | + functions-common:time_stop:2336 : local name 2021-04-09 19:53:27.508 | + functions-common:time_stop:2337 : local end_time 2021-04-09 19:53:27.510 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 19:53:27.512 | + functions-common:time_stop:2339 : local total 2021-04-09 19:53:27.515 | + functions-common:time_stop:2340 : local start_time 2021-04-09 19:53:27.517 | + functions-common:time_stop:2342 : name=pip_install 2021-04-09 19:53:27.520 | + functions-common:time_stop:2343 : start_time=1617998003736 2021-04-09 19:53:27.522 | + functions-common:time_stop:2345 : [[ -z 1617998003736 ]] 2021-04-09 19:53:27.525 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 19:53:27.529 | + functions-common:time_stop:2348 : end_time=1617998007526 2021-04-09 19:53:27.531 | + functions-common:time_stop:2349 : elapsed_time=3790 2021-04-09 19:53:27.533 | + functions-common:time_stop:2350 : total=211729 2021-04-09 19:53:27.536 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 19:53:27.538 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=215519 2021-04-09 19:53:27.541 | + inc/python:pip_install:293 : return 0 2021-04-09 19:53:27.543 | + lib/placement:install_placement:140 : git_clone https://opendev.org/openstack/placement.git /opt/stack/placement stable/train 2021-04-09 19:53:27.546 | + functions-common:git_clone:524 : local git_remote=https://opendev.org/openstack/placement.git 2021-04-09 19:53:27.549 | + functions-common:git_clone:525 : local git_dest=/opt/stack/placement 2021-04-09 19:53:27.552 | + functions-common:git_clone:526 : local git_ref=stable/train 2021-04-09 19:53:27.554 | + functions-common:git_clone:527 : local orig_dir 2021-04-09 19:53:27.557 | ++ functions-common:git_clone:528 : pwd 2021-04-09 19:53:27.560 | + functions-common:git_clone:528 : orig_dir=/home/ubuntu/devstack 2021-04-09 19:53:27.563 | + functions-common:git_clone:529 : local git_clone_flags= 2021-04-09 19:53:27.567 | ++ functions-common:git_clone:531 : trueorfalse False RECLONE 2021-04-09 19:53:27.583 | + functions-common:git_clone:531 : RECLONE=False 2021-04-09 19:53:27.585 | + functions-common:git_clone:532 : [[ 0 -gt 0 ]] 2021-04-09 19:53:27.588 | + functions-common:git_clone:536 : [[ False = \T\r\u\e ]] 2021-04-09 19:53:27.591 | + functions-common:git_clone:545 : echo stable/train 2021-04-09 19:53:27.591 | + functions-common:git_clone:545 : egrep -q '^refs' 2021-04-09 19:53:27.596 | + functions-common:git_clone:559 : [[ ! -d /opt/stack/placement ]] 2021-04-09 19:53:27.598 | + functions-common:git_clone:560 : [[ False = \T\r\u\e ]] 2021-04-09 19:53:27.601 | + functions-common:git_clone:566 : git_timed clone https://opendev.org/openstack/placement.git /opt/stack/placement --branch stable/train 2021-04-09 19:53:27.603 | + functions-common:git_timed:618 : local count=0 2021-04-09 19:53:27.606 | + functions-common:git_timed:619 : local timeout=0 2021-04-09 19:53:27.608 | + functions-common:git_timed:621 : [[ -n 0 ]] 2021-04-09 19:53:27.610 | + functions-common:git_timed:622 : timeout=0 2021-04-09 19:53:27.613 | + functions-common:git_timed:625 : time_start git_timed 2021-04-09 19:53:27.616 | + functions-common:time_start:2322 : local name=git_timed 2021-04-09 19:53:27.618 | + functions-common:time_start:2323 : local start_time= 2021-04-09 19:53:27.621 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-04-09 19:53:27.623 | ++ functions-common:time_start:2327 : date +%s%3N 2021-04-09 19:53:27.627 | + functions-common:time_start:2327 : _TIME_START[$name]=1617998007624 2021-04-09 19:53:27.630 | + functions-common:git_timed:626 : timeout -s SIGINT 0 git clone https://opendev.org/openstack/placement.git /opt/stack/placement --branch stable/train 2021-04-09 19:53:27.632 | Cloning into '/opt/stack/placement'... 2021-04-09 19:53:35.588 | + functions-common:git_timed:640 : time_stop git_timed 2021-04-09 19:53:35.591 | + functions-common:time_stop:2336 : local name 2021-04-09 19:53:35.593 | + functions-common:time_stop:2337 : local end_time 2021-04-09 19:53:35.595 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 19:53:35.598 | + functions-common:time_stop:2339 : local total 2021-04-09 19:53:35.600 | + functions-common:time_stop:2340 : local start_time 2021-04-09 19:53:35.602 | + functions-common:time_stop:2342 : name=git_timed 2021-04-09 19:53:35.605 | + functions-common:time_stop:2343 : start_time=1617998007624 2021-04-09 19:53:35.607 | + functions-common:time_stop:2345 : [[ -z 1617998007624 ]] 2021-04-09 19:53:35.610 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 19:53:35.613 | + functions-common:time_stop:2348 : end_time=1617998015611 2021-04-09 19:53:35.616 | + functions-common:time_stop:2349 : elapsed_time=7987 2021-04-09 19:53:35.618 | + functions-common:time_stop:2350 : total=0 2021-04-09 19:53:35.620 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 19:53:35.623 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=7987 2021-04-09 19:53:35.625 | + functions-common:git_clone:593 : cd /opt/stack/placement 2021-04-09 19:53:35.629 | + functions-common:git_clone:594 : git show --oneline 2021-04-09 19:53:35.629 | + functions-common:git_clone:594 : head -1 2021-04-09 19:53:35.632 | ff55034f Fix Placement Doc 2021-04-09 19:53:35.634 | + functions-common:git_clone:595 : cd /home/ubuntu/devstack 2021-04-09 19:53:35.637 | + lib/placement:install_placement:141 : setup_develop /opt/stack/placement 2021-04-09 19:53:35.639 | + inc/python:setup_develop:415 : local bindep 2021-04-09 19:53:35.642 | + inc/python:setup_develop:416 : [[ /opt/stack/placement == -bindep* ]] 2021-04-09 19:53:35.645 | + inc/python:setup_develop:420 : local project_dir=/opt/stack/placement 2021-04-09 19:53:35.648 | + inc/python:setup_develop:421 : local extras= 2021-04-09 19:53:35.650 | + inc/python:setup_develop:422 : _setup_package_with_constraints_edit /opt/stack/placement -e 2021-04-09 19:53:35.653 | + inc/python:_setup_package_with_constraints_edit:441 : local bindep 2021-04-09 19:53:35.655 | + inc/python:_setup_package_with_constraints_edit:442 : [[ /opt/stack/placement == -bindep* ]] 2021-04-09 19:53:35.657 | + inc/python:_setup_package_with_constraints_edit:446 : local project_dir=/opt/stack/placement 2021-04-09 19:53:35.660 | + inc/python:_setup_package_with_constraints_edit:447 : local flags=-e 2021-04-09 19:53:35.662 | + inc/python:_setup_package_with_constraints_edit:448 : local extras= 2021-04-09 19:53:35.666 | ++ inc/python:_setup_package_with_constraints_edit:455 : cd /opt/stack/placement 2021-04-09 19:53:35.668 | ++ inc/python:_setup_package_with_constraints_edit:455 : pwd 2021-04-09 19:53:35.671 | + inc/python:_setup_package_with_constraints_edit:455 : project_dir=/opt/stack/placement 2021-04-09 19:53:35.674 | + inc/python:_setup_package_with_constraints_edit:457 : '[' -n /opt/stack/requirements ']' 2021-04-09 19:53:35.677 | + inc/python:_setup_package_with_constraints_edit:459 : local name 2021-04-09 19:53:35.680 | ++ inc/python:_setup_package_with_constraints_edit:460 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2021-04-09 19:53:35.685 | + inc/python:_setup_package_with_constraints_edit:460 : name=openstack-placement 2021-04-09 19:53:35.688 | + 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-04-09 19:53:36.511 | + inc/python:_setup_package_with_constraints_edit:466 : setup_package /opt/stack/placement -e 2021-04-09 19:53:36.514 | + inc/python:setup_package:494 : local bindep=0 2021-04-09 19:53:36.517 | + inc/python:setup_package:495 : local bindep_flag= 2021-04-09 19:53:36.520 | + inc/python:setup_package:496 : local bindep_profiles= 2021-04-09 19:53:36.523 | + inc/python:setup_package:497 : [[ /opt/stack/placement == -bindep* ]] 2021-04-09 19:53:36.525 | + inc/python:setup_package:502 : local project_dir=/opt/stack/placement 2021-04-09 19:53:36.535 | + inc/python:setup_package:503 : local flags=-e 2021-04-09 19:53:36.539 | + inc/python:setup_package:504 : local extras= 2021-04-09 19:53:36.541 | + inc/python:setup_package:508 : [[ -n -e ]] 2021-04-09 19:53:36.544 | + inc/python:setup_package:508 : [[ -z '' ]] 2021-04-09 19:53:36.547 | + inc/python:setup_package:508 : [[ ! -e =~ ^-.* ]] 2021-04-09 19:53:36.549 | + inc/python:setup_package:513 : [[ ! -z '' ]] 2021-04-09 19:53:36.552 | + inc/python:setup_package:518 : [[ 0 == 1 ]] 2021-04-09 19:53:36.554 | + inc/python:setup_package:522 : pip_install -e /opt/stack/placement 2021-04-09 19:53:36.576 | Check python version for : /opt/stack/placement 2021-04-09 19:53:36.579 | Using 3.6 version to install /opt/stack/placement based on default behavior 2021-04-09 19:53:36.969 | + 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-04-09 19:53:37.850 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:37.852 | Ignoring Django: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:37.855 | Ignoring Django: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:37.859 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:37.869 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:37.872 | Ignoring GitPython: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:37.874 | Ignoring GitPython: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:37.879 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:37.885 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:37.910 | Ignoring Pygments: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:37.912 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:37.915 | Ignoring Pygments: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:37.919 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:37.927 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:37.929 | Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:37.932 | Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:37.936 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:37.939 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:37.941 | Ignoring Sphinx: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:37.944 | Ignoring Sphinx: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:37.948 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:38.058 | Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:38.060 | Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:38.064 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:38.074 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:38.077 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:38.079 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:38.129 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:38.134 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:38.160 | Ignoring diskimage-builder: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:38.162 | Ignoring diskimage-builder: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:38.165 | Ignoring diskimage-builder: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:38.170 | Ignoring diskimage-builder: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:38.189 | Ignoring dnspython: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:38.192 | Ignoring dnspython: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:38.197 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:38.199 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:38.201 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:38.203 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:38.208 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:38.226 | Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:38.258 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:38.260 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:38.264 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:38.289 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:38.292 | Ignoring gunicorn: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:38.294 | Ignoring gunicorn: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:38.299 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:38.302 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:38.316 | Ignoring ifaddr: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:38.319 | Ignoring ifaddr: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:38.324 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:38.335 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:38.338 | Ignoring influxdb: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:38.340 | Ignoring influxdb: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:38.344 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:38.349 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:38.358 | Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:38.360 | Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:38.365 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:38.371 | Ignoring joblib: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:38.374 | Ignoring joblib: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:38.379 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:38.396 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:38.398 | Ignoring keyring: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:38.400 | Ignoring keyring: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:38.405 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:38.448 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:38.450 | Ignoring more-itertools: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:38.452 | Ignoring more-itertools: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:38.458 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:38.470 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:38.473 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:38.477 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:38.480 | Ignoring mypy-extensions: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:38.482 | Ignoring mypy-extensions: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:38.488 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:38.490 | Ignoring ndg-httpsclient: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:38.499 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:38.501 | Ignoring networkx: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:38.504 | Ignoring networkx: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:38.510 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:38.529 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:38.531 | Ignoring numpy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:38.535 | Ignoring numpy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:38.540 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:38.643 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:38.732 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:38.734 | Ignoring pytest: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:38.736 | Ignoring pytest: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:38.742 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:38.851 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:38.898 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:38.901 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:38.903 | Ignoring scikit-learn: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:38.906 | Ignoring scikit-learn: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:38.912 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:38.914 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:38.916 | Ignoring scipy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:38.919 | Ignoring scipy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:38.924 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:38.944 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:38.964 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:38.966 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:38.971 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:38.976 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:38.978 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:38.983 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:38.988 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:38.991 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:38.995 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:39.000 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:39.002 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:39.007 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:39.014 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:39.017 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:39.023 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:39.027 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:39.029 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:39.035 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:39.039 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:39.075 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:39.111 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:39.117 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:39.119 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:39.123 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:39.126 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:39.136 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:39.141 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:39.143 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:39.149 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:39.153 | Ignoring typing-extensions: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:39.155 | Ignoring typing-extensions: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:39.161 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:39.166 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:39.192 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:39.218 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:39.220 | Ignoring zeroconf: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:39.223 | Ignoring zeroconf: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:39.228 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:39.235 | Obtaining file:///opt/stack/placement 2021-04-09 19:53:40.983 | Obtaining openstack-placement from file:///opt/stack/placement#egg=openstack-placement (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-04-09 19:53:42.432 | 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-04-09 19:53:42.442 | 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-04-09 19:53:42.463 | 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-04-09 19:53:42.477 | 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-04-09 19:53:42.496 | 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-04-09 19:53:42.554 | 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-04-09 19:53:42.558 | 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-04-09 19:53:42.562 | 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-04-09 19:53:42.568 | 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-04-09 19:53:42.619 | 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-04-09 19:53:42.654 | 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-04-09 19:53:42.673 | 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-04-09 19:53:42.679 | 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-04-09 19:53:42.735 | 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-04-09 19:53:42.743 | 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-04-09 19:53:42.789 | 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-04-09 19:53:42.809 | 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-04-09 19:53:42.824 | 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-04-09 19:53:42.836 | 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-04-09 19:53:42.850 | 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-04-09 19:53:42.871 | 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-04-09 19:53:42.874 | 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-04-09 19:53:42.876 | 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-04-09 19:53:42.887 | 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-04-09 19:53:42.890 | 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-04-09 19:53:42.894 | 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-04-09 19:53:42.899 | 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-04-09 19:53:42.904 | 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-04-09 19:53:42.923 | 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-04-09 19:53:42.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 531)) 2021-04-09 19:53:42.934 | 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-04-09 19:53:42.959 | 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-04-09 19:53:42.963 | 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-04-09 19:53:42.967 | 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-04-09 19:53:42.977 | 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-04-09 19:53:42.980 | 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-04-09 19:53:42.983 | 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-04-09 19:53:42.989 | 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-04-09 19:53:42.998 | 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-04-09 19:53:43.005 | 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-04-09 19:53:43.022 | 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-04-09 19:53:43.026 | 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-04-09 19:53:43.033 | 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-04-09 19:53:43.062 | 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-04-09 19:53:43.107 | 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-04-09 19:53:43.138 | 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-04-09 19:53:43.207 | 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-04-09 19:53:43.211 | 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-04-09 19:53:43.216 | 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-04-09 19:53:43.227 | 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-04-09 19:53:43.230 | 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-04-09 19:53:43.234 | 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-04-09 19:53:43.243 | 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-04-09 19:53:43.247 | 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-04-09 19:53:43.253 | 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-04-09 19:53:43.256 | 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-04-09 19:53:43.259 | 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-04-09 19:53:43.262 | 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-04-09 19:53:43.266 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 139)) 2021-04-09 19:53:43.269 | 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-04-09 19:53:43.271 | 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-04-09 19:53:43.274 | 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-04-09 19:53:43.277 | 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-04-09 19:53:43.279 | 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-04-09 19:53:43.282 | 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-04-09 19:53:43.293 | 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-04-09 19:53:43.296 | 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-04-09 19:53:43.298 | 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-04-09 19:53:43.304 | 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-04-09 19:53:43.306 | 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-04-09 19:53:43.309 | 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-04-09 19:53:43.311 | 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-04-09 19:53:43.317 | 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-04-09 19:53:43.319 | Installing collected packages: openstack-placement 2021-04-09 19:53:43.320 | Running setup.py develop for openstack-placement 2021-04-09 19:53:45.110 | Successfully installed openstack-placement 2021-04-09 19:53:45.253 | You are using pip version 9.0.3, however version 21.0.1 is available. 2021-04-09 19:53:45.254 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-04-09 19:53:45.319 | + inc/python:pip_install:290 : result=0 2021-04-09 19:53:45.321 | + inc/python:pip_install:292 : time_stop pip_install 2021-04-09 19:53:45.323 | + functions-common:time_stop:2336 : local name 2021-04-09 19:53:45.326 | + functions-common:time_stop:2337 : local end_time 2021-04-09 19:53:45.328 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 19:53:45.330 | + functions-common:time_stop:2339 : local total 2021-04-09 19:53:45.333 | + functions-common:time_stop:2340 : local start_time 2021-04-09 19:53:45.335 | + functions-common:time_stop:2342 : name=pip_install 2021-04-09 19:53:45.338 | + functions-common:time_stop:2343 : start_time=1617998016568 2021-04-09 19:53:45.340 | + functions-common:time_stop:2345 : [[ -z 1617998016568 ]] 2021-04-09 19:53:45.343 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 19:53:45.347 | + functions-common:time_stop:2348 : end_time=1617998025344 2021-04-09 19:53:45.349 | + functions-common:time_stop:2349 : elapsed_time=8776 2021-04-09 19:53:45.351 | + functions-common:time_stop:2350 : total=215519 2021-04-09 19:53:45.353 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 19:53:45.356 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=224295 2021-04-09 19:53:45.358 | + inc/python:pip_install:293 : return 0 2021-04-09 19:53:45.360 | + inc/python:setup_package:524 : [[ -e == \-\e ]] 2021-04-09 19:53:45.363 | + inc/python:setup_package:525 : safe_chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2021-04-09 19:53:45.366 | + functions-common:safe_chown:2237 : _safe_permission_operation chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2021-04-09 19:53:45.384 | + functions-common:_safe_permission_operation:2085 : sudo chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2021-04-09 19:53:45.396 | + inc/python:_setup_package_with_constraints_edit:470 : use_library_from_git /opt/stack/placement 2021-04-09 19:53:45.398 | + inc/python:use_library_from_git:328 : local name=/opt/stack/placement 2021-04-09 19:53:45.401 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:53:45.403 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:53:45.406 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,/opt/stack/placement, ]] 2021-04-09 19:53:45.408 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:53:45.411 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-04-09 19:53:45.414 | + ./stack.sh:main:960 : configure_placement 2021-04-09 19:53:45.416 | + lib/placement:configure_placement:106 : sudo install -d -o ubuntu /etc/placement 2021-04-09 19:53:45.428 | + lib/placement:configure_placement:107 : create_placement_conf 2021-04-09 19:53:45.431 | + lib/placement:create_placement_conf:96 : rm -f /etc/placement/placement.conf 2021-04-09 19:53:45.435 | ++ lib/placement:create_placement_conf:97 : database_connection_url placement 2021-04-09 19:53:45.438 | ++ lib/database:database_connection_url:132 : local db=placement 2021-04-09 19:53:45.441 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql placement 2021-04-09 19:53:45.443 | ++ lib/databases/mysql:database_connection_url_mysql:179 : local db=placement 2021-04-09 19:53:45.446 | ++ lib/databases/mysql:database_connection_url_mysql:180 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/placement?charset=utf8' 2021-04-09 19:53:45.449 | + 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-04-09 19:53:45.475 | + lib/placement:create_placement_conf:98 : iniset /etc/placement/placement.conf DEFAULT debug True 2021-04-09 19:53:45.503 | + lib/placement:create_placement_conf:99 : iniset /etc/placement/placement.conf api auth_strategy keystone 2021-04-09 19:53:45.530 | + lib/placement:create_placement_conf:100 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2021-04-09 19:53:45.533 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/placement/placement.conf 2021-04-09 19:53:45.537 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=placement 2021-04-09 19:53:45.539 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2021-04-09 19:53:45.541 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2021-04-09 19:53:45.571 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.222.0.52/identity 2021-04-09 19:53:45.596 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2021-04-09 19:53:45.622 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/placement/placement.conf keystone_authtoken password Passw0rd 2021-04-09 19:53:45.648 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2021-04-09 19:53:45.673 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2021-04-09 19:53:45.700 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2021-04-09 19:53:45.725 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2021-04-09 19:53:45.750 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2021-04-09 19:53:45.776 | + lib/placement:create_placement_conf:101 : setup_logging /etc/placement/placement.conf 2021-04-09 19:53:45.779 | + functions:setup_logging:639 : local conf_file=/etc/placement/placement.conf 2021-04-09 19:53:45.781 | + functions:setup_logging:640 : local other_cond=False 2021-04-09 19:53:45.783 | + functions:setup_logging:641 : [[ True == \T\r\u\e ]] 2021-04-09 19:53:45.786 | + functions:setup_logging:642 : setup_systemd_logging /etc/placement/placement.conf 2021-04-09 19:53:45.789 | + functions:setup_systemd_logging:670 : local conf_file=/etc/placement/placement.conf 2021-04-09 19:53:45.791 | + functions:setup_systemd_logging:671 : local conf_section=DEFAULT 2021-04-09 19:53:45.795 | ++ functions:setup_systemd_logging:676 : trueorfalse False USE_JOURNAL 2021-04-09 19:53:45.813 | + functions:setup_systemd_logging:676 : USE_JOURNAL=False 2021-04-09 19:53:45.816 | + functions:setup_systemd_logging:677 : local pidstr= 2021-04-09 19:53:45.818 | + functions:setup_systemd_logging:678 : [[ False == \T\r\u\e ]] 2021-04-09 19:53:45.821 | + functions:setup_systemd_logging:682 : pidstr='(pid=%(process)d) ' 2021-04-09 19:53:45.823 | + 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-04-09 19:53:45.849 | + 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-04-09 19:53:45.875 | + 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-04-09 19:53:45.900 | + functions:setup_systemd_logging:688 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-04-09 19:53:45.927 | + lib/placement:configure_placement:109 : [[ uwsgi == \u\w\s\g\i ]] 2021-04-09 19:53:45.929 | + lib/placement:configure_placement:110 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2021-04-09 19:53:45.932 | + lib/apache:write_uwsgi_config:266 : local file=/etc/placement/placement-uwsgi.ini 2021-04-09 19:53:45.934 | + lib/apache:write_uwsgi_config:267 : local wsgi=/usr/local/bin/placement-api 2021-04-09 19:53:45.937 | + lib/apache:write_uwsgi_config:268 : local url=/placement 2021-04-09 19:53:45.939 | + lib/apache:write_uwsgi_config:269 : local http= 2021-04-09 19:53:45.942 | + lib/apache:write_uwsgi_config:270 : local name= 2021-04-09 19:53:45.945 | ++ lib/apache:write_uwsgi_config:271 : basename /usr/local/bin/placement-api 2021-04-09 19:53:45.948 | + lib/apache:write_uwsgi_config:271 : name=placement-api 2021-04-09 19:53:45.950 | + lib/apache:write_uwsgi_config:275 : local socket_dir=/var/run/uwsgi 2021-04-09 19:53:45.953 | + lib/apache:write_uwsgi_config:279 : sudo mkdir -p /etc/tmpfiles.d/ 2021-04-09 19:53:45.964 | + lib/apache:write_uwsgi_config:280 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-04-09 19:53:45.965 | + lib/apache:write_uwsgi_config:280 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-04-09 19:53:45.972 | d /var/run/uwsgi 0755 ubuntu root 2021-04-09 19:53:45.976 | + lib/apache:write_uwsgi_config:281 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-04-09 19:53:45.990 | + lib/apache:write_uwsgi_config:283 : local socket=/var/run/uwsgi/placement-api.socket 2021-04-09 19:53:45.992 | + lib/apache:write_uwsgi_config:286 : rm -rf /etc/placement/placement-uwsgi.ini 2021-04-09 19:53:45.996 | + lib/apache:write_uwsgi_config:287 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2021-04-09 19:53:46.023 | + lib/apache:write_uwsgi_config:288 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2021-04-09 19:53:46.049 | + lib/apache:write_uwsgi_config:290 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2021-04-09 19:53:46.075 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2021-04-09 19:53:46.101 | + lib/apache:write_uwsgi_config:293 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2021-04-09 19:53:46.127 | + lib/apache:write_uwsgi_config:296 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 90 2021-04-09 19:53:46.153 | + lib/apache:write_uwsgi_config:297 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2021-04-09 19:53:46.179 | + lib/apache:write_uwsgi_config:298 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2021-04-09 19:53:46.203 | + lib/apache:write_uwsgi_config:300 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2021-04-09 19:53:46.229 | + lib/apache:write_uwsgi_config:302 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-04-09 19:53:46.254 | + lib/apache:write_uwsgi_config:304 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2021-04-09 19:53:46.280 | + lib/apache:write_uwsgi_config:306 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2021-04-09 19:53:46.306 | + lib/apache:write_uwsgi_config:308 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2021-04-09 19:53:46.330 | + lib/apache:write_uwsgi_config:311 : [[ -n '' ]] 2021-04-09 19:53:46.333 | + lib/apache:write_uwsgi_config:314 : local apache_conf= 2021-04-09 19:53:46.336 | ++ lib/apache:write_uwsgi_config:315 : apache_site_config_for placement-api 2021-04-09 19:53:46.339 | ++ lib/apache:apache_site_config_for:198 : local site=placement-api 2021-04-09 19:53:46.342 | ++ lib/apache:apache_site_config_for:199 : is_ubuntu 2021-04-09 19:53:46.344 | ++ functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:53:46.348 | ++ functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:53:46.350 | ++ lib/apache:apache_site_config_for:201 : echo /etc/apache2/sites-available/placement-api.conf 2021-04-09 19:53:46.353 | + lib/apache:write_uwsgi_config:315 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2021-04-09 19:53:46.355 | + lib/apache:write_uwsgi_config:316 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2021-04-09 19:53:46.380 | + lib/apache:write_uwsgi_config:317 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2021-04-09 19:53:46.407 | + lib/apache:write_uwsgi_config:318 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2021-04-09 19:53:46.407 | + lib/apache:write_uwsgi_config:318 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api/" retry=0 ' 2021-04-09 19:53:46.415 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api/" retry=0 2021-04-09 19:53:46.418 | + lib/apache:write_uwsgi_config:319 : enable_apache_site placement-api 2021-04-09 19:53:46.421 | + lib/apache:enable_apache_site:215 : local site=placement-api 2021-04-09 19:53:46.423 | + lib/apache:enable_apache_site:217 : enable_apache_mod version 2021-04-09 19:53:46.426 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-04-09 19:53:46.428 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-04-09 19:53:46.431 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:53:46.433 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:53:46.436 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-04-09 19:53:46.438 | + lib/apache:enable_apache_site:218 : is_ubuntu 2021-04-09 19:53:46.441 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:53:46.444 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:53:46.446 | + lib/apache:enable_apache_site:219 : sudo a2ensite placement-api 2021-04-09 19:53:46.504 | Enabling site placement-api. 2021-04-09 19:53:46.509 | To activate the new configuration, you need to run: 2021-04-09 19:53:46.509 | systemctl reload apache2 2021-04-09 19:53:46.513 | + lib/apache:write_uwsgi_config:320 : restart_apache_server 2021-04-09 19:53:46.516 | + lib/apache:restart_apache_server:262 : restart_service apache2 2021-04-09 19:53:46.519 | + functions-common:restart_service:2220 : '[' -x /bin/systemctl ']' 2021-04-09 19:53:46.521 | + functions-common:restart_service:2221 : sudo /bin/systemctl restart apache2 2021-04-09 19:53:46.684 | + ./stack.sh:main:967 : is_service_enabled placement placement-client 2021-04-09 19:53:46.704 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:53:46.707 | + ./stack.sh:main:968 : is_service_enabled n-cpu 2021-04-09 19:53:46.726 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 19:53:46.729 | + ./stack.sh:main:968 : is_service_enabled n-sch 2021-04-09 19:53:46.747 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:53:46.750 | + ./stack.sh:main:969 : configure_placement_nova_compute 2021-04-09 19:53:46.752 | + lib/nova:configure_placement_nova_compute:585 : local conf=/etc/nova/nova.conf 2021-04-09 19:53:46.756 | + lib/nova:configure_placement_nova_compute:586 : iniset /etc/nova/nova.conf placement auth_type password 2021-04-09 19:53:46.784 | + lib/nova:configure_placement_nova_compute:587 : iniset /etc/nova/nova.conf placement auth_url http://10.222.0.52/identity 2021-04-09 19:53:46.810 | + lib/nova:configure_placement_nova_compute:588 : iniset /etc/nova/nova.conf placement username placement 2021-04-09 19:53:46.837 | + lib/nova:configure_placement_nova_compute:589 : iniset /etc/nova/nova.conf placement password Passw0rd 2021-04-09 19:53:46.864 | + lib/nova:configure_placement_nova_compute:590 : iniset /etc/nova/nova.conf placement user_domain_name Default 2021-04-09 19:53:46.890 | + lib/nova:configure_placement_nova_compute:591 : iniset /etc/nova/nova.conf placement project_name service 2021-04-09 19:53:46.917 | + lib/nova:configure_placement_nova_compute:592 : iniset /etc/nova/nova.conf placement project_domain_name Default 2021-04-09 19:53:46.944 | + lib/nova:configure_placement_nova_compute:593 : iniset /etc/nova/nova.conf placement region_name RegionOne 2021-04-09 19:53:46.969 | + ./stack.sh:main:973 : is_service_enabled horizon 2021-04-09 19:53:46.985 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 19:53:46.988 | + ./stack.sh:main:978 : is_service_enabled tls-proxy 2021-04-09 19:53:47.006 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 19:53:47.008 | + ./stack.sh:main:989 : run_phase stack install 2021-04-09 19:53:47.011 | + functions-common:run_phase:1760 : local mode=stack 2021-04-09 19:53:47.013 | + functions-common:run_phase:1761 : local phase=install 2021-04-09 19:53:47.015 | + functions-common:run_phase:1762 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-04-09 19:53:47.018 | + functions-common:run_phase:1763 : local extra_plugin_file_name 2021-04-09 19:53:47.020 | + functions-common:run_phase:1764 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-04-09 19:53:47.023 | + functions-common:run_phase:1769 : local exceptions=80-tempest.sh 2021-04-09 19:53:47.025 | + functions-common:run_phase:1770 : local extra 2021-04-09 19:53:47.028 | ++ functions-common:run_phase:1771 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-04-09 19:53:47.032 | + functions-common:run_phase:1771 : extra=80-tempest.sh 2021-04-09 19:53:47.035 | + functions-common:run_phase:1772 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-04-09 19:53:47.037 | + functions-common:run_phase:1776 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-04-09 19:53:47.040 | + functions-common:run_phase:1776 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack install 2021-04-09 19:53:47.042 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-04-09 19:53:47.058 | ++ functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:53:47.060 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2021-04-09 19:53:47.063 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2021-04-09 19:53:47.066 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2021-04-09 19:53:47.068 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2021-04-09 19:53:47.071 | ++ ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-04-09 19:53:47.073 | ++ ./stack.sh:echo_summary:461 : echo -e Installing Tempest 2021-04-09 19:53:47.075 | ++ extras.d/80-tempest.sh:source:9 : install_tempest 2021-04-09 19:53:47.078 | ++ lib/tempest:install_tempest:741 : git_clone https://opendev.org/openstack/tempest.git /opt/stack/tempest master 2021-04-09 19:53:47.080 | ++ functions-common:git_clone:524 : local git_remote=https://opendev.org/openstack/tempest.git 2021-04-09 19:53:47.082 | ++ functions-common:git_clone:525 : local git_dest=/opt/stack/tempest 2021-04-09 19:53:47.084 | ++ functions-common:git_clone:526 : local git_ref=master 2021-04-09 19:53:47.087 | ++ functions-common:git_clone:527 : local orig_dir 2021-04-09 19:53:47.089 | +++ functions-common:git_clone:528 : pwd 2021-04-09 19:53:47.092 | ++ functions-common:git_clone:528 : orig_dir=/home/ubuntu/devstack 2021-04-09 19:53:47.095 | ++ functions-common:git_clone:529 : local git_clone_flags= 2021-04-09 19:53:47.097 | +++ functions-common:git_clone:531 : trueorfalse False RECLONE 2021-04-09 19:53:47.113 | ++ functions-common:git_clone:531 : RECLONE=False 2021-04-09 19:53:47.115 | ++ functions-common:git_clone:532 : [[ 0 -gt 0 ]] 2021-04-09 19:53:47.117 | ++ functions-common:git_clone:536 : [[ False = \T\r\u\e ]] 2021-04-09 19:53:47.120 | ++ functions-common:git_clone:545 : echo master 2021-04-09 19:53:47.120 | ++ functions-common:git_clone:545 : egrep -q '^refs' 2021-04-09 19:53:47.124 | ++ functions-common:git_clone:559 : [[ ! -d /opt/stack/tempest ]] 2021-04-09 19:53:47.126 | ++ functions-common:git_clone:567 : [[ False = \T\r\u\e ]] 2021-04-09 19:53:47.129 | ++ functions-common:git_clone:593 : cd /opt/stack/tempest 2021-04-09 19:53:47.132 | ++ functions-common:git_clone:594 : git show --oneline 2021-04-09 19:53:47.132 | ++ functions-common:git_clone:594 : head -1 2021-04-09 19:53:47.134 | fa0a40b8b Merge "Add Tempest gate job for stable/wallaby" 2021-04-09 19:53:47.137 | ++ functions-common:git_clone:595 : cd /home/ubuntu/devstack 2021-04-09 19:53:47.139 | ++ lib/tempest:install_tempest:742 : pip_install 'tox!=2.8.0' 2021-04-09 19:53:47.161 | Check python version for : tox!=2.8.0 2021-04-09 19:53:47.165 | Using 3.6 version to install tox!=2.8.0 based on default behavior 2021-04-09 19:53:47.548 | ++ 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-04-09 19:53:48.413 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:48.416 | Ignoring Django: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:48.418 | Ignoring Django: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:48.423 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:48.432 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:48.435 | Ignoring GitPython: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:48.437 | Ignoring GitPython: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:48.442 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:48.447 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:48.471 | Ignoring Pygments: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:48.473 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:48.475 | Ignoring Pygments: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:48.480 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:48.487 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:48.490 | Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:48.492 | Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:48.496 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:48.499 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:48.501 | Ignoring Sphinx: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:48.504 | Ignoring Sphinx: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:48.508 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:48.613 | Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:48.616 | Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:48.620 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:48.629 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:48.631 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:48.634 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:48.686 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:48.692 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:48.717 | Ignoring diskimage-builder: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:48.719 | Ignoring diskimage-builder: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:48.722 | Ignoring diskimage-builder: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:48.726 | Ignoring diskimage-builder: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:48.744 | Ignoring dnspython: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:48.746 | Ignoring dnspython: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:48.751 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:48.753 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:48.755 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:48.758 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:48.762 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:48.779 | Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:48.810 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:48.812 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:48.817 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:48.840 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:48.842 | Ignoring gunicorn: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:48.845 | Ignoring gunicorn: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:48.849 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:48.852 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:48.865 | Ignoring ifaddr: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:48.868 | Ignoring ifaddr: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:48.872 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:48.883 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:48.886 | Ignoring influxdb: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:48.888 | Ignoring influxdb: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:48.892 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:48.897 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:48.906 | Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:48.908 | Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:48.913 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:48.918 | Ignoring joblib: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:48.921 | Ignoring joblib: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:48.926 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:48.941 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:48.944 | Ignoring keyring: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:48.946 | Ignoring keyring: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:48.951 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:48.991 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:48.993 | Ignoring more-itertools: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:48.995 | Ignoring more-itertools: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:49.000 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:49.013 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:49.015 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:49.020 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:49.022 | Ignoring mypy-extensions: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:49.025 | Ignoring mypy-extensions: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:49.029 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:49.032 | Ignoring ndg-httpsclient: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:49.040 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:49.042 | Ignoring networkx: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:49.045 | Ignoring networkx: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:49.051 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:49.069 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:49.071 | Ignoring numpy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:49.074 | Ignoring numpy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:49.078 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:49.176 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:49.260 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:49.263 | Ignoring pytest: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:49.265 | Ignoring pytest: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:49.269 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:49.374 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:49.418 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:49.421 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:49.423 | Ignoring scikit-learn: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:49.426 | Ignoring scikit-learn: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:49.432 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:49.434 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:49.436 | Ignoring scipy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:49.438 | Ignoring scipy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:49.443 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:49.461 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:49.480 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:49.483 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:49.488 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:49.492 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:49.494 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:49.500 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:49.504 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:49.507 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:49.511 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:49.515 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:49.518 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:49.522 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:49.530 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:49.532 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:49.537 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:49.541 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:49.544 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:49.549 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:49.553 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:49.588 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:49.621 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:49.626 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:49.629 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:49.634 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:49.636 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:49.646 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:49.650 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:49.652 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:49.657 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:49.661 | Ignoring typing-extensions: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:49.663 | Ignoring typing-extensions: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:49.668 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:49.674 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:49.698 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:49.724 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:53:49.726 | Ignoring zeroconf: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:53:49.728 | Ignoring zeroconf: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:53:49.733 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:53:49.889 | Collecting tox!=2.8.0 2021-04-09 19:53:50.040 | Downloading http://10.100.0.9:8080/root/pypi/+f/e00/7673f3595cede/tox-3.23.0-py2.py3-none-any.whl (85kB) 2021-04-09 19:53:50.263 | 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-04-09 19:53:50.441 | Collecting packaging===19.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 406)) 2021-04-09 19:53:50.487 | Downloading http://10.100.0.9:8080/root/pypi/+f/a7a/c867b97fdc07e/packaging-19.1-py2.py3-none-any.whl 2021-04-09 19:53:50.829 | Collecting py===1.8.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 430)) 2021-04-09 19:53:50.879 | Downloading http://10.100.0.9:8080/root/pypi/+f/64f/65755aee5b381/py-1.8.0-py2.py3-none-any.whl (83kB) 2021-04-09 19:53:51.050 | 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-04-09 19:53:51.233 | Collecting toml>=0.9.4 (from tox!=2.8.0) 2021-04-09 19:53:51.257 | Downloading http://10.100.0.9:8080/root/pypi/+f/806/143ae5bfb6a3c/toml-0.10.2-py2.py3-none-any.whl 2021-04-09 19:53:51.566 | Collecting pluggy===0.12.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 419)) 2021-04-09 19:53:51.595 | Downloading http://10.100.0.9:8080/root/pypi/+f/b98/17417e95936bf/pluggy-0.12.0-py2.py3-none-any.whl 2021-04-09 19:53:51.762 | Requirement already satisfied: filelock>=3.0.0 in /usr/local/lib/python3.6/dist-packages (from tox!=2.8.0) 2021-04-09 19:53:51.765 | 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-04-09 19:53:51.768 | 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-04-09 19:53:51.771 | 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-04-09 19:53:51.802 | 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-04-09 19:53:51.816 | 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-04-09 19:53:51.820 | Installing collected packages: packaging, pluggy, py, toml, tox 2021-04-09 19:53:52.746 | Successfully installed packaging-19.1 pluggy-0.12.0 py-1.8.0 toml-0.10.2 tox-3.23.0 2021-04-09 19:53:52.883 | You are using pip version 9.0.3, however version 21.0.1 is available. 2021-04-09 19:53:52.883 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-04-09 19:53:52.935 | ++ inc/python:pip_install:290 : result=0 2021-04-09 19:53:52.937 | ++ inc/python:pip_install:292 : time_stop pip_install 2021-04-09 19:53:52.939 | ++ functions-common:time_stop:2336 : local name 2021-04-09 19:53:52.942 | ++ functions-common:time_stop:2337 : local end_time 2021-04-09 19:53:52.944 | ++ functions-common:time_stop:2338 : local elapsed_time 2021-04-09 19:53:52.946 | ++ functions-common:time_stop:2339 : local total 2021-04-09 19:53:52.949 | ++ functions-common:time_stop:2340 : local start_time 2021-04-09 19:53:52.951 | ++ functions-common:time_stop:2342 : name=pip_install 2021-04-09 19:53:52.953 | ++ functions-common:time_stop:2343 : start_time=1617998027153 2021-04-09 19:53:52.956 | ++ functions-common:time_stop:2345 : [[ -z 1617998027153 ]] 2021-04-09 19:53:52.959 | +++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 19:53:52.963 | ++ functions-common:time_stop:2348 : end_time=1617998032960 2021-04-09 19:53:52.965 | ++ functions-common:time_stop:2349 : elapsed_time=5807 2021-04-09 19:53:52.967 | ++ functions-common:time_stop:2350 : total=224295 2021-04-09 19:53:52.970 | ++ functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 19:53:52.972 | ++ functions-common:time_stop:2353 : _TIME_TOTAL[$name]=230102 2021-04-09 19:53:52.975 | ++ inc/python:pip_install:293 : return 0 2021-04-09 19:53:52.977 | ++ lib/tempest:install_tempest:743 : pushd /opt/stack/tempest 2021-04-09 19:53:52.977 | /opt/stack/tempest ~/devstack 2021-04-09 19:53:52.980 | ++ lib/tempest:install_tempest:747 : git checkout master 2021-04-09 19:53:53.003 | M .coveragerc 2021-04-09 19:53:53.003 | M .gitignore 2021-04-09 19:53:53.003 | M .gitreview 2021-04-09 19:53:53.003 | M .mailmap 2021-04-09 19:53:53.003 | M .stestr.conf 2021-04-09 19:53:53.003 | M CONTRIBUTING.rst 2021-04-09 19:53:53.003 | M HACKING.rst 2021-04-09 19:53:53.003 | M LICENSE 2021-04-09 19:53:53.003 | M README.rst 2021-04-09 19:53:53.003 | M REVIEWING.rst 2021-04-09 19:53:53.003 | M bindep.txt 2021-04-09 19:53:53.003 | M doc/requirements.txt 2021-04-09 19:53:53.003 | M doc/source/_extra/.htaccess 2021-04-09 19:53:53.003 | M doc/source/_static/.keep 2021-04-09 19:53:53.003 | M doc/source/account_generator.rst 2021-04-09 19:53:53.003 | M doc/source/cleanup.rst 2021-04-09 19:53:53.003 | M doc/source/conf.py 2021-04-09 19:53:53.003 | M doc/source/configuration.rst 2021-04-09 19:53:53.003 | M doc/source/contributor/contributing.rst 2021-04-09 19:53:53.003 | M doc/source/data/tempest-non-active-plugins-registry.header 2021-04-09 19:53:53.003 | M doc/source/data/tempest-plugins-registry.header 2021-04-09 19:53:53.003 | M doc/source/index.rst 2021-04-09 19:53:53.003 | M doc/source/keystone_scopes_and_roles_support.rst 2021-04-09 19:53:53.003 | M doc/source/library.rst 2021-04-09 19:53:53.003 | M doc/source/library/api_microversion_testing.rst 2021-04-09 19:53:53.003 | M doc/source/library/auth.rst 2021-04-09 19:53:53.003 | M doc/source/library/cli.rst 2021-04-09 19:53:53.003 | M doc/source/library/clients.rst 2021-04-09 19:53:53.003 | M doc/source/library/credential_providers.rst 2021-04-09 19:53:53.003 | M doc/source/library/decorators.rst 2021-04-09 19:53:53.003 | M doc/source/library/rest_client.rst 2021-04-09 19:53:53.003 | M doc/source/library/service_clients/compute_clients.rst 2021-04-09 19:53:53.003 | M doc/source/library/utils.rst 2021-04-09 19:53:53.003 | M doc/source/library/validation_resources.rst 2021-04-09 19:53:53.003 | M doc/source/microversion_testing.rst 2021-04-09 19:53:53.003 | M doc/source/overview.rst 2021-04-09 19:53:53.003 | M doc/source/plugins/index.rst 2021-04-09 19:53:53.003 | M doc/source/plugins/plugin.rst 2021-04-09 19:53:53.004 | M doc/source/requirement_upper_constraint_for_tempest.rst 2021-04-09 19:53:53.004 | M doc/source/run.rst 2021-04-09 19:53:53.004 | M doc/source/sampleconf.rst 2021-04-09 19:53:53.004 | M doc/source/stable_branch_support_policy.rst 2021-04-09 19:53:53.004 | M doc/source/stable_branch_testing_policy.rst 2021-04-09 19:53:53.004 | M doc/source/subunit_describe_calls.rst 2021-04-09 19:53:53.004 | M doc/source/supported_version.rst 2021-04-09 19:53:53.004 | M doc/source/tempest_and_plugins_compatible_version_policy.rst 2021-04-09 19:53:53.004 | M doc/source/test_removal.rst 2021-04-09 19:53:53.004 | M doc/source/tests/modules.rst 2021-04-09 19:53:53.004 | M doc/source/workspace.rst 2021-04-09 19:53:53.004 | M doc/source/write_tests.rst 2021-04-09 19:53:53.004 | M etc/accounts.yaml.sample 2021-04-09 19:53:53.004 | M etc/allow-list.yaml 2021-04-09 19:53:53.004 | M etc/logging.conf.sample 2021-04-09 19:53:53.004 | M etc/rbac-persona-accounts.yaml.sample 2021-04-09 19:53:53.004 | M playbooks/devstack-tempest-ipv6.yaml 2021-04-09 19:53:53.004 | M playbooks/devstack-tempest.yaml 2021-04-09 19:53:53.004 | M playbooks/post-tempest.yaml 2021-04-09 19:53:53.004 | M releasenotes/notes/10/10.0-supported-openstack-releases-b88db468695348f6.yaml 2021-04-09 19:53:53.004 | M releasenotes/notes/10/10.0.0-Tempest-library-interface-0eb680b810139a50.yaml 2021-04-09 19:53:53.004 | M releasenotes/notes/10/10.0.0-start-using-reno-ed9518126fd0e1a3.yaml 2021-04-09 19:53:53.004 | M releasenotes/notes/11/11.0.0-api-microversion-testing-support-2ceddd2255670932.yaml 2021-04-09 19:53:53.004 | M releasenotes/notes/11/11.0.0-compute-microversion-support-e0b23f960f894b9b.yaml 2021-04-09 19:53:53.004 | M releasenotes/notes/11/11.0.0-supported-openstack-releases-1e5d7295d939d439.yaml 2021-04-09 19:53:53.004 | M releasenotes/notes/12/12.0.0-supported-openstack-releases-f10aac381d933dd1.yaml 2021-04-09 19:53:53.004 | M releasenotes/notes/12/12.1.0-add-network-versions-client-d90e8334e1443f5c.yaml 2021-04-09 19:53:53.004 | M releasenotes/notes/12/12.1.0-add-scope-to-auth-b5a82493ea89f41e.yaml 2021-04-09 19:53:53.004 | M releasenotes/notes/12/12.1.0-add-tempest-run-3d0aaf69c2ca4115.yaml 2021-04-09 19:53:53.004 | M releasenotes/notes/12/12.1.0-add-tempest-workspaces-228a2ba4690b5589.yaml 2021-04-09 19:53:53.004 | M releasenotes/notes/12/12.1.0-add_subunit_describe_calls-5498a37e6cd66c4b.yaml 2021-04-09 19:53:53.004 | M releasenotes/notes/12/12.1.0-bug-1486834-7ebca15836ae27a9.yaml 2021-04-09 19:53:53.004 | M releasenotes/notes/12/12.1.0-identity-clients-as-library-e663c6132fcac6c2.yaml 2021-04-09 19:53:53.004 | M releasenotes/notes/12/12.1.0-image-clients-as-library-86d17caa26ce3961.yaml 2021-04-09 19:53:53.004 | M releasenotes/notes/12/12.1.0-new-test-utils-module-adf34468c4d52719.yaml 2021-04-09 19:53:53.004 | M releasenotes/notes/12/12.1.0-remove-input-scenarios-functionality-01308e6d4307f580.yaml 2021-04-09 19:53:53.004 | M releasenotes/notes/12/12.1.0-remove-integrated-horizon-bb57551c1e5f5be3.yaml 2021-04-09 19:53:53.004 | M releasenotes/notes/12/12.1.0-remove-legacy-credential-providers-3d653ac3ba1ada2b.yaml 2021-04-09 19:53:53.004 | M releasenotes/notes/12/12.1.0-remove-trove-tests-666522e9113549f9.yaml 2021-04-09 19:53:53.004 | M releasenotes/notes/12/12.1.0-routers-client-as-library-25a363379da351f6.yaml 2021-04-09 19:53:53.004 | M releasenotes/notes/12/12.1.0-support-chunked-encoding-d71f53225f68edf3.yaml 2021-04-09 19:53:53.004 | M releasenotes/notes/12/12.1.0-tempest-init-global-config-dir-location-changes-12260255871d3a2b.yaml 2021-04-09 19:53:53.004 | M releasenotes/notes/12/12.2.0-add-httptimeout-in-restclient-ax78061900e3f3d7.yaml 2021-04-09 19:53:53.004 | M releasenotes/notes/12/12.2.0-add-new-identity-clients-3c3afd674a395bde.yaml 2021-04-09 19:53:53.004 | M releasenotes/notes/12/12.2.0-clients_module-16f3025f515bf9ec.yaml 2021-04-09 19:53:53.004 | M releasenotes/notes/12/12.2.0-nova_cert_default-90eb7c1e3cde624a.yaml 2021-04-09 19:53:53.004 | M releasenotes/notes/12/12.2.0-plugin-service-client-registration-00b19a2dd4935ba0.yaml 2021-04-09 19:53:53.005 | M releasenotes/notes/12/12.2.0-remove-javelin-276f62d04f7e4a1d.yaml 2021-04-09 19:53:53.005 | M releasenotes/notes/12/12.2.0-service_client_config-8a1d7b4de769c633.yaml 2021-04-09 19:53:53.005 | M releasenotes/notes/12/12.2.0-volume-clients-as-library-9a3444dd63c134b3.yaml 2021-04-09 19:53:53.005 | M releasenotes/notes/13/13.0.0-add-new-identity-clients-as-library-5f7ndha733nwdsn9.yaml 2021-04-09 19:53:53.005 | M releasenotes/notes/13/13.0.0-add-volume-clients-as-a-library-d05b6bc35e66c6ef.yaml 2021-04-09 19:53:53.005 | M releasenotes/notes/13/13.0.0-deprecate-get_ipv6_addr_by_EUI64-4673f07677289cf6.yaml 2021-04-09 19:53:53.005 | M releasenotes/notes/13/13.0.0-move-call-until-true-to-tempest-lib-c9ea70dd6fe9bd15.yaml 2021-04-09 19:53:53.005 | M releasenotes/notes/13/13.0.0-start-of-newton-support-3ebb274f300f28eb.yaml 2021-04-09 19:53:53.005 | M releasenotes/notes/13/13.0.0-tempest-cleanup-nostandalone-39df2aafb2545d35.yaml 2021-04-09 19:53:53.005 | M releasenotes/notes/13/13.0.0-volume-clients-as-library-660811011be29d1a.yaml 2021-04-09 19:53:53.005 | M releasenotes/notes/14/14.0.0-add-cred-provider-abstract-class-to-lib-70ff513221f8a871.yaml 2021-04-09 19:53:53.005 | M releasenotes/notes/14/14.0.0-add-cred_client-to-tempest.lib-4d4af33f969c576f.yaml 2021-04-09 19:53:53.005 | M releasenotes/notes/14/14.0.0-add-error-code-translation-to-versions-clients-acbc78292e24b014.yaml 2021-04-09 19:53:53.005 | M releasenotes/notes/14/14.0.0-add-image-clients-af94564fb34ddca6.yaml 2021-04-09 19:53:53.005 | M releasenotes/notes/14/14.0.0-add-role-assignments-client-as-a-library-d34b4fdf376984ad.yaml 2021-04-09 19:53:53.005 | M releasenotes/notes/14/14.0.0-add-service-provider-client-cbba77d424a30dd3.yaml 2021-04-09 19:53:53.005 | M releasenotes/notes/14/14.0.0-add-ssh-port-parameter-to-client-6d16c374ac4456c1.yaml 2021-04-09 19:53:53.005 | M releasenotes/notes/14/14.0.0-deprecate-nova-api-extensions-df16b02485dae203.yaml 2021-04-09 19:53:53.005 | M releasenotes/notes/14/14.0.0-move-cinder-v3-to-lib-service-be3ba0c20753b594.yaml 2021-04-09 19:53:53.005 | M releasenotes/notes/14/14.0.0-new-volume-limit-client-517c17d9090f4df4.yaml 2021-04-09 19:53:53.005 | M releasenotes/notes/14/14.0.0-remo-stress-tests-81052b211ad95d2e.yaml 2021-04-09 19:53:53.005 | M releasenotes/notes/14/14.0.0-remove-baremetal-tests-65186d9e15d5b8fb.yaml 2021-04-09 19:53:53.005 | M releasenotes/notes/14/14.0.0-remove-bootable-option-024f8944c056a3e0.yaml 2021-04-09 19:53:53.005 | M releasenotes/notes/14/14.0.0-remove-negative-test-generator-1653f4c0f86ccf75.yaml 2021-04-09 19:53:53.005 | M releasenotes/notes/14/14.0.0-remove-sahara-tests-1532c47c7df80e3a.yaml 2021-04-09 19:53:53.005 | M releasenotes/notes/14/14.0.0-volume-clients-as-library-309030c7a16e62ab.yaml 2021-04-09 19:53:53.005 | M releasenotes/notes/15/15.0.0-add-identity-v3-clients-as-a-library-d34b4fdf376984ad.yaml 2021-04-09 19:53:53.005 | M releasenotes/notes/15/15.0.0-add-image-clients-tests-49dbc0a0a4281a77.yaml 2021-04-09 19:53:53.005 | M releasenotes/notes/15/15.0.0-add-implied-roles-to-roles-client-library-edf96408ad9ba82e.yaml 2021-04-09 19:53:53.005 | M releasenotes/notes/15/15.0.0-add-snapshot-manage-client-as-library-a76ffdba9d8d01cb.yaml 2021-04-09 19:53:53.005 | M releasenotes/notes/15/15.0.0-deprecate-allow_port_security_disabled-option-2d3d87f6bd11d03a.yaml 2021-04-09 19:53:53.005 | M releasenotes/notes/15/15.0.0-deprecate-identity-feature-enabled.reseller-84800a8232fe217f.yaml 2021-04-09 19:53:53.005 | M releasenotes/notes/15/15.0.0-deprecate-volume_feature_enabled.volume_services-dbe024ea067d5ab2.yaml 2021-04-09 19:53:53.005 | M releasenotes/notes/15/15.0.0-jsonschema-validator-2377ba131e12d3c7.yaml 2021-04-09 19:53:53.005 | M releasenotes/notes/15/15.0.0-remove-deprecated-compute-microversion-config-options-eaee6a7d2f8390a8.yaml 2021-04-09 19:53:53.005 | M releasenotes/notes/15/15.0.0-remove-deprecated-compute-validation-config-options-e3d1b89ce074d71c.yaml 2021-04-09 19:53:53.005 | M releasenotes/notes/15/15.0.0-remove-deprecated-input-scenario-config-options-414e0c5442e967e9.yaml 2021-04-09 19:53:53.005 | M releasenotes/notes/15/15.0.0-remove-deprecated-network-config-options-f9ce276231578fe6.yaml 2021-04-09 19:53:53.005 | M releasenotes/notes/16/16.0.0-add-OAUTH-Consumer-Client-tempest-tests-db1df7aae4a9fd4e.yaml 2021-04-09 19:53:53.005 | M releasenotes/notes/16/16.0.0-add-additional-methods-to-roles-client-library-178d4a6000dec72d.yaml 2021-04-09 19:53:53.005 | M releasenotes/notes/16/16.0.0-add-cascade-parameter-to-volumes-client-ff4f7f12795003a4.yaml 2021-04-09 19:53:53.005 | M releasenotes/notes/16/16.0.0-add-compute-server-evaculate-client-as-a-library-ed76baf25f02c3ca.yaml 2021-04-09 19:53:53.006 | M releasenotes/notes/16/16.0.0-add-content-type-without-spaces-b2c9b91b257814f3.yaml 2021-04-09 19:53:53.006 | M releasenotes/notes/16/16.0.0-add-list-auth-project-client-5905076d914a3943.yaml 2021-04-09 19:53:53.006 | M releasenotes/notes/16/16.0.0-add-list-glance-api-versions-ec5fc8081fc8a0ae.yaml 2021-04-09 19:53:53.006 | M releasenotes/notes/16/16.0.0-add-list-security-groups-by-servers-to-servers-client-library-088df48f6d81f4be.yaml 2021-04-09 19:53:53.006 | M releasenotes/notes/16/16.0.0-add-list-version-to-identity-client-944cb7396088a575.yaml 2021-04-09 19:53:53.006 | M releasenotes/notes/16/16.0.0-add-list-version-to-volume-client-4769dd1bd4ab9c5e.yaml 2021-04-09 19:53:53.006 | M releasenotes/notes/16/16.0.0-add-quota-sets-detail-kwarg-74b72183295b3ce7.yaml 2021-04-09 19:53:53.006 | M releasenotes/notes/16/16.0.0-add-tempest-lib-remote-client-adbeb3f42a36910b.yaml 2021-04-09 19:53:53.006 | M releasenotes/notes/16/16.0.0-add-tempest-run-combine-option-e94c1049ba8985d5.yaml 2021-04-09 19:53:53.006 | M releasenotes/notes/16/16.0.0-add-update-encryption-type-to-encryption-types-client-f3093532a0bcf9a1.yaml 2021-04-09 19:53:53.006 | M releasenotes/notes/16/16.0.0-add-volume-manage-client-as-library-78ab198a1dc1bd41.yaml 2021-04-09 19:53:53.006 | M releasenotes/notes/16/16.0.0-create-server-tags-client-8c0042a77e859af6.yaml 2021-04-09 19:53:53.006 | M releasenotes/notes/16/16.0.0-deprecate-deactivate_image-config-7a282c471937bbcb.yaml 2021-04-09 19:53:53.006 | M releasenotes/notes/16/16.0.0-deprecate-dvr_extra_resources-config-8c319d6dab7f7e5c.yaml 2021-04-09 19:53:53.006 | M releasenotes/notes/16/16.0.0-deprecate-glance-api-version-config-options-8370b63aea8e14cf.yaml 2021-04-09 19:53:53.006 | M releasenotes/notes/16/16.0.0-deprecate-resources-prefix-option-ad490c0a30a0266b.yaml 2021-04-09 19:53:53.006 | M releasenotes/notes/16/16.0.0-deprecate-skip_unless_attr-decorator-450a1ed727494724.yaml 2021-04-09 19:53:53.006 | M releasenotes/notes/16/16.0.0-deprecate-skip_unless_config-decorator-64c32d588043ab12.yaml 2021-04-09 19:53:53.006 | M releasenotes/notes/16/16.0.0-deprecated-cinder-api-v1-option-df7d5a54d93db5cf.yaml 2021-04-09 19:53:53.006 | M releasenotes/notes/16/16.0.0-dreprecate_client_parameters-cb8d069e62957f7e.yaml 2021-04-09 19:53:53.006 | M releasenotes/notes/16/16.0.0-fix-volume-v2-service-clients-bugfix-1667354-73d2c3c8fedc08bf.yaml 2021-04-09 19:53:53.006 | M releasenotes/notes/16/16.0.0-mitaka-eol-88ff8355fff81b55.yaml 2021-04-09 19:53:53.006 | M releasenotes/notes/16/16.0.0-remove-call_until_true-of-test-de9c13bc8f969921.yaml 2021-04-09 19:53:53.006 | M releasenotes/notes/16/16.0.0-remove-cinder-v1-api-tests-71e266b8d55d475f.yaml 2021-04-09 19:53:53.006 | M releasenotes/notes/16/16.0.0-remove-deprecated-allow_port_security_disabled-option-d0ffaeb2e7817707.yaml 2021-04-09 19:53:53.006 | M releasenotes/notes/16/16.0.0-remove-deprecated-compute-validation-config-options-part-2-5cd17b6e0e6cb8a3.yaml 2021-04-09 19:53:53.006 | M releasenotes/notes/16/16.0.0-remove-deprecated-dvr_extra_resources-option-e8c441c38eab7ddd.yaml 2021-04-09 19:53:53.006 | M releasenotes/notes/16/16.0.0-remove-deprecated-identity-reseller-option-4411c7e3951f1094.yaml 2021-04-09 19:53:53.006 | M releasenotes/notes/16/16.0.0-remove-sahara-service-available-44a642aa9c634ab4.yaml 2021-04-09 19:53:53.006 | M releasenotes/notes/16/16.0.0-remove-volume_feature_enabled.volume_services-c6aa142cc1021297.yaml 2021-04-09 19:53:53.006 | M releasenotes/notes/16/16.0.0-use-keystone-v3-api-935860d30ddbb8e9.yaml 2021-04-09 19:53:53.006 | M releasenotes/notes/16/16.0.0-volume-transfers-client-e5ed3f5464c0cdc0.yaml 2021-04-09 19:53:53.006 | M releasenotes/notes/25/subunt-describe-call-verbose-arg-fix.yaml 2021-04-09 19:53:53.006 | M releasenotes/notes/Add-keystone-v3-OS_FEDERATION-APIs-as-tempest-clients-fe9e10a0fe5f09d4.yaml 2021-04-09 19:53:53.006 | M releasenotes/notes/Extend-cleanup-CLI-to-delete-regions-9f1dbda2c8de12e2.yaml 2021-04-09 19:53:53.006 | M releasenotes/notes/Fix-KeyError-bug-in-v3-volumes_client-ff5d9b894f2257c8.yaml 2021-04-09 19:53:53.006 | M releasenotes/notes/Inclusive-jargon-17621346744f0cf4.yaml 2021-04-09 19:53:53.006 | M releasenotes/notes/Placement-client-for-placement-based-minimum-bw-allocation-27ed0938118752b6.yaml 2021-04-09 19:53:53.006 | M releasenotes/notes/QoS-client-for-placement-based-minimum-bw-allocation-8e5854d5754cec68.yaml 2021-04-09 19:53:53.006 | M releasenotes/notes/Remove-deprecated-image-scenario-options-b573c60e873ab451.yaml 2021-04-09 19:53:53.006 | M releasenotes/notes/Remove-deprecated-scenario.img_dir-option-da626e6153181e16.yaml 2021-04-09 19:53:53.006 | M releasenotes/notes/Remove-manager-2e0b0af48f01294a.yaml 2021-04-09 19:53:53.006 | M releasenotes/notes/Remove-test_reboot_server_soft-48fa786f38cd94dc.yaml 2021-04-09 19:53:53.006 | M releasenotes/notes/Set-default-of-operator_role-to-member-f9c3abd2ebde23b7.yaml 2021-04-09 19:53:53.006 | M releasenotes/notes/Stabilize-scenario-manager-adf36d21b08e31a4.yaml 2021-04-09 19:53:53.007 | M releasenotes/notes/account-generator-accepts-positive-numbers-only-33a366a297494ef7.yaml 2021-04-09 19:53:53.007 | M releasenotes/notes/account_generator-6eb03f664a448c35.yaml 2021-04-09 19:53:53.007 | M releasenotes/notes/add-OAUTH-Token-Client-tempest-tests-6351eda451b95a86.yaml 2021-04-09 19:53:53.007 | M releasenotes/notes/add-additional-methods-to-policy-client-library-b8279c18335588c9.yaml 2021-04-09 19:53:53.007 | M releasenotes/notes/add-alt-project-dynamic-creds-1a3bc543e65d9433.yaml 2021-04-09 19:53:53.007 | M releasenotes/notes/add-assisted-volume-snapshot-client-737f5cb35d58c1b6.yaml 2021-04-09 19:53:53.007 | M releasenotes/notes/add-can-migrate-between-any-hosts-config-option-x8ah4f9737a28e9b.yaml 2021-04-09 19:53:53.007 | M releasenotes/notes/add-compute-feature-ide-bus-b63802502c378083.yaml 2021-04-09 19:53:53.007 | M releasenotes/notes/add-compute-feature-serial-console-45583c4341e34fc9.yaml 2021-04-09 19:53:53.007 | M releasenotes/notes/add-compute-feature-shelve-migrate-fdbd3633abe65c4e.yaml 2021-04-09 19:53:53.007 | M releasenotes/notes/add-consistency-group-exceptions-01cbb792cd710231.yaml 2021-04-09 19:53:53.007 | M releasenotes/notes/add-create-group-from-src-tempest-tests-9eb8b0b4b5c52055.yaml 2021-04-09 19:53:53.007 | M releasenotes/notes/add-domain-configuration-client-tempest-tests-e383efabdbb9ad03.yaml 2021-04-09 19:53:53.007 | M releasenotes/notes/add-domain-param-in-cliclient-a270fcf35c8f09e6.yaml 2021-04-09 19:53:53.007 | M releasenotes/notes/add-extra-apis-to-volume-v3-services-client-bf9b235cf5a611fe.yaml 2021-04-09 19:53:53.007 | M releasenotes/notes/add-floating-ip-config-option-e5774bf77702ce9f.yaml 2021-04-09 19:53:53.007 | M releasenotes/notes/add-force-detach-volume-to-volumes-client-library-b2071f2954f8e8b1.yaml 2021-04-09 19:53:53.007 | M releasenotes/notes/add-group-type-specs-apis-to-v3-group-types-client-10390b52dedede54.yaml 2021-04-09 19:53:53.007 | M releasenotes/notes/add-identity-roles-system-methods-519dc144231993a3.yaml 2021-04-09 19:53:53.007 | M releasenotes/notes/add-identity-v3-clients-for-os-ep-filter-api-endpoint-groups-3518a90bbb731d0f.yaml 2021-04-09 19:53:53.007 | M releasenotes/notes/add-identity-v3-clients-for-os-ep-filter-api-extensions-9cfd217fd2c6a61f.yaml 2021-04-09 19:53:53.007 | M releasenotes/notes/add-image-alt-ssh-user-config-option-1b775af2f468aa5b.yaml 2021-04-09 19:53:53.007 | M releasenotes/notes/add-immutable-user-source-support-dd17772a997075e0.yaml 2021-04-09 19:53:53.007 | M releasenotes/notes/add-ip-version-check-in-addresses-x491ac6d9abaxa12.yaml 2021-04-09 19:53:53.007 | M releasenotes/notes/add-is-resource-deleted-sg-client-f4a7a7a54ff024d7.yaml 2021-04-09 19:53:53.007 | M releasenotes/notes/add-keystone-ep-clients-eeefd0904fbbe151.yaml 2021-04-09 19:53:53.007 | M releasenotes/notes/add-keystone-v3-ec2-tests-d959b7d36f0bd7fc.yaml 2021-04-09 19:53:53.007 | M releasenotes/notes/add-kwargs-to-delete-vol-of-vol-client-1ecde75beb62933c.yaml 2021-04-09 19:53:53.007 | M releasenotes/notes/add-list-volume-transfers-with-detail-to-transfers-client-80169bf78cf4fa66.yaml 2021-04-09 19:53:53.007 | M releasenotes/notes/add-load-list-cmd-35a4a2e6ea0a36fd.yaml 2021-04-09 19:53:53.007 | M releasenotes/notes/add-manage-snapshot-ref-config-option-67efd04897335b67.yaml 2021-04-09 19:53:53.007 | M releasenotes/notes/add-migrate-volume-and-list-hosts-to-v3-volume-client-library-ad3529260db58f00.yaml 2021-04-09 19:53:53.007 | M releasenotes/notes/add-params-to-identity-v3-list-endpoints-958a155be4e17e5b.yaml 2021-04-09 19:53:53.007 | M releasenotes/notes/add-params-to-v2-list-backups-api-c088d2b4bfe90247.yaml 2021-04-09 19:53:53.007 | M releasenotes/notes/add-port-profile-config-option-2610b2fa67027960.yaml 2021-04-09 19:53:53.007 | M releasenotes/notes/add-profiler-config-options-db7c4ae6d338ee5c.yaml 2021-04-09 19:53:53.007 | M releasenotes/notes/add-redirect-param-bea1f6fbce629c70.yaml 2021-04-09 19:53:53.007 | M releasenotes/notes/add-reset-group-snapshot-status-api-to-v3-group-snapshots-client-248d41827daf2a0c.yaml 2021-04-09 19:53:53.007 | M releasenotes/notes/add-reset-group-status-api-to-v3-groups-client-9aa048617c66756a.yaml 2021-04-09 19:53:53.007 | M releasenotes/notes/add-return-value-to-retype-volume-a401aa619aaa2457.yaml 2021-04-09 19:53:53.007 | M releasenotes/notes/add-save-state-option-5ea67858cbaca969.yaml 2021-04-09 19:53:53.007 | M releasenotes/notes/add-server-diagnostics-validation-schema-b5a3c55b45aa718a.yaml 2021-04-09 19:53:53.007 | M releasenotes/notes/add-show-api-v3-details-api-to-v3-versions-client-4b408427379cabfe.yaml 2021-04-09 19:53:53.007 | M releasenotes/notes/add-show-default-group-type-detail-api-to-v3-group-types-client-65f717878cf52da0.yaml 2021-04-09 19:53:53.007 | M releasenotes/notes/add-show-default-quotas-api-to-network-quotas-client-3a7c1159af9e56ff.yaml 2021-04-09 19:53:53.007 | M releasenotes/notes/add-show-default-volume-types-api-to-v3-types-client-44b2676f217d78dc.yaml 2021-04-09 19:53:53.008 | M releasenotes/notes/add-show-encryption-specs-item-api-to-v2-encryption-types-client-290b421cd4bc0c0e.yaml 2021-04-09 19:53:53.008 | M releasenotes/notes/add-show-host-to-hosts-client-library-c60c4eb49d139480.yaml 2021-04-09 19:53:53.008 | M releasenotes/notes/add-show-quota-details-api-to-network-quotas-client-3fffd302cc5d335f.yaml 2021-04-09 19:53:53.008 | M releasenotes/notes/add-show-snapshot-metadata-item-api-to-v2-snapshots-client-bd3cbab3c7f0e0b3.yaml 2021-04-09 19:53:53.008 | M releasenotes/notes/add-show-volume-image-metadata-api-to-v2-volumes-client-ee3c027f35276561.yaml 2021-04-09 19:53:53.008 | M releasenotes/notes/add-show-volume-metadata-item-api-to-v2-volumes-client-47d59ecd999ca9df.yaml 2021-04-09 19:53:53.008 | M releasenotes/notes/add-show-volume-summary-api-to-v3-volumes-client-96e7b01abdb5c9c3.yaml 2021-04-09 19:53:53.008 | M releasenotes/notes/add-storyboard-in-skip-because-decorator-3e139aa8a4f7970f.yaml 2021-04-09 19:53:53.008 | M releasenotes/notes/add-subnet-id-config-option-fac3d6f12abfc171.yaml 2021-04-09 19:53:53.008 | M releasenotes/notes/add-support-args-kwargs-in-call-until-true-a91k592h5a64exf7.yaml 2021-04-09 19:53:53.008 | M releasenotes/notes/add-unstable_test-decorator-a73cf97d4ffcc796.yaml 2021-04-09 19:53:53.008 | M releasenotes/notes/add-update-api-to-group-types-client-09c06ccdf80d5003.yaml 2021-04-09 19:53:53.008 | M releasenotes/notes/add-update-backup-api-to-v3-backups-client-e8465b2b66617dc0.yaml 2021-04-09 19:53:53.008 | M releasenotes/notes/add-update-flavor--api-to-flavors-client-a859542fe54aab7c.yaml 2021-04-09 19:53:53.008 | M releasenotes/notes/add-update-group-tempest-tests-72f8ec19b2809849.yaml 2021-04-09 19:53:53.008 | M releasenotes/notes/add-validation-resources-to-lib-dc2600c4324ca4d7.yaml 2021-04-09 19:53:53.008 | M releasenotes/notes/add-volume-group-snapshots-tempest-tests-840df3da26590f5e.yaml 2021-04-09 19:53:53.008 | M releasenotes/notes/add-volume-group-types-tempest-tests-1298ab8cb4fe8b7b.yaml 2021-04-09 19:53:53.008 | M releasenotes/notes/add-volume-groups-tempest-tests-dd7b2abfe2b48427.yaml 2021-04-09 19:53:53.008 | M releasenotes/notes/add-volume-quota-class-client-as-library-c4c2b22c36ff807e.yaml 2021-04-09 19:53:53.008 | M releasenotes/notes/add-worker-file-option-d949121a61156968.yaml 2021-04-09 19:53:53.008 | M releasenotes/notes/add_proxy_url_get_credentials-aef66b085450513f.yaml 2021-04-09 19:53:53.008 | M releasenotes/notes/agents-client-delete-method-de1a7fb3f845999c.yaml 2021-04-09 19:53:53.008 | M releasenotes/notes/api_v2_admin_flag-dea5ca9bc2ce63bc.yaml 2021-04-09 19:53:53.008 | M releasenotes/notes/associate-disassociate-floating_ip-0b6cfebeef1304b0.yaml 2021-04-09 19:53:53.008 | M releasenotes/notes/bp-application-credentials-df69b1f617db1bb9.yaml 2021-04-09 19:53:53.008 | M releasenotes/notes/bug-1647999-7aeda50a8d082d4c.yaml 2021-04-09 19:53:53.008 | M releasenotes/notes/bug-1791007-328a8b9a43bfb157.yaml 2021-04-09 19:53:53.008 | M releasenotes/notes/bug-1799883-6ea95fc64f70c9ef.yaml 2021-04-09 19:53:53.008 | M releasenotes/notes/bug-1808473-54ada26ab78e7b02.yaml 2021-04-09 19:53:53.008 | M releasenotes/notes/change-default-region-for-placement-to-empty-string-394f1132c28345bb.yaml 2021-04-09 19:53:53.008 | M releasenotes/notes/cinder-use-os-endpoint-type-c11f63fd468ceb4c.yaml 2021-04-09 19:53:53.008 | M releasenotes/notes/cli-tests-v3fixes-fb38189cefd64213.yaml 2021-04-09 19:53:53.008 | M releasenotes/notes/compare-header-version-func-de5139b2161b3627.yaml 2021-04-09 19:53:53.008 | M releasenotes/notes/conditional-attr-a8564ec5a70ec840.yaml 2021-04-09 19:53:53.008 | M releasenotes/notes/config-image-api-v1-default-to-false-39d5f2xafc534ab1.yaml 2021-04-09 19:53:53.008 | M releasenotes/notes/config-volume-multiattach-ea8138dfa4fd308c.yaml 2021-04-09 19:53:53.008 | M releasenotes/notes/config_image_certificate_compute_feature-c56efb520d54aff5.yaml 2021-04-09 19:53:53.008 | M releasenotes/notes/correct-port-profile-config-option-d67f5cb31f1bc34c.yaml 2021-04-09 19:53:53.008 | M releasenotes/notes/create-mount-config-drive-to-lib-1a6e912b8afbcc7e.yaml 2021-04-09 19:53:53.008 | M releasenotes/notes/create_loginable_secgroup_rule-73722fd4b4eb12d0.yaml 2021-04-09 19:53:53.008 | M releasenotes/notes/create_security_group_rule-16d58a8f0f0ff262.yaml 2021-04-09 19:53:53.008 | M releasenotes/notes/credentials-factory-stable-c8037bd9ae642482.yaml 2021-04-09 19:53:53.008 | M releasenotes/notes/deprecate-compute-feature-enabled-block-migrate-cinder-iscsi-fcda802d774dfeec.yaml 2021-04-09 19:53:53.008 | M releasenotes/notes/deprecate-compute-images-client-in-volume-tests-92b6dd55fcaba620.yaml 2021-04-09 19:53:53.008 | M releasenotes/notes/deprecate-config-forbid_global_implied_dsr-e64cfa66e6e3ded5.yaml 2021-04-09 19:53:53.009 | M releasenotes/notes/deprecate-default-value-for-v3_endpoint_type-fb9e47c5ba1c719d.yaml 2021-04-09 19:53:53.009 | M releasenotes/notes/deprecate-dns_servers-option-0xf2f297ee47a5ff.yaml 2021-04-09 19:53:53.009 | M releasenotes/notes/deprecate-scheduler-available-filters-cbca2017ba3cf2aa.yaml 2021-04-09 19:53:53.009 | M releasenotes/notes/deprecate-spice-rdp-console-config-f2af173552axfb72.yaml 2021-04-09 19:53:53.009 | M releasenotes/notes/deprecate-vnc-server-header-529f07d592aefb62.yaml 2021-04-09 19:53:53.009 | M releasenotes/notes/deprecate-volume-api-selection-config-options-b95c5c0ccbf38916.yaml 2021-04-09 19:53:53.009 | M releasenotes/notes/disable-identity-v2-testing-4ef1565d1a5aedcf.yaml 2021-04-09 19:53:53.009 | M releasenotes/notes/drop-DEFAULT_PARAMS-bfcc2e7b74ef880b.yaml 2021-04-09 19:53:53.009 | M releasenotes/notes/drop-py-2-7-730baf411876d5d8.yaml 2021-04-09 19:53:53.009 | M releasenotes/notes/drop-py-3-5-support-76ca78f1a650fcad.yaml 2021-04-09 19:53:53.009 | M releasenotes/notes/enable-volume-multiattach-fd5e9bf0e96b56ce.yaml 2021-04-09 19:53:53.009 | M releasenotes/notes/end-of-support-for-stein-f795b968d83497a9.yaml 2021-04-09 19:53:53.009 | M releasenotes/notes/extra-compute-services-tests-92b6c0618972e02f.yaml 2021-04-09 19:53:53.009 | M releasenotes/notes/fix-1847749-2670b1d4f6097a1a.yaml 2021-04-09 19:53:53.009 | M releasenotes/notes/fix-credential-logging-98089c897d801355.yaml 2021-04-09 19:53:53.009 | M releasenotes/notes/fix-list-group-snapshots-api-969d9321002c566c.yaml 2021-04-09 19:53:53.009 | M releasenotes/notes/fix-remoteclient-default-ssh-shell-prologue-33e99343d086f601.yaml 2021-04-09 19:53:53.009 | M releasenotes/notes/fix-show-image-file-expected-code-92d97342d0f6d60e.yaml 2021-04-09 19:53:53.009 | M releasenotes/notes/http_proxy_config-cb39b55520e84db5.yaml 2021-04-09 19:53:53.009 | M releasenotes/notes/identity-tests-domain-drivers-76235f6672221e45.yaml 2021-04-09 19:53:53.009 | M releasenotes/notes/identity-token-client-8aaef74b1d61090a.yaml 2021-04-09 19:53:53.009 | M releasenotes/notes/identity-v3-project-tags-client-36683c6a8644e54b.yaml 2021-04-09 19:53:53.009 | M releasenotes/notes/identity_client-635275d43abbb807.yaml 2021-04-09 19:53:53.009 | M releasenotes/notes/image-client-add-versions-and-tasks-ac289dbfe1c899cc.yaml 2021-04-09 19:53:53.009 | M releasenotes/notes/image_import_testing_support-22ba4bcb9f2fb848.yaml 2021-04-09 19:53:53.009 | M releasenotes/notes/intermediate-pike-release-2ce492432ff8f012.yaml 2021-04-09 19:53:53.009 | M releasenotes/notes/intermediate-queens-release-2f9f305775fca454.yaml 2021-04-09 19:53:53.009 | M releasenotes/notes/intermediate-train-release-0146c624cff9a57f.yaml 2021-04-09 19:53:53.009 | M releasenotes/notes/intermediate-ussuri-release-8aebeca312a6718c.yaml 2021-04-09 19:53:53.009 | M releasenotes/notes/intermediate-wallaby-release-55a0b31b1dee7b23.yaml 2021-04-09 19:53:53.009 | M releasenotes/notes/introduce-attachments-client-add-show-attachment-api-c3111f7e560a87b3.yaml 2021-04-09 19:53:53.009 | M releasenotes/notes/lib_api_microversion_fixture-f52308fc6b6b89f2.yaml 2021-04-09 19:53:53.009 | M releasenotes/notes/list-auth-domains-v3-endpoint-9ec60c7d3011c397.yaml 2021-04-09 19:53:53.009 | M releasenotes/notes/log_console_output-dae6b8740b5a5821.yaml 2021-04-09 19:53:53.009 | M releasenotes/notes/make-create-user-domain-aware-for-v3-creds-client-5054f58e715adc0c.yaml 2021-04-09 19:53:53.009 | M releasenotes/notes/make-object-storage-client-as-stable-interface-d1b07c7e8f17bef6.yaml 2021-04-09 19:53:53.009 | M releasenotes/notes/merge-tempest-horizon-plugin-39d555339ab8c7ce.yaml 2021-04-09 19:53:53.009 | M releasenotes/notes/migrate-dynamic-creds-ecebb47528080761.yaml 2021-04-09 19:53:53.009 | M releasenotes/notes/migrate-object-storage-as-stable-interface-42014c7b43ecb254.yaml 2021-04-09 19:53:53.009 | M releasenotes/notes/migrate-preprov-creds-ef61a046ee1ec604.yaml 2021-04-09 19:53:53.009 | M releasenotes/notes/move-attr-decorator-to-lib-a1e80c42ba9c5392.yaml 2021-04-09 19:53:53.009 | M releasenotes/notes/move-related_bug-decorator-to-lib-dbfd5c543bbb2805.yaml 2021-04-09 19:53:53.009 | M releasenotes/notes/move-volume-v3-base_client-to-volume-1edbz0f207c3b283.yaml 2021-04-09 19:53:53.009 | M releasenotes/notes/network-show-version-18e1707a4df0a3d3.yaml 2021-04-09 19:53:53.009 | M releasenotes/notes/network-swap-to-project_id-a1d7fdf6c5e1cf44.yaml 2021-04-09 19:53:53.010 | M releasenotes/notes/network-tag-client-f4614029af7927f0.yaml 2021-04-09 19:53:53.010 | M releasenotes/notes/network_feature_enabled_available_features-35f9ac5f253e2ca3.yaml 2021-04-09 19:53:53.010 | M releasenotes/notes/new-placement-client-methods-e35c473e29494928.yaml 2021-04-09 19:53:53.010 | M releasenotes/notes/omit_X-Subject-Token_from_log-1bf5fef88c80334b.yaml 2021-04-09 19:53:53.010 | M releasenotes/notes/os_tenant_name-3ee175763bff455b.yaml 2021-04-09 19:53:53.010 | M releasenotes/notes/pause_teardown-45c9d60ffa889f7f.yaml 2021-04-09 19:53:53.010 | M releasenotes/notes/plugin-client-registration-enhancements-e09131742391225b.yaml 2021-04-09 19:53:53.010 | M releasenotes/notes/prevent-error-in-parse-resp-when-nullable-list-9898cd0f22180986.yaml 2021-04-09 19:53:53.010 | M releasenotes/notes/raise-exception-when-error-deleting-on-volume-18d0d0c5886212dd.yaml 2021-04-09 19:53:53.010 | M releasenotes/notes/random-bytes-size-limit-ee94a8c6534fe916.yaml 2021-04-09 19:53:53.010 | M releasenotes/notes/removal-deprecated-config-options-3db535b979fe3509.yaml 2021-04-09 19:53:53.010 | M releasenotes/notes/removal-deprecated-volume-config-options-21c4412f3c600923.yaml 2021-04-09 19:53:53.010 | M releasenotes/notes/remove-allow_tenant_isolation-option-03f0d998eb498d44.yaml 2021-04-09 19:53:53.010 | M releasenotes/notes/remove-deprecated-apis-from-v2-volumes-client-3ca4a5db5fea518f.yaml 2021-04-09 19:53:53.010 | M releasenotes/notes/remove-deprecated-find-test-caller-f4525cd043bfd1b6.yaml 2021-04-09 19:53:53.010 | M releasenotes/notes/remove-deprecated-skip-decorators-f8b42d812d20b537.yaml 2021-04-09 19:53:53.010 | M releasenotes/notes/remove-deprecated-skip_unless_attr-decorator-02bde59a00328f5c.yaml 2021-04-09 19:53:53.010 | M releasenotes/notes/remove-deprecated-volume-apis-from-v2-volumes-client-cf35e5b4cca89860.yaml 2021-04-09 19:53:53.010 | M releasenotes/notes/remove-deprecated-volume-config-options-4b7ea93b88e5b982.yaml 2021-04-09 19:53:53.010 | M releasenotes/notes/remove-get-ipv6-addr-by-EUI64-c79972d799c7a430.yaml 2021-04-09 19:53:53.010 | M releasenotes/notes/remove-heat-tests-9efb42cac3e0b306.yaml 2021-04-09 19:53:53.010 | M releasenotes/notes/remove-old-data-utils-e0966f882f7fe23a.yaml 2021-04-09 19:53:53.010 | M releasenotes/notes/remove-some-deprecated-auth-and-identity-options-xa1xd9b8fb948g4f.yaml 2021-04-09 19:53:53.010 | M releasenotes/notes/remove-some-deprecated-identity-options-0ffxd1b8db928e43.yaml 2021-04-09 19:53:53.010 | M releasenotes/notes/remove-support-of-py34-7d59fdb431fefe24.yaml 2021-04-09 19:53:53.010 | M releasenotes/notes/removed-tox-ostestr-8997a93d199c44f3.yaml 2021-04-09 19:53:53.010 | M releasenotes/notes/segments-client-866f02948f40d4ff.yaml 2021-04-09 19:53:53.010 | M releasenotes/notes/set-cinder-api-v3-option-true-1b3e61e3129b7c00.yaml 2021-04-09 19:53:53.010 | M releasenotes/notes/start-of-pike-support-f2a1b7ea8e8b0311.yaml 2021-04-09 19:53:53.010 | M releasenotes/notes/start-of-queens-support-fea9051ba1d85fc7.yaml 2021-04-09 19:53:53.010 | M releasenotes/notes/subunit_describe_calls-ad7df689b9d63e3f.yaml 2021-04-09 19:53:53.010 | M releasenotes/notes/support-for-rbac-new-scope-6ec8164ce1e7288c.yaml 2021-04-09 19:53:53.010 | M releasenotes/notes/support-microversion-in-scenario-test-b4fbfdd3a977fc58.yaml 2021-04-09 19:53:53.010 | M releasenotes/notes/support-scope-in-get-roles-dynamic-creds-90bfab163c1c289a.yaml 2021-04-09 19:53:53.010 | M releasenotes/notes/switch-to-stestr-8c9f834b3f5a55d8.yaml 2021-04-09 19:53:53.010 | M releasenotes/notes/system-scope-44244cc955a7825f.yaml 2021-04-09 19:53:53.010 | M releasenotes/notes/tempest-default-run_validations-9640c41b6a4a9121.yaml 2021-04-09 19:53:53.010 | M releasenotes/notes/tempest-identity-catalog-client-f5c8589a9d7c1eb5.yaml 2021-04-09 19:53:53.010 | M releasenotes/notes/tempest-lib-compute-update-service-6019d2dcfe4a1c5d.yaml 2021-04-09 19:53:53.010 | M releasenotes/notes/tempest-rocky-release-0fc3312053923380.yaml 2021-04-09 19:53:53.010 | M releasenotes/notes/tempest-run-fix-updates-564b41706decbba1.yaml 2021-04-09 19:53:53.010 | M releasenotes/notes/tempest-stein-release-18bad34136a2e6ef.yaml 2021-04-09 19:53:53.010 | M releasenotes/notes/tempest-train-release-a2ed0743a5eadeb6.yaml 2021-04-09 19:53:53.010 | M releasenotes/notes/tempest-ussuri-release-72b5770a3b97678f.yaml 2021-04-09 19:53:53.010 | M releasenotes/notes/tempest-victoria-release-27000c02edc5a112.yaml 2021-04-09 19:53:53.011 | M releasenotes/notes/tempest-wallaby-release-0f2cea5ccf63485e.yaml 2021-04-09 19:53:53.011 | M releasenotes/notes/tempest-workspace-delete-directory-feature-74d6d157a5a05561.yaml 2021-04-09 19:53:53.011 | M releasenotes/notes/test-clients-stable-for-plugin-90b1e7dc83f28ccd.yaml 2021-04-09 19:53:53.011 | M releasenotes/notes/use-cinder-v3-client-for-verify_tempest_config-2bf3d817b0070064.yaml 2021-04-09 19:53:53.011 | M releasenotes/notes/verify-tempest-command-8e88452c7a08dd77.yaml 2021-04-09 19:53:53.011 | M releasenotes/notes/vnc-hardcoded-server-name-removed-6f8d1e90a175dc08.yaml 2021-04-09 19:53:53.011 | M releasenotes/notes/volume-backed-live-mig-5a38b496ba1ec093.yaml 2021-04-09 19:53:53.011 | M releasenotes/notes/volume-service-testing-default-to-v3-endpoints-20b86895a590925d.yaml 2021-04-09 19:53:53.011 | M releasenotes/notes/volume-v3-service-clients-a863a6336af56cca.yaml 2021-04-09 19:53:53.011 | M releasenotes/notes/xenapi_apis-conf-fcca549283e53ed6.yaml 2021-04-09 19:53:53.011 | M releasenotes/source/_static/.placeholder 2021-04-09 19:53:53.011 | M releasenotes/source/_templates/.placeholder 2021-04-09 19:53:53.011 | M releasenotes/source/conf.py 2021-04-09 19:53:53.011 | M releasenotes/source/index.rst 2021-04-09 19:53:53.011 | M releasenotes/source/unreleased.rst 2021-04-09 19:53:53.011 | M releasenotes/source/v10.0.0.rst 2021-04-09 19:53:53.011 | M releasenotes/source/v11.0.0.rst 2021-04-09 19:53:53.011 | M releasenotes/source/v12.0.0.rst 2021-04-09 19:53:53.011 | M releasenotes/source/v13.0.0.rst 2021-04-09 19:53:53.011 | M releasenotes/source/v14.0.0.rst 2021-04-09 19:53:53.011 | M releasenotes/source/v15.0.0.rst 2021-04-09 19:53:53.011 | M releasenotes/source/v16.0.0.rst 2021-04-09 19:53:53.011 | M releasenotes/source/v16.1.0.rst 2021-04-09 19:53:53.011 | M releasenotes/source/v17.0.0.rst 2021-04-09 19:53:53.011 | M releasenotes/source/v17.1.0.rst 2021-04-09 19:53:53.011 | M releasenotes/source/v17.2.0.rst 2021-04-09 19:53:53.011 | M releasenotes/source/v18.0.0.rst 2021-04-09 19:53:53.011 | M releasenotes/source/v19.0.0.rst 2021-04-09 19:53:53.011 | M releasenotes/source/v20.0.0.rst 2021-04-09 19:53:53.011 | M releasenotes/source/v21.0.0.rst 2021-04-09 19:53:53.011 | M releasenotes/source/v22.0.0.rst 2021-04-09 19:53:53.011 | M releasenotes/source/v22.1.0.rst 2021-04-09 19:53:53.011 | M releasenotes/source/v23.0.0.rst 2021-04-09 19:53:53.011 | M releasenotes/source/v24.0.0.rst 2021-04-09 19:53:53.011 | M releasenotes/source/v26.0.0.rst 2021-04-09 19:53:53.011 | M releasenotes/source/v26.1.0.rst 2021-04-09 19:53:53.011 | M releasenotes/source/v27.0.0.rst 2021-04-09 19:53:53.011 | M requirements.txt 2021-04-09 19:53:53.011 | M roles/acl-devstack-files/README.rst 2021-04-09 19:53:53.011 | M roles/acl-devstack-files/defaults/main.yaml 2021-04-09 19:53:53.011 | M roles/acl-devstack-files/tasks/main.yaml 2021-04-09 19:53:53.011 | M roles/ipv6-only-deployments-verification/README.rst 2021-04-09 19:53:53.011 | M roles/ipv6-only-deployments-verification/defaults/main.yaml 2021-04-09 19:53:53.011 | M roles/ipv6-only-deployments-verification/tasks/main.yaml 2021-04-09 19:53:53.011 | M roles/run-tempest/README.rst 2021-04-09 19:53:53.011 | M roles/run-tempest/defaults/main.yaml 2021-04-09 19:53:53.011 | M roles/run-tempest/tasks/main.yaml 2021-04-09 19:53:53.011 | M roles/setup-tempest-data-dir/README.rst 2021-04-09 19:53:53.011 | M roles/setup-tempest-data-dir/defaults/main.yaml 2021-04-09 19:53:53.012 | M roles/setup-tempest-data-dir/tasks/main.yaml 2021-04-09 19:53:53.012 | M roles/setup-tempest-run-dir/README.rst 2021-04-09 19:53:53.012 | M roles/setup-tempest-run-dir/defaults/main.yaml 2021-04-09 19:53:53.012 | M roles/setup-tempest-run-dir/tasks/main.yaml 2021-04-09 19:53:53.012 | M roles/tempest-cleanup/README.rst 2021-04-09 19:53:53.012 | M roles/tempest-cleanup/defaults/main.yaml 2021-04-09 19:53:53.012 | M roles/tempest-cleanup/tasks/dry_run.yaml 2021-04-09 19:53:53.012 | M roles/tempest-cleanup/tasks/dry_run_checker.py 2021-04-09 19:53:53.012 | M roles/tempest-cleanup/tasks/main.yaml 2021-04-09 19:53:53.012 | M setup.cfg 2021-04-09 19:53:53.012 | M setup.py 2021-04-09 19:53:53.012 | M tempest/README.rst 2021-04-09 19:53:53.012 | M tempest/__init__.py 2021-04-09 19:53:53.012 | M tempest/api/README.rst 2021-04-09 19:53:53.012 | M tempest/api/__init__.py 2021-04-09 19:53:53.012 | M tempest/api/compute/__init__.py 2021-04-09 19:53:53.012 | M tempest/api/compute/admin/__init__.py 2021-04-09 19:53:53.012 | M tempest/api/compute/admin/test_agents.py 2021-04-09 19:53:53.012 | M tempest/api/compute/admin/test_aggregates.py 2021-04-09 19:53:53.012 | M tempest/api/compute/admin/test_aggregates_negative.py 2021-04-09 19:53:53.012 | M tempest/api/compute/admin/test_auto_allocate_network.py 2021-04-09 19:53:53.012 | M tempest/api/compute/admin/test_availability_zone.py 2021-04-09 19:53:53.012 | M tempest/api/compute/admin/test_availability_zone_negative.py 2021-04-09 19:53:53.012 | M tempest/api/compute/admin/test_create_server.py 2021-04-09 19:53:53.012 | M tempest/api/compute/admin/test_delete_server.py 2021-04-09 19:53:53.012 | M tempest/api/compute/admin/test_fixed_ips.py 2021-04-09 19:53:53.012 | M tempest/api/compute/admin/test_fixed_ips_negative.py 2021-04-09 19:53:53.012 | M tempest/api/compute/admin/test_flavors.py 2021-04-09 19:53:53.012 | M tempest/api/compute/admin/test_flavors_access.py 2021-04-09 19:53:53.012 | M tempest/api/compute/admin/test_flavors_access_negative.py 2021-04-09 19:53:53.012 | M tempest/api/compute/admin/test_flavors_extra_specs.py 2021-04-09 19:53:53.012 | M tempest/api/compute/admin/test_flavors_extra_specs_negative.py 2021-04-09 19:53:53.012 | M tempest/api/compute/admin/test_flavors_microversions.py 2021-04-09 19:53:53.012 | M tempest/api/compute/admin/test_floating_ips_bulk.py 2021-04-09 19:53:53.012 | M tempest/api/compute/admin/test_hosts.py 2021-04-09 19:53:53.012 | M tempest/api/compute/admin/test_hosts_negative.py 2021-04-09 19:53:53.012 | M tempest/api/compute/admin/test_hypervisor.py 2021-04-09 19:53:53.012 | M tempest/api/compute/admin/test_hypervisor_negative.py 2021-04-09 19:53:53.012 | M tempest/api/compute/admin/test_instance_usage_audit_log.py 2021-04-09 19:53:53.012 | M tempest/api/compute/admin/test_instance_usage_audit_log_negative.py 2021-04-09 19:53:53.012 | M tempest/api/compute/admin/test_keypairs_v210.py 2021-04-09 19:53:53.012 | M tempest/api/compute/admin/test_live_migration.py 2021-04-09 19:53:53.012 | M tempest/api/compute/admin/test_live_migration_negative.py 2021-04-09 19:53:53.012 | M tempest/api/compute/admin/test_migrations.py 2021-04-09 19:53:53.012 | M tempest/api/compute/admin/test_networks.py 2021-04-09 19:53:53.012 | M tempest/api/compute/admin/test_quotas.py 2021-04-09 19:53:53.012 | M tempest/api/compute/admin/test_quotas_negative.py 2021-04-09 19:53:53.012 | M tempest/api/compute/admin/test_security_groups.py 2021-04-09 19:53:53.013 | M tempest/api/compute/admin/test_server_diagnostics.py 2021-04-09 19:53:53.013 | M tempest/api/compute/admin/test_server_diagnostics_negative.py 2021-04-09 19:53:53.013 | M tempest/api/compute/admin/test_servers.py 2021-04-09 19:53:53.013 | M tempest/api/compute/admin/test_servers_negative.py 2021-04-09 19:53:53.013 | M tempest/api/compute/admin/test_servers_on_multinodes.py 2021-04-09 19:53:53.013 | M tempest/api/compute/admin/test_services.py 2021-04-09 19:53:53.013 | M tempest/api/compute/admin/test_services_negative.py 2021-04-09 19:53:53.013 | M tempest/api/compute/admin/test_simple_tenant_usage.py 2021-04-09 19:53:53.013 | M tempest/api/compute/admin/test_simple_tenant_usage_negative.py 2021-04-09 19:53:53.013 | M tempest/api/compute/admin/test_volume.py 2021-04-09 19:53:53.013 | M tempest/api/compute/admin/test_volume_swap.py 2021-04-09 19:53:53.013 | M tempest/api/compute/admin/test_volumes_negative.py 2021-04-09 19:53:53.013 | M tempest/api/compute/api_microversion_fixture.py 2021-04-09 19:53:53.013 | M tempest/api/compute/base.py 2021-04-09 19:53:53.013 | M tempest/api/compute/certificates/__init__.py 2021-04-09 19:53:53.013 | M tempest/api/compute/certificates/test_certificates.py 2021-04-09 19:53:53.013 | M tempest/api/compute/flavors/__init__.py 2021-04-09 19:53:53.013 | M tempest/api/compute/flavors/test_flavors.py 2021-04-09 19:53:53.013 | M tempest/api/compute/flavors/test_flavors_negative.py 2021-04-09 19:53:53.013 | M tempest/api/compute/floating_ips/__init__.py 2021-04-09 19:53:53.013 | M tempest/api/compute/floating_ips/base.py 2021-04-09 19:53:53.013 | M tempest/api/compute/floating_ips/test_floating_ips_actions.py 2021-04-09 19:53:53.013 | M tempest/api/compute/floating_ips/test_floating_ips_actions_negative.py 2021-04-09 19:53:53.013 | M tempest/api/compute/floating_ips/test_list_floating_ips.py 2021-04-09 19:53:53.013 | M tempest/api/compute/floating_ips/test_list_floating_ips_negative.py 2021-04-09 19:53:53.013 | M tempest/api/compute/images/__init__.py 2021-04-09 19:53:53.013 | M tempest/api/compute/images/test_image_metadata.py 2021-04-09 19:53:53.013 | M tempest/api/compute/images/test_image_metadata_negative.py 2021-04-09 19:53:53.013 | M tempest/api/compute/images/test_images.py 2021-04-09 19:53:53.013 | M tempest/api/compute/images/test_images_negative.py 2021-04-09 19:53:53.013 | M tempest/api/compute/images/test_images_oneserver.py 2021-04-09 19:53:53.013 | M tempest/api/compute/images/test_images_oneserver_negative.py 2021-04-09 19:53:53.013 | M tempest/api/compute/images/test_list_image_filters.py 2021-04-09 19:53:53.013 | M tempest/api/compute/images/test_list_image_filters_negative.py 2021-04-09 19:53:53.013 | M tempest/api/compute/images/test_list_images.py 2021-04-09 19:53:53.013 | M tempest/api/compute/keypairs/__init__.py 2021-04-09 19:53:53.013 | M tempest/api/compute/keypairs/base.py 2021-04-09 19:53:53.013 | M tempest/api/compute/keypairs/test_keypairs.py 2021-04-09 19:53:53.013 | M tempest/api/compute/keypairs/test_keypairs_negative.py 2021-04-09 19:53:53.013 | M tempest/api/compute/keypairs/test_keypairs_v22.py 2021-04-09 19:53:53.013 | M tempest/api/compute/limits/__init__.py 2021-04-09 19:53:53.013 | M tempest/api/compute/limits/test_absolute_limits.py 2021-04-09 19:53:53.013 | M tempest/api/compute/limits/test_absolute_limits_negative.py 2021-04-09 19:53:53.013 | M tempest/api/compute/security_groups/__init__.py 2021-04-09 19:53:53.013 | M tempest/api/compute/security_groups/base.py 2021-04-09 19:53:53.013 | M tempest/api/compute/security_groups/test_security_group_rules.py 2021-04-09 19:53:53.014 | M tempest/api/compute/security_groups/test_security_group_rules_negative.py 2021-04-09 19:53:53.014 | M tempest/api/compute/security_groups/test_security_groups.py 2021-04-09 19:53:53.014 | M tempest/api/compute/security_groups/test_security_groups_negative.py 2021-04-09 19:53:53.014 | M tempest/api/compute/servers/__init__.py 2021-04-09 19:53:53.014 | M tempest/api/compute/servers/test_attach_interfaces.py 2021-04-09 19:53:53.014 | M tempest/api/compute/servers/test_availability_zone.py 2021-04-09 19:53:53.014 | M tempest/api/compute/servers/test_create_server.py 2021-04-09 19:53:53.014 | M tempest/api/compute/servers/test_create_server_multi_nic.py 2021-04-09 19:53:53.014 | M tempest/api/compute/servers/test_delete_server.py 2021-04-09 19:53:53.014 | M tempest/api/compute/servers/test_device_tagging.py 2021-04-09 19:53:53.014 | M tempest/api/compute/servers/test_disk_config.py 2021-04-09 19:53:53.014 | M tempest/api/compute/servers/test_instance_actions.py 2021-04-09 19:53:53.014 | M tempest/api/compute/servers/test_instance_actions_negative.py 2021-04-09 19:53:53.014 | M tempest/api/compute/servers/test_list_server_filters.py 2021-04-09 19:53:53.014 | M tempest/api/compute/servers/test_list_servers_negative.py 2021-04-09 19:53:53.014 | M tempest/api/compute/servers/test_multiple_create.py 2021-04-09 19:53:53.014 | M tempest/api/compute/servers/test_multiple_create_negative.py 2021-04-09 19:53:53.014 | M tempest/api/compute/servers/test_novnc.py 2021-04-09 19:53:53.014 | M tempest/api/compute/servers/test_server_actions.py 2021-04-09 19:53:53.014 | M tempest/api/compute/servers/test_server_addresses.py 2021-04-09 19:53:53.014 | M tempest/api/compute/servers/test_server_addresses_negative.py 2021-04-09 19:53:53.014 | M tempest/api/compute/servers/test_server_group.py 2021-04-09 19:53:53.014 | M tempest/api/compute/servers/test_server_metadata.py 2021-04-09 19:53:53.014 | M tempest/api/compute/servers/test_server_metadata_negative.py 2021-04-09 19:53:53.014 | M tempest/api/compute/servers/test_server_password.py 2021-04-09 19:53:53.014 | M tempest/api/compute/servers/test_server_personality.py 2021-04-09 19:53:53.014 | M tempest/api/compute/servers/test_server_rescue.py 2021-04-09 19:53:53.014 | M tempest/api/compute/servers/test_server_rescue_negative.py 2021-04-09 19:53:53.014 | M tempest/api/compute/servers/test_server_tags.py 2021-04-09 19:53:53.014 | M tempest/api/compute/servers/test_servers.py 2021-04-09 19:53:53.014 | M tempest/api/compute/servers/test_servers_microversions.py 2021-04-09 19:53:53.014 | M tempest/api/compute/servers/test_servers_negative.py 2021-04-09 19:53:53.014 | M tempest/api/compute/servers/test_virtual_interfaces.py 2021-04-09 19:53:53.014 | M tempest/api/compute/servers/test_virtual_interfaces_negative.py 2021-04-09 19:53:53.014 | M tempest/api/compute/test_extensions.py 2021-04-09 19:53:53.014 | M tempest/api/compute/test_networks.py 2021-04-09 19:53:53.014 | M tempest/api/compute/test_quotas.py 2021-04-09 19:53:53.014 | M tempest/api/compute/test_tenant_networks.py 2021-04-09 19:53:53.014 | M tempest/api/compute/test_versions.py 2021-04-09 19:53:53.014 | M tempest/api/compute/volumes/__init__.py 2021-04-09 19:53:53.014 | M tempest/api/compute/volumes/test_attach_volume.py 2021-04-09 19:53:53.014 | M tempest/api/compute/volumes/test_attach_volume_negative.py 2021-04-09 19:53:53.014 | M tempest/api/compute/volumes/test_volume_snapshots.py 2021-04-09 19:53:53.014 | M tempest/api/compute/volumes/test_volumes_get.py 2021-04-09 19:53:53.014 | M tempest/api/compute/volumes/test_volumes_list.py 2021-04-09 19:53:53.014 | M tempest/api/compute/volumes/test_volumes_negative.py 2021-04-09 19:53:53.014 | M tempest/api/identity/__init__.py 2021-04-09 19:53:53.015 | M tempest/api/identity/admin/__init__.py 2021-04-09 19:53:53.015 | M tempest/api/identity/admin/v2/__init__.py 2021-04-09 19:53:53.015 | M tempest/api/identity/admin/v2/test_endpoints.py 2021-04-09 19:53:53.015 | M tempest/api/identity/admin/v2/test_roles.py 2021-04-09 19:53:53.015 | M tempest/api/identity/admin/v2/test_roles_negative.py 2021-04-09 19:53:53.015 | M tempest/api/identity/admin/v2/test_services.py 2021-04-09 19:53:53.015 | M tempest/api/identity/admin/v2/test_tenant_negative.py 2021-04-09 19:53:53.015 | M tempest/api/identity/admin/v2/test_tenants.py 2021-04-09 19:53:53.015 | M tempest/api/identity/admin/v2/test_tokens.py 2021-04-09 19:53:53.015 | M tempest/api/identity/admin/v2/test_tokens_negative.py 2021-04-09 19:53:53.015 | M tempest/api/identity/admin/v2/test_users.py 2021-04-09 19:53:53.015 | M tempest/api/identity/admin/v2/test_users_negative.py 2021-04-09 19:53:53.015 | M tempest/api/identity/admin/v3/__init__.py 2021-04-09 19:53:53.015 | M tempest/api/identity/admin/v3/test_application_credentials.py 2021-04-09 19:53:53.015 | M tempest/api/identity/admin/v3/test_credentials.py 2021-04-09 19:53:53.015 | M tempest/api/identity/admin/v3/test_default_project_id.py 2021-04-09 19:53:53.015 | M tempest/api/identity/admin/v3/test_domain_configuration.py 2021-04-09 19:53:53.015 | M tempest/api/identity/admin/v3/test_domains.py 2021-04-09 19:53:53.015 | M tempest/api/identity/admin/v3/test_domains_negative.py 2021-04-09 19:53:53.015 | M tempest/api/identity/admin/v3/test_endpoint_groups.py 2021-04-09 19:53:53.015 | M tempest/api/identity/admin/v3/test_endpoints.py 2021-04-09 19:53:53.015 | M tempest/api/identity/admin/v3/test_endpoints_negative.py 2021-04-09 19:53:53.015 | M tempest/api/identity/admin/v3/test_groups.py 2021-04-09 19:53:53.015 | M tempest/api/identity/admin/v3/test_inherits.py 2021-04-09 19:53:53.015 | M tempest/api/identity/admin/v3/test_list_projects.py 2021-04-09 19:53:53.015 | M tempest/api/identity/admin/v3/test_list_users.py 2021-04-09 19:53:53.015 | M tempest/api/identity/admin/v3/test_oauth_consumers.py 2021-04-09 19:53:53.015 | M tempest/api/identity/admin/v3/test_policies.py 2021-04-09 19:53:53.015 | M tempest/api/identity/admin/v3/test_project_tags.py 2021-04-09 19:53:53.015 | M tempest/api/identity/admin/v3/test_projects.py 2021-04-09 19:53:53.015 | M tempest/api/identity/admin/v3/test_projects_negative.py 2021-04-09 19:53:53.015 | M tempest/api/identity/admin/v3/test_regions.py 2021-04-09 19:53:53.015 | M tempest/api/identity/admin/v3/test_roles.py 2021-04-09 19:53:53.015 | M tempest/api/identity/admin/v3/test_services.py 2021-04-09 19:53:53.015 | M tempest/api/identity/admin/v3/test_tokens.py 2021-04-09 19:53:53.015 | M tempest/api/identity/admin/v3/test_trusts.py 2021-04-09 19:53:53.015 | M tempest/api/identity/admin/v3/test_users.py 2021-04-09 19:53:53.015 | M tempest/api/identity/admin/v3/test_users_negative.py 2021-04-09 19:53:53.015 | M tempest/api/identity/base.py 2021-04-09 19:53:53.015 | M tempest/api/identity/v2/__init__.py 2021-04-09 19:53:53.015 | M tempest/api/identity/v2/test_api_discovery.py 2021-04-09 19:53:53.015 | M tempest/api/identity/v2/test_ec2_credentials.py 2021-04-09 19:53:53.015 | M tempest/api/identity/v2/test_extension.py 2021-04-09 19:53:53.015 | M tempest/api/identity/v2/test_tenants.py 2021-04-09 19:53:53.015 | M tempest/api/identity/v2/test_tokens.py 2021-04-09 19:53:53.015 | M tempest/api/identity/v2/test_users.py 2021-04-09 19:53:53.015 | M tempest/api/identity/v3/__init__.py 2021-04-09 19:53:53.016 | M tempest/api/identity/v3/test_access_rules.py 2021-04-09 19:53:53.016 | M tempest/api/identity/v3/test_api_discovery.py 2021-04-09 19:53:53.016 | M tempest/api/identity/v3/test_application_credentials.py 2021-04-09 19:53:53.016 | M tempest/api/identity/v3/test_catalog.py 2021-04-09 19:53:53.016 | M tempest/api/identity/v3/test_domains.py 2021-04-09 19:53:53.016 | M tempest/api/identity/v3/test_ec2_credentials.py 2021-04-09 19:53:53.016 | M tempest/api/identity/v3/test_projects.py 2021-04-09 19:53:53.016 | M tempest/api/identity/v3/test_tokens.py 2021-04-09 19:53:53.016 | M tempest/api/identity/v3/test_users.py 2021-04-09 19:53:53.016 | M tempest/api/image/__init__.py 2021-04-09 19:53:53.016 | M tempest/api/image/base.py 2021-04-09 19:53:53.016 | M tempest/api/image/v1/__init__.py 2021-04-09 19:53:53.016 | M tempest/api/image/v1/test_image_members.py 2021-04-09 19:53:53.016 | M tempest/api/image/v1/test_image_members_negative.py 2021-04-09 19:53:53.016 | M tempest/api/image/v1/test_images.py 2021-04-09 19:53:53.016 | M tempest/api/image/v1/test_images_negative.py 2021-04-09 19:53:53.016 | M tempest/api/image/v2/__init__.py 2021-04-09 19:53:53.016 | M tempest/api/image/v2/admin/__init__.py 2021-04-09 19:53:53.016 | M tempest/api/image/v2/admin/test_images.py 2021-04-09 19:53:53.016 | M tempest/api/image/v2/admin/test_images_metadefs_namespace_objects.py 2021-04-09 19:53:53.016 | M tempest/api/image/v2/admin/test_images_metadefs_namespace_properties.py 2021-04-09 19:53:53.016 | M tempest/api/image/v2/admin/test_images_metadefs_namespace_tags.py 2021-04-09 19:53:53.016 | M tempest/api/image/v2/admin/test_images_metadefs_namespaces.py 2021-04-09 19:53:53.016 | M tempest/api/image/v2/admin/test_images_metadefs_resource_types.py 2021-04-09 19:53:53.016 | M tempest/api/image/v2/test_images.py 2021-04-09 19:53:53.016 | M tempest/api/image/v2/test_images_member.py 2021-04-09 19:53:53.016 | M tempest/api/image/v2/test_images_member_negative.py 2021-04-09 19:53:53.016 | M tempest/api/image/v2/test_images_metadefs_schema.py 2021-04-09 19:53:53.016 | M tempest/api/image/v2/test_images_negative.py 2021-04-09 19:53:53.016 | M tempest/api/image/v2/test_images_tags.py 2021-04-09 19:53:53.016 | M tempest/api/image/v2/test_images_tags_negative.py 2021-04-09 19:53:53.016 | M tempest/api/image/v2/test_versions.py 2021-04-09 19:53:53.016 | M tempest/api/network/__init__.py 2021-04-09 19:53:53.016 | M tempest/api/network/admin/__init__.py 2021-04-09 19:53:53.016 | M tempest/api/network/admin/test_dhcp_agent_scheduler.py 2021-04-09 19:53:53.016 | M tempest/api/network/admin/test_external_network_extension.py 2021-04-09 19:53:53.016 | M tempest/api/network/admin/test_external_networks_negative.py 2021-04-09 19:53:53.016 | M tempest/api/network/admin/test_floating_ips_admin_actions.py 2021-04-09 19:53:53.016 | M tempest/api/network/admin/test_metering_extensions.py 2021-04-09 19:53:53.016 | M tempest/api/network/admin/test_negative_quotas.py 2021-04-09 19:53:53.016 | M tempest/api/network/admin/test_ports.py 2021-04-09 19:53:53.016 | M tempest/api/network/admin/test_quotas.py 2021-04-09 19:53:53.016 | M tempest/api/network/admin/test_routers.py 2021-04-09 19:53:53.016 | M tempest/api/network/admin/test_routers_dvr.py 2021-04-09 19:53:53.016 | M tempest/api/network/admin/test_routers_negative.py 2021-04-09 19:53:53.016 | M tempest/api/network/base.py 2021-04-09 19:53:53.016 | M tempest/api/network/base_security_groups.py 2021-04-09 19:53:53.016 | M tempest/api/network/test_agent_management_negative.py 2021-04-09 19:53:53.017 | M tempest/api/network/test_allowed_address_pair.py 2021-04-09 19:53:53.017 | M tempest/api/network/test_dhcp_ipv6.py 2021-04-09 19:53:53.017 | M tempest/api/network/test_extensions.py 2021-04-09 19:53:53.017 | M tempest/api/network/test_extra_dhcp_options.py 2021-04-09 19:53:53.017 | M tempest/api/network/test_floating_ips.py 2021-04-09 19:53:53.017 | M tempest/api/network/test_floating_ips_negative.py 2021-04-09 19:53:53.017 | M tempest/api/network/test_networks.py 2021-04-09 19:53:53.017 | M tempest/api/network/test_networks_negative.py 2021-04-09 19:53:53.017 | M tempest/api/network/test_ports.py 2021-04-09 19:53:53.017 | M tempest/api/network/test_routers.py 2021-04-09 19:53:53.017 | M tempest/api/network/test_routers_negative.py 2021-04-09 19:53:53.017 | M tempest/api/network/test_security_groups.py 2021-04-09 19:53:53.017 | M tempest/api/network/test_security_groups_negative.py 2021-04-09 19:53:53.017 | M tempest/api/network/test_service_providers.py 2021-04-09 19:53:53.017 | M tempest/api/network/test_subnetpools_extensions.py 2021-04-09 19:53:53.017 | M tempest/api/network/test_tags.py 2021-04-09 19:53:53.017 | M tempest/api/network/test_versions.py 2021-04-09 19:53:53.017 | M tempest/api/object_storage/__init__.py 2021-04-09 19:53:53.017 | M tempest/api/object_storage/base.py 2021-04-09 19:53:53.017 | M tempest/api/object_storage/test_account_bulk.py 2021-04-09 19:53:53.017 | M tempest/api/object_storage/test_account_quotas.py 2021-04-09 19:53:53.017 | M tempest/api/object_storage/test_account_quotas_negative.py 2021-04-09 19:53:53.017 | M tempest/api/object_storage/test_account_services.py 2021-04-09 19:53:53.017 | M tempest/api/object_storage/test_account_services_negative.py 2021-04-09 19:53:53.017 | M tempest/api/object_storage/test_container_acl.py 2021-04-09 19:53:53.017 | M tempest/api/object_storage/test_container_acl_negative.py 2021-04-09 19:53:53.017 | M tempest/api/object_storage/test_container_quotas.py 2021-04-09 19:53:53.017 | M tempest/api/object_storage/test_container_services.py 2021-04-09 19:53:53.017 | M tempest/api/object_storage/test_container_services_negative.py 2021-04-09 19:53:53.017 | M tempest/api/object_storage/test_container_staticweb.py 2021-04-09 19:53:53.017 | M tempest/api/object_storage/test_container_sync.py 2021-04-09 19:53:53.017 | M tempest/api/object_storage/test_container_sync_middleware.py 2021-04-09 19:53:53.017 | M tempest/api/object_storage/test_crossdomain.py 2021-04-09 19:53:53.017 | M tempest/api/object_storage/test_healthcheck.py 2021-04-09 19:53:53.017 | M tempest/api/object_storage/test_object_expiry.py 2021-04-09 19:53:53.017 | M tempest/api/object_storage/test_object_formpost.py 2021-04-09 19:53:53.017 | M tempest/api/object_storage/test_object_formpost_negative.py 2021-04-09 19:53:53.017 | M tempest/api/object_storage/test_object_services.py 2021-04-09 19:53:53.017 | M tempest/api/object_storage/test_object_slo.py 2021-04-09 19:53:53.017 | M tempest/api/object_storage/test_object_temp_url.py 2021-04-09 19:53:53.017 | M tempest/api/object_storage/test_object_temp_url_negative.py 2021-04-09 19:53:53.017 | M tempest/api/object_storage/test_object_version.py 2021-04-09 19:53:53.017 | M tempest/api/volume/__init__.py 2021-04-09 19:53:53.017 | M tempest/api/volume/admin/__init__.py 2021-04-09 19:53:53.017 | M tempest/api/volume/admin/test_backends_capabilities.py 2021-04-09 19:53:53.017 | M tempest/api/volume/admin/test_encrypted_volumes_extend.py 2021-04-09 19:53:53.017 | M tempest/api/volume/admin/test_group_snapshots.py 2021-04-09 19:53:53.018 | M tempest/api/volume/admin/test_group_type_specs.py 2021-04-09 19:53:53.018 | M tempest/api/volume/admin/test_group_types.py 2021-04-09 19:53:53.018 | M tempest/api/volume/admin/test_groups.py 2021-04-09 19:53:53.018 | M tempest/api/volume/admin/test_multi_backend.py 2021-04-09 19:53:53.018 | M tempest/api/volume/admin/test_qos.py 2021-04-09 19:53:53.018 | M tempest/api/volume/admin/test_snapshot_manage.py 2021-04-09 19:53:53.018 | M tempest/api/volume/admin/test_snapshots_actions.py 2021-04-09 19:53:53.018 | M tempest/api/volume/admin/test_user_messages.py 2021-04-09 19:53:53.018 | M tempest/api/volume/admin/test_volume_hosts.py 2021-04-09 19:53:53.018 | M tempest/api/volume/admin/test_volume_manage.py 2021-04-09 19:53:53.018 | M tempest/api/volume/admin/test_volume_pools.py 2021-04-09 19:53:53.018 | M tempest/api/volume/admin/test_volume_quota_classes.py 2021-04-09 19:53:53.018 | M tempest/api/volume/admin/test_volume_quotas.py 2021-04-09 19:53:53.018 | M tempest/api/volume/admin/test_volume_quotas_negative.py 2021-04-09 19:53:53.018 | M tempest/api/volume/admin/test_volume_retype.py 2021-04-09 19:53:53.018 | M tempest/api/volume/admin/test_volume_services.py 2021-04-09 19:53:53.018 | M tempest/api/volume/admin/test_volume_services_negative.py 2021-04-09 19:53:53.019 | M tempest/api/volume/admin/test_volume_snapshot_quotas_negative.py 2021-04-09 19:53:53.019 | M tempest/api/volume/admin/test_volume_type_access.py 2021-04-09 19:53:53.019 | M tempest/api/volume/admin/test_volume_types.py 2021-04-09 19:53:53.019 | M tempest/api/volume/admin/test_volume_types_extra_specs.py 2021-04-09 19:53:53.019 | M tempest/api/volume/admin/test_volume_types_extra_specs_negative.py 2021-04-09 19:53:53.019 | M tempest/api/volume/admin/test_volume_types_negative.py 2021-04-09 19:53:53.019 | M tempest/api/volume/admin/test_volumes_actions.py 2021-04-09 19:53:53.019 | M tempest/api/volume/admin/test_volumes_backup.py 2021-04-09 19:53:53.019 | M tempest/api/volume/admin/test_volumes_list.py 2021-04-09 19:53:53.019 | M tempest/api/volume/api_microversion_fixture.py 2021-04-09 19:53:53.019 | M tempest/api/volume/base.py 2021-04-09 19:53:53.019 | M tempest/api/volume/test_availability_zone.py 2021-04-09 19:53:53.019 | M tempest/api/volume/test_extensions.py 2021-04-09 19:53:53.019 | M tempest/api/volume/test_image_metadata.py 2021-04-09 19:53:53.019 | M tempest/api/volume/test_snapshot_metadata.py 2021-04-09 19:53:53.019 | M tempest/api/volume/test_versions.py 2021-04-09 19:53:53.019 | M tempest/api/volume/test_volume_absolute_limits.py 2021-04-09 19:53:53.019 | M tempest/api/volume/test_volume_delete_cascade.py 2021-04-09 19:53:53.019 | M tempest/api/volume/test_volume_metadata.py 2021-04-09 19:53:53.019 | M tempest/api/volume/test_volume_transfers.py 2021-04-09 19:53:53.019 | M tempest/api/volume/test_volumes_actions.py 2021-04-09 19:53:53.019 | M tempest/api/volume/test_volumes_backup.py 2021-04-09 19:53:53.019 | M tempest/api/volume/test_volumes_clone.py 2021-04-09 19:53:53.019 | M tempest/api/volume/test_volumes_clone_negative.py 2021-04-09 19:53:53.019 | M tempest/api/volume/test_volumes_extend.py 2021-04-09 19:53:53.019 | M tempest/api/volume/test_volumes_get.py 2021-04-09 19:53:53.019 | M tempest/api/volume/test_volumes_list.py 2021-04-09 19:53:53.019 | M tempest/api/volume/test_volumes_negative.py 2021-04-09 19:53:53.019 | M tempest/api/volume/test_volumes_snapshots.py 2021-04-09 19:53:53.019 | M tempest/api/volume/test_volumes_snapshots_list.py 2021-04-09 19:53:53.019 | M tempest/api/volume/test_volumes_snapshots_negative.py 2021-04-09 19:53:53.019 | M tempest/clients.py 2021-04-09 19:53:53.019 | M tempest/cmd/__init__.py 2021-04-09 19:53:53.019 | M tempest/cmd/cleanup.py 2021-04-09 19:53:53.019 | M tempest/cmd/cleanup_service.py 2021-04-09 19:53:53.019 | M tempest/cmd/config-generator.tempest.conf 2021-04-09 19:53:53.019 | M tempest/cmd/init.py 2021-04-09 19:53:53.020 | M tempest/cmd/list_plugins.py 2021-04-09 19:53:53.020 | M tempest/cmd/main.py 2021-04-09 19:53:53.020 | M tempest/cmd/run.py 2021-04-09 19:53:53.020 | M tempest/cmd/subunit_describe_calls.py 2021-04-09 19:53:53.020 | M tempest/cmd/verify_tempest_config.py 2021-04-09 19:53:53.020 | M tempest/cmd/workspace.py 2021-04-09 19:53:53.020 | M tempest/common/__init__.py 2021-04-09 19:53:53.020 | M tempest/common/compute.py 2021-04-09 19:53:53.020 | M tempest/common/credentials_factory.py 2021-04-09 19:53:53.020 | M tempest/common/custom_matchers.py 2021-04-09 19:53:53.020 | M tempest/common/identity.py 2021-04-09 19:53:53.020 | M tempest/common/image.py 2021-04-09 19:53:53.020 | M tempest/common/tempest_fixtures.py 2021-04-09 19:53:53.020 | M tempest/common/utils/__init__.py 2021-04-09 19:53:53.020 | M tempest/common/utils/linux/__init__.py 2021-04-09 19:53:53.020 | M tempest/common/utils/linux/remote_client.py 2021-04-09 19:53:53.020 | M tempest/common/utils/net_info.py 2021-04-09 19:53:53.020 | M tempest/common/utils/net_utils.py 2021-04-09 19:53:53.020 | M tempest/common/waiters.py 2021-04-09 19:53:53.020 | M tempest/config.py 2021-04-09 19:53:53.020 | M tempest/hacking/__init__.py 2021-04-09 19:53:53.020 | M tempest/hacking/checks.py 2021-04-09 19:53:53.020 | M tempest/lib/__init__.py 2021-04-09 19:53:53.020 | M tempest/lib/api_schema/__init__.py 2021-04-09 19:53:53.020 | M tempest/lib/api_schema/response/__init__.py 2021-04-09 19:53:53.020 | M tempest/lib/api_schema/response/compute/__init__.py 2021-04-09 19:53:53.020 | M tempest/lib/api_schema/response/compute/v2_1/__init__.py 2021-04-09 19:53:53.020 | M tempest/lib/api_schema/response/compute/v2_1/agents.py 2021-04-09 19:53:53.020 | M tempest/lib/api_schema/response/compute/v2_1/aggregates.py 2021-04-09 19:53:53.020 | M tempest/lib/api_schema/response/compute/v2_1/availability_zone.py 2021-04-09 19:53:53.020 | M tempest/lib/api_schema/response/compute/v2_1/baremetal_nodes.py 2021-04-09 19:53:53.020 | M tempest/lib/api_schema/response/compute/v2_1/certificates.py 2021-04-09 19:53:53.020 | M tempest/lib/api_schema/response/compute/v2_1/extensions.py 2021-04-09 19:53:53.020 | M tempest/lib/api_schema/response/compute/v2_1/fixed_ips.py 2021-04-09 19:53:53.020 | M tempest/lib/api_schema/response/compute/v2_1/flavors.py 2021-04-09 19:53:53.020 | M tempest/lib/api_schema/response/compute/v2_1/flavors_access.py 2021-04-09 19:53:53.020 | M tempest/lib/api_schema/response/compute/v2_1/flavors_extra_specs.py 2021-04-09 19:53:53.020 | M tempest/lib/api_schema/response/compute/v2_1/floating_ips.py 2021-04-09 19:53:53.020 | M tempest/lib/api_schema/response/compute/v2_1/hosts.py 2021-04-09 19:53:53.020 | M tempest/lib/api_schema/response/compute/v2_1/hypervisors.py 2021-04-09 19:53:53.020 | M tempest/lib/api_schema/response/compute/v2_1/images.py 2021-04-09 19:53:53.020 | M tempest/lib/api_schema/response/compute/v2_1/instance_usage_audit_logs.py 2021-04-09 19:53:53.020 | M tempest/lib/api_schema/response/compute/v2_1/interfaces.py 2021-04-09 19:53:53.020 | M tempest/lib/api_schema/response/compute/v2_1/keypairs.py 2021-04-09 19:53:53.020 | M tempest/lib/api_schema/response/compute/v2_1/limits.py 2021-04-09 19:53:53.020 | M tempest/lib/api_schema/response/compute/v2_1/migrations.py 2021-04-09 19:53:53.020 | M tempest/lib/api_schema/response/compute/v2_1/parameter_types.py 2021-04-09 19:53:53.021 | M tempest/lib/api_schema/response/compute/v2_1/quota_classes.py 2021-04-09 19:53:53.021 | M tempest/lib/api_schema/response/compute/v2_1/quotas.py 2021-04-09 19:53:53.021 | M tempest/lib/api_schema/response/compute/v2_1/security_group_default_rule.py 2021-04-09 19:53:53.021 | M tempest/lib/api_schema/response/compute/v2_1/security_groups.py 2021-04-09 19:53:53.021 | M tempest/lib/api_schema/response/compute/v2_1/server_groups.py 2021-04-09 19:53:53.021 | M tempest/lib/api_schema/response/compute/v2_1/servers.py 2021-04-09 19:53:53.021 | M tempest/lib/api_schema/response/compute/v2_1/services.py 2021-04-09 19:53:53.021 | M tempest/lib/api_schema/response/compute/v2_1/snapshots.py 2021-04-09 19:53:53.021 | M tempest/lib/api_schema/response/compute/v2_1/tenant_networks.py 2021-04-09 19:53:53.021 | M tempest/lib/api_schema/response/compute/v2_1/tenant_usages.py 2021-04-09 19:53:53.021 | M tempest/lib/api_schema/response/compute/v2_1/versions.py 2021-04-09 19:53:53.021 | M tempest/lib/api_schema/response/compute/v2_1/volumes.py 2021-04-09 19:53:53.021 | M tempest/lib/api_schema/response/compute/v2_11/__init__.py 2021-04-09 19:53:53.021 | M tempest/lib/api_schema/response/compute/v2_11/services.py 2021-04-09 19:53:53.021 | M tempest/lib/api_schema/response/compute/v2_13/__init__.py 2021-04-09 19:53:53.021 | M tempest/lib/api_schema/response/compute/v2_13/server_groups.py 2021-04-09 19:53:53.021 | M tempest/lib/api_schema/response/compute/v2_16/__init__.py 2021-04-09 19:53:53.021 | M tempest/lib/api_schema/response/compute/v2_16/servers.py 2021-04-09 19:53:53.021 | M tempest/lib/api_schema/response/compute/v2_19/__init__.py 2021-04-09 19:53:53.021 | M tempest/lib/api_schema/response/compute/v2_19/servers.py 2021-04-09 19:53:53.021 | M tempest/lib/api_schema/response/compute/v2_2/__init__.py 2021-04-09 19:53:53.021 | M tempest/lib/api_schema/response/compute/v2_2/keypairs.py 2021-04-09 19:53:53.021 | M tempest/lib/api_schema/response/compute/v2_23/__init__.py 2021-04-09 19:53:53.021 | M tempest/lib/api_schema/response/compute/v2_23/migrations.py 2021-04-09 19:53:53.021 | M tempest/lib/api_schema/response/compute/v2_26/__init__.py 2021-04-09 19:53:53.021 | M tempest/lib/api_schema/response/compute/v2_26/servers.py 2021-04-09 19:53:53.021 | M tempest/lib/api_schema/response/compute/v2_28/__init__.py 2021-04-09 19:53:53.021 | M tempest/lib/api_schema/response/compute/v2_28/hypervisors.py 2021-04-09 19:53:53.021 | M tempest/lib/api_schema/response/compute/v2_3/__init__.py 2021-04-09 19:53:53.021 | M tempest/lib/api_schema/response/compute/v2_3/servers.py 2021-04-09 19:53:53.021 | M tempest/lib/api_schema/response/compute/v2_36/__init__.py 2021-04-09 19:53:53.021 | M tempest/lib/api_schema/response/compute/v2_36/limits.py 2021-04-09 19:53:53.021 | M tempest/lib/api_schema/response/compute/v2_36/quotas.py 2021-04-09 19:53:53.021 | M tempest/lib/api_schema/response/compute/v2_39/__init__.py 2021-04-09 19:53:53.021 | M tempest/lib/api_schema/response/compute/v2_39/limits.py 2021-04-09 19:53:53.021 | M tempest/lib/api_schema/response/compute/v2_41/__init__.py 2021-04-09 19:53:53.021 | M tempest/lib/api_schema/response/compute/v2_41/aggregates.py 2021-04-09 19:53:53.021 | M tempest/lib/api_schema/response/compute/v2_45/__init__.py 2021-04-09 19:53:53.021 | M tempest/lib/api_schema/response/compute/v2_45/images.py 2021-04-09 19:53:53.021 | M tempest/lib/api_schema/response/compute/v2_47/__init__.py 2021-04-09 19:53:53.021 | M tempest/lib/api_schema/response/compute/v2_47/servers.py 2021-04-09 19:53:53.021 | M tempest/lib/api_schema/response/compute/v2_48/__init__.py 2021-04-09 19:53:53.021 | M tempest/lib/api_schema/response/compute/v2_48/servers.py 2021-04-09 19:53:53.021 | M tempest/lib/api_schema/response/compute/v2_53/__init__.py 2021-04-09 19:53:53.021 | M tempest/lib/api_schema/response/compute/v2_53/services.py 2021-04-09 19:53:53.021 | M tempest/lib/api_schema/response/compute/v2_54/__init__.py 2021-04-09 19:53:53.022 | M tempest/lib/api_schema/response/compute/v2_54/servers.py 2021-04-09 19:53:53.022 | M tempest/lib/api_schema/response/compute/v2_55/__init__.py 2021-04-09 19:53:53.022 | M tempest/lib/api_schema/response/compute/v2_55/flavors.py 2021-04-09 19:53:53.022 | M tempest/lib/api_schema/response/compute/v2_57/__init__.py 2021-04-09 19:53:53.022 | M tempest/lib/api_schema/response/compute/v2_57/limits.py 2021-04-09 19:53:53.022 | M tempest/lib/api_schema/response/compute/v2_57/quotas.py 2021-04-09 19:53:53.022 | M tempest/lib/api_schema/response/compute/v2_57/servers.py 2021-04-09 19:53:53.022 | M tempest/lib/api_schema/response/compute/v2_59/__init__.py 2021-04-09 19:53:53.022 | M tempest/lib/api_schema/response/compute/v2_59/migrations.py 2021-04-09 19:53:53.022 | M tempest/lib/api_schema/response/compute/v2_6/__init__.py 2021-04-09 19:53:53.022 | M tempest/lib/api_schema/response/compute/v2_6/servers.py 2021-04-09 19:53:53.022 | M tempest/lib/api_schema/response/compute/v2_61/__init__.py 2021-04-09 19:53:53.022 | M tempest/lib/api_schema/response/compute/v2_61/flavors.py 2021-04-09 19:53:53.022 | M tempest/lib/api_schema/response/compute/v2_63/__init__.py 2021-04-09 19:53:53.022 | M tempest/lib/api_schema/response/compute/v2_63/servers.py 2021-04-09 19:53:53.022 | M tempest/lib/api_schema/response/compute/v2_70/__init__.py 2021-04-09 19:53:53.022 | M tempest/lib/api_schema/response/compute/v2_70/interfaces.py 2021-04-09 19:53:53.022 | M tempest/lib/api_schema/response/compute/v2_70/servers.py 2021-04-09 19:53:53.022 | M tempest/lib/api_schema/response/compute/v2_71/__init__.py 2021-04-09 19:53:53.022 | M tempest/lib/api_schema/response/compute/v2_71/servers.py 2021-04-09 19:53:53.022 | M tempest/lib/api_schema/response/compute/v2_73/__init__.py 2021-04-09 19:53:53.022 | M tempest/lib/api_schema/response/compute/v2_73/servers.py 2021-04-09 19:53:53.022 | M tempest/lib/api_schema/response/compute/v2_79/__init__.py 2021-04-09 19:53:53.022 | M tempest/lib/api_schema/response/compute/v2_79/servers.py 2021-04-09 19:53:53.022 | M tempest/lib/api_schema/response/compute/v2_8/__init__.py 2021-04-09 19:53:53.022 | M tempest/lib/api_schema/response/compute/v2_8/servers.py 2021-04-09 19:53:53.022 | M tempest/lib/api_schema/response/compute/v2_9/__init__.py 2021-04-09 19:53:53.022 | M tempest/lib/api_schema/response/compute/v2_9/servers.py 2021-04-09 19:53:53.022 | M tempest/lib/api_schema/response/volume/__init__.py 2021-04-09 19:53:53.022 | M tempest/lib/api_schema/response/volume/backups.py 2021-04-09 19:53:53.022 | M tempest/lib/api_schema/response/volume/capabilities.py 2021-04-09 19:53:53.022 | M tempest/lib/api_schema/response/volume/extensions.py 2021-04-09 19:53:53.022 | M tempest/lib/api_schema/response/volume/group_snapshots.py 2021-04-09 19:53:53.022 | M tempest/lib/api_schema/response/volume/group_types.py 2021-04-09 19:53:53.022 | M tempest/lib/api_schema/response/volume/groups.py 2021-04-09 19:53:53.022 | M tempest/lib/api_schema/response/volume/hosts.py 2021-04-09 19:53:53.022 | M tempest/lib/api_schema/response/volume/limits.py 2021-04-09 19:53:53.022 | M tempest/lib/api_schema/response/volume/manage_snapshot.py 2021-04-09 19:53:53.022 | M tempest/lib/api_schema/response/volume/manage_volume.py 2021-04-09 19:53:53.022 | M tempest/lib/api_schema/response/volume/messages.py 2021-04-09 19:53:53.022 | M tempest/lib/api_schema/response/volume/qos.py 2021-04-09 19:53:53.022 | M tempest/lib/api_schema/response/volume/quota_classes.py 2021-04-09 19:53:53.022 | M tempest/lib/api_schema/response/volume/quotas.py 2021-04-09 19:53:53.022 | M tempest/lib/api_schema/response/volume/scheduler_stats.py 2021-04-09 19:53:53.022 | M tempest/lib/api_schema/response/volume/services.py 2021-04-09 19:53:53.022 | M tempest/lib/api_schema/response/volume/snapshots.py 2021-04-09 19:53:53.022 | M tempest/lib/api_schema/response/volume/transfers.py 2021-04-09 19:53:53.023 | M tempest/lib/api_schema/response/volume/volume_types.py 2021-04-09 19:53:53.023 | M tempest/lib/api_schema/response/volume/volumes.py 2021-04-09 19:53:53.023 | M tempest/lib/auth.py 2021-04-09 19:53:53.023 | M tempest/lib/base.py 2021-04-09 19:53:53.023 | M tempest/lib/cli/__init__.py 2021-04-09 19:53:53.023 | M tempest/lib/cli/base.py 2021-04-09 19:53:53.023 | M tempest/lib/cli/output_parser.py 2021-04-09 19:53:53.023 | M tempest/lib/cmd/__init__.py 2021-04-09 19:53:53.023 | M tempest/lib/common/__init__.py 2021-04-09 19:53:53.023 | M tempest/lib/common/api_microversion_fixture.py 2021-04-09 19:53:53.023 | M tempest/lib/common/api_version_request.py 2021-04-09 19:53:53.023 | M tempest/lib/common/api_version_utils.py 2021-04-09 19:53:53.023 | M tempest/lib/common/cred_client.py 2021-04-09 19:53:53.023 | M tempest/lib/common/cred_provider.py 2021-04-09 19:53:53.023 | M tempest/lib/common/dynamic_creds.py 2021-04-09 19:53:53.023 | M tempest/lib/common/fixed_network.py 2021-04-09 19:53:53.023 | M tempest/lib/common/http.py 2021-04-09 19:53:53.023 | M tempest/lib/common/jsonschema_validator.py 2021-04-09 19:53:53.023 | M tempest/lib/common/preprov_creds.py 2021-04-09 19:53:53.023 | M tempest/lib/common/profiler.py 2021-04-09 19:53:53.023 | M tempest/lib/common/rest_client.py 2021-04-09 19:53:53.023 | M tempest/lib/common/ssh.py 2021-04-09 19:53:53.023 | M tempest/lib/common/thread.py 2021-04-09 19:53:53.023 | M tempest/lib/common/utils/__init__.py 2021-04-09 19:53:53.023 | M tempest/lib/common/utils/data_utils.py 2021-04-09 19:53:53.023 | M tempest/lib/common/utils/linux/__init__.py 2021-04-09 19:53:53.023 | M tempest/lib/common/utils/linux/remote_client.py 2021-04-09 19:53:53.023 | M tempest/lib/common/utils/misc.py 2021-04-09 19:53:53.023 | M tempest/lib/common/utils/test_utils.py 2021-04-09 19:53:53.023 | M tempest/lib/common/validation_resources.py 2021-04-09 19:53:53.023 | M tempest/lib/decorators.py 2021-04-09 19:53:53.023 | M tempest/lib/exceptions.py 2021-04-09 19:53:53.023 | M tempest/lib/services/__init__.py 2021-04-09 19:53:53.023 | M tempest/lib/services/clients.py 2021-04-09 19:53:53.023 | M tempest/lib/services/compute/__init__.py 2021-04-09 19:53:53.023 | M tempest/lib/services/compute/agents_client.py 2021-04-09 19:53:53.023 | M tempest/lib/services/compute/aggregates_client.py 2021-04-09 19:53:53.023 | M tempest/lib/services/compute/assisted_volume_snapshots_client.py 2021-04-09 19:53:53.023 | M tempest/lib/services/compute/availability_zone_client.py 2021-04-09 19:53:53.023 | M tempest/lib/services/compute/baremetal_nodes_client.py 2021-04-09 19:53:53.023 | M tempest/lib/services/compute/base_compute_client.py 2021-04-09 19:53:53.023 | M tempest/lib/services/compute/certificates_client.py 2021-04-09 19:53:53.023 | M tempest/lib/services/compute/extensions_client.py 2021-04-09 19:53:53.023 | M tempest/lib/services/compute/fixed_ips_client.py 2021-04-09 19:53:53.023 | M tempest/lib/services/compute/flavors_client.py 2021-04-09 19:53:53.023 | M tempest/lib/services/compute/floating_ip_pools_client.py 2021-04-09 19:53:53.023 | M tempest/lib/services/compute/floating_ips_bulk_client.py 2021-04-09 19:53:53.023 | M tempest/lib/services/compute/floating_ips_client.py 2021-04-09 19:53:53.023 | M tempest/lib/services/compute/hosts_client.py 2021-04-09 19:53:53.024 | M tempest/lib/services/compute/hypervisor_client.py 2021-04-09 19:53:53.024 | M tempest/lib/services/compute/images_client.py 2021-04-09 19:53:53.024 | M tempest/lib/services/compute/instance_usage_audit_log_client.py 2021-04-09 19:53:53.024 | M tempest/lib/services/compute/interfaces_client.py 2021-04-09 19:53:53.024 | M tempest/lib/services/compute/keypairs_client.py 2021-04-09 19:53:53.024 | M tempest/lib/services/compute/limits_client.py 2021-04-09 19:53:53.024 | M tempest/lib/services/compute/migrations_client.py 2021-04-09 19:53:53.024 | M tempest/lib/services/compute/networks_client.py 2021-04-09 19:53:53.024 | M tempest/lib/services/compute/quota_classes_client.py 2021-04-09 19:53:53.024 | M tempest/lib/services/compute/quotas_client.py 2021-04-09 19:53:53.024 | M tempest/lib/services/compute/security_group_default_rules_client.py 2021-04-09 19:53:53.024 | M tempest/lib/services/compute/security_group_rules_client.py 2021-04-09 19:53:53.024 | M tempest/lib/services/compute/security_groups_client.py 2021-04-09 19:53:53.024 | M tempest/lib/services/compute/server_groups_client.py 2021-04-09 19:53:53.024 | M tempest/lib/services/compute/servers_client.py 2021-04-09 19:53:53.024 | M tempest/lib/services/compute/services_client.py 2021-04-09 19:53:53.024 | M tempest/lib/services/compute/snapshots_client.py 2021-04-09 19:53:53.024 | M tempest/lib/services/compute/tenant_networks_client.py 2021-04-09 19:53:53.024 | M tempest/lib/services/compute/tenant_usages_client.py 2021-04-09 19:53:53.024 | M tempest/lib/services/compute/versions_client.py 2021-04-09 19:53:53.024 | M tempest/lib/services/compute/volumes_client.py 2021-04-09 19:53:53.024 | M tempest/lib/services/identity/__init__.py 2021-04-09 19:53:53.024 | M tempest/lib/services/identity/v2/__init__.py 2021-04-09 19:53:53.024 | M tempest/lib/services/identity/v2/endpoints_client.py 2021-04-09 19:53:53.024 | M tempest/lib/services/identity/v2/identity_client.py 2021-04-09 19:53:53.024 | M tempest/lib/services/identity/v2/roles_client.py 2021-04-09 19:53:53.024 | M tempest/lib/services/identity/v2/services_client.py 2021-04-09 19:53:53.024 | M tempest/lib/services/identity/v2/tenants_client.py 2021-04-09 19:53:53.024 | M tempest/lib/services/identity/v2/token_client.py 2021-04-09 19:53:53.024 | M tempest/lib/services/identity/v2/users_client.py 2021-04-09 19:53:53.024 | M tempest/lib/services/identity/v3/__init__.py 2021-04-09 19:53:53.024 | M tempest/lib/services/identity/v3/access_rules_client.py 2021-04-09 19:53:53.024 | M tempest/lib/services/identity/v3/application_credentials_client.py 2021-04-09 19:53:53.024 | M tempest/lib/services/identity/v3/catalog_client.py 2021-04-09 19:53:53.024 | M tempest/lib/services/identity/v3/credentials_client.py 2021-04-09 19:53:53.024 | M tempest/lib/services/identity/v3/domain_configuration_client.py 2021-04-09 19:53:53.024 | M tempest/lib/services/identity/v3/domains_client.py 2021-04-09 19:53:53.024 | M tempest/lib/services/identity/v3/endpoint_filter_client.py 2021-04-09 19:53:53.024 | M tempest/lib/services/identity/v3/endpoint_groups_client.py 2021-04-09 19:53:53.024 | M tempest/lib/services/identity/v3/endpoints_client.py 2021-04-09 19:53:53.024 | M tempest/lib/services/identity/v3/groups_client.py 2021-04-09 19:53:53.024 | M tempest/lib/services/identity/v3/identity_client.py 2021-04-09 19:53:53.024 | M tempest/lib/services/identity/v3/identity_providers_client.py 2021-04-09 19:53:53.024 | M tempest/lib/services/identity/v3/inherited_roles_client.py 2021-04-09 19:53:53.024 | M tempest/lib/services/identity/v3/mappings_client.py 2021-04-09 19:53:53.024 | M tempest/lib/services/identity/v3/oauth_consumers_client.py 2021-04-09 19:53:53.024 | M tempest/lib/services/identity/v3/oauth_token_client.py 2021-04-09 19:53:53.025 | M tempest/lib/services/identity/v3/policies_client.py 2021-04-09 19:53:53.025 | M tempest/lib/services/identity/v3/project_tags_client.py 2021-04-09 19:53:53.025 | M tempest/lib/services/identity/v3/projects_client.py 2021-04-09 19:53:53.025 | M tempest/lib/services/identity/v3/protocols_client.py 2021-04-09 19:53:53.025 | M tempest/lib/services/identity/v3/regions_client.py 2021-04-09 19:53:53.025 | M tempest/lib/services/identity/v3/role_assignments_client.py 2021-04-09 19:53:53.025 | M tempest/lib/services/identity/v3/roles_client.py 2021-04-09 19:53:53.025 | M tempest/lib/services/identity/v3/service_providers_client.py 2021-04-09 19:53:53.025 | M tempest/lib/services/identity/v3/services_client.py 2021-04-09 19:53:53.025 | M tempest/lib/services/identity/v3/token_client.py 2021-04-09 19:53:53.025 | M tempest/lib/services/identity/v3/trusts_client.py 2021-04-09 19:53:53.025 | M tempest/lib/services/identity/v3/users_client.py 2021-04-09 19:53:53.025 | M tempest/lib/services/identity/v3/versions_client.py 2021-04-09 19:53:53.025 | M tempest/lib/services/image/__init__.py 2021-04-09 19:53:53.025 | M tempest/lib/services/image/v1/__init__.py 2021-04-09 19:53:53.025 | M tempest/lib/services/image/v1/image_members_client.py 2021-04-09 19:53:53.025 | M tempest/lib/services/image/v1/images_client.py 2021-04-09 19:53:53.025 | M tempest/lib/services/image/v2/__init__.py 2021-04-09 19:53:53.025 | M tempest/lib/services/image/v2/image_members_client.py 2021-04-09 19:53:53.025 | M tempest/lib/services/image/v2/images_client.py 2021-04-09 19:53:53.025 | M tempest/lib/services/image/v2/namespace_objects_client.py 2021-04-09 19:53:53.025 | M tempest/lib/services/image/v2/namespace_properties_client.py 2021-04-09 19:53:53.025 | M tempest/lib/services/image/v2/namespace_tags_client.py 2021-04-09 19:53:53.025 | M tempest/lib/services/image/v2/namespaces_client.py 2021-04-09 19:53:53.025 | M tempest/lib/services/image/v2/resource_types_client.py 2021-04-09 19:53:53.025 | M tempest/lib/services/image/v2/schemas_client.py 2021-04-09 19:53:53.025 | M tempest/lib/services/image/v2/versions_client.py 2021-04-09 19:53:53.025 | M tempest/lib/services/network/__init__.py 2021-04-09 19:53:53.025 | M tempest/lib/services/network/agents_client.py 2021-04-09 19:53:53.025 | M tempest/lib/services/network/base.py 2021-04-09 19:53:53.025 | M tempest/lib/services/network/extensions_client.py 2021-04-09 19:53:53.025 | M tempest/lib/services/network/floating_ips_client.py 2021-04-09 19:53:53.025 | M tempest/lib/services/network/metering_label_rules_client.py 2021-04-09 19:53:53.025 | M tempest/lib/services/network/metering_labels_client.py 2021-04-09 19:53:53.025 | M tempest/lib/services/network/networks_client.py 2021-04-09 19:53:53.025 | M tempest/lib/services/network/ports_client.py 2021-04-09 19:53:53.025 | M tempest/lib/services/network/qos_client.py 2021-04-09 19:53:53.025 | M tempest/lib/services/network/qos_minimum_bandwidth_rules_client.py 2021-04-09 19:53:53.025 | M tempest/lib/services/network/quotas_client.py 2021-04-09 19:53:53.025 | M tempest/lib/services/network/routers_client.py 2021-04-09 19:53:53.025 | M tempest/lib/services/network/security_group_rules_client.py 2021-04-09 19:53:53.025 | M tempest/lib/services/network/security_groups_client.py 2021-04-09 19:53:53.025 | M tempest/lib/services/network/segments_client.py 2021-04-09 19:53:53.025 | M tempest/lib/services/network/service_providers_client.py 2021-04-09 19:53:53.025 | M tempest/lib/services/network/subnetpools_client.py 2021-04-09 19:53:53.025 | M tempest/lib/services/network/subnets_client.py 2021-04-09 19:53:53.025 | M tempest/lib/services/network/tags_client.py 2021-04-09 19:53:53.026 | M tempest/lib/services/network/versions_client.py 2021-04-09 19:53:53.026 | M tempest/lib/services/object_storage/__init__.py 2021-04-09 19:53:53.026 | M tempest/lib/services/object_storage/account_client.py 2021-04-09 19:53:53.026 | M tempest/lib/services/object_storage/bulk_middleware_client.py 2021-04-09 19:53:53.026 | M tempest/lib/services/object_storage/capabilities_client.py 2021-04-09 19:53:53.026 | M tempest/lib/services/object_storage/container_client.py 2021-04-09 19:53:53.026 | M tempest/lib/services/object_storage/object_client.py 2021-04-09 19:53:53.026 | M tempest/lib/services/placement/__init__.py 2021-04-09 19:53:53.026 | M tempest/lib/services/placement/base_placement_client.py 2021-04-09 19:53:53.026 | M tempest/lib/services/placement/placement_client.py 2021-04-09 19:53:53.026 | M tempest/lib/services/placement/resource_providers_client.py 2021-04-09 19:53:53.026 | M tempest/lib/services/volume/__init__.py 2021-04-09 19:53:53.026 | M tempest/lib/services/volume/base_client.py 2021-04-09 19:53:53.026 | M tempest/lib/services/volume/v1/__init__.py 2021-04-09 19:53:53.026 | M tempest/lib/services/volume/v1/availability_zone_client.py 2021-04-09 19:53:53.026 | M tempest/lib/services/volume/v1/backups_client.py 2021-04-09 19:53:53.026 | M tempest/lib/services/volume/v1/encryption_types_client.py 2021-04-09 19:53:53.026 | M tempest/lib/services/volume/v1/extensions_client.py 2021-04-09 19:53:53.026 | M tempest/lib/services/volume/v1/hosts_client.py 2021-04-09 19:53:53.026 | M tempest/lib/services/volume/v1/limits_client.py 2021-04-09 19:53:53.026 | M tempest/lib/services/volume/v1/qos_client.py 2021-04-09 19:53:53.026 | M tempest/lib/services/volume/v1/quotas_client.py 2021-04-09 19:53:53.026 | M tempest/lib/services/volume/v1/services_client.py 2021-04-09 19:53:53.026 | M tempest/lib/services/volume/v1/snapshots_client.py 2021-04-09 19:53:53.026 | M tempest/lib/services/volume/v1/types_client.py 2021-04-09 19:53:53.026 | M tempest/lib/services/volume/v1/volumes_client.py 2021-04-09 19:53:53.026 | M tempest/lib/services/volume/v2/__init__.py 2021-04-09 19:53:53.026 | M tempest/lib/services/volume/v2/availability_zone_client.py 2021-04-09 19:53:53.026 | M tempest/lib/services/volume/v2/backups_client.py 2021-04-09 19:53:53.026 | M tempest/lib/services/volume/v2/capabilities_client.py 2021-04-09 19:53:53.026 | M tempest/lib/services/volume/v2/encryption_types_client.py 2021-04-09 19:53:53.026 | M tempest/lib/services/volume/v2/extensions_client.py 2021-04-09 19:53:53.026 | M tempest/lib/services/volume/v2/hosts_client.py 2021-04-09 19:53:53.026 | M tempest/lib/services/volume/v2/limits_client.py 2021-04-09 19:53:53.026 | M tempest/lib/services/volume/v2/qos_client.py 2021-04-09 19:53:53.026 | M tempest/lib/services/volume/v2/quota_classes_client.py 2021-04-09 19:53:53.026 | M tempest/lib/services/volume/v2/quotas_client.py 2021-04-09 19:53:53.026 | M tempest/lib/services/volume/v2/scheduler_stats_client.py 2021-04-09 19:53:53.026 | M tempest/lib/services/volume/v2/services_client.py 2021-04-09 19:53:53.026 | M tempest/lib/services/volume/v2/snapshot_manage_client.py 2021-04-09 19:53:53.026 | M tempest/lib/services/volume/v2/snapshots_client.py 2021-04-09 19:53:53.026 | M tempest/lib/services/volume/v2/transfers_client.py 2021-04-09 19:53:53.026 | M tempest/lib/services/volume/v2/types_client.py 2021-04-09 19:53:53.026 | M tempest/lib/services/volume/v2/volume_manage_client.py 2021-04-09 19:53:53.026 | M tempest/lib/services/volume/v2/volumes_client.py 2021-04-09 19:53:53.026 | M tempest/lib/services/volume/v3/__init__.py 2021-04-09 19:53:53.026 | M tempest/lib/services/volume/v3/attachments_client.py 2021-04-09 19:53:53.027 | M tempest/lib/services/volume/v3/availability_zone_client.py 2021-04-09 19:53:53.027 | M tempest/lib/services/volume/v3/backups_client.py 2021-04-09 19:53:53.027 | M tempest/lib/services/volume/v3/base_client.py 2021-04-09 19:53:53.027 | M tempest/lib/services/volume/v3/capabilities_client.py 2021-04-09 19:53:53.027 | M tempest/lib/services/volume/v3/encryption_types_client.py 2021-04-09 19:53:53.027 | M tempest/lib/services/volume/v3/extensions_client.py 2021-04-09 19:53:53.027 | M tempest/lib/services/volume/v3/group_snapshots_client.py 2021-04-09 19:53:53.027 | M tempest/lib/services/volume/v3/group_types_client.py 2021-04-09 19:53:53.027 | M tempest/lib/services/volume/v3/groups_client.py 2021-04-09 19:53:53.027 | M tempest/lib/services/volume/v3/hosts_client.py 2021-04-09 19:53:53.027 | M tempest/lib/services/volume/v3/limits_client.py 2021-04-09 19:53:53.027 | M tempest/lib/services/volume/v3/messages_client.py 2021-04-09 19:53:53.027 | M tempest/lib/services/volume/v3/qos_client.py 2021-04-09 19:53:53.027 | M tempest/lib/services/volume/v3/quota_classes_client.py 2021-04-09 19:53:53.027 | M tempest/lib/services/volume/v3/quotas_client.py 2021-04-09 19:53:53.027 | M tempest/lib/services/volume/v3/scheduler_stats_client.py 2021-04-09 19:53:53.027 | M tempest/lib/services/volume/v3/services_client.py 2021-04-09 19:53:53.027 | M tempest/lib/services/volume/v3/snapshot_manage_client.py 2021-04-09 19:53:53.027 | M tempest/lib/services/volume/v3/snapshots_client.py 2021-04-09 19:53:53.027 | M tempest/lib/services/volume/v3/transfers_client.py 2021-04-09 19:53:53.027 | M tempest/lib/services/volume/v3/types_client.py 2021-04-09 19:53:53.027 | M tempest/lib/services/volume/v3/versions_client.py 2021-04-09 19:53:53.027 | M tempest/lib/services/volume/v3/volume_manage_client.py 2021-04-09 19:53:53.027 | M tempest/lib/services/volume/v3/volumes_client.py 2021-04-09 19:53:53.027 | M tempest/scenario/README.rst 2021-04-09 19:53:53.027 | M tempest/scenario/__init__.py 2021-04-09 19:53:53.027 | M tempest/scenario/manager.py 2021-04-09 19:53:53.027 | M tempest/scenario/test_aggregates_basic_ops.py 2021-04-09 19:53:53.027 | M tempest/scenario/test_dashboard_basic_ops.py 2021-04-09 19:53:53.027 | M tempest/scenario/test_encrypted_cinder_volumes.py 2021-04-09 19:53:53.027 | M tempest/scenario/test_minbw_allocation_placement.py 2021-04-09 19:53:53.027 | M tempest/scenario/test_minimum_basic.py 2021-04-09 19:53:53.027 | M tempest/scenario/test_network_advanced_server_ops.py 2021-04-09 19:53:53.027 | M tempest/scenario/test_network_basic_ops.py 2021-04-09 19:53:53.027 | M tempest/scenario/test_network_v6.py 2021-04-09 19:53:53.027 | M tempest/scenario/test_object_storage_basic_ops.py 2021-04-09 19:53:53.027 | M tempest/scenario/test_security_groups_basic_ops.py 2021-04-09 19:53:53.027 | M tempest/scenario/test_server_advanced_ops.py 2021-04-09 19:53:53.027 | M tempest/scenario/test_server_basic_ops.py 2021-04-09 19:53:53.027 | M tempest/scenario/test_server_multinode.py 2021-04-09 19:53:53.027 | M tempest/scenario/test_shelve_instance.py 2021-04-09 19:53:53.027 | M tempest/scenario/test_snapshot_pattern.py 2021-04-09 19:53:53.027 | M tempest/scenario/test_stamp_pattern.py 2021-04-09 19:53:53.027 | M tempest/scenario/test_volume_backup_restore.py 2021-04-09 19:53:53.027 | M tempest/scenario/test_volume_boot_pattern.py 2021-04-09 19:53:53.027 | M tempest/scenario/test_volume_migrate_attached.py 2021-04-09 19:53:53.027 | M tempest/services/__init__.py 2021-04-09 19:53:53.027 | M tempest/services/orchestration/__init__.py 2021-04-09 19:53:53.028 | M tempest/services/orchestration/json/__init__.py 2021-04-09 19:53:53.028 | M tempest/services/orchestration/json/orchestration_client.py 2021-04-09 19:53:53.028 | M tempest/test.py 2021-04-09 19:53:53.028 | M tempest/test_discover/__init__.py 2021-04-09 19:53:53.028 | M tempest/test_discover/plugins.py 2021-04-09 19:53:53.028 | M tempest/test_discover/test_discover.py 2021-04-09 19:53:53.028 | M tempest/tests/README.rst 2021-04-09 19:53:53.028 | M tempest/tests/__init__.py 2021-04-09 19:53:53.028 | M tempest/tests/api/__init__.py 2021-04-09 19:53:53.028 | M tempest/tests/api/compute/__init__.py 2021-04-09 19:53:53.028 | M tempest/tests/api/compute/test_base.py 2021-04-09 19:53:53.028 | M tempest/tests/base.py 2021-04-09 19:53:53.028 | M tempest/tests/cmd/__init__.py 2021-04-09 19:53:53.028 | M tempest/tests/cmd/subunit_describe_calls_data/calls.subunit 2021-04-09 19:53:53.028 | M tempest/tests/cmd/subunit_describe_calls_data/calls_subunit_expected.json 2021-04-09 19:53:53.028 | M tempest/tests/cmd/test_account_generator.py 2021-04-09 19:53:53.028 | M tempest/tests/cmd/test_cleanup.py 2021-04-09 19:53:53.028 | M tempest/tests/cmd/test_cleanup_services.py 2021-04-09 19:53:53.028 | M tempest/tests/cmd/test_list_plugins.py 2021-04-09 19:53:53.028 | M tempest/tests/cmd/test_run.py 2021-04-09 19:53:53.028 | M tempest/tests/cmd/test_saved_state_json.json 2021-04-09 19:53:53.028 | M tempest/tests/cmd/test_subunit_describe_calls.py 2021-04-09 19:53:53.028 | M tempest/tests/cmd/test_tempest_init.py 2021-04-09 19:53:53.028 | M tempest/tests/cmd/test_verify_tempest_config.py 2021-04-09 19:53:53.028 | M tempest/tests/cmd/test_workspace.py 2021-04-09 19:53:53.028 | M tempest/tests/common/__init__.py 2021-04-09 19:53:53.028 | M tempest/tests/common/test_admin_available.py 2021-04-09 19:53:53.028 | M tempest/tests/common/test_alt_available.py 2021-04-09 19:53:53.028 | M tempest/tests/common/test_compute.py 2021-04-09 19:53:53.028 | M tempest/tests/common/test_credentials_factory.py 2021-04-09 19:53:53.028 | M tempest/tests/common/test_custom_matchers.py 2021-04-09 19:53:53.028 | M tempest/tests/common/test_image.py 2021-04-09 19:53:53.028 | M tempest/tests/common/utils/__init__.py 2021-04-09 19:53:53.028 | M tempest/tests/common/utils/linux/__init__.py 2021-04-09 19:53:53.028 | M tempest/tests/common/utils/linux/test_remote_client.py 2021-04-09 19:53:53.028 | M tempest/tests/common/utils/test_net_utils.py 2021-04-09 19:53:53.028 | M tempest/tests/fake_config.py 2021-04-09 19:53:53.028 | M tempest/tests/fake_tempest_plugin.py 2021-04-09 19:53:53.028 | M tempest/tests/files/__init__.py 2021-04-09 19:53:53.028 | M tempest/tests/files/failing-tests 2021-04-09 19:53:53.028 | M tempest/tests/files/passing-tests 2021-04-09 19:53:53.028 | M tempest/tests/files/setup.cfg 2021-04-09 19:53:53.028 | M tempest/tests/files/testr-conf 2021-04-09 19:53:53.028 | M tempest/tests/lib/__init__.py 2021-04-09 19:53:53.028 | M tempest/tests/lib/cli/__init__.py 2021-04-09 19:53:53.028 | M tempest/tests/lib/cli/test_command_failed.py 2021-04-09 19:53:53.028 | M tempest/tests/lib/cli/test_execute.py 2021-04-09 19:53:53.028 | M tempest/tests/lib/cli/test_output_parser.py 2021-04-09 19:53:53.029 | M tempest/tests/lib/cmd/__init__.py 2021-04-09 19:53:53.029 | M tempest/tests/lib/cmd/test_check_uuid.py 2021-04-09 19:53:53.029 | M tempest/tests/lib/common/__init__.py 2021-04-09 19:53:53.029 | M tempest/tests/lib/common/test_api_version_request.py 2021-04-09 19:53:53.029 | M tempest/tests/lib/common/test_api_version_utils.py 2021-04-09 19:53:53.029 | M tempest/tests/lib/common/test_cred_client.py 2021-04-09 19:53:53.029 | M tempest/tests/lib/common/test_dynamic_creds.py 2021-04-09 19:53:53.029 | M tempest/tests/lib/common/test_http.py 2021-04-09 19:53:53.029 | M tempest/tests/lib/common/test_jsonschema_validator.py 2021-04-09 19:53:53.029 | M tempest/tests/lib/common/test_preprov_creds.py 2021-04-09 19:53:53.029 | M tempest/tests/lib/common/test_profiler.py 2021-04-09 19:53:53.029 | M tempest/tests/lib/common/test_rest_client.py 2021-04-09 19:53:53.029 | M tempest/tests/lib/common/test_validation_resources.py 2021-04-09 19:53:53.029 | M tempest/tests/lib/common/utils/__init__.py 2021-04-09 19:53:53.029 | M tempest/tests/lib/common/utils/linux/__init__.py 2021-04-09 19:53:53.029 | M tempest/tests/lib/common/utils/linux/test_remote_client.py 2021-04-09 19:53:53.029 | M tempest/tests/lib/common/utils/test_data_utils.py 2021-04-09 19:53:53.029 | M tempest/tests/lib/common/utils/test_misc.py 2021-04-09 19:53:53.029 | M tempest/tests/lib/common/utils/test_test_utils.py 2021-04-09 19:53:53.029 | M tempest/tests/lib/fake_auth_provider.py 2021-04-09 19:53:53.029 | M tempest/tests/lib/fake_credentials.py 2021-04-09 19:53:53.029 | M tempest/tests/lib/fake_http.py 2021-04-09 19:53:53.029 | M tempest/tests/lib/fake_identity.py 2021-04-09 19:53:53.029 | M tempest/tests/lib/services/__init__.py 2021-04-09 19:53:53.029 | M tempest/tests/lib/services/base.py 2021-04-09 19:53:53.029 | M tempest/tests/lib/services/compute/__init__.py 2021-04-09 19:53:53.029 | M tempest/tests/lib/services/compute/test_agents_client.py 2021-04-09 19:53:53.029 | M tempest/tests/lib/services/compute/test_aggregates_client.py 2021-04-09 19:53:53.029 | M tempest/tests/lib/services/compute/test_assisted_volume_snapshots_client.py 2021-04-09 19:53:53.029 | M tempest/tests/lib/services/compute/test_availability_zone_client.py 2021-04-09 19:53:53.029 | M tempest/tests/lib/services/compute/test_baremetal_nodes_client.py 2021-04-09 19:53:53.029 | M tempest/tests/lib/services/compute/test_base_compute_client.py 2021-04-09 19:53:53.029 | M tempest/tests/lib/services/compute/test_certificates_client.py 2021-04-09 19:53:53.029 | M tempest/tests/lib/services/compute/test_extensions_client.py 2021-04-09 19:53:53.029 | M tempest/tests/lib/services/compute/test_fixedIPs_client.py 2021-04-09 19:53:53.029 | M tempest/tests/lib/services/compute/test_flavors_client.py 2021-04-09 19:53:53.029 | M tempest/tests/lib/services/compute/test_floating_ip_pools_client.py 2021-04-09 19:53:53.029 | M tempest/tests/lib/services/compute/test_floating_ips_bulk_client.py 2021-04-09 19:53:53.029 | M tempest/tests/lib/services/compute/test_floating_ips_client.py 2021-04-09 19:53:53.029 | M tempest/tests/lib/services/compute/test_hosts_client.py 2021-04-09 19:53:53.029 | M tempest/tests/lib/services/compute/test_hypervisor_client.py 2021-04-09 19:53:53.029 | M tempest/tests/lib/services/compute/test_images_client.py 2021-04-09 19:53:53.029 | M tempest/tests/lib/services/compute/test_instance_usage_audit_log_client.py 2021-04-09 19:53:53.029 | M tempest/tests/lib/services/compute/test_interfaces_client.py 2021-04-09 19:53:53.029 | M tempest/tests/lib/services/compute/test_keypairs_client.py 2021-04-09 19:53:53.029 | M tempest/tests/lib/services/compute/test_limits_client.py 2021-04-09 19:53:53.030 | M tempest/tests/lib/services/compute/test_migrations_client.py 2021-04-09 19:53:53.030 | M tempest/tests/lib/services/compute/test_networks_client.py 2021-04-09 19:53:53.030 | M tempest/tests/lib/services/compute/test_quota_classes_client.py 2021-04-09 19:53:53.030 | M tempest/tests/lib/services/compute/test_quotas_client.py 2021-04-09 19:53:53.030 | M tempest/tests/lib/services/compute/test_security_group_default_rules_client.py 2021-04-09 19:53:53.030 | M tempest/tests/lib/services/compute/test_security_group_rules_client.py 2021-04-09 19:53:53.030 | M tempest/tests/lib/services/compute/test_security_groups_client.py 2021-04-09 19:53:53.030 | M tempest/tests/lib/services/compute/test_server_groups_client.py 2021-04-09 19:53:53.030 | M tempest/tests/lib/services/compute/test_servers_client.py 2021-04-09 19:53:53.030 | M tempest/tests/lib/services/compute/test_services_client.py 2021-04-09 19:53:53.030 | M tempest/tests/lib/services/compute/test_snapshots_client.py 2021-04-09 19:53:53.030 | M tempest/tests/lib/services/compute/test_tenant_networks_client.py 2021-04-09 19:53:53.030 | M tempest/tests/lib/services/compute/test_tenant_usages_client.py 2021-04-09 19:53:53.030 | M tempest/tests/lib/services/compute/test_versions_client.py 2021-04-09 19:53:53.030 | M tempest/tests/lib/services/compute/test_volumes_client.py 2021-04-09 19:53:53.030 | M tempest/tests/lib/services/identity/__init__.py 2021-04-09 19:53:53.030 | M tempest/tests/lib/services/identity/v2/__init__.py 2021-04-09 19:53:53.030 | M tempest/tests/lib/services/identity/v2/test_endpoints_client.py 2021-04-09 19:53:53.030 | M tempest/tests/lib/services/identity/v2/test_identity_client.py 2021-04-09 19:53:53.030 | M tempest/tests/lib/services/identity/v2/test_roles_client.py 2021-04-09 19:53:53.030 | M tempest/tests/lib/services/identity/v2/test_services_client.py 2021-04-09 19:53:53.030 | M tempest/tests/lib/services/identity/v2/test_tenants_client.py 2021-04-09 19:53:53.030 | M tempest/tests/lib/services/identity/v2/test_token_client.py 2021-04-09 19:53:53.030 | M tempest/tests/lib/services/identity/v2/test_users_client.py 2021-04-09 19:53:53.030 | M tempest/tests/lib/services/identity/v3/__init__.py 2021-04-09 19:53:53.030 | M tempest/tests/lib/services/identity/v3/test_access_rules_client.py 2021-04-09 19:53:53.030 | M tempest/tests/lib/services/identity/v3/test_application_credentials_client.py 2021-04-09 19:53:53.030 | M tempest/tests/lib/services/identity/v3/test_catalog_client.py 2021-04-09 19:53:53.030 | M tempest/tests/lib/services/identity/v3/test_credentials_client.py 2021-04-09 19:53:53.030 | M tempest/tests/lib/services/identity/v3/test_domain_configuration_client.py 2021-04-09 19:53:53.030 | M tempest/tests/lib/services/identity/v3/test_domains_client.py 2021-04-09 19:53:53.030 | M tempest/tests/lib/services/identity/v3/test_endpoint_filter_client.py 2021-04-09 19:53:53.030 | M tempest/tests/lib/services/identity/v3/test_endpoint_groups_client.py 2021-04-09 19:53:53.030 | M tempest/tests/lib/services/identity/v3/test_endpoints_client.py 2021-04-09 19:53:53.030 | M tempest/tests/lib/services/identity/v3/test_groups_client.py 2021-04-09 19:53:53.030 | M tempest/tests/lib/services/identity/v3/test_identity_client.py 2021-04-09 19:53:53.030 | M tempest/tests/lib/services/identity/v3/test_identity_providers_client.py 2021-04-09 19:53:53.030 | M tempest/tests/lib/services/identity/v3/test_inherited_roles_client.py 2021-04-09 19:53:53.030 | M tempest/tests/lib/services/identity/v3/test_mappings_client.py 2021-04-09 19:53:53.030 | M tempest/tests/lib/services/identity/v3/test_oauth_consumers_client.py 2021-04-09 19:53:53.030 | M tempest/tests/lib/services/identity/v3/test_oauth_token_client.py 2021-04-09 19:53:53.030 | M tempest/tests/lib/services/identity/v3/test_policies_client.py 2021-04-09 19:53:53.030 | M tempest/tests/lib/services/identity/v3/test_project_tags_client.py 2021-04-09 19:53:53.030 | M tempest/tests/lib/services/identity/v3/test_projects_client.py 2021-04-09 19:53:53.030 | M tempest/tests/lib/services/identity/v3/test_protocols_client.py 2021-04-09 19:53:53.030 | M tempest/tests/lib/services/identity/v3/test_regions_client.py 2021-04-09 19:53:53.030 | M tempest/tests/lib/services/identity/v3/test_role_assignments_client.py 2021-04-09 19:53:53.031 | M tempest/tests/lib/services/identity/v3/test_roles_client.py 2021-04-09 19:53:53.031 | M tempest/tests/lib/services/identity/v3/test_service_providers_client.py 2021-04-09 19:53:53.031 | M tempest/tests/lib/services/identity/v3/test_services_client.py 2021-04-09 19:53:53.031 | M tempest/tests/lib/services/identity/v3/test_token_client.py 2021-04-09 19:53:53.031 | M tempest/tests/lib/services/identity/v3/test_trusts_client.py 2021-04-09 19:53:53.031 | M tempest/tests/lib/services/identity/v3/test_users_client.py 2021-04-09 19:53:53.031 | M tempest/tests/lib/services/identity/v3/test_versions_client.py 2021-04-09 19:53:53.031 | M tempest/tests/lib/services/image/__init__.py 2021-04-09 19:53:53.031 | M tempest/tests/lib/services/image/v1/__init__.py 2021-04-09 19:53:53.031 | M tempest/tests/lib/services/image/v1/test_image_members_client.py 2021-04-09 19:53:53.031 | M tempest/tests/lib/services/image/v2/__init__.py 2021-04-09 19:53:53.031 | M tempest/tests/lib/services/image/v2/test_image_members_client.py 2021-04-09 19:53:53.031 | M tempest/tests/lib/services/image/v2/test_images_client.py 2021-04-09 19:53:53.031 | M tempest/tests/lib/services/image/v2/test_namespace_object_client.py 2021-04-09 19:53:53.031 | M tempest/tests/lib/services/image/v2/test_namespace_properties_client.py 2021-04-09 19:53:53.031 | M tempest/tests/lib/services/image/v2/test_namespace_tags_client.py 2021-04-09 19:53:53.031 | M tempest/tests/lib/services/image/v2/test_namespaces_client.py 2021-04-09 19:53:53.031 | M tempest/tests/lib/services/image/v2/test_resource_types_client.py 2021-04-09 19:53:53.031 | M tempest/tests/lib/services/image/v2/test_schemas_client.py 2021-04-09 19:53:53.031 | M tempest/tests/lib/services/image/v2/test_versions_client.py 2021-04-09 19:53:53.031 | M tempest/tests/lib/services/network/__init__.py 2021-04-09 19:53:53.031 | M tempest/tests/lib/services/network/test_agents_client.py 2021-04-09 19:53:53.031 | M tempest/tests/lib/services/network/test_base_network_client.py 2021-04-09 19:53:53.031 | M tempest/tests/lib/services/network/test_extensions_client.py 2021-04-09 19:53:53.031 | M tempest/tests/lib/services/network/test_floating_ips_client.py 2021-04-09 19:53:53.031 | M tempest/tests/lib/services/network/test_metering_label_rules_client.py 2021-04-09 19:53:53.031 | M tempest/tests/lib/services/network/test_metering_labels_client.py 2021-04-09 19:53:53.031 | M tempest/tests/lib/services/network/test_networks_client.py 2021-04-09 19:53:53.031 | M tempest/tests/lib/services/network/test_ports_client.py 2021-04-09 19:53:53.031 | M tempest/tests/lib/services/network/test_qos_client.py 2021-04-09 19:53:53.031 | M tempest/tests/lib/services/network/test_qos_minimum_bandwidth_rules_client.py 2021-04-09 19:53:53.031 | M tempest/tests/lib/services/network/test_quotas_client.py 2021-04-09 19:53:53.031 | M tempest/tests/lib/services/network/test_routers_client.py 2021-04-09 19:53:53.031 | M tempest/tests/lib/services/network/test_security_group_rules_client.py 2021-04-09 19:53:53.031 | M tempest/tests/lib/services/network/test_security_groups_client.py 2021-04-09 19:53:53.031 | M teSwitched to branch 'master' 2021-04-09 19:53:53.031 | mpest/tests/lib/services/network/test_segments_client.py 2021-04-09 19:53:53.031 | M tempest/tests/lib/services/network/test_service_providers_client.py 2021-04-09 19:53:53.031 | M tempest/tests/lib/services/network/test_subnetpools_client.py 2021-04-09 19:53:53.031 | M tempest/tests/lib/services/network/test_subnets_client.py 2021-04-09 19:53:53.031 | M tempest/tests/lib/services/network/test_tags_client.py 2021-04-09 19:53:53.031 | M tempest/tests/lib/services/network/test_versions_client.py 2021-04-09 19:53:53.031 | M tempest/tests/lib/services/object_storage/__init__.py 2021-04-09 19:53:53.031 | M tempest/tests/lib/services/object_storage/test_bulk_middleware_client.py 2021-04-09 19:53:53.031 | M tempest/tests/lib/services/object_storage/test_capabilities_client.py 2021-04-09 19:53:53.031 | M tempest/tests/lib/services/object_storage/test_object_client.py 2021-04-09 19:53:53.032 | M tempest/tests/lib/services/placement/__init__.py 2021-04-09 19:53:53.032 | M tempest/tests/lib/services/placement/test_placement_client.py 2021-04-09 19:53:53.032 | M tempest/tests/lib/services/placement/test_resource_providers_client.py 2021-04-09 19:53:53.032 | M tempest/tests/lib/services/registry_fixture.py 2021-04-09 19:53:53.032 | M tempest/tests/lib/services/test_clients.py 2021-04-09 19:53:53.032 | M tempest/tests/lib/services/volume/__init__.py 2021-04-09 19:53:53.032 | M tempest/tests/lib/services/volume/v1/__init__.py 2021-04-09 19:53:53.032 | M tempest/tests/lib/services/volume/v1/test_encryption_types_client.py 2021-04-09 19:53:53.032 | M tempest/tests/lib/services/volume/v1/test_quotas_client.py 2021-04-09 19:53:53.032 | M tempest/tests/lib/services/volume/v1/test_snapshots_client.py 2021-04-09 19:53:53.032 | M tempest/tests/lib/services/volume/v3/__init__.py 2021-04-09 19:53:53.032 | M tempest/tests/lib/services/volume/v3/test_attachments_client.py 2021-04-09 19:53:53.032 | M tempest/tests/lib/services/volume/v3/test_availability_zone_client.py 2021-04-09 19:53:53.032 | M tempest/tests/lib/services/volume/v3/test_backups_client.py 2021-04-09 19:53:53.032 | M tempest/tests/lib/services/volume/v3/test_capabilities_client.py 2021-04-09 19:53:53.032 | M tempest/tests/lib/services/volume/v3/test_encryption_types_client.py 2021-04-09 19:53:53.032 | M tempest/tests/lib/services/volume/v3/test_extensions_client.py 2021-04-09 19:53:53.032 | M tempest/tests/lib/services/volume/v3/test_group_snapshots_client.py 2021-04-09 19:53:53.032 | M tempest/tests/lib/services/volume/v3/test_group_types_client.py 2021-04-09 19:53:53.032 | M tempest/tests/lib/services/volume/v3/test_groups_client.py 2021-04-09 19:53:53.032 | M tempest/tests/lib/services/volume/v3/test_hosts_client.py 2021-04-09 19:53:53.032 | M tempest/tests/lib/services/volume/v3/test_limits_client.py 2021-04-09 19:53:53.032 | M tempest/tests/lib/services/volume/v3/test_quota_classes_client.py 2021-04-09 19:53:53.032 | M tempest/tests/lib/services/volume/v3/test_quotas_client.py 2021-04-09 19:53:53.032 | M tempest/tests/lib/services/volume/v3/test_scheduler_stats_client.py 2021-04-09 19:53:53.032 | M tempest/tests/lib/services/volume/v3/test_services_client.py 2021-04-09 19:53:53.032 | M tempest/tests/lib/services/volume/v3/test_snapshot_manage_client.py 2021-04-09 19:53:53.032 | M tempest/tests/lib/services/volume/v3/test_snapshots_client.py 2021-04-09 19:53:53.032 | M tempest/tests/lib/services/volume/v3/test_transfers_client.py 2021-04-09 19:53:53.032 | M tempest/tests/lib/services/volume/v3/test_types_client.py 2021-04-09 19:53:53.032 | M tempest/tests/lib/services/volume/v3/test_user_messages_client.py 2021-04-09 19:53:53.032 | M tempest/tests/lib/services/volume/v3/test_versions_client.py 2021-04-09 19:53:53.032 | M tempest/tests/lib/services/volume/v3/test_volume_manage_client.py 2021-04-09 19:53:53.032 | M tempest/tests/lib/services/volume/v3/test_volumes_client.py 2021-04-09 19:53:53.032 | M tempest/tests/lib/test_api_microversion_fixture.py 2021-04-09 19:53:53.032 | M tempest/tests/lib/test_auth.py 2021-04-09 19:53:53.032 | M tempest/tests/lib/test_base.py 2021-04-09 19:53:53.032 | M tempest/tests/lib/test_credentials.py 2021-04-09 19:53:53.032 | M tempest/tests/lib/test_decorators.py 2021-04-09 19:53:53.032 | M tempest/tests/lib/test_ssh.py 2021-04-09 19:53:53.032 | M tempest/tests/lib/test_tempest_lib.py 2021-04-09 19:53:53.032 | M tempest/tests/test_base_test.py 2021-04-09 19:53:53.032 | M tempest/tests/test_config.py 2021-04-09 19:53:53.032 | M tempest/tests/test_decorators.py 2021-04-09 19:53:53.032 | M tempest/tests/test_hacking.py 2021-04-09 19:53:53.032 | M tempest/tests/test_imports.py 2021-04-09 19:53:53.032 | M tempest/tests/test_list_tests.py 2021-04-09 19:53:53.032 | M tempest/tests/test_microversions.py 2021-04-09 19:53:53.033 | M tempest/tests/test_tempest_plugin.py 2021-04-09 19:53:53.033 | M tempest/tests/test_test.py 2021-04-09 19:53:53.033 | M tempest/tests/utils.py 2021-04-09 19:53:53.033 | M tempest/version.py 2021-04-09 19:53:53.033 | M test-requirements.txt 2021-04-09 19:53:53.033 | M tools/generate-tempest-plugins-list.py 2021-04-09 19:53:53.033 | M tools/tempest-integrated-gate-compute-exclude-list.txt 2021-04-09 19:53:53.033 | M tools/tempest-integrated-gate-networking-exclude-list.txt 2021-04-09 19:53:53.033 | M tools/tempest-integrated-gate-object-storage-exclude-list.txt 2021-04-09 19:53:53.033 | M tools/tempest-integrated-gate-placement-exclude-list.txt 2021-04-09 19:53:53.033 | M tools/tempest-integrated-gate-storage-exclude-list.txt 2021-04-09 19:53:53.033 | M tools/tempest-plugin-sanity.sh 2021-04-09 19:53:53.033 | M tox.ini 2021-04-09 19:53:53.033 | M zuul.d/base.yaml 2021-04-09 19:53:53.033 | M zuul.d/integrated-gate.yaml 2021-04-09 19:53:53.033 | M zuul.d/project.yaml 2021-04-09 19:53:53.033 | M zuul.d/stable-jobs.yaml 2021-04-09 19:53:53.033 | M zuul.d/tempest-specific.yaml 2021-04-09 19:53:53.033 | Your branch is up to date with 'origin/master'. 2021-04-09 19:53:53.033 | ++ lib/tempest:install_tempest:749 : local tmp_u_c_m 2021-04-09 19:53:53.033 | +++ lib/tempest:install_tempest:750 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2021-04-09 19:53:53.033 | ++ lib/tempest:install_tempest:750 : tmp_u_c_m=/tmp/tempest_u_c_m.hkgX8GiffE 2021-04-09 19:53:53.033 | ++ lib/tempest:install_tempest:751 : set_tempest_venv_constraints /tmp/tempest_u_c_m.hkgX8GiffE 2021-04-09 19:53:53.033 | ++ lib/tempest:set_tempest_venv_constraints:114 : local tmp_c 2021-04-09 19:53:53.033 | ++ lib/tempest:set_tempest_venv_constraints:115 : tmp_c=/tmp/tempest_u_c_m.hkgX8GiffE 2021-04-09 19:53:53.033 | ++ lib/tempest:set_tempest_venv_constraints:116 : [[ master == \m\a\s\t\e\r ]] 2021-04-09 19:53:53.033 | ++ lib/tempest:set_tempest_venv_constraints:117 : cd /opt/stack/requirements 2021-04-09 19:53:53.034 | ++ lib/tempest:set_tempest_venv_constraints:117 : git show origin/master:upper-constraints.txt 2021-04-09 19:53:53.040 | ++ lib/tempest:install_tempest:753 : tox -r --notest -efull 2021-04-09 19:53:53.726 | full create: /opt/stack/tempest/.tox/tempest 2021-04-09 19:53:59.026 | full installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2021-04-09 19:54:23.943 | full develop-inst: /opt/stack/tempest 2021-04-09 19:54:29.991 | full installed: attrs==20.3.0,bcrypt==3.2.0,certifi==2020.12.5,cffi==1.14.5,chardet==4.0.0,cliff==3.7.0,cmd2==1.5.0,colorama==0.4.4,cryptography==3.4.6,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==3.7.2,importlib-resources==5.1.2,iso8601==0.1.14,jsonschema==3.2.0,linecache2==1.0.0,monotonic==1.5,msgpack==1.0.2,netaddr==0.8.0,netifaces==0.10.9,oslo.concurrency==4.4.0,oslo.config==8.5.0,oslo.context==3.2.0,oslo.i18n==5.0.1,oslo.log==4.4.0,oslo.serialization==4.1.0,oslo.utils==4.8.0,packaging==20.9,paramiko==2.7.2,pbr==5.5.1,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.4.0,six==1.15.0,stestr==3.1.0,stevedore==3.3.0,-e git+https://opendev.org/openstack/tempest@fa0a40b8bbc4f7e93a976f5575f8ad7c1890e0f4#egg=tempest,testtools==2.4.0,traceback2==1.4.0,typing-extensions==3.7.4.3,unittest2==1.1.0,urllib3==1.26.3,voluptuous==0.12.1,wcwidth==0.2.5,wrapt==1.12.1,zipp==3.4.1 2021-04-09 19:54:29.991 | ___________________________________ summary ____________________________________ 2021-04-09 19:54:29.991 | full: skipped tests 2021-04-09 19:54:29.991 | congratulations :) 2021-04-09 19:54:30.021 | ++ lib/tempest:install_tempest:757 : /opt/stack/tempest/.tox/tempest/bin/pip install -c /tmp/tempest_u_c_m.hkgX8GiffE -r requirements.txt 2021-04-09 19:54:30.892 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-04-09 19:54:31.116 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-04-09 19:54:31.318 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-04-09 19:54:31.649 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-04-09 19:54:31.651 | Requirement already satisfied: oslo.concurrency===4.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 24)) (4.4.0) 2021-04-09 19:54:31.662 | Requirement already satisfied: pbr===5.5.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 46)) (5.5.1) 2021-04-09 19:54:31.665 | Requirement already satisfied: oslo.i18n===5.0.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 52)) (5.0.1) 2021-04-09 19:54:31.671 | Requirement already satisfied: fixtures===3.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 62)) (3.0.0) 2021-04-09 19:54:31.683 | Requirement already satisfied: debtcollector===2.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 117)) (2.2.0) 2021-04-09 19:54:31.691 | Requirement already satisfied: netaddr===0.8.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 134)) (0.8.0) 2021-04-09 19:54:31.698 | Requirement already satisfied: prettytable===0.7.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 142)) (0.7.2) 2021-04-09 19:54:31.700 | Requirement already satisfied: paramiko===2.7.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 164)) (2.7.2) 2021-04-09 19:54:31.737 | Requirement already satisfied: urllib3===1.26.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 169)) (1.26.3) 2021-04-09 19:54:31.760 | Requirement already satisfied: python-subunit===1.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 174)) (1.4.0) 2021-04-09 19:54:31.775 | Requirement already satisfied: PyYAML===5.4.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 178)) (5.4.1) 2021-04-09 19:54:31.778 | Requirement already satisfied: cryptography===3.4.6 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 182)) (3.4.6) 2021-04-09 19:54:31.821 | Requirement already satisfied: unittest2===1.1.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 200)) (1.1.0) 2021-04-09 19:54:31.828 | Requirement already satisfied: bcrypt===3.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 208)) (3.2.0) 2021-04-09 19:54:31.838 | Requirement already satisfied: cliff===3.7.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 242)) (3.7.0) 2021-04-09 19:54:31.851 | Requirement already satisfied: oslo.log===4.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 275)) (4.4.0) 2021-04-09 19:54:31.892 | Requirement already satisfied: stestr===3.1.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 303)) (3.1.0) 2021-04-09 19:54:31.921 | Requirement already satisfied: oslo.serialization===4.1.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 304)) (4.1.0) 2021-04-09 19:54:31.931 | Requirement already satisfied: testtools===2.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 341)) (2.4.0) 2021-04-09 19:54:31.949 | Requirement already satisfied: PyNaCl===1.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 381)) (1.4.0) 2021-04-09 19:54:31.963 | Requirement already satisfied: msgpack===1.0.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 388)) (1.0.2) 2021-04-09 19:54:31.966 | Requirement already satisfied: oslo.config===8.5.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 390)) (8.5.0) 2021-04-09 19:54:32.010 | Requirement already satisfied: pyparsing===2.4.7 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 405)) (2.4.7) 2021-04-09 19:54:32.013 | Requirement already satisfied: stevedore===3.3.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 416)) (3.3.0) 2021-04-09 19:54:32.023 | Requirement already satisfied: cmd2===1.5.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 425)) (1.5.0) 2021-04-09 19:54:32.085 | Requirement already satisfied: six===1.15.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 442)) (1.15.0) 2021-04-09 19:54:32.088 | Requirement already satisfied: wrapt===1.12.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 469)) (1.12.1) 2021-04-09 19:54:32.091 | Requirement already satisfied: rfc3986===1.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 480)) (1.4.0) 2021-04-09 19:54:32.097 | Requirement already satisfied: future===0.18.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 483)) (0.18.2) 2021-04-09 19:54:32.101 | Requirement already satisfied: importlib-resources===5.1.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 510)) (5.1.2) 2021-04-09 19:54:32.127 | Requirement already satisfied: cffi===1.14.5 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 524)) (1.14.5) 2021-04-09 19:54:32.131 | Requirement already satisfied: jsonschema===3.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 527)) (3.2.0) 2021-04-09 19:54:32.163 | Requirement already satisfied: zipp===3.4.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 540)) (3.4.1) 2021-04-09 19:54:32.189 | Requirement already satisfied: fasteners===0.14.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 553)) (0.14.1) 2021-04-09 19:54:32.194 | Requirement already satisfied: oslo.utils===4.8.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 559)) (4.8.0) 2021-04-09 19:54:32.211 | Requirement already satisfied: python-dateutil===2.8.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 566)) (2.8.1) 2021-04-09 19:54:32.216 | Requirement already satisfied: colorama===0.4.4 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 569)) (0.4.4) 2021-04-09 19:54:32.221 | Requirement already satisfied: pytz===2021.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 572)) (2021.1) 2021-04-09 19:54:32.225 | Requirement already satisfied: setuptools===54.1.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 579)) (54.1.1) 2021-04-09 19:54:32.277 | Requirement already satisfied: extras===1.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 160)) (1.0.0) 2021-04-09 19:54:32.279 | Requirement already satisfied: traceback2===1.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 145)) (1.4.0) 2021-04-09 19:54:32.283 | Requirement already satisfied: argparse in ./.tox/tempest/lib/python3.6/site-packages (from unittest2===1.1.0->-c /tmp/tempest_u_c_m.hkgX8GiffE (line 200)) (1.4.0) 2021-04-09 19:54:32.286 | Requirement already satisfied: oslo.context===3.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 55)) (3.2.0) 2021-04-09 19:54:32.292 | Requirement already satisfied: pyinotify===0.9.6 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 116)) (0.9.6) 2021-04-09 19:54:32.295 | Requirement already satisfied: voluptuous===0.12.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 2)) (0.12.1) 2021-04-09 19:54:32.300 | Requirement already satisfied: python-mimeparse===1.6.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 96)) (1.6.0) 2021-04-09 19:54:32.303 | Requirement already satisfied: requests===2.25.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 217)) (2.25.1) 2021-04-09 19:54:32.324 | Requirement already satisfied: importlib-metadata===3.7.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 278)) (3.7.2) 2021-04-09 19:54:32.362 | Requirement already satisfied: pyperclip===1.8.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 266)) (1.8.2) 2021-04-09 19:54:32.365 | Requirement already satisfied: attrs===20.3.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 49)) (20.3.0) 2021-04-09 19:54:32.410 | Requirement already satisfied: wcwidth===0.2.5 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 139)) (0.2.5) 2021-04-09 19:54:32.415 | Requirement already satisfied: pycparser===2.20 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 176)) (2.20) 2021-04-09 19:54:32.419 | Requirement already satisfied: pyrsistent===0.17.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 478)) (0.17.3) 2021-04-09 19:54:32.423 | Requirement already satisfied: monotonic===1.5 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 496)) (1.5) 2021-04-09 19:54:32.426 | Requirement already satisfied: netifaces===0.10.9 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 503)) (0.10.9) 2021-04-09 19:54:32.429 | Requirement already satisfied: packaging===20.9 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 329)) (20.9) 2021-04-09 19:54:32.435 | Requirement already satisfied: iso8601===0.1.14 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 355)) (0.1.14) 2021-04-09 19:54:32.438 | Requirement already satisfied: linecache2===1.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 357)) (1.0.0) 2021-04-09 19:54:32.441 | Requirement already satisfied: idna===2.10 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 359)) (2.10) 2021-04-09 19:54:32.445 | Requirement already satisfied: certifi===2020.12.5 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 41)) (2020.12.5) 2021-04-09 19:54:32.448 | Requirement already satisfied: chardet===4.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 3)) (4.0.0) 2021-04-09 19:54:32.451 | Requirement already satisfied: typing-extensions===3.7.4.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.hkgX8GiffE (line 567)) (3.7.4.3) 2021-04-09 19:54:32.550 | WARNING: You are using pip version 19.2.3, however version 21.0.1 is available. 2021-04-09 19:54:32.550 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-04-09 19:54:32.607 | ++ lib/tempest:install_tempest:758 : PROJECT_VENV["tempest"]=/opt/stack/tempest/.tox/tempest 2021-04-09 19:54:32.610 | ++ lib/tempest:install_tempest:759 : rm -f /tmp/tempest_u_c_m.hkgX8GiffE 2021-04-09 19:54:32.614 | ++ lib/tempest:install_tempest:760 : popd 2021-04-09 19:54:32.614 | ~/devstack 2021-04-09 19:54:32.617 | ++ extras.d/80-tempest.sh:source:26 : [[ stack == \u\n\s\t\a\c\k ]] 2021-04-09 19:54:32.619 | ++ extras.d/80-tempest.sh:source:31 : [[ stack == \c\l\e\a\n ]] 2021-04-09 19:54:32.621 | + functions-common:run_phase:1781 : [[ stack == \s\o\u\r\c\e ]] 2021-04-09 19:54:32.624 | + functions-common:run_phase:1784 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-04-09 19:54:32.626 | + functions-common:run_phase:1787 : run_plugins stack install 2021-04-09 19:54:32.629 | + functions-common:run_plugins:1746 : local mode=stack 2021-04-09 19:54:32.632 | + functions-common:run_plugins:1747 : local phase=install 2021-04-09 19:54:32.634 | + functions-common:run_plugins:1749 : local plugins= 2021-04-09 19:54:32.637 | + functions-common:run_plugins:1750 : local plugin 2021-04-09 19:54:32.639 | + ./stack.sh:main:992 : use_library_from_git python-openstackclient 2021-04-09 19:54:32.642 | + inc/python:use_library_from_git:328 : local name=python-openstackclient 2021-04-09 19:54:32.644 | + inc/python:use_library_from_git:329 : local enabled=1 2021-04-09 19:54:32.647 | + inc/python:use_library_from_git:330 : [[ '' = \A\L\L ]] 2021-04-09 19:54:32.650 | + inc/python:use_library_from_git:330 : [[ ,, =~ ,python-openstackclient, ]] 2021-04-09 19:54:32.652 | + inc/python:use_library_from_git:331 : return 1 2021-04-09 19:54:32.655 | + ./stack.sh:main:996 : pip_install_gr python-openstackclient 2021-04-09 19:54:32.657 | + inc/python:pip_install_gr:68 : local name=python-openstackclient 2021-04-09 19:54:32.660 | + inc/python:pip_install_gr:69 : local clean_name 2021-04-09 19:54:32.663 | ++ inc/python:pip_install_gr:70 : get_from_global_requirements python-openstackclient 2021-04-09 19:54:32.666 | ++ inc/python:get_from_global_requirements:316 : local package=python-openstackclient 2021-04-09 19:54:32.668 | ++ inc/python:get_from_global_requirements:317 : local required_pkg 2021-04-09 19:54:32.672 | +++ inc/python:get_from_global_requirements:318 : grep -i -h '^python-openstackclient' /opt/stack/requirements/global-requirements.txt 2021-04-09 19:54:32.673 | +++ inc/python:get_from_global_requirements:318 : cut -d# -f1 2021-04-09 19:54:32.678 | ++ inc/python:get_from_global_requirements:318 : required_pkg='python-openstackclient ' 2021-04-09 19:54:32.680 | ++ inc/python:get_from_global_requirements:319 : [[ python-openstackclient == '' ]] 2021-04-09 19:54:32.683 | ++ inc/python:get_from_global_requirements:322 : echo python-openstackclient 2021-04-09 19:54:32.686 | + inc/python:pip_install_gr:70 : clean_name=python-openstackclient 2021-04-09 19:54:32.688 | + inc/python:pip_install_gr:71 : pip_install python-openstackclient 2021-04-09 19:54:32.711 | Check python version for : python-openstackclient 2021-04-09 19:54:32.714 | Using 3.6 version to install python-openstackclient based on default behavior 2021-04-09 19:54:33.103 | + 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-04-09 19:54:33.983 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:54:33.985 | Ignoring Django: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:54:33.988 | Ignoring Django: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:54:33.993 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:54:34.002 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:54:34.005 | Ignoring GitPython: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:54:34.007 | Ignoring GitPython: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:54:34.011 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:54:34.017 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:54:34.042 | Ignoring Pygments: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:54:34.044 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:54:34.047 | Ignoring Pygments: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:54:34.051 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:54:34.059 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:54:34.061 | Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:54:34.063 | Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:54:34.069 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:54:34.071 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:54:34.073 | Ignoring Sphinx: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:54:34.076 | Ignoring Sphinx: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:54:34.081 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:54:34.189 | Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:54:34.192 | Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:54:34.196 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:54:34.206 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:54:34.208 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:54:34.211 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:54:34.259 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:54:34.264 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:54:34.290 | Ignoring diskimage-builder: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:54:34.292 | Ignoring diskimage-builder: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:54:34.295 | Ignoring diskimage-builder: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:54:34.300 | Ignoring diskimage-builder: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:54:34.319 | Ignoring dnspython: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:54:34.321 | Ignoring dnspython: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:54:34.326 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:54:34.328 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:54:34.331 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:54:34.333 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:54:34.337 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:54:34.355 | Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:54:34.388 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:54:34.390 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:54:34.395 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:54:34.419 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:54:34.421 | Ignoring gunicorn: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:54:34.424 | Ignoring gunicorn: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:54:34.429 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:54:34.431 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:54:34.446 | Ignoring ifaddr: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:54:34.449 | Ignoring ifaddr: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:54:34.453 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:54:34.464 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:54:34.466 | Ignoring influxdb: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:54:34.469 | Ignoring influxdb: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:54:34.473 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:54:34.477 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:54:34.487 | Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:54:34.489 | Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:54:34.494 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:54:34.500 | Ignoring joblib: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:54:34.504 | Ignoring joblib: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:54:34.508 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:54:34.523 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:54:34.526 | Ignoring keyring: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:54:34.528 | Ignoring keyring: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:54:34.533 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:54:34.575 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:54:34.577 | Ignoring more-itertools: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:54:34.580 | Ignoring more-itertools: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:54:34.585 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:54:34.598 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:54:34.600 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:54:34.604 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:54:34.607 | Ignoring mypy-extensions: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:54:34.609 | Ignoring mypy-extensions: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:54:34.615 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:54:34.617 | Ignoring ndg-httpsclient: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:54:34.626 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:54:34.629 | Ignoring networkx: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:54:34.631 | Ignoring networkx: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:54:34.637 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:54:34.655 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:54:34.657 | Ignoring numpy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:54:34.661 | Ignoring numpy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:54:34.665 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:54:34.765 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:54:34.852 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:54:34.855 | Ignoring pytest: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:54:34.857 | Ignoring pytest: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:54:34.863 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:54:34.971 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:54:35.018 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:54:35.021 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:54:35.023 | Ignoring scikit-learn: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:54:35.025 | Ignoring scikit-learn: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:54:35.031 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:54:35.034 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:54:35.036 | Ignoring scipy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:54:35.039 | Ignoring scipy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:54:35.043 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:54:35.062 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:54:35.082 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:54:35.084 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:54:35.089 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:54:35.094 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:54:35.097 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:54:35.102 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:54:35.106 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:54:35.109 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:54:35.114 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:54:35.118 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:54:35.120 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:54:35.125 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:54:35.132 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:54:35.135 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:54:35.140 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:54:35.144 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:54:35.147 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:54:35.152 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:54:35.156 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:54:35.192 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:54:35.227 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:54:35.233 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:54:35.235 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:54:35.240 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:54:35.245 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:54:35.263 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:54:35.267 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:54:35.270 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:54:35.274 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:54:35.278 | Ignoring typing-extensions: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:54:35.281 | Ignoring typing-extensions: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:54:35.286 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:54:35.292 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:54:35.317 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:54:35.343 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-04-09 19:54:35.346 | Ignoring zeroconf: markers 'python_version == "3.4"' don't match your environment 2021-04-09 19:54:35.348 | Ignoring zeroconf: markers 'python_version == "3.5"' don't match your environment 2021-04-09 19:54:35.353 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-04-09 19:54:35.514 | Collecting python-openstackclient===4.0.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 502)) 2021-04-09 19:54:35.620 | Downloading http://10.100.0.9:8080/root/pypi/+f/06f/728711b3f1958/python_openstackclient-4.0.2-py2.py3-none-any.whl (872kB) 2021-04-09 19:54:35.957 | 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-04-09 19:54:35.960 | 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-04-09 19:54:35.962 | 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-04-09 19:54:35.993 | 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-04-09 19:54:36.001 | 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-04-09 19:54:36.023 | 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-04-09 19:54:36.042 | 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-04-09 19:54:36.062 | Requirement already satisfied: python-cinderclient===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 470)) 2021-04-09 19:54:36.081 | 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-04-09 19:54:36.086 | 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-04-09 19:54:36.103 | 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-04-09 19:54:36.172 | 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-04-09 19:54:36.191 | 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-04-09 19:54:36.210 | 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-04-09 19:54:36.213 | 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-04-09 19:54:36.217 | 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-04-09 19:54:36.222 | 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-04-09 19:54:36.224 | 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-04-09 19:54:36.229 | 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-04-09 19:54:36.232 | 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-04-09 19:54:36.236 | 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-04-09 19:54:36.239 | 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-04-09 19:54:36.242 | 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-04-09 19:54:36.280 | 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-04-09 19:54:36.284 | 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-04-09 19:54:36.287 | 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-04-09 19:54:36.290 | 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-04-09 19:54:36.293 | 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-04-09 19:54:36.304 | 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-04-09 19:54:36.308 | 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-04-09 19:54:36.311 | 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-04-09 19:54:36.317 | 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-04-09 19:54:36.328 | 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-04-09 19:54:36.331 | 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-04-09 19:54:36.354 | 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-04-09 19:54:36.370 | 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-04-09 19:54:36.388 | 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-04-09 19:54:36.402 | 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-04-09 19:54:36.411 | 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-04-09 19:54:36.413 | 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-04-09 19:54: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-04-09 19:54:36.420 | 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-04-09 19:54:36.424 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 139)) 2021-04-09 19:54:36.426 | 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-04-09 19:54:36.448 | 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-04-09 19:54:36.452 | 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-04-09 19:54:36.454 | 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-04-09 19:54:36.457 | 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-04-09 19:54:36.460 | 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-04-09 19:54:36.465 | 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-04-09 19:54:36.483 | 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-04-09 19:54:36.486 | 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-04-09 19:54:36.529 | 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-04-09 19:54:36.535 | 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-04-09 19:54:36.579 | Installing collected packages: python-openstackclient 2021-04-09 19:54:37.866 | Successfully installed python-openstackclient-4.0.2 2021-04-09 19:54:38.028 | You are using pip version 9.0.3, however version 21.0.1 is available. 2021-04-09 19:54:38.028 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-04-09 19:54:38.085 | + inc/python:pip_install:290 : result=0 2021-04-09 19:54:38.088 | + inc/python:pip_install:292 : time_stop pip_install 2021-04-09 19:54:38.090 | + functions-common:time_stop:2336 : local name 2021-04-09 19:54:38.094 | + functions-common:time_stop:2337 : local end_time 2021-04-09 19:54:38.097 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 19:54:38.099 | + functions-common:time_stop:2339 : local total 2021-04-09 19:54:38.102 | + functions-common:time_stop:2340 : local start_time 2021-04-09 19:54:38.104 | + functions-common:time_stop:2342 : name=pip_install 2021-04-09 19:54:38.107 | + functions-common:time_stop:2343 : start_time=1617998072703 2021-04-09 19:54:38.109 | + functions-common:time_stop:2345 : [[ -z 1617998072703 ]] 2021-04-09 19:54:38.113 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 19:54:38.117 | + functions-common:time_stop:2348 : end_time=1617998078114 2021-04-09 19:54:38.119 | + functions-common:time_stop:2349 : elapsed_time=5411 2021-04-09 19:54:38.122 | + functions-common:time_stop:2350 : total=230102 2021-04-09 19:54:38.124 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 19:54:38.126 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=235513 2021-04-09 19:54:38.129 | + inc/python:pip_install:293 : return 0 2021-04-09 19:54:38.131 | + ./stack.sh:main:1001 : install_oscwrap 2021-04-09 19:54:38.135 | ++ functions-common:install_oscwrap:2381 : mktemp 2021-04-09 19:54:38.138 | + functions-common:install_oscwrap:2381 : OSCWRAP_TIMER_FILE=/tmp/tmp.bIbDHcsI4Z 2021-04-09 19:54:38.141 | + functions-common:install_oscwrap:2384 : shopt -s expand_aliases 2021-04-09 19:54:38.144 | + functions-common:install_oscwrap:2387 : unalias -a 2021-04-09 19:54:38.146 | + functions-common:install_oscwrap:2389 : alias openstack=oscwrap 2021-04-09 19:54:38.149 | + ./stack.sh:main:1003 : [[ False = True ]] 2021-04-09 19:54:38.152 | + ./stack.sh:main:1017 : [[ False != \F\a\l\s\e ]] 2021-04-09 19:54:38.154 | + ./stack.sh:main:1057 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2021-04-09 19:54:38.157 | + ./stack.sh:main:1065 : is_service_enabled mysql postgresql 2021-04-09 19:54:38.174 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:54:38.177 | + ./stack.sh:main:1066 : configure_database 2021-04-09 19:54:38.180 | + lib/database:configure_database:126 : configure_database_mysql 2021-04-09 19:54:38.182 | + lib/databases/mysql:configure_database_mysql:67 : local my_conf mysql slow_log 2021-04-09 19:54:38.185 | + lib/databases/mysql:configure_database_mysql:68 : echo_summary 'Configuring and starting MySQL' 2021-04-09 19:54:38.187 | + ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-04-09 19:54:38.189 | + ./stack.sh:echo_summary:461 : echo -e Configuring and starting MySQL 2021-04-09 19:54:38.192 | + lib/databases/mysql:configure_database_mysql:70 : is_ubuntu 2021-04-09 19:54:38.194 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 19:54:38.197 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 19:54:38.199 | + lib/databases/mysql:configure_database_mysql:71 : my_conf=/etc/mysql/my.cnf 2021-04-09 19:54:38.202 | + lib/databases/mysql:configure_database_mysql:85 : is_fedora 2021-04-09 19:54:38.204 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2021-04-09 19:54:38.207 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2021-04-09 19:54:38.209 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2021-04-09 19:54:38.212 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-04-09 19:54:38.214 | + functions-common:is_fedora:454 : '[' Ubuntu = CentOS ']' 2021-04-09 19:54:38.216 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2021-04-09 19:54:38.218 | + functions-common:is_fedora:455 : '[' Ubuntu = Virtuozzo ']' 2021-04-09 19:54:38.221 | + lib/databases/mysql:configure_database_mysql:85 : is_suse 2021-04-09 19:54:38.224 | + functions-common:is_suse:463 : is_opensuse 2021-04-09 19:54:38.226 | + functions-common:is_opensuse:470 : [[ -z Ubuntu ]] 2021-04-09 19:54:38.229 | + functions-common:is_opensuse:474 : [[ Ubuntu =~ (openSUSE) ]] 2021-04-09 19:54:38.231 | + functions-common:is_suse:463 : is_suse_linux_enterprise 2021-04-09 19:54:38.233 | + functions-common:is_suse_linux_enterprise:482 : [[ -z Ubuntu ]] 2021-04-09 19:54:38.236 | + functions-common:is_suse_linux_enterprise:486 : [[ Ubuntu =~ (^SUSE) ]] 2021-04-09 19:54:38.238 | + lib/databases/mysql:configure_database_mysql:93 : sudo mysqladmin -u root password Passw0rd 2021-04-09 19:54:38.258 | mysqladmin: [Warning] Using a password on the command line interface can be insecure. 2021-04-09 19:54:38.258 | Warning: Since password will be sent to server in plain text, use ssl connection to ensure password safety. 2021-04-09 19:54:38.263 | + 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-04-09 19:54:38.273 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-04-09 19:54:38.288 | ++ lib/databases/mysql:configure_database_mysql:102 : ipv6_unquote 0.0.0.0 2021-04-09 19:54:38.291 | ++ functions-common:ipv6_unquote:2134 : echo 0.0.0.0 2021-04-09 19:54:38.291 | ++ functions-common:ipv6_unquote:2134 : tr -d '[]' 2021-04-09 19:54:38.296 | + lib/databases/mysql:configure_database_mysql:102 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2021-04-09 19:54:38.349 | + lib/databases/mysql:configure_database_mysql:103 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2021-04-09 19:54:38.394 | + lib/databases/mysql:configure_database_mysql:104 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2021-04-09 19:54:38.440 | + lib/databases/mysql:configure_database_mysql:105 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2021-04-09 19:54:38.486 | + lib/databases/mysql:configure_database_mysql:106 : iniset -sudo /etc/mysql/my.cnf mysqld query_cache_type OFF 2021-04-09 19:54:38.531 | + lib/databases/mysql:configure_database_mysql:107 : iniset -sudo /etc/mysql/my.cnf mysqld query_cache_size 0 2021-04-09 19:54:38.578 | + lib/databases/mysql:configure_database_mysql:109 : [[ False == \T\r\u\e ]] 2021-04-09 19:54:38.580 | + lib/databases/mysql:configure_database_mysql:129 : restart_service mysql 2021-04-09 19:54:38.583 | + functions-common:restart_service:2220 : '[' -x /bin/systemctl ']' 2021-04-09 19:54:38.585 | + functions-common:restart_service:2221 : sudo /bin/systemctl restart mysql 2021-04-09 19:54:40.351 | + ./stack.sh:main:1070 : save_stackenv 1070 2021-04-09 19:54:40.354 | + functions-common:save_stackenv:62 : local tag=1070 2021-04-09 19:54:40.357 | ++ functions-common:save_stackenv:64 : date +%F-%H%M%S 2021-04-09 19:54:40.361 | + functions-common:save_stackenv:64 : time_stamp=2021-04-09-195440 2021-04-09 19:54:40.364 | + functions-common:save_stackenv:65 : echo '# 2021-04-09-195440 1070' 2021-04-09 19:54:40.367 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-04-09 19:54:40.369 | + functions-common:save_stackenv:67 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-04-09 19:54:40.372 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-04-09 19:54:40.374 | + functions-common:save_stackenv:67 : echo DATA_DIR=/opt/stack/data 2021-04-09 19:54:40.378 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-04-09 19:54:40.380 | + functions-common:save_stackenv:67 : echo DEST=/opt/stack 2021-04-09 19:54:40.383 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-04-09 19:54:40.385 | + 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-04-09 19:54:40.388 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-04-09 19:54:40.390 | + functions-common:save_stackenv:67 : echo HOST_IP=10.222.0.52 2021-04-09 19:54:40.393 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-04-09 19:54:40.395 | + functions-common:save_stackenv:67 : echo KEYSTONE_AUTH_URI=http://10.222.0.52/identity 2021-04-09 19:54:40.398 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-04-09 19:54:40.401 | + functions-common:save_stackenv:67 : echo KEYSTONE_SERVICE_URI=http://10.222.0.52/identity 2021-04-09 19:54:40.403 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-04-09 19:54:40.406 | + functions-common:save_stackenv:67 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2021-04-09-194003 2021-04-09 19:54:40.408 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-04-09 19:54:40.411 | + functions-common:save_stackenv:67 : echo OS_CACERT= 2021-04-09 19:54:40.413 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-04-09 19:54:40.416 | + functions-common:save_stackenv:67 : echo SERVICE_HOST=10.222.0.52 2021-04-09 19:54:40.418 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-04-09 19:54:40.421 | + functions-common:save_stackenv:67 : echo STACK_USER=ubuntu 2021-04-09 19:54:40.424 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-04-09 19:54:40.427 | + functions-common:save_stackenv:67 : echo TLS_IP= 2021-04-09 19:54:40.429 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-04-09 19:54:40.432 | + functions-common:save_stackenv:67 : echo HOST_IPV6=::1 2021-04-09 19:54:40.434 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-04-09 19:54:40.437 | + functions-common:save_stackenv:67 : echo SERVICE_IP_VERSION=4 2021-04-09 19:54:40.446 | + ./stack.sh:main:1082 : [[ True == \T\r\u\e ]] 2021-04-09 19:54:40.449 | + ./stack.sh:main:1083 : [[ -f /sys/kernel/mm/ksm/run ]] 2021-04-09 19:54:40.451 | + ./stack.sh:main:1084 : sudo sh -c 'echo 1 > /sys/kernel/mm/ksm/run' 2021-04-09 19:54:40.463 | + ./stack.sh:main:1096 : start_dstat 2021-04-09 19:54:40.465 | + lib/dstat:start_dstat:22 : run_process dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-04-09 19:54:40.468 | + functions-common:run_process:1583 : local service=dstat 2021-04-09 19:54:40.470 | + functions-common:run_process:1584 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-04-09 19:54:40.473 | + functions-common:run_process:1585 : local group= 2021-04-09 19:54:40.475 | + functions-common:run_process:1586 : local user= 2021-04-09 19:54:40.478 | + functions-common:run_process:1588 : local name=dstat 2021-04-09 19:54:40.480 | + functions-common:run_process:1590 : time_start run_process 2021-04-09 19:54:40.482 | + functions-common:time_start:2322 : local name=run_process 2021-04-09 19:54:40.485 | + functions-common:time_start:2323 : local start_time= 2021-04-09 19:54:40.488 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-04-09 19:54:40.491 | ++ functions-common:time_start:2327 : date +%s%3N 2021-04-09 19:54:40.495 | + functions-common:time_start:2327 : _TIME_START[$name]=1617998080492 2021-04-09 19:54:40.497 | + functions-common:run_process:1591 : is_service_enabled dstat 2021-04-09 19:54:40.515 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:54:40.517 | + functions-common:run_process:1592 : _run_under_systemd dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' '' 2021-04-09 19:54:40.520 | + functions-common:_run_under_systemd:1548 : local service=dstat 2021-04-09 19:54:40.522 | + functions-common:_run_under_systemd:1549 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-04-09 19:54:40.525 | + functions-common:_run_under_systemd:1550 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-04-09 19:54:40.527 | + functions-common:_run_under_systemd:1552 : _common_systemd_pitfalls '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-04-09 19:54:40.529 | + functions-common:_common_systemd_pitfalls:1520 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-04-09 19:54:40.532 | + functions-common:_common_systemd_pitfalls:1523 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ sudo ]] 2021-04-09 19:54:40.535 | + functions-common:_common_systemd_pitfalls:1534 : [[ ! /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ ^/ ]] 2021-04-09 19:54:40.538 | + functions-common:_run_under_systemd:1554 : local systemd_service=devstack@dstat.service 2021-04-09 19:54:40.540 | + functions-common:_run_under_systemd:1555 : local group= 2021-04-09 19:54:40.543 | + functions-common:_run_under_systemd:1556 : local user=ubuntu 2021-04-09 19:54:40.546 | + functions-common:_run_under_systemd:1557 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ uwsgi ]] 2021-04-09 19:54:40.548 | + functions-common:_run_under_systemd:1560 : write_user_unit_file devstack@dstat.service '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' ubuntu 2021-04-09 19:54:40.551 | + functions-common:write_user_unit_file:1465 : local service=devstack@dstat.service 2021-04-09 19:54:40.554 | + functions-common:write_user_unit_file:1466 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-04-09 19:54:40.556 | + functions-common:write_user_unit_file:1467 : local group= 2021-04-09 19:54:40.558 | + functions-common:write_user_unit_file:1468 : local user=ubuntu 2021-04-09 19:54:40.561 | + functions-common:write_user_unit_file:1469 : local extra= 2021-04-09 19:54:40.563 | + functions-common:write_user_unit_file:1470 : [[ -n '' ]] 2021-04-09 19:54:40.565 | + functions-common:write_user_unit_file:1473 : local unitfile=/etc/systemd/system/devstack@dstat.service 2021-04-09 19:54:40.568 | + functions-common:write_user_unit_file:1474 : mkdir -p /etc/systemd/system 2021-04-09 19:54:40.572 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@dstat.service Unit Description 'Devstack devstack@dstat.service' 2021-04-09 19:54:40.626 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service User ubuntu 2021-04-09 19:54:40.685 | + 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-04-09 19:54:40.733 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service KillMode process 2021-04-09 19:54:40.783 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service TimeoutStopSec 300 2021-04-09 19:54:40.829 | + functions-common:write_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-04-09 19:54:40.875 | + functions-common:write_user_unit_file:1482 : [[ -n '' ]] 2021-04-09 19:54:40.878 | + functions-common:write_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@dstat.service Install WantedBy multi-user.target 2021-04-09 19:54:40.934 | + functions-common:write_user_unit_file:1488 : sudo systemctl daemon-reload 2021-04-09 19:54:41.121 | + functions-common:_run_under_systemd:1563 : sudo systemctl enable devstack@dstat.service 2021-04-09 19:54:41.135 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@dstat.service → /etc/systemd/system/devstack@dstat.service. 2021-04-09 19:54:41.301 | + functions-common:_run_under_systemd:1564 : sudo systemctl start devstack@dstat.service 2021-04-09 19:54:41.322 | + functions-common:run_process:1594 : time_stop run_process 2021-04-09 19:54:41.326 | + functions-common:time_stop:2336 : local name 2021-04-09 19:54:41.329 | + functions-common:time_stop:2337 : local end_time 2021-04-09 19:54:41.340 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 19:54:41.340 | + functions-common:time_stop:2339 : local total 2021-04-09 19:54:41.340 | + functions-common:time_stop:2340 : local start_time 2021-04-09 19:54:41.347 | + functions-common:time_stop:2342 : name=run_process 2021-04-09 19:54:41.349 | + functions-common:time_stop:2343 : start_time=1617998080492 2021-04-09 19:54:41.352 | + functions-common:time_stop:2345 : [[ -z 1617998080492 ]] 2021-04-09 19:54:41.355 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 19:54:41.359 | + functions-common:time_stop:2348 : end_time=1617998081356 2021-04-09 19:54:41.362 | + functions-common:time_stop:2349 : elapsed_time=864 2021-04-09 19:54:41.365 | + functions-common:time_stop:2350 : total=0 2021-04-09 19:54:41.367 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 19:54:41.370 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=864 2021-04-09 19:54:41.373 | + lib/dstat:start_dstat:27 : run_process memory_tracker /home/ubuntu/devstack/tools/memory_tracker.sh '' root 2021-04-09 19:54:41.375 | + functions-common:run_process:1583 : local service=memory_tracker 2021-04-09 19:54:41.378 | + functions-common:run_process:1584 : local command=/home/ubuntu/devstack/tools/memory_tracker.sh 2021-04-09 19:54:41.380 | + functions-common:run_process:1585 : local group= 2021-04-09 19:54:41.383 | + functions-common:run_process:1586 : local user=root 2021-04-09 19:54:41.385 | + functions-common:run_process:1588 : local name=memory_tracker 2021-04-09 19:54:41.388 | + functions-common:run_process:1590 : time_start run_process 2021-04-09 19:54:41.390 | + functions-common:time_start:2322 : local name=run_process 2021-04-09 19:54:41.393 | + functions-common:time_start:2323 : local start_time= 2021-04-09 19:54:41.395 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-04-09 19:54:41.400 | ++ functions-common:time_start:2327 : date +%s%3N 2021-04-09 19:54:41.403 | + functions-common:time_start:2327 : _TIME_START[$name]=1617998081400 2021-04-09 19:54:41.407 | + functions-common:run_process:1591 : is_service_enabled memory_tracker 2021-04-09 19:54:41.429 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 19:54:41.431 | + functions-common:run_process:1594 : time_stop run_process 2021-04-09 19:54:41.434 | + functions-common:time_stop:2336 : local name 2021-04-09 19:54:41.438 | + functions-common:time_stop:2337 : local end_time 2021-04-09 19:54:41.440 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 19:54:41.443 | + functions-common:time_stop:2339 : local total 2021-04-09 19:54:41.445 | + functions-common:time_stop:2340 : local start_time 2021-04-09 19:54:41.448 | + functions-common:time_stop:2342 : name=run_process 2021-04-09 19:54:41.450 | + functions-common:time_stop:2343 : start_time=1617998081400 2021-04-09 19:54:41.453 | + functions-common:time_stop:2345 : [[ -z 1617998081400 ]] 2021-04-09 19:54:41.456 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 19:54:41.460 | + functions-common:time_stop:2348 : end_time=1617998081457 2021-04-09 19:54:41.462 | + functions-common:time_stop:2349 : elapsed_time=57 2021-04-09 19:54:41.464 | + functions-common:time_stop:2350 : total=864 2021-04-09 19:54:41.467 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 19:54:41.470 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=921 2021-04-09 19:54:41.476 | + lib/dstat:start_dstat:30 : is_service_enabled peakmem_tracker 2021-04-09 19:54:41.496 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 19:54:41.500 | + ./stack.sh:main:1100 : is_service_enabled tcpdump 2021-04-09 19:54:41.517 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 19:54:41.519 | + ./stack.sh:main:1108 : is_service_enabled etcd3 2021-04-09 19:54:41.538 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:54:41.540 | + ./stack.sh:main:1109 : start_etcd3 2021-04-09 19:54:41.543 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack/bin/etcd 2021-04-09 19:54:41.546 | + lib/etcd3:start_etcd3:42 : cmd+=' --name dv-osbrick-785704-1-iscsi --data-dir /opt/stack/data/etcd' 2021-04-09 19:54:41.549 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2021-04-09 19:54:41.552 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster dv-osbrick-785704-1-iscsi=http://10.222.0.52:2380' 2021-04-09 19:54:41.555 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.222.0.52:2380' 2021-04-09 19:54:41.557 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.222.0.52:2379' 2021-04-09 19:54:41.560 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2021-04-09 19:54:41.562 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2021-04-09 19:54:41.565 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.222.0.52:2379' 2021-04-09 19:54:41.567 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2021-04-09 19:54:41.570 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2021-04-09 19:54:41.572 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2021-04-09 19:54:41.575 | + lib/etcd3:start_etcd3:58 : write_user_unit_file devstack@etcd.service '/opt/stack/bin/etcd --name dv-osbrick-785704-1-iscsi --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-osbrick-785704-1-iscsi=http://10.222.0.52:2380 --initial-advertise-peer-urls http://10.222.0.52:2380 --advertise-client-urls http://10.222.0.52:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.52:2379 --debug' '' root 2021-04-09 19:54:41.577 | + functions-common:write_user_unit_file:1465 : local service=devstack@etcd.service 2021-04-09 19:54:41.580 | + functions-common:write_user_unit_file:1466 : local 'command=/opt/stack/bin/etcd --name dv-osbrick-785704-1-iscsi --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-osbrick-785704-1-iscsi=http://10.222.0.52:2380 --initial-advertise-peer-urls http://10.222.0.52:2380 --advertise-client-urls http://10.222.0.52:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.52:2379 --debug' 2021-04-09 19:54:41.582 | + functions-common:write_user_unit_file:1467 : local group= 2021-04-09 19:54:41.585 | + functions-common:write_user_unit_file:1468 : local user=root 2021-04-09 19:54:41.588 | + functions-common:write_user_unit_file:1469 : local extra= 2021-04-09 19:54:41.590 | + functions-common:write_user_unit_file:1470 : [[ -n '' ]] 2021-04-09 19:54:41.593 | + functions-common:write_user_unit_file:1473 : local unitfile=/etc/systemd/system/devstack@etcd.service 2021-04-09 19:54:41.596 | + functions-common:write_user_unit_file:1474 : mkdir -p /etc/systemd/system 2021-04-09 19:54:41.601 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2021-04-09 19:54:41.660 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2021-04-09 19:54:41.720 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecStart '/opt/stack/bin/etcd --name dv-osbrick-785704-1-iscsi --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-osbrick-785704-1-iscsi=http://10.222.0.52:2380 --initial-advertise-peer-urls http://10.222.0.52:2380 --advertise-client-urls http://10.222.0.52:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.52:2379 --debug' 2021-04-09 19:54:41.768 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2021-04-09 19:54:41.816 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2021-04-09 19:54:41.865 | + functions-common:write_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-04-09 19:54:41.911 | + functions-common:write_user_unit_file:1482 : [[ -n '' ]] 2021-04-09 19:54:41.914 | + functions-common:write_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2021-04-09 19:54:41.970 | + functions-common:write_user_unit_file:1488 : sudo systemctl daemon-reload 2021-04-09 19:54:42.151 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2021-04-09 19:54:42.200 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2021-04-09 19:54:42.260 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2021-04-09 19:54:42.312 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2021-04-09 19:54:42.359 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2021-04-09 19:54:42.362 | ++ functions-common:is_arch:430 : uname -m 2021-04-09 19:54:42.366 | + functions-common:is_arch:430 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2021-04-09 19:54:42.368 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2021-04-09 19:54:42.546 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2021-04-09 19:54:42.560 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2021-04-09 19:54:42.744 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2021-04-09 19:54:43.801 | + ./stack.sh:main:1120 : cat 2021-04-09 19:54:43.806 | + ./stack.sh:main:1135 : is_service_enabled tls-proxy 2021-04-09 19:54:43.823 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 19:54:43.825 | + ./stack.sh:main:1140 : source /home/ubuntu/devstack/userrc_early 2021-04-09 19:54:43.828 | ++ userrc_early:source:4 : export OS_IDENTITY_API_VERSION=3 2021-04-09 19:54:43.832 | ++ userrc_early:source:4 : OS_IDENTITY_API_VERSION=3 2021-04-09 19:54:43.835 | ++ userrc_early:source:5 : export OS_AUTH_URL=http://10.222.0.52/identity 2021-04-09 19:54:43.839 | ++ userrc_early:source:5 : OS_AUTH_URL=http://10.222.0.52/identity 2021-04-09 19:54:43.841 | ++ userrc_early:source:6 : export OS_USERNAME=admin 2021-04-09 19:54:43.844 | ++ userrc_early:source:6 : OS_USERNAME=admin 2021-04-09 19:54:43.848 | ++ userrc_early:source:7 : export OS_USER_DOMAIN_ID=default 2021-04-09 19:54:43.851 | ++ userrc_early:source:7 : OS_USER_DOMAIN_ID=default 2021-04-09 19:54:43.854 | ++ userrc_early:source:8 : export OS_PASSWORD=Passw0rd 2021-04-09 19:54:43.856 | ++ userrc_early:source:8 : OS_PASSWORD=Passw0rd 2021-04-09 19:54:43.859 | ++ userrc_early:source:9 : export OS_PROJECT_NAME=admin 2021-04-09 19:54:43.862 | ++ userrc_early:source:9 : OS_PROJECT_NAME=admin 2021-04-09 19:54:43.865 | ++ userrc_early:source:10 : export OS_PROJECT_DOMAIN_ID=default 2021-04-09 19:54:43.868 | ++ userrc_early:source:10 : OS_PROJECT_DOMAIN_ID=default 2021-04-09 19:54:43.870 | ++ userrc_early:source:11 : export OS_REGION_NAME=RegionOne 2021-04-09 19:54:43.873 | ++ userrc_early:source:11 : OS_REGION_NAME=RegionOne 2021-04-09 19:54:43.877 | + ./stack.sh:main:1142 : is_service_enabled keystone 2021-04-09 19:54:43.896 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:54:43.898 | + ./stack.sh:main:1143 : echo_summary 'Starting Keystone' 2021-04-09 19:54:43.901 | + ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-04-09 19:54:43.904 | + ./stack.sh:echo_summary:461 : echo -e Starting Keystone 2021-04-09 19:54:43.906 | + ./stack.sh:main:1145 : '[' 10.222.0.52 == 10.222.0.52 ']' 2021-04-09 19:54:43.909 | + ./stack.sh:main:1146 : init_keystone 2021-04-09 19:54:43.912 | + lib/keystone:init_keystone:436 : is_service_enabled ldap 2021-04-09 19:54:43.927 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 19:54:43.930 | + lib/keystone:init_keystone:440 : [[ True == True ]] 2021-04-09 19:54:43.932 | + lib/keystone:init_keystone:442 : recreate_database keystone 2021-04-09 19:54:43.935 | + lib/database:recreate_database:110 : local db=keystone 2021-04-09 19:54:43.937 | + lib/database:recreate_database:111 : recreate_database_mysql keystone 2021-04-09 19:54:43.940 | + lib/databases/mysql:recreate_database_mysql:61 : local db=keystone 2021-04-09 19:54:43.942 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2021-04-09 19:54:43.946 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-04-09 19:54:43.962 | + lib/databases/mysql:recreate_database_mysql:63 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2021-04-09 19:54:43.965 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-04-09 19:54:43.979 | + lib/keystone:init_keystone:445 : time_start dbsync 2021-04-09 19:54:43.981 | + functions-common:time_start:2322 : local name=dbsync 2021-04-09 19:54:43.984 | + functions-common:time_start:2323 : local start_time= 2021-04-09 19:54:43.986 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-04-09 19:54:43.990 | ++ functions-common:time_start:2327 : date +%s%3N 2021-04-09 19:54:43.993 | + functions-common:time_start:2327 : _TIME_START[$name]=1617998083990 2021-04-09 19:54:43.996 | + lib/keystone:init_keystone:447 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2021-04-09 19:54:46.335 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-04-09 19:54:46.336 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.336 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.336 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.337 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.337 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.337 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.337 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.337 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.338 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.338 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.338 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.338 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.338 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.338 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.339 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.339 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.339 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.339 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.339 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.340 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.340 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.340 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.340 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.340 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.340 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.341 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.341 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.341 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.341 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.341 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.341 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.342 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.342 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.342 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.342 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.342 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.342 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.343 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.343 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.343 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.343 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.343 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.344 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.344 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.344 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.344 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.344 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.344 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.345 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.345 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.345 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.346 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.346 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.346 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.346 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.346 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.346 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.346 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.347 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.347 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.347 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.347 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.347 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.347 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.348 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.348 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.348 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.348 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.348 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.349 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.349 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.349 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.349 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.349 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.349 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.350 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.350 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.350 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.350 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.350 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.350 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.351 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.351 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.351 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.351 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.351 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.351 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-04-09 19:54:46.352 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-04-09 19:54:46.386 | 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=64184) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:307}} 2021-04-09 19:54:46.388 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-04-09 19:54:46.390 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.390 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.390 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.390 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.391 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.391 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.391 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.391 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.391 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.391 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.392 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.392 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.393 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.393 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.393 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.393 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.393 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.393 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.394 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.394 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.394 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.394 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.394 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.394 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.395 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.395 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.395 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.395 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.395 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.395 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.396 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.396 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.396 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.396 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.396 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.396 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.397 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.397 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.397 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.397 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.397 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.398 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.398 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.398 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.398 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.398 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.398 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.399 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.399 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.399 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.399 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.399 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.399 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.400 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.400 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.400 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.400 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.400 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.400 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.401 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.401 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.401 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.401 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.401 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.401 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.402 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.402 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.402 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.402 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.402 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.402 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.403 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.403 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.403 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.403 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.403 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.404 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.404 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.404 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.404 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.404 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.405 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.405 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.405 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.405 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.405 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.405 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-04-09 19:54:46.406 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-04-09 19:54:46.448 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-04-09 19:54:46.449 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.449 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.449 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.450 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.450 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.450 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.450 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.450 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.451 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.451 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.451 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.451 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.451 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.451 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.452 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.452 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.452 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.452 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.452 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.452 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.453 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.453 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.453 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.453 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.453 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.454 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.454 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.454 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.454 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.454 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.455 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.455 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.455 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.455 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.456 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.456 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.456 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.456 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.456 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.457 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.457 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.457 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.457 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.457 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.458 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.458 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.458 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.458 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.458 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.458 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.459 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.459 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.459 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.459 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.459 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.459 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.460 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.460 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.460 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.460 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.460 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.461 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.461 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.461 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.461 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.461 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.461 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.462 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.462 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.462 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.462 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.462 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.462 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.463 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.463 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.463 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.463 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.463 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.464 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.464 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.464 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.464 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.464 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.464 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.465 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.465 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.465 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-04-09 19:54:46.465 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-04-09 19:54:46.757 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-04-09 19:54:46.758 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.759 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.759 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.759 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.759 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.759 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.759 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.760 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.760 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.760 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.760 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.760 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.761 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.761 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.761 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.761 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.761 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.761 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.762 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.762 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.762 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.762 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.762 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.762 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.763 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.763 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.763 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.763 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.763 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.764 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.764 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.764 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.764 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.764 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.764 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.765 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.765 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.765 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.765 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.765 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.765 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.766 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.766 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.766 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.766 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.766 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.766 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.767 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.767 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.767 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.768 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.768 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.768 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.768 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.769 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.769 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.769 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.769 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.769 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.769 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.770 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.770 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.770 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.770 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.770 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.770 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.771 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.771 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.771 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.771 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.771 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.771 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.772 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.772 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.772 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.772 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.772 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.772 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.773 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.773 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.773 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.773 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.773 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.774 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.774 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:54:46.774 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:54:46.774 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-04-09 19:54:46.774 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-04-09 19:54:46.781 | INFO migrate.versioning.api [-] 66 -> 67...  2021-04-09 19:54:56.142 | INFO migrate.versioning.api [-] done 2021-04-09 19:54:56.142 | INFO migrate.versioning.api [-] 67 -> 68...  2021-04-09 19:54:56.176 | INFO migrate.versioning.api [-] done 2021-04-09 19:54:56.177 | INFO migrate.versioning.api [-] 68 -> 69...  2021-04-09 19:54:56.205 | INFO migrate.versioning.api [-] done 2021-04-09 19:54:56.205 | INFO migrate.versioning.api [-] 69 -> 70...  2021-04-09 19:54:56.234 | INFO migrate.versioning.api [-] done 2021-04-09 19:54:56.234 | INFO migrate.versioning.api [-] 70 -> 71...  2021-04-09 19:54:56.262 | INFO migrate.versioning.api [-] done 2021-04-09 19:54:56.262 | INFO migrate.versioning.api [-] 71 -> 72...  2021-04-09 19:54:56.296 | INFO migrate.versioning.api [-] done 2021-04-09 19:54:56.296 | INFO migrate.versioning.api [-] 72 -> 73...  2021-04-09 19:54:57.485 | INFO migrate.versioning.api [-] done 2021-04-09 19:54:57.485 | INFO migrate.versioning.api [-] 73 -> 74...  2021-04-09 19:54:57.908 | INFO migrate.versioning.api [-] done 2021-04-09 19:54:57.908 | INFO migrate.versioning.api [-] 74 -> 75...  2021-04-09 19:54:58.182 | INFO migrate.versioning.api [-] done 2021-04-09 19:54:58.182 | INFO migrate.versioning.api [-] 75 -> 76...  2021-04-09 19:54:58.216 | INFO migrate.versioning.api [-] done 2021-04-09 19:54:58.216 | INFO migrate.versioning.api [-] 76 -> 77...  2021-04-09 19:54:58.251 | INFO migrate.versioning.api [-] done 2021-04-09 19:54:58.252 | INFO migrate.versioning.api [-] 77 -> 78...  2021-04-09 19:54:58.291 | INFO migrate.versioning.api [-] done 2021-04-09 19:54:58.291 | INFO migrate.versioning.api [-] 78 -> 79...  2021-04-09 19:54:58.319 | INFO migrate.versioning.api [-] done 2021-04-09 19:54:58.319 | INFO migrate.versioning.api [-] 79 -> 80...  2021-04-09 19:54:58.342 | INFO migrate.versioning.api [-] done 2021-04-09 19:54:58.342 | INFO migrate.versioning.api [-] 80 -> 81...  2021-04-09 19:54:58.593 | INFO migrate.versioning.api [-] done 2021-04-09 19:54:58.593 | INFO migrate.versioning.api [-] 81 -> 82...  2021-04-09 19:54:59.679 | INFO migrate.versioning.api [-] done 2021-04-09 19:54:59.679 | INFO migrate.versioning.api [-] 82 -> 83...  2021-04-09 19:55:00.891 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:00.891 | INFO migrate.versioning.api [-] 83 -> 84...  2021-04-09 19:55:01.245 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:01.245 | INFO migrate.versioning.api [-] 84 -> 85...  2021-04-09 19:55:02.016 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:02.016 | INFO migrate.versioning.api [-] 85 -> 86...  2021-04-09 19:55:02.207 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:02.207 | INFO migrate.versioning.api [-] 86 -> 87...  2021-04-09 19:55:03.599 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:03.599 | INFO migrate.versioning.api [-] 87 -> 88...  2021-04-09 19:55:04.182 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:04.182 | INFO migrate.versioning.api [-] 88 -> 89...  2021-04-09 19:55:04.286 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:04.286 | INFO migrate.versioning.api [-] 89 -> 90...  2021-04-09 19:55:04.827 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:04.827 | INFO migrate.versioning.api [-] 90 -> 91...  2021-04-09 19:55:06.090 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:06.090 | INFO migrate.versioning.api [-] 91 -> 92...  2021-04-09 19:55:07.371 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:07.371 | INFO migrate.versioning.api [-] 92 -> 93...  2021-04-09 19:55:08.764 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:08.765 | INFO migrate.versioning.api [-] 93 -> 94...  2021-04-09 19:55:09.627 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:09.627 | INFO migrate.versioning.api [-] 94 -> 95...  2021-04-09 19:55:10.284 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:10.285 | INFO migrate.versioning.api [-] 95 -> 96...  2021-04-09 19:55:10.318 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:10.319 | INFO migrate.versioning.api [-] 96 -> 97...  2021-04-09 19:55:10.353 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:10.353 | INFO migrate.versioning.api [-] 97 -> 98...  2021-04-09 19:55:10.405 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:10.405 | INFO migrate.versioning.api [-] 98 -> 99...  2021-04-09 19:55:10.462 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:10.462 | INFO migrate.versioning.api [-] 99 -> 100...  2021-04-09 19:55:10.502 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:10.503 | INFO migrate.versioning.api [-] 100 -> 101...  2021-04-09 19:55:10.537 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:10.537 | INFO migrate.versioning.api [-] 101 -> 102...  2021-04-09 19:55:10.737 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:10.737 | INFO migrate.versioning.api [-] 102 -> 103...  2021-04-09 19:55:10.965 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:10.965 | INFO migrate.versioning.api [-] 103 -> 104...  2021-04-09 19:55:10.998 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:10.998 | INFO migrate.versioning.api [-] 104 -> 105...  2021-04-09 19:55:11.810 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:11.810 | INFO migrate.versioning.api [-] 105 -> 106...  2021-04-09 19:55:12.278 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:12.279 | INFO migrate.versioning.api [-] 106 -> 107...  2021-04-09 19:55:13.051 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:13.051 | INFO migrate.versioning.api [-] 107 -> 108...  2021-04-09 19:55:13.948 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:13.948 | INFO migrate.versioning.api [-] 108 -> 109...  2021-04-09 19:55:14.324 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:14.324 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-04-09 19:55:14.325 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.325 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.326 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.326 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.326 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.326 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.326 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.327 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.327 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.327 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.327 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.327 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.327 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.328 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.328 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.328 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.328 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.328 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.328 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.329 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.329 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.329 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.329 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.329 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.329 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.330 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.330 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.330 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.330 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.330 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.331 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.331 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.331 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.331 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.331 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.331 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.332 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.332 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.332 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.332 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.332 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.332 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.333 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.333 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.333 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.333 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.333 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.333 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.334 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.334 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.334 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.334 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.334 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.334 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.335 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.335 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.335 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.335 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.335 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.335 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.336 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.336 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.336 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.336 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.336 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.336 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.337 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.337 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.337 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.337 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.337 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.337 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.338 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.338 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.338 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.338 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.338 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.338 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.339 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.339 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.339 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.339 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.339 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.339 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.340 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.340 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.340 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-04-09 19:55:14.340 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-04-09 19:55:14.341 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-04-09 19:55:14.342 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.342 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.342 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.342 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.342 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.342 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.343 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.343 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.343 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.343 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.343 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.343 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.344 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.344 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.344 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.344 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.344 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.344 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.345 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.345 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.345 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.346 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.346 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.346 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.346 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.346 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.347 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.347 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.347 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.347 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.347 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.347 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.348 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.348 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.348 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.348 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.348 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.348 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.349 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.349 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.349 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.349 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.349 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.349 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.350 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.350 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.350 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.350 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.350 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.350 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.351 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.351 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.351 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.351 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.351 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.351 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.352 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.352 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.352 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.352 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.352 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.352 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.353 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.353 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.353 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.353 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.353 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.353 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.354 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.354 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.354 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.354 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.354 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.354 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.355 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.355 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.355 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.355 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.355 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.355 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.356 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.356 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.356 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.356 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.356 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.356 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.357 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-04-09 19:55:14.357 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-04-09 19:55:14.357 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-04-09 19:55:14.358 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.358 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.358 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.358 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.359 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.359 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.359 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.359 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.359 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.359 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.360 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.360 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.360 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.360 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.360 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.360 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.361 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.361 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/091_migrate_data_to_local_user_and_password_tables.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.362 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.362 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.362 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.362 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.362 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.363 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.363 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.363 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.363 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.363 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.363 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.364 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.364 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.364 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.364 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.364 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.364 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.365 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.365 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.365 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.365 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.365 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.365 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.366 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.366 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.366 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.366 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.366 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.366 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.367 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.367 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.367 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.367 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.367 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.367 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.368 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.368 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.368 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.368 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.368 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.368 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.369 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.369 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.369 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.369 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.369 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.369 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.370 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.370 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.370 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.370 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.370 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.370 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.371 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.371 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.371 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.371 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.371 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.371 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.372 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.372 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.372 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.372 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.372 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.372 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.373 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.373 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.373 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.373 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-04-09 19:55:14.373 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-04-09 19:55:14.379 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-04-09 19:55:14.380 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.381 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.381 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.381 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.381 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.381 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.382 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.382 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.382 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.382 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.382 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.382 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.383 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.383 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.383 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.383 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.383 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.383 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.384 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.384 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.384 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.384 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.384 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.384 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.385 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.385 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.385 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.385 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.385 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.385 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.386 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.386 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.386 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.386 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.386 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.386 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.387 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.387 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.387 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.387 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.387 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.387 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.388 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.388 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.388 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.388 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.388 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.389 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.389 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.389 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.389 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.389 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.389 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.390 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.390 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.390 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.390 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.391 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.391 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.391 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.391 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.391 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.391 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.391 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.391 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.392 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.392 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.392 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.392 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.392 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.393 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.393 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.393 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.393 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.393 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.393 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.394 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.394 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.394 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.394 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.394 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.394 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.395 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.395 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.395 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.395 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.395 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.395 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.396 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.396 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.396 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.396 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.396 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.396 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.397 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.397 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.397 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.397 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.397 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.397 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.398 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.398 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.398 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.398 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.398 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.398 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.399 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.399 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.399 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.399 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.399 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.399 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.400 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.400 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.400 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.400 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.400 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.400 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.401 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.401 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.401 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.401 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.401 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.401 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.402 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.402 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.402 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.402 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.402 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.402 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.403 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.403 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.403 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.403 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.403 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.403 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.404 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.404 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.404 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.404 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.404 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.404 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.405 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-04-09 19:55:14.405 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_expand'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-04-09 19:55:14.453 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-04-09 19:55:14.454 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.455 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.455 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.455 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.455 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.456 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.456 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.456 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.456 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.456 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.456 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.457 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.457 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.457 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.457 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.457 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.458 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.458 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.458 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.458 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.458 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.458 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.459 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.459 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.459 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.459 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.459 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.459 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.460 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.460 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.460 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.460 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.460 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.460 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.461 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.461 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.461 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.461 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.461 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.462 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.462 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.462 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.462 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.462 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.462 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.463 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.463 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.463 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.463 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.463 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.463 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.464 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.464 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.464 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.464 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.464 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.464 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.465 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.465 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.465 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.465 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.465 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.465 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.466 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.466 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.466 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.466 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.466 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.467 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.467 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.467 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.467 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.467 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.467 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.468 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.468 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.468 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.468 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.468 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.468 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.469 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.469 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.469 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.469 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.469 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.469 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.470 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.470 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.470 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.470 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.471 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.471 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.471 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.471 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.472 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.472 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.472 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.472 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.472 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.472 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.473 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.473 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.473 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.473 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.473 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.473 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.474 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.474 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.474 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.474 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.474 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.474 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.475 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.475 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.475 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.475 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.475 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.475 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.476 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.476 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.476 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.476 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.476 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.477 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.477 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.477 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.477 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.477 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.477 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.478 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.478 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.478 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.478 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.478 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.478 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.479 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.479 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.479 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.479 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.479 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.479 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.480 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.480 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-04-09 19:55:14.480 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_expand'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-04-09 19:55:14.480 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-04-09 19:55:14.482 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.482 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.482 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.482 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.482 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.482 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.482 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.482 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.483 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.483 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.483 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.483 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.483 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.483 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.484 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.484 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.484 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.484 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.484 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.485 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.485 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.485 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.485 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.485 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.485 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.486 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.486 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.486 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.487 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.487 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.487 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.487 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.487 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.487 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.488 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.488 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.488 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.488 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.488 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.488 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.489 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.489 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.489 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.489 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.489 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.489 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.490 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.490 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.490 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.490 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.490 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.491 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.491 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.491 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.491 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.491 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.491 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.492 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.492 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.492 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.492 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.492 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.492 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.493 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.493 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.493 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.493 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.493 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.493 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.494 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.494 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.494 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.494 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.494 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.494 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.495 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.495 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.495 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.495 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.495 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.495 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.496 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.496 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.496 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.496 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.496 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.497 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.497 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.497 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.497 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.497 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.497 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.498 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.498 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.498 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.498 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.498 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.498 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.499 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.499 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.499 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.499 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.499 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.499 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.500 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.500 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.500 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.500 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.500 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.500 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.501 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.501 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.501 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.501 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.501 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.502 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.502 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.502 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.502 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.502 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.502 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.503 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.503 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.503 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.503 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.503 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.503 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.504 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.504 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.504 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.504 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.504 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.504 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.505 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.505 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.505 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.505 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.505 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.506 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.506 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.506 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.506 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.506 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-04-09 19:55:14.506 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_expand'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-04-09 19:55:14.512 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-04-09 19:55:14.513 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.513 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.513 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.514 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.514 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.514 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.514 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.514 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.514 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.515 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.515 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.515 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.515 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.515 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.516 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.516 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.516 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.516 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.516 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.516 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.517 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.517 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.517 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.517 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.517 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.518 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.518 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.518 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.518 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.518 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.518 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.519 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.519 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.519 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.519 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.519 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.519 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.520 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.520 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.520 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.520 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.520 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.521 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.521 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.521 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.521 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.521 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.521 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.522 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.522 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.522 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.522 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.522 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.522 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.523 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.523 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.523 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.523 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.523 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.523 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.524 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.524 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.524 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.524 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.524 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.524 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.525 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.525 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.525 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.525 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.525 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.526 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.526 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.526 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.526 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.526 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.526 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.527 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.527 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.527 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.527 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.527 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.527 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.528 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.528 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.528 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.528 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.528 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.528 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.529 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.529 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.529 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.529 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.529 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.529 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.530 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.530 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.530 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.530 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.530 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.531 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.531 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.531 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.531 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.531 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.531 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.532 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.532 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.532 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.532 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.532 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.532 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.533 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.533 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.534 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.534 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.534 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.534 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.534 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.534 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.534 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.535 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.535 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.535 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.535 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.535 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.535 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.536 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.536 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.536 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.536 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.536 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.536 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.537 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.537 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.537 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.537 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.537 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.538 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.538 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.538 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:14.538 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:14.538 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-04-09 19:55:14.538 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_expand'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-04-09 19:55:14.545 | INFO migrate.versioning.api [-] 0 -> 1...  2021-04-09 19:55:14.582 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:14.582 | INFO migrate.versioning.api [-] 1 -> 2...  2021-04-09 19:55:14.616 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:14.616 | INFO migrate.versioning.api [-] 2 -> 3...  2021-04-09 19:55:15.587 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:15.587 | INFO migrate.versioning.api [-] 3 -> 4...  2021-04-09 19:55:15.615 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:15.616 | INFO migrate.versioning.api [-] 4 -> 5...  2021-04-09 19:55:15.644 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:15.644 | INFO migrate.versioning.api [-] 5 -> 6...  2021-04-09 19:55:15.667 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:15.668 | INFO migrate.versioning.api [-] 6 -> 7...  2021-04-09 19:55:15.691 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:15.691 | INFO migrate.versioning.api [-] 7 -> 8...  2021-04-09 19:55:15.713 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:15.713 | INFO migrate.versioning.api [-] 8 -> 9...  2021-04-09 19:55:15.737 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:15.737 | INFO migrate.versioning.api [-] 9 -> 10...  2021-04-09 19:55:16.514 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:16.514 | INFO migrate.versioning.api [-] 10 -> 11...  2021-04-09 19:55:16.542 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:16.542 | INFO migrate.versioning.api [-] 11 -> 12...  2021-04-09 19:55:17.365 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:17.365 | INFO migrate.versioning.api [-] 12 -> 13...  2021-04-09 19:55:17.399 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:17.399 | INFO migrate.versioning.api [-] 13 -> 14...  2021-04-09 19:55:18.393 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:18.393 | INFO migrate.versioning.api [-] 14 -> 15...  2021-04-09 19:55:18.433 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:18.433 | INFO migrate.versioning.api [-] 15 -> 16...  2021-04-09 19:55:18.673 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:18.673 | INFO migrate.versioning.api [-] 16 -> 17...  2021-04-09 19:55:18.702 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:18.702 | INFO migrate.versioning.api [-] 17 -> 18...  2021-04-09 19:55:18.735 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:18.735 | INFO migrate.versioning.api [-] 18 -> 19...  2021-04-09 19:55:18.770 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:18.770 | INFO migrate.versioning.api [-] 19 -> 20...  2021-04-09 19:55:18.805 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:18.805 | INFO migrate.versioning.api [-] 20 -> 21...  2021-04-09 19:55:18.839 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:18.839 | INFO migrate.versioning.api [-] 21 -> 22...  2021-04-09 19:55:19.113 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:19.113 | INFO migrate.versioning.api [-] 22 -> 23...  2021-04-09 19:55:19.615 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:19.615 | INFO migrate.versioning.api [-] 23 -> 24...  2021-04-09 19:55:20.296 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:20.296 | INFO migrate.versioning.api [-] 24 -> 25...  2021-04-09 19:55:20.374 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:20.374 | INFO migrate.versioning.api [-] 25 -> 26...  2021-04-09 19:55:20.416 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:20.416 | INFO migrate.versioning.api [-] 26 -> 27...  2021-04-09 19:55:20.474 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:20.474 | INFO migrate.versioning.api [-] 27 -> 28...  2021-04-09 19:55:20.513 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:20.513 | INFO migrate.versioning.api [-] 28 -> 29...  2021-04-09 19:55:20.547 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:20.547 | INFO migrate.versioning.api [-] 29 -> 30...  2021-04-09 19:55:20.724 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:20.724 | INFO migrate.versioning.api [-] 30 -> 31...  2021-04-09 19:55:20.952 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:20.952 | INFO migrate.versioning.api [-] 31 -> 32...  2021-04-09 19:55:21.610 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:21.611 | INFO migrate.versioning.api [-] 32 -> 33...  2021-04-09 19:55:22.816 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:22.817 | INFO migrate.versioning.api [-] 33 -> 34...  2021-04-09 19:55:23.325 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:23.325 | INFO migrate.versioning.api [-] 34 -> 35...  2021-04-09 19:55:23.724 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:23.724 | INFO migrate.versioning.api [-] 35 -> 36...  2021-04-09 19:55:24.096 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:24.097 | INFO migrate.versioning.api [-] 36 -> 37...  2021-04-09 19:55:24.129 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:24.129 | INFO migrate.versioning.api [-] 37 -> 38...  2021-04-09 19:55:24.158 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:24.158 | INFO migrate.versioning.api [-] 38 -> 39...  2021-04-09 19:55:24.192 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:24.192 | INFO migrate.versioning.api [-] 39 -> 40...  2021-04-09 19:55:24.227 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:24.227 | INFO migrate.versioning.api [-] 40 -> 41...  2021-04-09 19:55:24.272 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:24.272 | INFO migrate.versioning.api [-] 41 -> 42...  2021-04-09 19:55:24.319 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:24.319 | INFO migrate.versioning.api [-] 42 -> 43...  2021-04-09 19:55:24.347 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:24.347 | INFO migrate.versioning.api [-] 43 -> 44...  2021-04-09 19:55:24.381 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:24.381 | INFO migrate.versioning.api [-] 44 -> 45...  2021-04-09 19:55:25.187 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:25.188 | INFO migrate.versioning.api [-] 45 -> 46...  2021-04-09 19:55:25.227 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:25.227 | INFO migrate.versioning.api [-] 46 -> 47...  2021-04-09 19:55:27.696 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:27.696 | INFO migrate.versioning.api [-] 47 -> 48...  2021-04-09 19:55:28.805 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:28.805 | INFO migrate.versioning.api [-] 48 -> 49...  2021-04-09 19:55:28.839 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:28.839 | INFO migrate.versioning.api [-] 49 -> 50...  2021-04-09 19:55:28.873 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:28.873 | INFO migrate.versioning.api [-] 50 -> 51...  2021-04-09 19:55:28.896 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:28.896 | INFO migrate.versioning.api [-] 51 -> 52...  2021-04-09 19:55:28.925 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:28.925 | INFO migrate.versioning.api [-] 52 -> 53...  2021-04-09 19:55:29.307 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:29.307 | INFO migrate.versioning.api [-] 53 -> 54...  2021-04-09 19:55:29.330 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:29.331 | INFO migrate.versioning.api [-] 54 -> 55...  2021-04-09 19:55:29.724 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:29.724 | INFO migrate.versioning.api [-] 55 -> 56...  2021-04-09 19:55:30.170 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:30.171 | INFO migrate.versioning.api [-] 56 -> 57...  2021-04-09 19:55:30.211 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:30.211 | INFO migrate.versioning.api [-] 57 -> 58...  2021-04-09 19:55:30.239 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:30.240 | INFO migrate.versioning.api [-] 58 -> 59...  2021-04-09 19:55:30.297 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:30.297 | INFO migrate.versioning.api [-] 59 -> 60...  2021-04-09 19:55:30.331 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:30.331 | INFO migrate.versioning.api [-] 60 -> 61...  2021-04-09 19:55:30.359 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:30.359 | INFO migrate.versioning.api [-] 61 -> 62...  2021-04-09 19:55:31.520 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:31.520 | INFO migrate.versioning.api [-] 62 -> 63...  2021-04-09 19:55:31.558 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:31.559 | INFO migrate.versioning.api [-] 63 -> 64...  2021-04-09 19:55:31.959 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:31.959 | INFO migrate.versioning.api [-] 64 -> 65...  2021-04-09 19:55:33.490 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:33.491 | INFO migrate.versioning.api [-] 65 -> 66...  2021-04-09 19:55:33.925 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:33.925 | INFO migrate.versioning.api [-] 66 -> 67...  2021-04-09 19:55:33.953 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:33.953 | INFO migrate.versioning.api [-] 67 -> 68...  2021-04-09 19:55:33.981 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:33.981 | INFO migrate.versioning.api [-] 68 -> 69...  2021-04-09 19:55:34.010 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:34.010 | INFO migrate.versioning.api [-] 69 -> 70...  2021-04-09 19:55:34.033 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:34.033 | INFO migrate.versioning.api [-] 70 -> 71...  2021-04-09 19:55:34.061 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:34.062 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-04-09 19:55:34.063 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.063 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.063 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.063 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.064 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.064 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.064 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.064 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.065 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.065 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.065 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.065 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.065 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.066 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.066 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.066 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.066 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.066 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.067 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.067 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.067 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.067 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.067 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.067 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.068 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.068 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.068 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.068 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.068 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.068 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.069 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.069 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.069 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.069 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.069 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.069 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.070 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.070 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.070 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.070 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.070 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.070 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.071 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.071 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.071 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.071 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.071 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.072 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.072 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.072 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.072 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.072 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.072 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.073 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.073 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.073 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.073 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.073 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.073 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.074 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.074 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.074 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.074 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.074 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.074 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.075 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.075 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.075 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.075 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.075 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.075 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.076 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.076 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.076 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.076 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.076 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.076 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.077 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.077 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.077 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.077 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.077 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.078 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.078 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.078 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.078 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.078 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.078 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.079 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.079 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.079 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.079 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.080 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.080 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.080 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.080 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.081 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.081 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.081 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.081 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.081 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.082 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.082 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.082 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.082 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.082 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.082 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.083 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.083 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.083 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.083 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.083 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.083 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.084 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.084 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.084 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.084 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.084 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.084 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.085 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.085 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.085 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.085 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.085 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.086 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.086 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.086 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.086 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.086 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.086 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.087 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.087 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.087 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.087 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.087 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.087 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.088 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.088 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.088 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.088 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.088 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.088 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.089 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-04-09 19:55:34.089 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-04-09 19:55:34.089 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-04-09 19:55:34.090 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.090 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.091 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.091 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.091 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.091 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.091 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/056_expand_add_application_credential_access_rules.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.092 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/056_expand_add_application_credential_access_rules.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.092 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.092 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.092 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.092 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.092 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.094 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.094 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.094 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.094 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.094 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.094 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.094 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.095 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.095 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.095 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.095 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.096 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.096 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.096 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.097 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.097 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.097 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.097 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.097 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.097 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.098 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.098 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.098 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.098 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.098 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.098 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.099 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.099 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.099 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.099 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.099 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.100 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.100 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.100 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.100 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.100 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.100 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.101 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.101 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.101 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.101 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.101 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.101 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.102 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.102 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.102 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.102 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.102 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.102 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.103 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.103 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.103 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.103 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.103 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.103 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.104 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.104 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.104 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.104 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.104 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.104 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.105 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.105 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.105 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.105 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.105 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.105 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.106 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.106 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.106 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.106 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.106 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.106 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.107 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.107 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.107 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.107 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.107 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.108 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.108 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.108 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.108 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.108 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.108 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.109 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.109 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.109 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.109 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.109 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.109 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.110 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.110 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.110 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.110 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.110 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.110 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.111 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.111 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.112 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.112 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.112 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.112 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.112 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.113 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.113 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.113 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.113 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.113 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.113 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.114 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.114 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.114 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.114 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.114 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.115 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.115 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.115 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.115 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.115 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.115 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.116 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.116 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.116 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.116 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.116 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.116 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.117 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.117 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.117 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.117 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-04-09 19:55:34.117 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_expand'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-04-09 19:55:34.118 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-04-09 19:55:34.119 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.119 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.119 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.119 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.119 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.119 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.120 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.120 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.120 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.120 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.120 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.120 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.121 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.121 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.121 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.121 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.121 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.122 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.122 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.122 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.122 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.122 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.122 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.123 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.123 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.123 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.123 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.123 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.123 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.124 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.124 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.124 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.124 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.124 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.124 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.125 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.125 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.125 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.125 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.125 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.125 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.126 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.126 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.126 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.126 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.126 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.127 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.127 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.127 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.127 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.128 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.128 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.128 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.129 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.129 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.129 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.129 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.129 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.130 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.130 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.130 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.130 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.130 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.130 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.131 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.131 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.131 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.131 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.131 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.131 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.132 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.132 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.132 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.132 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.133 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.133 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.133 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.133 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.133 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.133 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.134 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.134 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.134 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.134 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.134 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.135 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.135 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.135 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.135 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.135 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.135 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.136 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.136 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.136 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.136 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.136 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.136 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.137 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.137 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.137 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.137 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.137 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.137 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.138 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.138 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.138 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.138 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.138 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.138 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.139 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.139 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.139 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.139 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.139 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.139 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.140 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.140 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.140 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.140 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.140 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.140 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.141 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.141 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.141 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.141 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.141 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.141 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.142 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.142 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.142 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.143 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.143 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.143 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.144 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.144 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.144 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/011_expand_user_id_unique_for_nonlocal_user.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.144 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.144 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.144 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.145 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.145 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-04-09 19:55:34.145 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_expand'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-04-09 19:55:34.151 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-04-09 19:55:34.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.153 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.153 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.153 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.153 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.153 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.154 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.154 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.154 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.154 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.154 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.154 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.155 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.155 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.155 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.155 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.155 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.155 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.156 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.156 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.156 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.156 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.156 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.156 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.157 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.157 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.157 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.157 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.157 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.158 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.158 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.158 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.159 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.159 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.159 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.159 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.160 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.160 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.160 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.160 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.160 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.160 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.161 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.161 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.161 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.161 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.161 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.162 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.162 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.162 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.162 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.162 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.162 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.163 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.163 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.163 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.163 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.163 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.163 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.164 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.164 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.164 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.164 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.164 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.164 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.165 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.165 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.165 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.165 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.165 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.165 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.167 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.167 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.167 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.167 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.167 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.167 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.168 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.168 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.168 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.168 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.169 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.169 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.169 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.169 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.169 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.169 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.170 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.170 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.170 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.170 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.170 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.170 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.171 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.171 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.171 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.171 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.171 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.171 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.172 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.172 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.172 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.172 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.172 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.172 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.173 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.173 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.173 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.173 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.173 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.174 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.174 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.174 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.174 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.175 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/053_migrate_add_role_description_to_role_table.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.175 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.175 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.176 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.176 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.176 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.176 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.176 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.176 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.177 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.177 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.177 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.177 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.177 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.177 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.178 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.178 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-04-09 19:55:34.178 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-04-09 19:55:34.264 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-04-09 19:55:34.265 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.265 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.265 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.265 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.266 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.266 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.266 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.266 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.266 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.267 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.267 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.267 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.268 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.268 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.268 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.268 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.269 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.269 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.269 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.269 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.269 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.269 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.270 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.270 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.270 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.270 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.270 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.270 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.271 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.271 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.271 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.271 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.271 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.271 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.272 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.272 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.272 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.272 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.272 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.272 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.273 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.273 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.273 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.273 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.273 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.273 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.274 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.274 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.274 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.274 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.274 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.274 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.275 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.275 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.275 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.275 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.275 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.275 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.276 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.276 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.276 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.276 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.276 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.276 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.277 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/034_migrate_add_application_credentials_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.277 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/034_migrate_add_application_credentials_table.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.277 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.277 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.277 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.278 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.278 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.278 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.278 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.278 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.278 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.279 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.279 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.279 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.279 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.279 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.279 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.280 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.280 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.280 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.280 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.280 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.280 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.281 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.281 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.281 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.281 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.281 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.281 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.282 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.282 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.282 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.282 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.282 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.282 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.283 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.283 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.284 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.284 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.284 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.284 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.284 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.284 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.285 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.285 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.285 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.285 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.285 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.286 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.286 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.286 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.286 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.286 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.286 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.287 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.287 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.287 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.287 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.287 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/048_migrate_add_registered_limit_id_column_for_limit.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.287 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/048_migrate_add_registered_limit_id_column_for_limit.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.288 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.288 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.288 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.288 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.288 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.288 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.289 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.289 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.289 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.289 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.289 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.289 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.290 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.290 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.290 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.290 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.290 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.290 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.291 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-04-09 19:55:34.291 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-04-09 19:55:34.291 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-04-09 19:55:34.292 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.292 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.292 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.293 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.293 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.293 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.293 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.293 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.294 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.294 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.294 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.294 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.294 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.295 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.295 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.295 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.295 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.295 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.295 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.296 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.296 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.296 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.296 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.296 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.296 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.297 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.297 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.297 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.297 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.297 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.297 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.298 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.298 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.298 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.298 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.298 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.298 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.299 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.299 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.299 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.299 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.299 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.299 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.300 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.300 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.300 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.300 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.300 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.301 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.301 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.301 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.301 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.301 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.301 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.302 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.302 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.302 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.302 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.302 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.302 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.303 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.303 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.303 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.303 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.303 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.303 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.304 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.304 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.304 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.304 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.304 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.304 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.305 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.305 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.305 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.305 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.305 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.305 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.306 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.306 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.306 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.306 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.306 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.306 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.307 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.307 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.307 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.307 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.307 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.307 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.308 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.308 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.308 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.308 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.308 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.308 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.309 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.309 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.309 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.309 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.309 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.309 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.310 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.310 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.310 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.310 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.310 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.310 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.311 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.311 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.311 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.311 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.311 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.311 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.312 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.312 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.312 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.312 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.312 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.312 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.313 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.313 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.313 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.313 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.313 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.313 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.314 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.314 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.314 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/055_migrate_add_domain_to_limit.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.314 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/055_migrate_add_domain_to_limit.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.314 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.314 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.315 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.315 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.315 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.315 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.315 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.315 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.316 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.316 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.316 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.316 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.316 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-04-09 19:55:34.316 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-04-09 19:55:34.322 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-04-09 19:55:34.323 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.323 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.323 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.323 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.323 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/035_migrate_add_system_column_to_application_credential_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.324 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.324 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.324 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.324 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.324 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.324 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.325 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.325 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.325 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.325 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.325 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.326 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.326 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.326 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.326 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.326 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.326 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.327 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.327 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.327 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.327 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.327 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.327 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.328 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.328 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.328 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.328 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.328 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.328 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.329 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.329 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.329 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.329 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.329 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.330 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.330 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.330 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.331 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.331 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.331 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.331 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.331 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.331 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.332 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.332 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.332 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.332 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.332 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.332 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.333 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.333 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.333 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.333 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.333 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.333 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.334 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.334 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.334 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.334 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.334 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.334 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.335 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.335 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.335 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.335 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.335 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.335 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.336 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.336 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.336 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.336 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.336 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.336 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.337 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.337 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.337 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.337 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.337 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.337 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.338 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.338 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.338 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.338 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.338 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.338 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.339 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.339 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.339 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.339 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.339 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.339 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.340 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.340 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.340 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.340 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.340 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.340 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.341 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.341 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.341 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.341 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.342 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.342 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.342 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.342 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.342 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.342 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.342 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.343 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.343 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/064_migrate_add_remote_id_attribute_to_federation_protocol_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.343 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/064_migrate_add_remote_id_attribute_to_federation_protocol_table.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.343 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.343 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.343 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.344 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.344 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.344 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.344 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.344 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.344 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.345 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.345 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.345 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.345 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.346 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.346 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.346 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.346 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.346 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.347 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.347 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.347 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.347 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.347 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.347 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.348 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:34.348 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:34.348 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-04-09 19:55:34.348 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-04-09 19:55:34.355 | INFO migrate.versioning.api [-] 0 -> 1...  2021-04-09 19:55:34.394 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:34.394 | INFO migrate.versioning.api [-] 1 -> 2...  2021-04-09 19:55:34.434 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:34.434 | INFO migrate.versioning.api [-] 2 -> 3...  2021-04-09 19:55:34.468 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:34.468 | INFO migrate.versioning.api [-] 3 -> 4...  2021-04-09 19:55:34.501 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:34.501 | INFO migrate.versioning.api [-] 4 -> 5...  2021-04-09 19:55:34.535 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:34.535 | INFO migrate.versioning.api [-] 5 -> 6...  2021-04-09 19:55:34.569 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:34.569 | INFO migrate.versioning.api [-] 6 -> 7...  2021-04-09 19:55:34.604 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:34.605 | INFO migrate.versioning.api [-] 7 -> 8...  2021-04-09 19:55:34.639 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:34.639 | INFO migrate.versioning.api [-] 8 -> 9...  2021-04-09 19:55:34.667 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:34.668 | INFO migrate.versioning.api [-] 9 -> 10...  2021-04-09 19:55:34.702 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:34.702 | INFO migrate.versioning.api [-] 10 -> 11...  2021-04-09 19:55:34.730 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:34.730 | INFO migrate.versioning.api [-] 11 -> 12...  2021-04-09 19:55:34.771 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:34.771 | INFO migrate.versioning.api [-] 12 -> 13...  2021-04-09 19:55:34.804 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:34.804 | INFO migrate.versioning.api [-] 13 -> 14...  2021-04-09 19:55:34.867 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:34.868 | INFO migrate.versioning.api [-] 14 -> 15...  2021-04-09 19:55:34.925 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:34.925 | INFO migrate.versioning.api [-] 15 -> 16...  2021-04-09 19:55:34.964 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:34.964 | INFO migrate.versioning.api [-] 16 -> 17...  2021-04-09 19:55:35.004 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:35.004 | INFO migrate.versioning.api [-] 17 -> 18...  2021-04-09 19:55:35.039 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:35.039 | INFO migrate.versioning.api [-] 18 -> 19...  2021-04-09 19:55:35.072 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:35.072 | INFO migrate.versioning.api [-] 19 -> 20...  2021-04-09 19:55:35.113 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:35.113 | INFO migrate.versioning.api [-] 20 -> 21...  2021-04-09 19:55:35.147 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:35.148 | INFO migrate.versioning.api [-] 21 -> 22...  2021-04-09 19:55:35.176 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:35.176 | INFO migrate.versioning.api [-] 22 -> 23...  2021-04-09 19:55:35.205 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:35.205 | INFO migrate.versioning.api [-] 23 -> 24...  2021-04-09 19:55:35.239 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:35.239 | INFO migrate.versioning.api [-] 24 -> 25...  2021-04-09 19:55:35.284 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:35.285 | INFO migrate.versioning.api [-] 25 -> 26...  2021-04-09 19:55:35.331 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:35.331 | INFO migrate.versioning.api [-] 26 -> 27...  2021-04-09 19:55:35.364 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:35.364 | INFO migrate.versioning.api [-] 27 -> 28...  2021-04-09 19:55:35.404 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:35.404 | INFO migrate.versioning.api [-] 28 -> 29...  2021-04-09 19:55:35.457 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:35.457 | INFO migrate.versioning.api [-] 29 -> 30...  2021-04-09 19:55:35.490 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:35.490 | INFO migrate.versioning.api [-] 30 -> 31...  2021-04-09 19:55:35.519 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:35.520 | INFO migrate.versioning.api [-] 31 -> 32...  2021-04-09 19:55:35.547 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:35.547 | INFO migrate.versioning.api [-] 32 -> 33...  2021-04-09 19:55:35.570 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:35.570 | INFO migrate.versioning.api [-] 33 -> 34...  2021-04-09 19:55:35.593 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:35.593 | INFO migrate.versioning.api [-] 34 -> 35...  2021-04-09 19:55:35.628 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:35.628 | INFO migrate.versioning.api [-] 35 -> 36...  2021-04-09 19:55:35.662 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:35.662 | INFO migrate.versioning.api [-] 36 -> 37...  2021-04-09 19:55:35.691 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:35.691 | INFO migrate.versioning.api [-] 37 -> 38...  2021-04-09 19:55:35.719 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:35.719 | INFO migrate.versioning.api [-] 38 -> 39...  2021-04-09 19:55:35.747 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:35.747 | INFO migrate.versioning.api [-] 39 -> 40...  2021-04-09 19:55:35.776 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:35.776 | INFO migrate.versioning.api [-] 40 -> 41...  2021-04-09 19:55:35.805 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:35.805 | INFO migrate.versioning.api [-] 41 -> 42...  2021-04-09 19:55:35.839 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:35.839 | INFO migrate.versioning.api [-] 42 -> 43...  2021-04-09 19:55:35.867 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:35.868 | INFO migrate.versioning.api [-] 43 -> 44...  2021-04-09 19:55:35.896 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:35.896 | INFO migrate.versioning.api [-] 44 -> 45...  2021-04-09 19:55:35.926 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:35.926 | INFO migrate.versioning.api [-] 45 -> 46...  2021-04-09 19:55:35.971 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:35.971 | INFO migrate.versioning.api [-] 46 -> 47...  2021-04-09 19:55:36.010 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:36.010 | INFO migrate.versioning.api [-] 47 -> 48...  2021-04-09 19:55:36.050 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:36.051 | INFO migrate.versioning.api [-] 48 -> 49...  2021-04-09 19:55:36.084 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:36.084 | INFO migrate.versioning.api [-] 49 -> 50...  2021-04-09 19:55:36.118 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:36.118 | INFO migrate.versioning.api [-] 50 -> 51...  2021-04-09 19:55:36.152 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:36.152 | INFO migrate.versioning.api [-] 51 -> 52...  2021-04-09 19:55:36.187 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:36.187 | INFO migrate.versioning.api [-] 52 -> 53...  2021-04-09 19:55:36.222 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:36.222 | INFO migrate.versioning.api [-] 53 -> 54...  2021-04-09 19:55:36.262 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:36.262 | INFO migrate.versioning.api [-] 54 -> 55...  2021-04-09 19:55:36.302 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:36.302 | INFO migrate.versioning.api [-] 55 -> 56...  2021-04-09 19:55:36.325 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:36.325 | INFO migrate.versioning.api [-] 56 -> 57...  2021-04-09 19:55:36.348 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:36.348 | INFO migrate.versioning.api [-] 57 -> 58...  2021-04-09 19:55:36.387 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:36.387 | INFO migrate.versioning.api [-] 58 -> 59...  2021-04-09 19:55:36.416 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:36.416 | INFO migrate.versioning.api [-] 59 -> 60...  2021-04-09 19:55:36.450 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:36.450 | INFO migrate.versioning.api [-] 60 -> 61...  2021-04-09 19:55:36.473 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:36.473 | INFO migrate.versioning.api [-] 61 -> 62...  2021-04-09 19:55:36.507 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:36.507 | INFO migrate.versioning.api [-] 62 -> 63...  2021-04-09 19:55:36.536 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:36.536 | INFO migrate.versioning.api [-] 63 -> 64...  2021-04-09 19:55:36.565 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:36.565 | INFO migrate.versioning.api [-] 64 -> 65...  2021-04-09 19:55:36.599 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:36.599 | INFO migrate.versioning.api [-] 65 -> 66...  2021-04-09 19:55:36.633 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:36.633 | INFO migrate.versioning.api [-] 66 -> 67...  2021-04-09 19:55:36.656 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:36.656 | INFO migrate.versioning.api [-] 67 -> 68...  2021-04-09 19:55:36.684 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:36.685 | INFO migrate.versioning.api [-] 68 -> 69...  2021-04-09 19:55:36.718 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:36.718 | INFO migrate.versioning.api [-] 69 -> 70...  2021-04-09 19:55:36.753 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:36.753 | INFO migrate.versioning.api [-] 70 -> 71...  2021-04-09 19:55:36.798 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:36.799 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-04-09 19:55:36.800 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.801 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.801 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.801 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.801 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.801 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.802 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.802 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.802 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.802 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.802 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.802 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.803 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.803 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.803 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.803 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.803 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.804 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.804 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.804 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.804 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.804 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.804 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.805 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.805 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.805 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.805 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.805 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.805 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.806 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.806 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.806 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.806 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.806 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.806 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.807 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.807 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.807 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.807 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.807 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.808 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.808 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.808 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.808 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.808 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.808 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.809 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.809 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.809 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.809 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.809 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.809 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.810 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.810 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.810 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.810 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.810 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.810 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.811 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.811 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.811 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.811 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.811 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.811 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.812 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.812 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.812 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.812 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.812 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.812 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.813 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.813 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.813 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.813 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.813 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.814 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.814 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.814 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.814 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.814 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.815 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.815 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.815 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.815 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.815 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.816 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.816 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.816 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.816 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.816 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.816 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.817 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.817 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.817 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.817 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.817 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.818 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.818 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.818 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.818 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.818 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.818 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.819 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.819 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.819 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.819 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.819 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.819 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.820 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.820 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.820 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.820 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.820 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.820 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.821 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.821 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.821 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.821 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.821 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.821 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.822 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.822 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.822 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.822 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.822 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.822 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.823 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.823 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.823 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.823 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.823 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.823 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.824 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.824 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.824 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.824 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.824 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.824 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.825 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.825 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.825 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.825 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.825 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-04-09 19:55:36.826 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_contract'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-04-09 19:55:36.826 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-04-09 19:55:36.827 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.827 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.827 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.828 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.828 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.828 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.828 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.828 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.828 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.829 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.829 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.829 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.829 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.829 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.830 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.830 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.830 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.830 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.831 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.831 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.831 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.831 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.831 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.831 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.832 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.832 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.832 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.832 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.832 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.832 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.833 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.833 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.833 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.833 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.833 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.834 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.834 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.834 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.834 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.834 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.834 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.835 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.835 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.835 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.835 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.835 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.835 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.836 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.836 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.836 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.836 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.836 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.836 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.837 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.837 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.837 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.837 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.837 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.837 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.838 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.838 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.838 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.838 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.838 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.839 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.839 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.839 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.839 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.839 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.839 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.840 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.840 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.840 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.840 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.840 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.840 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.841 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.841 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.841 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.841 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.841 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.841 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.842 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.842 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.842 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.842 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.842 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.842 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.843 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.843 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.843 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.843 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.843 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.843 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.844 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.844 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.844 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.844 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.844 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.845 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.845 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.845 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.845 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.846 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.846 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.846 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.847 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.847 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.847 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.847 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.847 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.847 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.848 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.848 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.848 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.848 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.848 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.848 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.849 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.849 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.849 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.849 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.849 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.850 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.850 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.850 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.850 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.850 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.850 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.851 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.851 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.851 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.851 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.851 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.851 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.852 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.852 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.852 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.852 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.852 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.852 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.853 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.853 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-04-09 19:55:36.853 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-04-09 19:55:36.853 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-04-09 19:55:36.854 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.854 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.855 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.855 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.855 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.855 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.855 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.855 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.856 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.856 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.856 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.856 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.856 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.857 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.857 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.857 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.857 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.857 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.857 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.858 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.858 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.858 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.858 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.858 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.858 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.859 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.859 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.859 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.859 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.859 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.859 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.860 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.860 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.860 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.860 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.860 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.860 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.861 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.862 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.862 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.862 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.862 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.863 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.863 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.863 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.863 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.863 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.863 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.864 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.864 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.864 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.864 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.864 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.864 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.865 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.865 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.865 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.865 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.865 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.865 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.866 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.866 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.866 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.866 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.866 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.866 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.867 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.867 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.867 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.867 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.867 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.867 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.868 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.868 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.868 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.868 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.868 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.869 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.869 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.869 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.869 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.869 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.869 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.870 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.870 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.870 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.870 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.870 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.870 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.871 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.871 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.871 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.871 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.871 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.871 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.872 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.872 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.872 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.872 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.872 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.872 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.873 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.873 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.873 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.873 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.873 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.873 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.874 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.874 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.874 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.874 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.874 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.875 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.875 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.875 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.875 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.875 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.875 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.876 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.876 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.876 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.876 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.876 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.876 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.877 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.877 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.877 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.877 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.878 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.878 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.878 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.878 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.878 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.879 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.879 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.879 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.879 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.879 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.879 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.880 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.880 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.880 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.880 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-04-09 19:55:36.880 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-04-09 19:55:36.886 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-04-09 19:55:36.887 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.887 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.887 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.887 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.888 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.888 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.888 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.888 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.888 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.889 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.889 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.889 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.889 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.889 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.890 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.890 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.890 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.890 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.890 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.890 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.891 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.891 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.891 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.891 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.891 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.891 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.892 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.892 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.892 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.892 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.893 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.893 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.893 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.893 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.893 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.894 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.894 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.894 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.894 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.894 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.895 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.895 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.895 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.895 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.895 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.895 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.896 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.896 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.896 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.896 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.896 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.896 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.897 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.897 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.897 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.897 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.897 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.897 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.898 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.898 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.898 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.898 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.898 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.898 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.899 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.899 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.899 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.899 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.899 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.899 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.900 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.900 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.900 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.900 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.900 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.901 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.901 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.901 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.901 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.901 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.901 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.902 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.902 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.902 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.902 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.902 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.902 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.903 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.903 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.903 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.903 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.903 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.903 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.904 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.904 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.904 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.904 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.904 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.904 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.905 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.905 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.905 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.905 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.905 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.905 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.906 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.906 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.906 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.906 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.906 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.907 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.907 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.907 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.907 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.907 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.907 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.908 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.908 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.909 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.909 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.909 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.909 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.909 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.910 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.910 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.910 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.910 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.910 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.910 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.911 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.911 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.911 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.911 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.911 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.911 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.912 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.912 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.912 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.912 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.912 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.913 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.913 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.913 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-04-09 19:55:36.913 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_contract'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-04-09 19:55:36.955 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-04-09 19:55:36.957 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.957 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.957 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.957 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.957 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.958 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.958 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.958 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.958 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.958 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.958 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.959 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.959 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.959 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.959 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.959 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.959 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.960 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.960 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.960 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.960 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.960 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.961 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.961 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.961 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.961 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.961 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.961 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.962 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.962 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.962 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.962 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.962 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.962 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.963 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.963 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.963 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.963 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.963 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.963 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.964 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.964 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.964 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.964 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.964 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.964 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.965 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.965 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.965 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.965 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.965 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.965 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.966 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.966 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.966 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.966 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.966 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.967 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.967 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.967 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.967 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.967 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.967 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.968 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.968 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.968 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.968 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.968 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.968 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.969 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.969 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.969 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.969 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.969 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.969 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.970 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.970 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.970 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.971 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.971 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.971 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.971 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.972 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.972 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.972 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.972 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.972 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.972 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.973 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.973 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.973 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.973 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.973 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.974 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.974 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.974 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.974 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.974 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.974 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.975 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.975 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.975 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.975 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.975 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.975 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.976 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.976 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.976 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.976 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.976 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.976 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.977 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.977 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.977 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.977 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.977 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.977 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.978 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.978 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.978 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.979 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.979 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.979 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.979 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.979 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.979 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.980 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.980 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.980 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.980 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.980 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.980 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.981 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.981 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.981 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.981 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.981 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.982 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.982 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.982 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-04-09 19:55:36.982 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_contract'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-04-09 19:55:36.982 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-04-09 19:55:36.983 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.983 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.984 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.984 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.984 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.984 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.984 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.985 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.985 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.985 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.985 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.985 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.985 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.986 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.986 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.987 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.987 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.987 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.987 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.988 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.988 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.988 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.988 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.988 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.988 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.989 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.989 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.989 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.989 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.989 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.989 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.990 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.990 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.990 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.990 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.990 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.990 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.991 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.991 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.991 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.991 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.991 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.991 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.992 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.992 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.992 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.992 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.992 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.992 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.993 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.993 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.993 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.993 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.993 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.994 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.994 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.994 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.994 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.994 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.994 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.995 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.995 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.995 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.995 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.995 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.995 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.996 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.996 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.996 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.996 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.996 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.996 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.997 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.997 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.997 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.997 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.997 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.997 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.998 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.998 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.998 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.998 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.998 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.998 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.999 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.999 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.999 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.999 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:36.999 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:36.999 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.000 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.000 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.000 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.000 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.000 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.000 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.001 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.001 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.001 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.001 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.001 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.002 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.002 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.002 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.002 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.003 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.003 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.003 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.003 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.003 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.003 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.004 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.004 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.004 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.004 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.004 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.004 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.005 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.005 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.005 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.005 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.005 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.005 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.006 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.006 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.006 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.006 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.006 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.006 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.007 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.007 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.007 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.007 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.007 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.008 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.008 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.008 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.008 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.008 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.008 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.009 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.009 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.009 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-04-09 19:55:37.009 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_contract'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-04-09 19:55:37.015 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-04-09 19:55:37.016 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.016 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.016 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.016 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.016 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.017 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.017 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.017 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.017 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.018 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.018 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.018 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.018 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.018 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.019 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.019 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.019 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.019 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.019 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.020 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.020 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.020 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.020 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.020 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.020 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.021 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.021 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.021 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.021 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.021 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.021 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.022 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.022 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.022 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.022 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.022 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.022 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.023 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.023 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.023 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.023 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.023 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.023 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.024 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.024 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.024 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.024 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.024 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.024 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.025 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.025 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.025 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.025 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.025 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.026 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.026 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.026 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.026 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.026 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.026 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.027 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.027 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.027 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.027 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.027 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.027 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.028 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.028 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.028 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.028 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.028 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.028 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.029 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.029 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.029 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.029 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.029 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.029 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.030 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.030 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.030 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.030 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.030 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.030 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.031 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.031 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.031 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.031 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.031 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.032 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.032 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.032 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.032 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.032 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.032 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.033 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.033 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.034 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.034 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.034 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.034 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.034 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.035 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.035 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.035 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.035 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.035 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.035 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.036 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.036 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.036 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.036 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.036 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.036 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.037 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.037 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.037 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.037 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.037 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.037 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.038 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.038 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.038 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.038 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.038 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.038 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.039 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.039 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.039 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.039 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.039 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.039 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.040 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.040 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.040 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.040 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.040 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.041 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.041 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.041 | 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=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.041 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 19:55:37.041 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 19:55:37.041 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-04-09 19:55:37.042 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_contract'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=64184) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-04-09 19:55:37.049 | INFO migrate.versioning.api [-] 0 -> 1...  2021-04-09 19:55:37.085 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:37.085 | INFO migrate.versioning.api [-] 1 -> 2...  2021-04-09 19:55:37.810 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:37.810 | INFO migrate.versioning.api [-] 2 -> 3...  2021-04-09 19:55:38.931 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:38.931 | INFO migrate.versioning.api [-] 3 -> 4...  2021-04-09 19:55:40.203 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:40.204 | INFO migrate.versioning.api [-] 4 -> 5...  2021-04-09 19:55:40.239 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:40.239 | INFO migrate.versioning.api [-] 5 -> 6...  2021-04-09 19:55:40.285 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:40.285 | INFO migrate.versioning.api [-] 6 -> 7...  2021-04-09 19:55:40.331 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:40.331 | INFO migrate.versioning.api [-] 7 -> 8...  2021-04-09 19:55:40.364 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:40.365 | INFO migrate.versioning.api [-] 8 -> 9...  2021-04-09 19:55:40.393 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:40.394 | INFO migrate.versioning.api [-] 9 -> 10...  2021-04-09 19:55:40.430 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:40.430 | INFO migrate.versioning.api [-] 10 -> 11...  2021-04-09 19:55:40.782 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:40.782 | INFO migrate.versioning.api [-] 11 -> 12...  2021-04-09 19:55:41.188 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:41.188 | INFO migrate.versioning.api [-] 12 -> 13...  2021-04-09 19:55:41.822 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:41.822 | INFO migrate.versioning.api [-] 13 -> 14...  2021-04-09 19:55:43.250 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:43.250 | INFO migrate.versioning.api [-] 14 -> 15...  2021-04-09 19:55:43.771 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:43.771 | INFO migrate.versioning.api [-] 15 -> 16...  2021-04-09 19:55:43.804 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:43.804 | INFO migrate.versioning.api [-] 16 -> 17...  2021-04-09 19:55:43.844 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:43.844 | INFO migrate.versioning.api [-] 17 -> 18...  2021-04-09 19:55:43.879 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:43.879 | INFO migrate.versioning.api [-] 18 -> 19...  2021-04-09 19:55:43.913 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:43.913 | INFO migrate.versioning.api [-] 19 -> 20...  2021-04-09 19:55:43.947 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:43.947 | INFO migrate.versioning.api [-] 20 -> 21...  2021-04-09 19:55:44.016 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:44.016 | INFO migrate.versioning.api [-] 21 -> 22...  2021-04-09 19:55:44.061 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:44.061 | INFO migrate.versioning.api [-] 22 -> 23...  2021-04-09 19:55:44.108 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:44.108 | INFO migrate.versioning.api [-] 23 -> 24...  2021-04-09 19:55:44.679 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:44.679 | INFO migrate.versioning.api [-] 24 -> 25...  2021-04-09 19:55:44.719 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:44.719 | INFO migrate.versioning.api [-] 25 -> 26...  2021-04-09 19:55:44.747 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:44.748 | INFO migrate.versioning.api [-] 26 -> 27...  2021-04-09 19:55:44.776 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:44.776 | INFO migrate.versioning.api [-] 27 -> 28...  2021-04-09 19:55:44.805 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:44.805 | INFO migrate.versioning.api [-] 28 -> 29...  2021-04-09 19:55:44.833 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:44.833 | INFO migrate.versioning.api [-] 29 -> 30...  2021-04-09 19:55:44.862 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:44.862 | INFO migrate.versioning.api [-] 30 -> 31...  2021-04-09 19:55:44.890 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:44.890 | INFO migrate.versioning.api [-] 31 -> 32...  2021-04-09 19:55:45.028 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:45.028 | INFO migrate.versioning.api [-] 32 -> 33...  2021-04-09 19:55:45.062 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:45.062 | INFO migrate.versioning.api [-] 33 -> 34...  2021-04-09 19:55:45.101 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:45.102 | INFO migrate.versioning.api [-] 34 -> 35...  2021-04-09 19:55:45.576 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:45.576 | INFO migrate.versioning.api [-] 35 -> 36...  2021-04-09 19:55:45.993 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:45.993 | INFO migrate.versioning.api [-] 36 -> 37...  2021-04-09 19:55:46.153 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:46.153 | INFO migrate.versioning.api [-] 37 -> 38...  2021-04-09 19:55:46.187 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:46.188 | INFO migrate.versioning.api [-] 38 -> 39...  2021-04-09 19:55:46.222 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:46.223 | INFO migrate.versioning.api [-] 39 -> 40...  2021-04-09 19:55:46.250 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:46.250 | INFO migrate.versioning.api [-] 40 -> 41...  2021-04-09 19:55:46.290 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:46.290 | INFO migrate.versioning.api [-] 41 -> 42...  2021-04-09 19:55:46.324 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:46.324 | INFO migrate.versioning.api [-] 42 -> 43...  2021-04-09 19:55:46.359 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:46.359 | INFO migrate.versioning.api [-] 43 -> 44...  2021-04-09 19:55:46.393 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:46.393 | INFO migrate.versioning.api [-] 44 -> 45...  2021-04-09 19:55:46.421 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:46.422 | INFO migrate.versioning.api [-] 45 -> 46...  2021-04-09 19:55:46.468 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:46.469 | INFO migrate.versioning.api [-] 46 -> 47...  2021-04-09 19:55:46.993 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:46.993 | INFO migrate.versioning.api [-] 47 -> 48...  2021-04-09 19:55:47.032 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:47.032 | INFO migrate.versioning.api [-] 48 -> 49...  2021-04-09 19:55:47.067 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:47.067 | INFO migrate.versioning.api [-] 49 -> 50...  2021-04-09 19:55:47.114 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:47.114 | INFO migrate.versioning.api [-] 50 -> 51...  2021-04-09 19:55:47.147 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:47.147 | INFO migrate.versioning.api [-] 51 -> 52...  2021-04-09 19:55:47.182 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:47.182 | INFO migrate.versioning.api [-] 52 -> 53...  2021-04-09 19:55:47.216 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:47.216 | INFO migrate.versioning.api [-] 53 -> 54...  2021-04-09 19:55:47.632 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:47.632 | INFO migrate.versioning.api [-] 54 -> 55...  2021-04-09 19:55:47.695 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:47.695 | INFO migrate.versioning.api [-] 55 -> 56...  2021-04-09 19:55:47.724 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:47.724 | INFO migrate.versioning.api [-] 56 -> 57...  2021-04-09 19:55:47.771 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:47.771 | INFO migrate.versioning.api [-] 57 -> 58...  2021-04-09 19:55:47.810 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:47.810 | INFO migrate.versioning.api [-] 58 -> 59...  2021-04-09 19:55:47.845 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:47.845 | INFO migrate.versioning.api [-] 59 -> 60...  2021-04-09 19:55:47.880 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:47.880 | INFO migrate.versioning.api [-] 60 -> 61...  2021-04-09 19:55:47.913 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:47.913 | INFO migrate.versioning.api [-] 61 -> 62...  2021-04-09 19:55:47.942 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:47.942 | INFO migrate.versioning.api [-] 62 -> 63...  2021-04-09 19:55:49.215 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:49.215 | INFO migrate.versioning.api [-] 63 -> 64...  2021-04-09 19:55:49.244 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:49.245 | INFO migrate.versioning.api [-] 64 -> 65...  2021-04-09 19:55:49.268 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:49.268 | INFO migrate.versioning.api [-] 65 -> 66...  2021-04-09 19:55:49.296 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:49.296 | INFO migrate.versioning.api [-] 66 -> 67...  2021-04-09 19:55:49.318 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:49.319 | INFO migrate.versioning.api [-] 67 -> 68...  2021-04-09 19:55:49.342 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:49.342 | INFO migrate.versioning.api [-] 68 -> 69...  2021-04-09 19:55:49.370 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:49.370 | INFO migrate.versioning.api [-] 69 -> 70...  2021-04-09 19:55:49.394 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:49.394 | INFO migrate.versioning.api [-] 70 -> 71...  2021-04-09 19:55:49.426 | INFO migrate.versioning.api [-] done 2021-04-09 19:55:49.663 | + lib/keystone:init_keystone:448 : time_stop dbsync 2021-04-09 19:55:49.666 | + functions-common:time_stop:2336 : local name 2021-04-09 19:55:49.668 | + functions-common:time_stop:2337 : local end_time 2021-04-09 19:55:49.671 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 19:55:49.674 | + functions-common:time_stop:2339 : local total 2021-04-09 19:55:49.677 | + functions-common:time_stop:2340 : local start_time 2021-04-09 19:55:49.679 | + functions-common:time_stop:2342 : name=dbsync 2021-04-09 19:55:49.682 | + functions-common:time_stop:2343 : start_time=1617998083990 2021-04-09 19:55:49.684 | + functions-common:time_stop:2345 : [[ -z 1617998083990 ]] 2021-04-09 19:55:49.687 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 19:55:49.691 | + functions-common:time_stop:2348 : end_time=1617998149688 2021-04-09 19:55:49.694 | + functions-common:time_stop:2349 : elapsed_time=65698 2021-04-09 19:55:49.696 | + functions-common:time_stop:2350 : total=0 2021-04-09 19:55:49.699 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 19:55:49.701 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=65698 2021-04-09 19:55:49.704 | + lib/keystone:init_keystone:450 : [[ fernet == \f\e\r\n\e\t ]] 2021-04-09 19:55:49.706 | + lib/keystone:init_keystone:451 : rm -rf /etc/keystone/fernet-keys/ 2021-04-09 19:55:49.710 | + lib/keystone:init_keystone:452 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2021-04-09 19:55:51.882 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2021-04-09 19:55:51.883 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2021-04-09 19:55:51.883 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2021-04-09 19:55:51.883 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2021-04-09 19:55:51.884 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2021-04-09 19:55:51.884 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2021-04-09 19:55:51.885 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2021-04-09 19:55:51.885 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2021-04-09 19:55:51.885 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2021-04-09 19:55:52.098 | + lib/keystone:init_keystone:454 : rm -rf /etc/keystone/credential-keys/ 2021-04-09 19:55:52.102 | + lib/keystone:init_keystone:455 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2021-04-09 19:55:54.337 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2021-04-09 19:55:54.338 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2021-04-09 19:55:54.338 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2021-04-09 19:55:54.338 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2021-04-09 19:55:54.339 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2021-04-09 19:55:54.339 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2021-04-09 19:55:54.340 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2021-04-09 19:55:54.340 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2021-04-09 19:55:54.340 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2021-04-09 19:55:54.553 | + ./stack.sh:main:1147 : start_keystone 2021-04-09 19:55:54.556 | + lib/keystone:start_keystone:515 : local service_port=5000 2021-04-09 19:55:54.558 | + lib/keystone:start_keystone:516 : local auth_protocol=http 2021-04-09 19:55:54.561 | + lib/keystone:start_keystone:517 : is_service_enabled tls-proxy 2021-04-09 19:55:54.576 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 19:55:54.579 | + lib/keystone:start_keystone:522 : '[' uwsgi == mod_wsgi ']' 2021-04-09 19:55:54.582 | ++ lib/keystone:start_keystone:526 : which uwsgi 2021-04-09 19:55:54.586 | + lib/keystone:start_keystone:526 : run_process keystone '/usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2021-04-09 19:55:54.589 | + functions-common:run_process:1583 : local service=keystone 2021-04-09 19:55:54.591 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-04-09 19:55:54.594 | + functions-common:run_process:1585 : local group= 2021-04-09 19:55:54.597 | + functions-common:run_process:1586 : local user= 2021-04-09 19:55:54.599 | + functions-common:run_process:1588 : local name=keystone 2021-04-09 19:55:54.601 | + functions-common:run_process:1590 : time_start run_process 2021-04-09 19:55:54.604 | + functions-common:time_start:2322 : local name=run_process 2021-04-09 19:55:54.606 | + functions-common:time_start:2323 : local start_time= 2021-04-09 19:55:54.609 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-04-09 19:55:54.612 | ++ functions-common:time_start:2327 : date +%s%3N 2021-04-09 19:55:54.616 | + functions-common:time_start:2327 : _TIME_START[$name]=1617998154613 2021-04-09 19:55:54.618 | + functions-common:run_process:1591 : is_service_enabled keystone 2021-04-09 19:55:54.633 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:55:54.636 | + functions-common:run_process:1592 : _run_under_systemd keystone '/usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' 2021-04-09 19:55:54.638 | + functions-common:_run_under_systemd:1548 : local service=keystone 2021-04-09 19:55:54.641 | + functions-common:_run_under_systemd:1549 : local 'command=/usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-04-09 19:55:54.644 | + functions-common:_run_under_systemd:1550 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-04-09 19:55:54.646 | + functions-common:_run_under_systemd:1552 : _common_systemd_pitfalls '/usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-04-09 19:55:54.649 | + functions-common:_common_systemd_pitfalls:1520 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-04-09 19:55:54.651 | + functions-common:_common_systemd_pitfalls:1523 : [[ /usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2021-04-09 19:55:54.653 | + functions-common:_common_systemd_pitfalls:1534 : [[ ! /usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2021-04-09 19:55:54.656 | + functions-common:_run_under_systemd:1554 : local systemd_service=devstack@keystone.service 2021-04-09 19:55:54.659 | + functions-common:_run_under_systemd:1555 : local group= 2021-04-09 19:55:54.661 | + functions-common:_run_under_systemd:1556 : local user=ubuntu 2021-04-09 19:55:54.664 | + functions-common:_run_under_systemd:1557 : [[ /usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2021-04-09 19:55:54.666 | + 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-04-09 19:55:54.669 | + functions-common:write_uwsgi_user_unit_file:1492 : local service=devstack@keystone.service 2021-04-09 19:55:54.671 | + 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-04-09 19:55:54.673 | + functions-common:write_uwsgi_user_unit_file:1494 : local group= 2021-04-09 19:55:54.675 | + functions-common:write_uwsgi_user_unit_file:1495 : local user=ubuntu 2021-04-09 19:55:54.677 | + functions-common:write_uwsgi_user_unit_file:1496 : local unitfile=/etc/systemd/system/devstack@keystone.service 2021-04-09 19:55:54.679 | + functions-common:write_uwsgi_user_unit_file:1497 : mkdir -p /etc/systemd/system 2021-04-09 19:55:54.683 | + functions-common:write_uwsgi_user_unit_file:1499 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2021-04-09 19:55:54.737 | + functions-common:write_uwsgi_user_unit_file:1500 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2021-04-09 19:55:54.791 | + functions-common:write_uwsgi_user_unit_file:1501 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User ubuntu 2021-04-09 19:55:54.836 | + 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-04-09 19:55:54.880 | + functions-common:write_uwsgi_user_unit_file:1503 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-04-09 19:55:54.927 | + functions-common:write_uwsgi_user_unit_file:1504 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2021-04-09 19:55:54.976 | + functions-common:write_uwsgi_user_unit_file:1505 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2021-04-09 19:55:55.022 | + functions-common:write_uwsgi_user_unit_file:1506 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2021-04-09 19:55:55.067 | + functions-common:write_uwsgi_user_unit_file:1507 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2021-04-09 19:55:55.119 | + functions-common:write_uwsgi_user_unit_file:1508 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2021-04-09 19:55:55.165 | + functions-common:write_uwsgi_user_unit_file:1510 : [[ -n '' ]] 2021-04-09 19:55:55.167 | + functions-common:write_uwsgi_user_unit_file:1513 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2021-04-09 19:55:55.225 | + functions-common:write_uwsgi_user_unit_file:1516 : sudo systemctl daemon-reload 2021-04-09 19:55:55.414 | + functions-common:_run_under_systemd:1563 : sudo systemctl enable devstack@keystone.service 2021-04-09 19:55:55.428 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2021-04-09 19:55:55.603 | + functions-common:_run_under_systemd:1564 : sudo systemctl start devstack@keystone.service 2021-04-09 19:55:55.677 | + functions-common:run_process:1594 : time_stop run_process 2021-04-09 19:55:55.679 | + functions-common:time_stop:2336 : local name 2021-04-09 19:55:55.682 | + functions-common:time_stop:2337 : local end_time 2021-04-09 19:55:55.684 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 19:55:55.686 | + functions-common:time_stop:2339 : local total 2021-04-09 19:55:55.689 | + functions-common:time_stop:2340 : local start_time 2021-04-09 19:55:55.692 | + functions-common:time_stop:2342 : name=run_process 2021-04-09 19:55:55.694 | + functions-common:time_stop:2343 : start_time=1617998154613 2021-04-09 19:55:55.697 | + functions-common:time_stop:2345 : [[ -z 1617998154613 ]] 2021-04-09 19:55:55.700 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 19:55:55.703 | + functions-common:time_stop:2348 : end_time=1617998155700 2021-04-09 19:55:55.706 | + functions-common:time_stop:2349 : elapsed_time=1087 2021-04-09 19:55:55.708 | + functions-common:time_stop:2350 : total=921 2021-04-09 19:55:55.711 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 19:55:55.713 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=2008 2021-04-09 19:55:55.716 | + lib/keystone:start_keystone:529 : echo 'Waiting for keystone to start...' 2021-04-09 19:55:55.716 | Waiting for keystone to start... 2021-04-09 19:55:55.718 | + lib/keystone:start_keystone:535 : local service_uri=http://10.222.0.52/identity/v3/ 2021-04-09 19:55:55.720 | + lib/keystone:start_keystone:537 : wait_for_service 60 http://10.222.0.52/identity/v3/ 2021-04-09 19:55:55.723 | + functions:wait_for_service:428 : local timeout=60 2021-04-09 19:55:55.725 | + functions:wait_for_service:429 : local url=http://10.222.0.52/identity/v3/ 2021-04-09 19:55:55.728 | + functions:wait_for_service:430 : local rval=0 2021-04-09 19:55:55.730 | + functions:wait_for_service:431 : time_start wait_for_service 2021-04-09 19:55:55.732 | + functions-common:time_start:2322 : local name=wait_for_service 2021-04-09 19:55:55.735 | + functions-common:time_start:2323 : local start_time= 2021-04-09 19:55:55.737 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-04-09 19:55:55.740 | ++ functions-common:time_start:2327 : date +%s%3N 2021-04-09 19:55:55.744 | + functions-common:time_start:2327 : _TIME_START[$name]=1617998155741 2021-04-09 19:55:55.746 | + functions:wait_for_service:432 : timeout 60 bash -x 2021-04-09 19:55:55.751 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.52/identity/v3/ 2021-04-09 19:55:59.314 | + :: : [[ 200 == 503 ]] 2021-04-09 19:55:59.315 | + :: : [[ 0 -eq 7 ]] 2021-04-09 19:55:59.318 | + functions:wait_for_service:437 : time_stop wait_for_service 2021-04-09 19:55:59.321 | + functions-common:time_stop:2336 : local name 2021-04-09 19:55:59.323 | + functions-common:time_stop:2337 : local end_time 2021-04-09 19:55:59.326 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 19:55:59.328 | + functions-common:time_stop:2339 : local total 2021-04-09 19:55:59.331 | + functions-common:time_stop:2340 : local start_time 2021-04-09 19:55:59.334 | + functions-common:time_stop:2342 : name=wait_for_service 2021-04-09 19:55:59.336 | + functions-common:time_stop:2343 : start_time=1617998155741 2021-04-09 19:55:59.338 | + functions-common:time_stop:2345 : [[ -z 1617998155741 ]] 2021-04-09 19:55:59.341 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 19:55:59.345 | + functions-common:time_stop:2348 : end_time=1617998159342 2021-04-09 19:55:59.348 | + functions-common:time_stop:2349 : elapsed_time=3601 2021-04-09 19:55:59.350 | + functions-common:time_stop:2350 : total=0 2021-04-09 19:55:59.352 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 19:55:59.355 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=3601 2021-04-09 19:55:59.357 | + functions:wait_for_service:438 : return 0 2021-04-09 19:55:59.360 | + lib/keystone:start_keystone:542 : is_service_enabled tls-proxy 2021-04-09 19:55:59.375 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 19:55:59.378 | + lib/keystone:start_keystone:548 : restart_service memcached 2021-04-09 19:55:59.380 | + functions-common:restart_service:2220 : '[' -x /bin/systemctl ']' 2021-04-09 19:55:59.383 | + functions-common:restart_service:2221 : sudo /bin/systemctl restart memcached 2021-04-09 19:55:59.429 | + ./stack.sh:main:1148 : bootstrap_keystone 2021-04-09 19:55:59.432 | + 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.52/identity --bootstrap-public-url http://10.222.0.52/identity 2021-04-09 19:56:01.645 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=64832) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-04-09 19:56:01.645 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=64832) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-04-09 19:56:01.645 | 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=64832) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-04-09 19:56:01.655 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=64832) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-04-09 19:56:01.674 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=64832) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-04-09 19:56:01.674 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=64832) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-04-09 19:56:01.710 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=64832) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-04-09 19:56:01.742 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=64832) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-04-09 19:56:01.742 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=64832) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-04-09 19:56:01.852 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=64832) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-04-09 19:56:01.852 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=64832) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-04-09 19:56:01.853 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=64832) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-04-09 19:56:01.853 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=64832) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-04-09 19:56:01.853 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=64832) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-04-09 19:56:01.853 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=64832) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-04-09 19:56:01.921 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=64832) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-04-09 19:56:01.921 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=64832) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-04-09 19:56:01.922 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=64832) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-04-09 19:56:01.922 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=64832) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-04-09 19:56:01.922 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=64832) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-04-09 19:56:01.922 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=64832) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-04-09 19:56:01.923 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=64832) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-04-09 19:56:01.931 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=64832) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-04-09 19:56:01.934 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=64832) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-04-09 19:56:01.935 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=64832) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-04-09 19:56:01.935 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=64832) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-04-09 19:56:01.935 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=64832) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-04-09 19:56:01.935 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=64832) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-04-09 19:56:01.936 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=64832) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-04-09 19:56:01.936 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=64832) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-04-09 19:56:01.982 | 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=64832) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:307}} 2021-04-09 19:56:02.387 | INFO keystone.cmd.bootstrap [None req-6cfb1563-696f-4960-a8cd-98aa028092bc None None] Created domain default 2021-04-09 19:56:02.477 | INFO keystone.cmd.bootstrap [None req-6cfb1563-696f-4960-a8cd-98aa028092bc None None] Created project admin 2021-04-09 19:56:02.526 | DEBUG passlib.handlers.bcrypt [None req-6cfb1563-696f-4960-a8cd-98aa028092bc None None] detected 'bcrypt' backend, version '3.1.7' {{(pid=64832) _load_backend_mixin /usr/local/lib/python3.6/dist-packages/passlib/handlers/bcrypt.py:564}} 2021-04-09 19:56:02.527 | DEBUG passlib.handlers.bcrypt [None req-6cfb1563-696f-4960-a8cd-98aa028092bc None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=64832) _finalize_backend_mixin /usr/local/lib/python3.6/dist-packages/passlib/handlers/bcrypt.py:379}} 2021-04-09 19:56:02.618 | INFO keystone.cmd.bootstrap [None req-6cfb1563-696f-4960-a8cd-98aa028092bc None None] Created user admin 2021-04-09 19:56:02.646 | INFO keystone.cmd.bootstrap [None req-6cfb1563-696f-4960-a8cd-98aa028092bc None None] Created role reader 2021-04-09 19:56:02.647 | WARNING keystone.cmd.bootstrap [None req-6cfb1563-696f-4960-a8cd-98aa028092bc 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-04-09 19:56:02.692 | INFO keystone.cmd.bootstrap [None req-6cfb1563-696f-4960-a8cd-98aa028092bc None None] Created role member 2021-04-09 19:56:02.692 | WARNING keystone.cmd.bootstrap [None req-6cfb1563-696f-4960-a8cd-98aa028092bc 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-04-09 19:56:02.734 | INFO keystone.cmd.bootstrap [None req-6cfb1563-696f-4960-a8cd-98aa028092bc None None] Created implied role where edfe87c9b85f4f98aa7eadca81d77892 implies 854a91e106f7453b8d80ee26e9e745a6 2021-04-09 19:56:02.760 | INFO keystone.cmd.bootstrap [None req-6cfb1563-696f-4960-a8cd-98aa028092bc None None] Created role admin 2021-04-09 19:56:02.760 | WARNING keystone.cmd.bootstrap [None req-6cfb1563-696f-4960-a8cd-98aa028092bc 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-04-09 19:56:02.831 | INFO keystone.cmd.bootstrap [None req-6cfb1563-696f-4960-a8cd-98aa028092bc None None] Created implied role where 8d70c3d392e6452da4fab2b9acdb0e51 implies edfe87c9b85f4f98aa7eadca81d77892 2021-04-09 19:56:02.891 | INFO keystone.cmd.bootstrap [None req-6cfb1563-696f-4960-a8cd-98aa028092bc None None] Granted role admin on project admin to user admin. 2021-04-09 19:56:02.927 | INFO keystone.cmd.bootstrap [None req-6cfb1563-696f-4960-a8cd-98aa028092bc None None] Granted role admin on the system to user admin. 2021-04-09 19:56:02.968 | WARNING py.warnings [None req-6cfb1563-696f-4960-a8cd-98aa028092bc 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-04-09 19:56:02.968 | 'identifiers should be a valid uuid.' % (value))) 2021-04-09 19:56:02.968 |  2021-04-09 19:56:02.972 | INFO keystone.cmd.bootstrap [None req-6cfb1563-696f-4960-a8cd-98aa028092bc None None] Created region RegionOne 2021-04-09 19:56:03.057 | INFO keystone.cmd.bootstrap [None req-6cfb1563-696f-4960-a8cd-98aa028092bc None None] Created public endpoint http://10.222.0.52/identity 2021-04-09 19:56:03.115 | INFO keystone.cmd.bootstrap [None req-6cfb1563-696f-4960-a8cd-98aa028092bc None None] Created admin endpoint http://10.222.0.52/identity 2021-04-09 19:56:03.438 | + ./stack.sh:main:1151 : create_keystone_accounts 2021-04-09 19:56:03.442 | + lib/keystone:create_keystone_accounts:314 : local admin_project 2021-04-09 19:56:03.445 | ++ lib/keystone:create_keystone_accounts:315 : oscwrap project show admin -f value -c id 2021-04-09 19:56:06.489 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:56:06.492 | + lib/keystone:create_keystone_accounts:315 : admin_project=ad652990b2da485f916c7ea251f4605f 2021-04-09 19:56:06.494 | + lib/keystone:create_keystone_accounts:316 : local admin_user 2021-04-09 19:56:06.498 | ++ lib/keystone:create_keystone_accounts:317 : oscwrap user show admin -f value -c id 2021-04-09 19:56:08.703 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:56:08.706 | + lib/keystone:create_keystone_accounts:317 : admin_user=30c99b31cc31440e8e6447a8e0d4cebf 2021-04-09 19:56:08.709 | + lib/keystone:create_keystone_accounts:318 : local admin_role=admin 2021-04-09 19:56:08.711 | + lib/keystone:create_keystone_accounts:319 : local member_role=member 2021-04-09 19:56:08.713 | + lib/keystone:create_keystone_accounts:321 : get_or_add_user_domain_role admin 30c99b31cc31440e8e6447a8e0d4cebf default 2021-04-09 19:56:08.716 | + functions-common:get_or_add_user_domain_role:919 : local user_role_id 2021-04-09 19:56:08.720 | ++ functions-common:get_or_add_user_domain_role:925 : oscwrap role assignment list --role admin --user 30c99b31cc31440e8e6447a8e0d4cebf --domain default 2021-04-09 19:56:08.721 | ++ functions-common:get_or_add_user_domain_role:925 : grep '^|\s[a-f0-9]\+' 2021-04-09 19:56:08.721 | ++ functions-common:get_or_add_user_domain_role:925 : get_field 1 2021-04-09 19:56:08.724 | ++ functions-common:get_field:727 : local data field 2021-04-09 19:56:08.727 | ++ functions-common:get_field:728 : read data 2021-04-09 19:56:11.027 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:56:11.031 | + functions-common:get_or_add_user_domain_role:925 : user_role_id= 2021-04-09 19:56:11.034 | + functions-common:get_or_add_user_domain_role:926 : [[ -z '' ]] 2021-04-09 19:56:11.037 | + functions-common:get_or_add_user_domain_role:928 : openstack role add admin --user 30c99b31cc31440e8e6447a8e0d4cebf --domain default 2021-04-09 19:56:13.719 | ++ functions-common:get_or_add_user_domain_role:935 : oscwrap role assignment list --role admin --user 30c99b31cc31440e8e6447a8e0d4cebf --domain default 2021-04-09 19:56:13.719 | ++ functions-common:get_or_add_user_domain_role:935 : grep '^|\s[a-f0-9]\+' 2021-04-09 19:56:13.720 | ++ functions-common:get_or_add_user_domain_role:935 : get_field 1 2021-04-09 19:56:13.723 | ++ functions-common:get_field:727 : local data field 2021-04-09 19:56:13.726 | ++ functions-common:get_field:728 : read data 2021-04-09 19:56:16.151 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:56:16.154 | ++ functions-common:get_field:729 : '[' 1 -lt 0 ']' 2021-04-09 19:56:16.157 | ++ functions-common:get_field:732 : field='$2' 2021-04-09 19:56:16.160 | ++ functions-common:get_field:734 : echo '| 8d70c3d392e6452da4fab2b9acdb0e51 | 30c99b31cc31440e8e6447a8e0d4cebf | | | default | | False |' 2021-04-09 19:56:16.161 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-04-09 19:56:16.166 | ++ functions-common:get_field:728 : read data 2021-04-09 19:56:16.169 | + functions-common:get_or_add_user_domain_role:935 : user_role_id=8d70c3d392e6452da4fab2b9acdb0e51 2021-04-09 19:56:16.172 | + functions-common:get_or_add_user_domain_role:937 : echo 8d70c3d392e6452da4fab2b9acdb0e51 2021-04-09 19:56:16.172 | 8d70c3d392e6452da4fab2b9acdb0e51 2021-04-09 19:56:16.175 | + lib/keystone:create_keystone_accounts:324 : get_or_create_domain Default 2021-04-09 19:56:16.177 | + functions-common:get_or_create_domain:793 : local domain_id 2021-04-09 19:56:16.181 | ++ functions-common:get_or_create_domain:805 : oscwrap domain show Default -f value -c id 2021-04-09 19:56:18.354 | + functions-common:get_or_create_domain:803 : domain_id=default 2021-04-09 19:56:18.356 | + functions-common:get_or_create_domain:804 : echo default 2021-04-09 19:56:18.356 | default 2021-04-09 19:56:18.359 | + lib/keystone:create_keystone_accounts:325 : get_or_create_project service Default 2021-04-09 19:56:18.362 | + functions-common:get_or_create_project:848 : local project_id 2021-04-09 19:56:18.365 | ++ functions-common:get_or_create_project:856 : oscwrap project create service --domain=Default --or-show -f value -c id 2021-04-09 19:56:20.991 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:56:20.994 | + functions-common:get_or_create_project:854 : project_id=b9f6284d40e34108bf2b924390c74beb 2021-04-09 19:56:20.997 | + functions-common:get_or_create_project:855 : echo b9f6284d40e34108bf2b924390c74beb 2021-04-09 19:56:20.997 | b9f6284d40e34108bf2b924390c74beb 2021-04-09 19:56:20.999 | + lib/keystone:create_keystone_accounts:328 : get_or_create_role service 2021-04-09 19:56:21.003 | + functions-common:get_or_create_role:861 : local role_id 2021-04-09 19:56:21.006 | ++ functions-common:get_or_create_role:868 : oscwrap role create service --or-show -f value -c id 2021-04-09 19:56:23.274 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:56:23.277 | + functions-common:get_or_create_role:866 : role_id=e5f3719c21e840d293eb199a08bd84aa 2021-04-09 19:56:23.279 | + functions-common:get_or_create_role:867 : echo e5f3719c21e840d293eb199a08bd84aa 2021-04-09 19:56:23.279 | e5f3719c21e840d293eb199a08bd84aa 2021-04-09 19:56:23.282 | + lib/keystone:create_keystone_accounts:334 : get_or_create_role ResellerAdmin 2021-04-09 19:56:23.285 | + functions-common:get_or_create_role:861 : local role_id 2021-04-09 19:56:23.288 | ++ functions-common:get_or_create_role:868 : oscwrap role create ResellerAdmin --or-show -f value -c id 2021-04-09 19:56:25.418 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:56:25.421 | + functions-common:get_or_create_role:866 : role_id=2546342aeef24813b18d3659f1756f26 2021-04-09 19:56:25.424 | + functions-common:get_or_create_role:867 : echo 2546342aeef24813b18d3659f1756f26 2021-04-09 19:56:25.424 | 2546342aeef24813b18d3659f1756f26 2021-04-09 19:56:25.426 | + lib/keystone:create_keystone_accounts:338 : local another_role=anotherrole 2021-04-09 19:56:25.429 | + lib/keystone:create_keystone_accounts:339 : get_or_create_role anotherrole 2021-04-09 19:56:25.431 | + functions-common:get_or_create_role:861 : local role_id 2021-04-09 19:56:25.434 | ++ functions-common:get_or_create_role:868 : oscwrap role create anotherrole --or-show -f value -c id 2021-04-09 19:56:27.582 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:56:27.585 | + functions-common:get_or_create_role:866 : role_id=ffe9d8575a4b4c629718b2b52117217b 2021-04-09 19:56:27.587 | + functions-common:get_or_create_role:867 : echo ffe9d8575a4b4c629718b2b52117217b 2021-04-09 19:56:27.587 | ffe9d8575a4b4c629718b2b52117217b 2021-04-09 19:56:27.590 | + lib/keystone:create_keystone_accounts:342 : local invis_project 2021-04-09 19:56:27.593 | ++ lib/keystone:create_keystone_accounts:343 : get_or_create_project invisible_to_admin default 2021-04-09 19:56:27.596 | ++ functions-common:get_or_create_project:848 : local project_id 2021-04-09 19:56:27.599 | +++ functions-common:get_or_create_project:856 : oscwrap project create invisible_to_admin --domain=default --or-show -f value -c id 2021-04-09 19:56:29.803 | +++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:56:29.807 | ++ functions-common:get_or_create_project:854 : project_id=f710ae3d2d904d278749a21510cb2ace 2021-04-09 19:56:29.809 | ++ functions-common:get_or_create_project:855 : echo f710ae3d2d904d278749a21510cb2ace 2021-04-09 19:56:29.812 | + lib/keystone:create_keystone_accounts:343 : invis_project=f710ae3d2d904d278749a21510cb2ace 2021-04-09 19:56:29.815 | + lib/keystone:create_keystone_accounts:346 : local demo_project 2021-04-09 19:56:29.818 | ++ lib/keystone:create_keystone_accounts:347 : get_or_create_project demo default 2021-04-09 19:56:29.820 | ++ functions-common:get_or_create_project:848 : local project_id 2021-04-09 19:56:29.824 | +++ functions-common:get_or_create_project:856 : oscwrap project create demo --domain=default --or-show -f value -c id 2021-04-09 19:56:32.099 | +++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:56:32.107 | ++ functions-common:get_or_create_project:854 : project_id=e3476b32a7804bd68d9f953061e6aeed 2021-04-09 19:56:32.110 | ++ functions-common:get_or_create_project:855 : echo e3476b32a7804bd68d9f953061e6aeed 2021-04-09 19:56:32.113 | + lib/keystone:create_keystone_accounts:347 : demo_project=e3476b32a7804bd68d9f953061e6aeed 2021-04-09 19:56:32.116 | + lib/keystone:create_keystone_accounts:348 : local demo_user 2021-04-09 19:56:32.119 | ++ lib/keystone:create_keystone_accounts:350 : get_or_create_user demo Passw0rd default demo@example.com 2021-04-09 19:56:32.122 | ++ functions-common:get_or_create_user:825 : local user_id 2021-04-09 19:56:32.124 | ++ functions-common:get_or_create_user:826 : [[ ! -z demo@example.com ]] 2021-04-09 19:56:32.127 | ++ functions-common:get_or_create_user:827 : local email=--email=demo@example.com 2021-04-09 19:56:32.131 | +++ 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-04-09 19:56:34.520 | +++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:56:34.523 | ++ functions-common:get_or_create_user:841 : user_id=8d53705b09264c20afbc935ed157e03a 2021-04-09 19:56:34.526 | ++ functions-common:get_or_create_user:842 : echo 8d53705b09264c20afbc935ed157e03a 2021-04-09 19:56:34.529 | + lib/keystone:create_keystone_accounts:350 : demo_user=8d53705b09264c20afbc935ed157e03a 2021-04-09 19:56:34.531 | + lib/keystone:create_keystone_accounts:352 : get_or_add_user_project_role member 8d53705b09264c20afbc935ed157e03a e3476b32a7804bd68d9f953061e6aeed 2021-04-09 19:56:34.534 | + functions-common:get_or_add_user_project_role:889 : local user_role_id 2021-04-09 19:56:34.537 | ++ functions-common:get_or_add_user_project_role:891 : _get_domain_args 2021-04-09 19:56:34.540 | ++ functions-common:_get_domain_args:873 : local domain 2021-04-09 19:56:34.542 | ++ functions-common:_get_domain_args:874 : domain= 2021-04-09 19:56:34.545 | ++ functions-common:_get_domain_args:876 : [[ -n '' ]] 2021-04-09 19:56:34.548 | ++ functions-common:_get_domain_args:879 : [[ -n '' ]] 2021-04-09 19:56:34.550 | ++ functions-common:_get_domain_args:883 : echo 2021-04-09 19:56:34.553 | + functions-common:get_or_add_user_project_role:891 : domain_args= 2021-04-09 19:56:34.557 | ++ functions-common:get_or_add_user_project_role:899 : oscwrap role assignment list --role member --user 8d53705b09264c20afbc935ed157e03a --project e3476b32a7804bd68d9f953061e6aeed 2021-04-09 19:56:34.557 | ++ functions-common:get_or_add_user_project_role:899 : grep '^|\s[a-f0-9]\+' 2021-04-09 19:56:34.558 | ++ functions-common:get_or_add_user_project_role:899 : get_field 1 2021-04-09 19:56:34.560 | ++ functions-common:get_field:727 : local data field 2021-04-09 19:56:34.563 | ++ functions-common:get_field:728 : read data 2021-04-09 19:56:36.981 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:56:36.991 | + functions-common:get_or_add_user_project_role:899 : user_role_id= 2021-04-09 19:56:36.994 | + functions-common:get_or_add_user_project_role:900 : [[ -z '' ]] 2021-04-09 19:56:36.996 | + functions-common:get_or_add_user_project_role:902 : openstack role add member --user 8d53705b09264c20afbc935ed157e03a --project e3476b32a7804bd68d9f953061e6aeed 2021-04-09 19:56:39.459 | ++ functions-common:get_or_add_user_project_role:911 : oscwrap role assignment list --role member --user 8d53705b09264c20afbc935ed157e03a --project e3476b32a7804bd68d9f953061e6aeed 2021-04-09 19:56:39.459 | ++ functions-common:get_or_add_user_project_role:911 : grep '^|\s[a-f0-9]\+' 2021-04-09 19:56:39.459 | ++ functions-common:get_or_add_user_project_role:911 : get_field 1 2021-04-09 19:56:39.462 | ++ functions-common:get_field:727 : local data field 2021-04-09 19:56:39.465 | ++ functions-common:get_field:728 : read data 2021-04-09 19:56:41.977 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:56:41.980 | ++ functions-common:get_field:729 : '[' 1 -lt 0 ']' 2021-04-09 19:56:41.983 | ++ functions-common:get_field:732 : field='$2' 2021-04-09 19:56:41.986 | ++ functions-common:get_field:734 : echo '| edfe87c9b85f4f98aa7eadca81d77892 | 8d53705b09264c20afbc935ed157e03a | | e3476b32a7804bd68d9f953061e6aeed | | | False |' 2021-04-09 19:56:41.987 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-04-09 19:56:41.992 | ++ functions-common:get_field:728 : read data 2021-04-09 19:56:41.995 | + functions-common:get_or_add_user_project_role:911 : user_role_id=edfe87c9b85f4f98aa7eadca81d77892 2021-04-09 19:56:41.998 | + functions-common:get_or_add_user_project_role:913 : echo edfe87c9b85f4f98aa7eadca81d77892 2021-04-09 19:56:41.998 | edfe87c9b85f4f98aa7eadca81d77892 2021-04-09 19:56:42.000 | + lib/keystone:create_keystone_accounts:353 : get_or_add_user_project_role admin 30c99b31cc31440e8e6447a8e0d4cebf e3476b32a7804bd68d9f953061e6aeed 2021-04-09 19:56:42.003 | + functions-common:get_or_add_user_project_role:889 : local user_role_id 2021-04-09 19:56:42.007 | ++ functions-common:get_or_add_user_project_role:891 : _get_domain_args 2021-04-09 19:56:42.009 | ++ functions-common:_get_domain_args:873 : local domain 2021-04-09 19:56:42.012 | ++ functions-common:_get_domain_args:874 : domain= 2021-04-09 19:56:42.014 | ++ functions-common:_get_domain_args:876 : [[ -n '' ]] 2021-04-09 19:56:42.017 | ++ functions-common:_get_domain_args:879 : [[ -n '' ]] 2021-04-09 19:56:42.020 | ++ functions-common:_get_domain_args:883 : echo 2021-04-09 19:56:42.023 | + functions-common:get_or_add_user_project_role:891 : domain_args= 2021-04-09 19:56:42.028 | ++ functions-common:get_or_add_user_project_role:899 : oscwrap role assignment list --role admin --user 30c99b31cc31440e8e6447a8e0d4cebf --project e3476b32a7804bd68d9f953061e6aeed 2021-04-09 19:56:42.028 | ++ functions-common:get_or_add_user_project_role:899 : grep '^|\s[a-f0-9]\+' 2021-04-09 19:56:42.028 | ++ functions-common:get_or_add_user_project_role:899 : get_field 1 2021-04-09 19:56:42.031 | ++ functions-common:get_field:727 : local data field 2021-04-09 19:56:42.034 | ++ functions-common:get_field:728 : read data 2021-04-09 19:56:44.491 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:56:44.495 | + functions-common:get_or_add_user_project_role:899 : user_role_id= 2021-04-09 19:56:44.497 | + functions-common:get_or_add_user_project_role:900 : [[ -z '' ]] 2021-04-09 19:56:44.500 | + functions-common:get_or_add_user_project_role:902 : openstack role add admin --user 30c99b31cc31440e8e6447a8e0d4cebf --project e3476b32a7804bd68d9f953061e6aeed 2021-04-09 19:56:46.904 | ++ functions-common:get_or_add_user_project_role:911 : oscwrap role assignment list --role admin --user 30c99b31cc31440e8e6447a8e0d4cebf --project e3476b32a7804bd68d9f953061e6aeed 2021-04-09 19:56:46.904 | ++ functions-common:get_or_add_user_project_role:911 : grep '^|\s[a-f0-9]\+' 2021-04-09 19:56:46.904 | ++ functions-common:get_or_add_user_project_role:911 : get_field 1 2021-04-09 19:56:46.907 | ++ functions-common:get_field:727 : local data field 2021-04-09 19:56:46.910 | ++ functions-common:get_field:728 : read data 2021-04-09 19:56:49.340 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:56:49.343 | ++ functions-common:get_field:729 : '[' 1 -lt 0 ']' 2021-04-09 19:56:49.346 | ++ functions-common:get_field:732 : field='$2' 2021-04-09 19:56:49.349 | ++ functions-common:get_field:734 : echo '| 8d70c3d392e6452da4fab2b9acdb0e51 | 30c99b31cc31440e8e6447a8e0d4cebf | | e3476b32a7804bd68d9f953061e6aeed | | | False |' 2021-04-09 19:56:49.350 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-04-09 19:56:49.355 | ++ functions-common:get_field:728 : read data 2021-04-09 19:56:49.358 | + functions-common:get_or_add_user_project_role:911 : user_role_id=8d70c3d392e6452da4fab2b9acdb0e51 2021-04-09 19:56:49.361 | + functions-common:get_or_add_user_project_role:913 : echo 8d70c3d392e6452da4fab2b9acdb0e51 2021-04-09 19:56:49.361 | 8d70c3d392e6452da4fab2b9acdb0e51 2021-04-09 19:56:49.364 | + lib/keystone:create_keystone_accounts:354 : get_or_add_user_project_role anotherrole 8d53705b09264c20afbc935ed157e03a e3476b32a7804bd68d9f953061e6aeed 2021-04-09 19:56:49.366 | + functions-common:get_or_add_user_project_role:889 : local user_role_id 2021-04-09 19:56:49.369 | ++ functions-common:get_or_add_user_project_role:891 : _get_domain_args 2021-04-09 19:56:49.372 | ++ functions-common:_get_domain_args:873 : local domain 2021-04-09 19:56:49.374 | ++ functions-common:_get_domain_args:874 : domain= 2021-04-09 19:56:49.377 | ++ functions-common:_get_domain_args:876 : [[ -n '' ]] 2021-04-09 19:56:49.380 | ++ functions-common:_get_domain_args:879 : [[ -n '' ]] 2021-04-09 19:56:49.382 | ++ functions-common:_get_domain_args:883 : echo 2021-04-09 19:56:49.385 | + functions-common:get_or_add_user_project_role:891 : domain_args= 2021-04-09 19:56:49.389 | ++ functions-common:get_or_add_user_project_role:899 : oscwrap role assignment list --role anotherrole --user 8d53705b09264c20afbc935ed157e03a --project e3476b32a7804bd68d9f953061e6aeed 2021-04-09 19:56:49.389 | ++ functions-common:get_or_add_user_project_role:899 : grep '^|\s[a-f0-9]\+' 2021-04-09 19:56:49.389 | ++ functions-common:get_or_add_user_project_role:899 : get_field 1 2021-04-09 19:56:49.392 | ++ functions-common:get_field:727 : local data field 2021-04-09 19:56:49.395 | ++ functions-common:get_field:728 : read data 2021-04-09 19:56:51.764 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:56:51.768 | + functions-common:get_or_add_user_project_role:899 : user_role_id= 2021-04-09 19:56:51.770 | + functions-common:get_or_add_user_project_role:900 : [[ -z '' ]] 2021-04-09 19:56:51.773 | + functions-common:get_or_add_user_project_role:902 : openstack role add anotherrole --user 8d53705b09264c20afbc935ed157e03a --project e3476b32a7804bd68d9f953061e6aeed 2021-04-09 19:56:54.102 | ++ functions-common:get_or_add_user_project_role:911 : oscwrap role assignment list --role anotherrole --user 8d53705b09264c20afbc935ed157e03a --project e3476b32a7804bd68d9f953061e6aeed 2021-04-09 19:56:54.102 | ++ functions-common:get_or_add_user_project_role:911 : grep '^|\s[a-f0-9]\+' 2021-04-09 19:56:54.102 | ++ functions-common:get_or_add_user_project_role:911 : get_field 1 2021-04-09 19:56:54.105 | ++ functions-common:get_field:727 : local data field 2021-04-09 19:56:54.108 | ++ functions-common:get_field:728 : read data 2021-04-09 19:56:56.546 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:56:56.550 | ++ functions-common:get_field:729 : '[' 1 -lt 0 ']' 2021-04-09 19:56:56.552 | ++ functions-common:get_field:732 : field='$2' 2021-04-09 19:56:56.555 | ++ functions-common:get_field:734 : echo '| ffe9d8575a4b4c629718b2b52117217b | 8d53705b09264c20afbc935ed157e03a | | e3476b32a7804bd68d9f953061e6aeed | | | False |' 2021-04-09 19:56:56.556 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-04-09 19:56:56.561 | ++ functions-common:get_field:728 : read data 2021-04-09 19:56:56.564 | + functions-common:get_or_add_user_project_role:911 : user_role_id=ffe9d8575a4b4c629718b2b52117217b 2021-04-09 19:56:56.567 | + functions-common:get_or_add_user_project_role:913 : echo ffe9d8575a4b4c629718b2b52117217b 2021-04-09 19:56:56.567 | ffe9d8575a4b4c629718b2b52117217b 2021-04-09 19:56:56.570 | + lib/keystone:create_keystone_accounts:355 : get_or_add_user_project_role member 8d53705b09264c20afbc935ed157e03a f710ae3d2d904d278749a21510cb2ace 2021-04-09 19:56:56.573 | + functions-common:get_or_add_user_project_role:889 : local user_role_id 2021-04-09 19:56:56.576 | ++ functions-common:get_or_add_user_project_role:891 : _get_domain_args 2021-04-09 19:56:56.582 | ++ functions-common:_get_domain_args:873 : local domain 2021-04-09 19:56:56.582 | ++ functions-common:_get_domain_args:874 : domain= 2021-04-09 19:56:56.584 | ++ functions-common:_get_domain_args:876 : [[ -n '' ]] 2021-04-09 19:56:56.586 | ++ functions-common:_get_domain_args:879 : [[ -n '' ]] 2021-04-09 19:56:56.589 | ++ functions-common:_get_domain_args:883 : echo 2021-04-09 19:56:56.591 | + functions-common:get_or_add_user_project_role:891 : domain_args= 2021-04-09 19:56:56.596 | ++ functions-common:get_or_add_user_project_role:899 : grep '^|\s[a-f0-9]\+' 2021-04-09 19:56:56.596 | ++ functions-common:get_or_add_user_project_role:899 : get_field 1 2021-04-09 19:56:56.596 | ++ functions-common:get_or_add_user_project_role:899 : oscwrap role assignment list --role member --user 8d53705b09264c20afbc935ed157e03a --project f710ae3d2d904d278749a21510cb2ace 2021-04-09 19:56:56.598 | ++ functions-common:get_field:727 : local data field 2021-04-09 19:56:56.601 | ++ functions-common:get_field:728 : read data 2021-04-09 19:56:58.967 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:56:58.972 | + functions-common:get_or_add_user_project_role:899 : user_role_id= 2021-04-09 19:56:58.974 | + functions-common:get_or_add_user_project_role:900 : [[ -z '' ]] 2021-04-09 19:56:58.977 | + functions-common:get_or_add_user_project_role:902 : openstack role add member --user 8d53705b09264c20afbc935ed157e03a --project f710ae3d2d904d278749a21510cb2ace 2021-04-09 19:57:01.302 | ++ functions-common:get_or_add_user_project_role:911 : oscwrap role assignment list --role member --user 8d53705b09264c20afbc935ed157e03a --project f710ae3d2d904d278749a21510cb2ace 2021-04-09 19:57:01.302 | ++ functions-common:get_or_add_user_project_role:911 : grep '^|\s[a-f0-9]\+' 2021-04-09 19:57:01.302 | ++ functions-common:get_or_add_user_project_role:911 : get_field 1 2021-04-09 19:57:01.305 | ++ functions-common:get_field:727 : local data field 2021-04-09 19:57:01.308 | ++ functions-common:get_field:728 : read data 2021-04-09 19:57:03.762 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:57:03.765 | ++ functions-common:get_field:729 : '[' 1 -lt 0 ']' 2021-04-09 19:57:03.768 | ++ functions-common:get_field:732 : field='$2' 2021-04-09 19:57:03.771 | ++ functions-common:get_field:734 : echo '| edfe87c9b85f4f98aa7eadca81d77892 | 8d53705b09264c20afbc935ed157e03a | | f710ae3d2d904d278749a21510cb2ace | | | False |' 2021-04-09 19:57:03.772 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-04-09 19:57:03.777 | ++ functions-common:get_field:728 : read data 2021-04-09 19:57:03.780 | + functions-common:get_or_add_user_project_role:911 : user_role_id=edfe87c9b85f4f98aa7eadca81d77892 2021-04-09 19:57:03.783 | + functions-common:get_or_add_user_project_role:913 : echo edfe87c9b85f4f98aa7eadca81d77892 2021-04-09 19:57:03.783 | edfe87c9b85f4f98aa7eadca81d77892 2021-04-09 19:57:03.786 | + lib/keystone:create_keystone_accounts:358 : local alt_demo_project 2021-04-09 19:57:03.789 | ++ lib/keystone:create_keystone_accounts:359 : get_or_create_project alt_demo default 2021-04-09 19:57:03.795 | ++ functions-common:get_or_create_project:848 : local project_id 2021-04-09 19:57:03.795 | +++ functions-common:get_or_create_project:856 : oscwrap project create alt_demo --domain=default --or-show -f value -c id 2021-04-09 19:57:06.221 | +++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:57:06.224 | ++ functions-common:get_or_create_project:854 : project_id=7cef345dae5d41a7abe1c014ef05d398 2021-04-09 19:57:06.227 | ++ functions-common:get_or_create_project:855 : echo 7cef345dae5d41a7abe1c014ef05d398 2021-04-09 19:57:06.229 | + lib/keystone:create_keystone_accounts:359 : alt_demo_project=7cef345dae5d41a7abe1c014ef05d398 2021-04-09 19:57:06.232 | + lib/keystone:create_keystone_accounts:360 : local alt_demo_user 2021-04-09 19:57:06.235 | ++ lib/keystone:create_keystone_accounts:362 : get_or_create_user alt_demo Passw0rd default alt_demo@example.com 2021-04-09 19:57:06.238 | ++ functions-common:get_or_create_user:825 : local user_id 2021-04-09 19:57:06.241 | ++ functions-common:get_or_create_user:826 : [[ ! -z alt_demo@example.com ]] 2021-04-09 19:57:06.243 | ++ functions-common:get_or_create_user:827 : local email=--email=alt_demo@example.com 2021-04-09 19:57:06.246 | +++ 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-04-09 19:57:08.509 | +++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:57:08.512 | ++ functions-common:get_or_create_user:841 : user_id=52cdf6280aa04c3eb7556a0ba0b14e5b 2021-04-09 19:57:08.515 | ++ functions-common:get_or_create_user:842 : echo 52cdf6280aa04c3eb7556a0ba0b14e5b 2021-04-09 19:57:08.518 | + lib/keystone:create_keystone_accounts:362 : alt_demo_user=52cdf6280aa04c3eb7556a0ba0b14e5b 2021-04-09 19:57:08.521 | + lib/keystone:create_keystone_accounts:364 : get_or_add_user_project_role member 52cdf6280aa04c3eb7556a0ba0b14e5b 7cef345dae5d41a7abe1c014ef05d398 2021-04-09 19:57:08.523 | + functions-common:get_or_add_user_project_role:889 : local user_role_id 2021-04-09 19:57:08.526 | ++ functions-common:get_or_add_user_project_role:891 : _get_domain_args 2021-04-09 19:57:08.529 | ++ functions-common:_get_domain_args:873 : local domain 2021-04-09 19:57:08.531 | ++ functions-common:_get_domain_args:874 : domain= 2021-04-09 19:57:08.534 | ++ functions-common:_get_domain_args:876 : [[ -n '' ]] 2021-04-09 19:57:08.537 | ++ functions-common:_get_domain_args:879 : [[ -n '' ]] 2021-04-09 19:57:08.539 | ++ functions-common:_get_domain_args:883 : echo 2021-04-09 19:57:08.542 | + functions-common:get_or_add_user_project_role:891 : domain_args= 2021-04-09 19:57:08.546 | ++ functions-common:get_or_add_user_project_role:899 : oscwrap role assignment list --role member --user 52cdf6280aa04c3eb7556a0ba0b14e5b --project 7cef345dae5d41a7abe1c014ef05d398 2021-04-09 19:57:08.547 | ++ functions-common:get_or_add_user_project_role:899 : get_field 1 2021-04-09 19:57:08.547 | ++ functions-common:get_or_add_user_project_role:899 : grep '^|\s[a-f0-9]\+' 2021-04-09 19:57:08.550 | ++ functions-common:get_field:727 : local data field 2021-04-09 19:57:08.552 | ++ functions-common:get_field:728 : read data 2021-04-09 19:57:10.963 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:57:10.967 | + functions-common:get_or_add_user_project_role:899 : user_role_id= 2021-04-09 19:57:10.969 | + functions-common:get_or_add_user_project_role:900 : [[ -z '' ]] 2021-04-09 19:57:10.972 | + functions-common:get_or_add_user_project_role:902 : openstack role add member --user 52cdf6280aa04c3eb7556a0ba0b14e5b --project 7cef345dae5d41a7abe1c014ef05d398 2021-04-09 19:57:13.339 | ++ functions-common:get_or_add_user_project_role:911 : oscwrap role assignment list --role member --user 52cdf6280aa04c3eb7556a0ba0b14e5b --project 7cef345dae5d41a7abe1c014ef05d398 2021-04-09 19:57:13.339 | ++ functions-common:get_or_add_user_project_role:911 : grep '^|\s[a-f0-9]\+' 2021-04-09 19:57:13.339 | ++ functions-common:get_or_add_user_project_role:911 : get_field 1 2021-04-09 19:57:13.342 | ++ functions-common:get_field:727 : local data field 2021-04-09 19:57:13.345 | ++ functions-common:get_field:728 : read data 2021-04-09 19:57:15.820 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:57:15.823 | ++ functions-common:get_field:729 : '[' 1 -lt 0 ']' 2021-04-09 19:57:15.825 | ++ functions-common:get_field:732 : field='$2' 2021-04-09 19:57:15.829 | ++ functions-common:get_field:734 : echo '| edfe87c9b85f4f98aa7eadca81d77892 | 52cdf6280aa04c3eb7556a0ba0b14e5b | | 7cef345dae5d41a7abe1c014ef05d398 | | | False |' 2021-04-09 19:57:15.829 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-04-09 19:57:15.835 | ++ functions-common:get_field:728 : read data 2021-04-09 19:57:15.838 | + functions-common:get_or_add_user_project_role:911 : user_role_id=edfe87c9b85f4f98aa7eadca81d77892 2021-04-09 19:57:15.841 | + functions-common:get_or_add_user_project_role:913 : echo edfe87c9b85f4f98aa7eadca81d77892 2021-04-09 19:57:15.841 | edfe87c9b85f4f98aa7eadca81d77892 2021-04-09 19:57:15.843 | + lib/keystone:create_keystone_accounts:365 : get_or_add_user_project_role admin 30c99b31cc31440e8e6447a8e0d4cebf 7cef345dae5d41a7abe1c014ef05d398 2021-04-09 19:57:15.846 | + functions-common:get_or_add_user_project_role:889 : local user_role_id 2021-04-09 19:57:15.849 | ++ functions-common:get_or_add_user_project_role:891 : _get_domain_args 2021-04-09 19:57:15.852 | ++ functions-common:_get_domain_args:873 : local domain 2021-04-09 19:57:15.855 | ++ functions-common:_get_domain_args:874 : domain= 2021-04-09 19:57:15.857 | ++ functions-common:_get_domain_args:876 : [[ -n '' ]] 2021-04-09 19:57:15.860 | ++ functions-common:_get_domain_args:879 : [[ -n '' ]] 2021-04-09 19:57:15.862 | ++ functions-common:_get_domain_args:883 : echo 2021-04-09 19:57:15.865 | + functions-common:get_or_add_user_project_role:891 : domain_args= 2021-04-09 19:57:15.869 | ++ functions-common:get_or_add_user_project_role:899 : oscwrap role assignment list --role admin --user 30c99b31cc31440e8e6447a8e0d4cebf --project 7cef345dae5d41a7abe1c014ef05d398 2021-04-09 19:57:15.869 | ++ functions-common:get_or_add_user_project_role:899 : grep '^|\s[a-f0-9]\+' 2021-04-09 19:57:15.869 | ++ functions-common:get_or_add_user_project_role:899 : get_field 1 2021-04-09 19:57:15.872 | ++ functions-common:get_field:727 : local data field 2021-04-09 19:57:15.875 | ++ functions-common:get_field:728 : read data 2021-04-09 19:57:18.254 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:57:18.262 | + functions-common:get_or_add_user_project_role:899 : user_role_id= 2021-04-09 19:57:18.265 | + functions-common:get_or_add_user_project_role:900 : [[ -z '' ]] 2021-04-09 19:57:18.267 | + functions-common:get_or_add_user_project_role:902 : openstack role add admin --user 30c99b31cc31440e8e6447a8e0d4cebf --project 7cef345dae5d41a7abe1c014ef05d398 2021-04-09 19:57:20.617 | ++ functions-common:get_or_add_user_project_role:911 : oscwrap role assignment list --role admin --user 30c99b31cc31440e8e6447a8e0d4cebf --project 7cef345dae5d41a7abe1c014ef05d398 2021-04-09 19:57:20.617 | ++ functions-common:get_or_add_user_project_role:911 : grep '^|\s[a-f0-9]\+' 2021-04-09 19:57:20.617 | ++ functions-common:get_or_add_user_project_role:911 : get_field 1 2021-04-09 19:57:20.620 | ++ functions-common:get_field:727 : local data field 2021-04-09 19:57:20.622 | ++ functions-common:get_field:728 : read data 2021-04-09 19:57:23.056 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:57:23.059 | ++ functions-common:get_field:729 : '[' 1 -lt 0 ']' 2021-04-09 19:57:23.062 | ++ functions-common:get_field:732 : field='$2' 2021-04-09 19:57:23.065 | ++ functions-common:get_field:734 : echo '| 8d70c3d392e6452da4fab2b9acdb0e51 | 30c99b31cc31440e8e6447a8e0d4cebf | | 7cef345dae5d41a7abe1c014ef05d398 | | | False |' 2021-04-09 19:57:23.065 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-04-09 19:57:23.071 | ++ functions-common:get_field:728 : read data 2021-04-09 19:57:23.074 | + functions-common:get_or_add_user_project_role:911 : user_role_id=8d70c3d392e6452da4fab2b9acdb0e51 2021-04-09 19:57:23.076 | + functions-common:get_or_add_user_project_role:913 : echo 8d70c3d392e6452da4fab2b9acdb0e51 2021-04-09 19:57:23.076 | 8d70c3d392e6452da4fab2b9acdb0e51 2021-04-09 19:57:23.079 | + lib/keystone:create_keystone_accounts:366 : get_or_add_user_project_role anotherrole 52cdf6280aa04c3eb7556a0ba0b14e5b 7cef345dae5d41a7abe1c014ef05d398 2021-04-09 19:57:23.082 | + functions-common:get_or_add_user_project_role:889 : local user_role_id 2021-04-09 19:57:23.085 | ++ functions-common:get_or_add_user_project_role:891 : _get_domain_args 2021-04-09 19:57:23.088 | ++ functions-common:_get_domain_args:873 : local domain 2021-04-09 19:57:23.090 | ++ functions-common:_get_domain_args:874 : domain= 2021-04-09 19:57:23.093 | ++ functions-common:_get_domain_args:876 : [[ -n '' ]] 2021-04-09 19:57:23.096 | ++ functions-common:_get_domain_args:879 : [[ -n '' ]] 2021-04-09 19:57:23.099 | ++ functions-common:_get_domain_args:883 : echo 2021-04-09 19:57:23.102 | + functions-common:get_or_add_user_project_role:891 : domain_args= 2021-04-09 19:57:23.106 | ++ functions-common:get_or_add_user_project_role:899 : oscwrap role assignment list --role anotherrole --user 52cdf6280aa04c3eb7556a0ba0b14e5b --project 7cef345dae5d41a7abe1c014ef05d398 2021-04-09 19:57:23.107 | ++ functions-common:get_or_add_user_project_role:899 : get_field 1 2021-04-09 19:57:23.107 | ++ functions-common:get_or_add_user_project_role:899 : grep '^|\s[a-f0-9]\+' 2021-04-09 19:57:23.109 | ++ functions-common:get_field:727 : local data field 2021-04-09 19:57:23.111 | ++ functions-common:get_field:728 : read data 2021-04-09 19:57:25.509 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:57:25.513 | + functions-common:get_or_add_user_project_role:899 : user_role_id= 2021-04-09 19:57:25.515 | + functions-common:get_or_add_user_project_role:900 : [[ -z '' ]] 2021-04-09 19:57:25.518 | + functions-common:get_or_add_user_project_role:902 : openstack role add anotherrole --user 52cdf6280aa04c3eb7556a0ba0b14e5b --project 7cef345dae5d41a7abe1c014ef05d398 2021-04-09 19:57:27.916 | ++ functions-common:get_or_add_user_project_role:911 : oscwrap role assignment list --role anotherrole --user 52cdf6280aa04c3eb7556a0ba0b14e5b --project 7cef345dae5d41a7abe1c014ef05d398 2021-04-09 19:57:27.917 | ++ functions-common:get_or_add_user_project_role:911 : grep '^|\s[a-f0-9]\+' 2021-04-09 19:57:27.917 | ++ functions-common:get_or_add_user_project_role:911 : get_field 1 2021-04-09 19:57:27.919 | ++ functions-common:get_field:727 : local data field 2021-04-09 19:57:27.922 | ++ functions-common:get_field:728 : read data 2021-04-09 19:57:30.383 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:57:30.387 | ++ functions-common:get_field:729 : '[' 1 -lt 0 ']' 2021-04-09 19:57:30.389 | ++ functions-common:get_field:732 : field='$2' 2021-04-09 19:57:30.392 | ++ functions-common:get_field:734 : echo '| ffe9d8575a4b4c629718b2b52117217b | 52cdf6280aa04c3eb7556a0ba0b14e5b | | 7cef345dae5d41a7abe1c014ef05d398 | | | False |' 2021-04-09 19:57:30.393 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-04-09 19:57:30.398 | ++ functions-common:get_field:728 : read data 2021-04-09 19:57:30.401 | + functions-common:get_or_add_user_project_role:911 : user_role_id=ffe9d8575a4b4c629718b2b52117217b 2021-04-09 19:57:30.403 | + functions-common:get_or_add_user_project_role:913 : echo ffe9d8575a4b4c629718b2b52117217b 2021-04-09 19:57:30.403 | ffe9d8575a4b4c629718b2b52117217b 2021-04-09 19:57:30.406 | + lib/keystone:create_keystone_accounts:369 : local admin_group 2021-04-09 19:57:30.410 | ++ lib/keystone:create_keystone_accounts:371 : get_or_create_group admins default 'openstack admin group' 2021-04-09 19:57:30.412 | ++ functions-common:get_or_create_group:810 : local 'desc=openstack admin group' 2021-04-09 19:57:30.414 | ++ functions-common:get_or_create_group:811 : local group_id 2021-04-09 19:57:30.418 | +++ functions-common:get_or_create_group:820 : oscwrap group create admins --domain default --description 'openstack admin group' --or-show -f value -c id 2021-04-09 19:57:32.660 | +++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:57:32.663 | ++ functions-common:get_or_create_group:818 : group_id=02aab9e1a75d4f7c82f10e3618914190 2021-04-09 19:57:32.665 | ++ functions-common:get_or_create_group:819 : echo 02aab9e1a75d4f7c82f10e3618914190 2021-04-09 19:57:32.668 | + lib/keystone:create_keystone_accounts:371 : admin_group=02aab9e1a75d4f7c82f10e3618914190 2021-04-09 19:57:32.671 | + lib/keystone:create_keystone_accounts:372 : local non_admin_group 2021-04-09 19:57:32.674 | ++ lib/keystone:create_keystone_accounts:374 : get_or_create_group nonadmins default 'non-admin group' 2021-04-09 19:57:32.677 | ++ functions-common:get_or_create_group:810 : local 'desc=non-admin group' 2021-04-09 19:57:32.679 | ++ functions-common:get_or_create_group:811 : local group_id 2021-04-09 19:57:32.683 | +++ functions-common:get_or_create_group:820 : oscwrap group create nonadmins --domain default --description 'non-admin group' --or-show -f value -c id 2021-04-09 19:57:34.916 | +++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:57:34.919 | ++ functions-common:get_or_create_group:818 : group_id=c04f0824f03642fa8cc549860f9e5d70 2021-04-09 19:57:34.922 | ++ functions-common:get_or_create_group:819 : echo c04f0824f03642fa8cc549860f9e5d70 2021-04-09 19:57:34.925 | + lib/keystone:create_keystone_accounts:374 : non_admin_group=c04f0824f03642fa8cc549860f9e5d70 2021-04-09 19:57:34.928 | + lib/keystone:create_keystone_accounts:376 : get_or_add_group_project_role member c04f0824f03642fa8cc549860f9e5d70 e3476b32a7804bd68d9f953061e6aeed 2021-04-09 19:57:34.930 | + functions-common:get_or_add_group_project_role:943 : local group_role_id 2021-04-09 19:57:34.933 | ++ functions-common:get_or_add_group_project_role:949 : oscwrap role assignment list --role member --group c04f0824f03642fa8cc549860f9e5d70 --project e3476b32a7804bd68d9f953061e6aeed -f value 2021-04-09 19:57:37.370 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:57:37.373 | + functions-common:get_or_add_group_project_role:949 : group_role_id= 2021-04-09 19:57:37.375 | + functions-common:get_or_add_group_project_role:950 : [[ -z '' ]] 2021-04-09 19:57:37.378 | + functions-common:get_or_add_group_project_role:952 : openstack role add member --group c04f0824f03642fa8cc549860f9e5d70 --project e3476b32a7804bd68d9f953061e6aeed 2021-04-09 19:57:39.712 | ++ functions-common:get_or_add_group_project_role:959 : oscwrap role assignment list --role member --group c04f0824f03642fa8cc549860f9e5d70 --project e3476b32a7804bd68d9f953061e6aeed -f value 2021-04-09 19:57:42.158 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:57:42.162 | + functions-common:get_or_add_group_project_role:959 : group_role_id='edfe87c9b85f4f98aa7eadca81d77892 c04f0824f03642fa8cc549860f9e5d70 e3476b32a7804bd68d9f953061e6aeed False' 2021-04-09 19:57:42.164 | + functions-common:get_or_add_group_project_role:961 : echo edfe87c9b85f4f98aa7eadca81d77892 c04f0824f03642fa8cc549860f9e5d70 e3476b32a7804bd68d9f953061e6aeed False 2021-04-09 19:57:42.164 | edfe87c9b85f4f98aa7eadca81d77892 c04f0824f03642fa8cc549860f9e5d70 e3476b32a7804bd68d9f953061e6aeed False 2021-04-09 19:57:42.166 | + lib/keystone:create_keystone_accounts:377 : get_or_add_group_project_role anotherrole c04f0824f03642fa8cc549860f9e5d70 e3476b32a7804bd68d9f953061e6aeed 2021-04-09 19:57:42.169 | + functions-common:get_or_add_group_project_role:943 : local group_role_id 2021-04-09 19:57:42.172 | ++ functions-common:get_or_add_group_project_role:949 : oscwrap role assignment list --role anotherrole --group c04f0824f03642fa8cc549860f9e5d70 --project e3476b32a7804bd68d9f953061e6aeed -f value 2021-04-09 19:57:44.563 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:57:44.566 | + functions-common:get_or_add_group_project_role:949 : group_role_id= 2021-04-09 19:57:44.569 | + functions-common:get_or_add_group_project_role:950 : [[ -z '' ]] 2021-04-09 19:57:44.571 | + functions-common:get_or_add_group_project_role:952 : openstack role add anotherrole --group c04f0824f03642fa8cc549860f9e5d70 --project e3476b32a7804bd68d9f953061e6aeed 2021-04-09 19:57:46.883 | ++ functions-common:get_or_add_group_project_role:959 : oscwrap role assignment list --role anotherrole --group c04f0824f03642fa8cc549860f9e5d70 --project e3476b32a7804bd68d9f953061e6aeed -f value 2021-04-09 19:57:49.327 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:57:49.330 | + functions-common:get_or_add_group_project_role:959 : group_role_id='ffe9d8575a4b4c629718b2b52117217b c04f0824f03642fa8cc549860f9e5d70 e3476b32a7804bd68d9f953061e6aeed False' 2021-04-09 19:57:49.333 | + functions-common:get_or_add_group_project_role:961 : echo ffe9d8575a4b4c629718b2b52117217b c04f0824f03642fa8cc549860f9e5d70 e3476b32a7804bd68d9f953061e6aeed False 2021-04-09 19:57:49.333 | ffe9d8575a4b4c629718b2b52117217b c04f0824f03642fa8cc549860f9e5d70 e3476b32a7804bd68d9f953061e6aeed False 2021-04-09 19:57:49.335 | + lib/keystone:create_keystone_accounts:378 : get_or_add_group_project_role member c04f0824f03642fa8cc549860f9e5d70 7cef345dae5d41a7abe1c014ef05d398 2021-04-09 19:57:49.338 | + functions-common:get_or_add_group_project_role:943 : local group_role_id 2021-04-09 19:57:49.341 | ++ functions-common:get_or_add_group_project_role:949 : oscwrap role assignment list --role member --group c04f0824f03642fa8cc549860f9e5d70 --project 7cef345dae5d41a7abe1c014ef05d398 -f value 2021-04-09 19:57:51.723 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:57:51.726 | + functions-common:get_or_add_group_project_role:949 : group_role_id= 2021-04-09 19:57:51.728 | + functions-common:get_or_add_group_project_role:950 : [[ -z '' ]] 2021-04-09 19:57:51.731 | + functions-common:get_or_add_group_project_role:952 : openstack role add member --group c04f0824f03642fa8cc549860f9e5d70 --project 7cef345dae5d41a7abe1c014ef05d398 2021-04-09 19:57:54.089 | ++ functions-common:get_or_add_group_project_role:959 : oscwrap role assignment list --role member --group c04f0824f03642fa8cc549860f9e5d70 --project 7cef345dae5d41a7abe1c014ef05d398 -f value 2021-04-09 19:57:56.536 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:57:56.539 | + functions-common:get_or_add_group_project_role:959 : group_role_id='edfe87c9b85f4f98aa7eadca81d77892 c04f0824f03642fa8cc549860f9e5d70 7cef345dae5d41a7abe1c014ef05d398 False' 2021-04-09 19:57:56.542 | + functions-common:get_or_add_group_project_role:961 : echo edfe87c9b85f4f98aa7eadca81d77892 c04f0824f03642fa8cc549860f9e5d70 7cef345dae5d41a7abe1c014ef05d398 False 2021-04-09 19:57:56.542 | edfe87c9b85f4f98aa7eadca81d77892 c04f0824f03642fa8cc549860f9e5d70 7cef345dae5d41a7abe1c014ef05d398 False 2021-04-09 19:57:56.544 | + lib/keystone:create_keystone_accounts:379 : get_or_add_group_project_role anotherrole c04f0824f03642fa8cc549860f9e5d70 7cef345dae5d41a7abe1c014ef05d398 2021-04-09 19:57:56.547 | + functions-common:get_or_add_group_project_role:943 : local group_role_id 2021-04-09 19:57:56.551 | ++ functions-common:get_or_add_group_project_role:949 : oscwrap role assignment list --role anotherrole --group c04f0824f03642fa8cc549860f9e5d70 --project 7cef345dae5d41a7abe1c014ef05d398 -f value 2021-04-09 19:57:58.947 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:57:58.950 | + functions-common:get_or_add_group_project_role:949 : group_role_id= 2021-04-09 19:57:58.953 | + functions-common:get_or_add_group_project_role:950 : [[ -z '' ]] 2021-04-09 19:57:58.956 | + functions-common:get_or_add_group_project_role:952 : openstack role add anotherrole --group c04f0824f03642fa8cc549860f9e5d70 --project 7cef345dae5d41a7abe1c014ef05d398 2021-04-09 19:58:01.306 | ++ functions-common:get_or_add_group_project_role:959 : oscwrap role assignment list --role anotherrole --group c04f0824f03642fa8cc549860f9e5d70 --project 7cef345dae5d41a7abe1c014ef05d398 -f value 2021-04-09 19:58:03.799 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:58:03.802 | + functions-common:get_or_add_group_project_role:959 : group_role_id='ffe9d8575a4b4c629718b2b52117217b c04f0824f03642fa8cc549860f9e5d70 7cef345dae5d41a7abe1c014ef05d398 False' 2021-04-09 19:58:03.805 | + functions-common:get_or_add_group_project_role:961 : echo ffe9d8575a4b4c629718b2b52117217b c04f0824f03642fa8cc549860f9e5d70 7cef345dae5d41a7abe1c014ef05d398 False 2021-04-09 19:58:03.805 | ffe9d8575a4b4c629718b2b52117217b c04f0824f03642fa8cc549860f9e5d70 7cef345dae5d41a7abe1c014ef05d398 False 2021-04-09 19:58:03.807 | + lib/keystone:create_keystone_accounts:380 : get_or_add_group_project_role admin 02aab9e1a75d4f7c82f10e3618914190 ad652990b2da485f916c7ea251f4605f 2021-04-09 19:58:03.810 | + functions-common:get_or_add_group_project_role:943 : local group_role_id 2021-04-09 19:58:03.813 | ++ functions-common:get_or_add_group_project_role:949 : oscwrap role assignment list --role admin --group 02aab9e1a75d4f7c82f10e3618914190 --project ad652990b2da485f916c7ea251f4605f -f value 2021-04-09 19:58:06.236 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:58:06.239 | + functions-common:get_or_add_group_project_role:949 : group_role_id= 2021-04-09 19:58:06.242 | + functions-common:get_or_add_group_project_role:950 : [[ -z '' ]] 2021-04-09 19:58:06.244 | + functions-common:get_or_add_group_project_role:952 : openstack role add admin --group 02aab9e1a75d4f7c82f10e3618914190 --project ad652990b2da485f916c7ea251f4605f 2021-04-09 19:58:08.600 | ++ functions-common:get_or_add_group_project_role:959 : oscwrap role assignment list --role admin --group 02aab9e1a75d4f7c82f10e3618914190 --project ad652990b2da485f916c7ea251f4605f -f value 2021-04-09 19:58:11.053 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:58:11.056 | + functions-common:get_or_add_group_project_role:959 : group_role_id='8d70c3d392e6452da4fab2b9acdb0e51 02aab9e1a75d4f7c82f10e3618914190 ad652990b2da485f916c7ea251f4605f False' 2021-04-09 19:58:11.059 | + functions-common:get_or_add_group_project_role:961 : echo 8d70c3d392e6452da4fab2b9acdb0e51 02aab9e1a75d4f7c82f10e3618914190 ad652990b2da485f916c7ea251f4605f False 2021-04-09 19:58:11.059 | 8d70c3d392e6452da4fab2b9acdb0e51 02aab9e1a75d4f7c82f10e3618914190 ad652990b2da485f916c7ea251f4605f False 2021-04-09 19:58:11.061 | + lib/keystone:create_keystone_accounts:382 : is_service_enabled ldap 2021-04-09 19:58:11.078 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 19:58:11.080 | + ./stack.sh:main:1152 : is_service_enabled nova 2021-04-09 19:58:11.096 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:58:11.099 | + ./stack.sh:main:1153 : create_nova_accounts 2021-04-09 19:58:11.101 | + 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-04-09 19:58:11.104 | + lib/nova:create_nova_accounts:348 : create_service_user nova admin 2021-04-09 19:58:11.106 | + lib/keystone:create_service_user:395 : get_or_create_user nova Passw0rd Default 2021-04-09 19:58:11.109 | + functions-common:get_or_create_user:825 : local user_id 2021-04-09 19:58:11.111 | + functions-common:get_or_create_user:826 : [[ ! -z '' ]] 2021-04-09 19:58:11.114 | + functions-common:get_or_create_user:829 : local email= 2021-04-09 19:58:11.117 | ++ functions-common:get_or_create_user:843 : oscwrap user create nova --password Passw0rd --domain=Default --or-show -f value -c id 2021-04-09 19:58:13.638 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:58:13.641 | + functions-common:get_or_create_user:841 : user_id=a97eb2eb7bc24ad6a49cc7ffa9832c9a 2021-04-09 19:58:13.644 | + functions-common:get_or_create_user:842 : echo a97eb2eb7bc24ad6a49cc7ffa9832c9a 2021-04-09 19:58:13.644 | a97eb2eb7bc24ad6a49cc7ffa9832c9a 2021-04-09 19:58:13.647 | + lib/keystone:create_service_user:396 : get_or_add_user_project_role service nova service Default Default 2021-04-09 19:58:13.649 | + functions-common:get_or_add_user_project_role:889 : local user_role_id 2021-04-09 19:58:13.652 | ++ functions-common:get_or_add_user_project_role:891 : _get_domain_args Default Default 2021-04-09 19:58:13.655 | ++ functions-common:_get_domain_args:873 : local domain 2021-04-09 19:58:13.657 | ++ functions-common:_get_domain_args:874 : domain= 2021-04-09 19:58:13.660 | ++ functions-common:_get_domain_args:876 : [[ -n Default ]] 2021-04-09 19:58:13.662 | ++ functions-common:_get_domain_args:877 : domain=' --user-domain Default' 2021-04-09 19:58:13.665 | ++ functions-common:_get_domain_args:879 : [[ -n Default ]] 2021-04-09 19:58:13.667 | ++ functions-common:_get_domain_args:880 : domain=' --user-domain Default --project-domain Default' 2021-04-09 19:58:13.669 | ++ functions-common:_get_domain_args:883 : echo --user-domain Default --project-domain Default 2021-04-09 19:58:13.672 | + functions-common:get_or_add_user_project_role:891 : domain_args='--user-domain Default --project-domain Default' 2021-04-09 19:58:13.676 | ++ 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-04-09 19:58:13.677 | ++ functions-common:get_or_add_user_project_role:899 : grep '^|\s[a-f0-9]\+' 2021-04-09 19:58:13.677 | ++ functions-common:get_or_add_user_project_role:899 : get_field 1 2021-04-09 19:58:13.680 | ++ functions-common:get_field:727 : local data field 2021-04-09 19:58:13.683 | ++ functions-common:get_field:728 : read data 2021-04-09 19:58:16.600 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:58:16.604 | + functions-common:get_or_add_user_project_role:899 : user_role_id= 2021-04-09 19:58:16.606 | + functions-common:get_or_add_user_project_role:900 : [[ -z '' ]] 2021-04-09 19:58:16.608 | + functions-common:get_or_add_user_project_role:902 : openstack role add service --user nova --project service --user-domain Default --project-domain Default 2021-04-09 19:58:19.540 | ++ 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-04-09 19:58:19.541 | ++ functions-common:get_or_add_user_project_role:911 : grep '^|\s[a-f0-9]\+' 2021-04-09 19:58:19.541 | ++ functions-common:get_or_add_user_project_role:911 : get_field 1 2021-04-09 19:58:19.544 | ++ functions-common:get_field:727 : local data field 2021-04-09 19:58:19.547 | ++ functions-common:get_field:728 : read data 2021-04-09 19:58:22.521 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:58:22.525 | ++ functions-common:get_field:729 : '[' 1 -lt 0 ']' 2021-04-09 19:58:22.527 | ++ functions-common:get_field:732 : field='$2' 2021-04-09 19:58:22.530 | ++ functions-common:get_field:734 : echo '| e5f3719c21e840d293eb199a08bd84aa | a97eb2eb7bc24ad6a49cc7ffa9832c9a | | b9f6284d40e34108bf2b924390c74beb | | | False |' 2021-04-09 19:58:22.530 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-04-09 19:58:22.536 | ++ functions-common:get_field:728 : read data 2021-04-09 19:58:22.539 | + functions-common:get_or_add_user_project_role:911 : user_role_id=e5f3719c21e840d293eb199a08bd84aa 2021-04-09 19:58:22.542 | + functions-common:get_or_add_user_project_role:913 : echo e5f3719c21e840d293eb199a08bd84aa 2021-04-09 19:58:22.542 | e5f3719c21e840d293eb199a08bd84aa 2021-04-09 19:58:22.544 | + lib/keystone:create_service_user:398 : [[ -n admin ]] 2021-04-09 19:58:22.547 | + lib/keystone:create_service_user:399 : get_or_add_user_project_role admin nova service Default Default 2021-04-09 19:58:22.549 | + functions-common:get_or_add_user_project_role:889 : local user_role_id 2021-04-09 19:58:22.553 | ++ functions-common:get_or_add_user_project_role:891 : _get_domain_args Default Default 2021-04-09 19:58:22.555 | ++ functions-common:_get_domain_args:873 : local domain 2021-04-09 19:58:22.557 | ++ functions-common:_get_domain_args:874 : domain= 2021-04-09 19:58:22.560 | ++ functions-common:_get_domain_args:876 : [[ -n Default ]] 2021-04-09 19:58:22.562 | ++ functions-common:_get_domain_args:877 : domain=' --user-domain Default' 2021-04-09 19:58:22.565 | ++ functions-common:_get_domain_args:879 : [[ -n Default ]] 2021-04-09 19:58:22.567 | ++ functions-common:_get_domain_args:880 : domain=' --user-domain Default --project-domain Default' 2021-04-09 19:58:22.569 | ++ functions-common:_get_domain_args:883 : echo --user-domain Default --project-domain Default 2021-04-09 19:58:22.572 | + functions-common:get_or_add_user_project_role:891 : domain_args='--user-domain Default --project-domain Default' 2021-04-09 19:58:22.576 | ++ 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-04-09 19:58:22.577 | ++ functions-common:get_or_add_user_project_role:899 : grep '^|\s[a-f0-9]\+' 2021-04-09 19:58:22.577 | ++ functions-common:get_or_add_user_project_role:899 : get_field 1 2021-04-09 19:58:22.581 | ++ functions-common:get_field:727 : local data field 2021-04-09 19:58:22.584 | ++ functions-common:get_field:728 : read data 2021-04-09 19:58:25.477 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:58:25.481 | + functions-common:get_or_add_user_project_role:899 : user_role_id= 2021-04-09 19:58:25.483 | + functions-common:get_or_add_user_project_role:900 : [[ -z '' ]] 2021-04-09 19:58:25.486 | + functions-common:get_or_add_user_project_role:902 : openstack role add admin --user nova --project service --user-domain Default --project-domain Default 2021-04-09 19:58:28.350 | ++ 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-04-09 19:58:28.350 | ++ functions-common:get_or_add_user_project_role:911 : grep '^|\s[a-f0-9]\+' 2021-04-09 19:58:28.350 | ++ functions-common:get_or_add_user_project_role:911 : get_field 1 2021-04-09 19:58:28.353 | ++ functions-common:get_field:727 : local data field 2021-04-09 19:58:28.356 | ++ functions-common:get_field:728 : read data 2021-04-09 19:58:31.337 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:58:31.340 | ++ functions-common:get_field:729 : '[' 1 -lt 0 ']' 2021-04-09 19:58:31.343 | ++ functions-common:get_field:732 : field='$2' 2021-04-09 19:58:31.347 | ++ functions-common:get_field:734 : echo '| 8d70c3d392e6452da4fab2b9acdb0e51 | a97eb2eb7bc24ad6a49cc7ffa9832c9a | | b9f6284d40e34108bf2b924390c74beb | | | False |' 2021-04-09 19:58:31.347 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-04-09 19:58:31.352 | ++ functions-common:get_field:728 : read data 2021-04-09 19:58:31.355 | + functions-common:get_or_add_user_project_role:911 : user_role_id=8d70c3d392e6452da4fab2b9acdb0e51 2021-04-09 19:58:31.358 | + functions-common:get_or_add_user_project_role:913 : echo 8d70c3d392e6452da4fab2b9acdb0e51 2021-04-09 19:58:31.358 | 8d70c3d392e6452da4fab2b9acdb0e51 2021-04-09 19:58:31.360 | + lib/nova:create_nova_accounts:350 : local nova_api_url 2021-04-09 19:58:31.362 | + lib/nova:create_nova_accounts:351 : [[ True == \F\a\l\s\e ]] 2021-04-09 19:58:31.365 | + lib/nova:create_nova_accounts:354 : nova_api_url=http://10.222.0.52/compute 2021-04-09 19:58:31.367 | + lib/nova:create_nova_accounts:357 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2021-04-09 19:58:31.370 | + functions-common:get_or_create_service:967 : local service_id 2021-04-09 19:58:31.373 | ++ functions-common:get_or_create_service:980 : oscwrap service show compute_legacy -f value -c id 2021-04-09 19:58:33.595 | ++ 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-04-09 19:58:35.743 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:58:35.746 | + functions-common:get_or_create_service:978 : service_id=' 2021-04-09 19:58:35.746 | 477310db86224da48ff1537aaa3a7568' 2021-04-09 19:58:35.748 | + functions-common:get_or_create_service:979 : echo 477310db86224da48ff1537aaa3a7568 2021-04-09 19:58:35.748 | 477310db86224da48ff1537aaa3a7568 2021-04-09 19:58:35.751 | + lib/nova:create_nova_accounts:359 : get_or_create_endpoint compute_legacy RegionOne 'http://10.222.0.52/compute/v2/$(project_id)s' 2021-04-09 19:58:35.753 | + functions-common:get_or_create_endpoint:1011 : local public_id 2021-04-09 19:58:35.756 | ++ functions-common:get_or_create_endpoint:1012 : _get_or_create_endpoint_with_interface compute_legacy public 'http://10.222.0.52/compute/v2/$(project_id)s' RegionOne 2021-04-09 19:58:35.759 | ++ functions-common:_get_or_create_endpoint_with_interface:985 : local endpoint_id 2021-04-09 19:58:35.762 | +++ functions-common:_get_or_create_endpoint_with_interface:990 : oscwrap endpoint list --service compute_legacy --interface public --region RegionOne -c ID -f value 2021-04-09 19:58:38.198 | +++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:58:38.201 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : endpoint_id= 2021-04-09 19:58:38.204 | ++ functions-common:_get_or_create_endpoint_with_interface:991 : [[ -z '' ]] 2021-04-09 19:58:38.208 | +++ functions-common:_get_or_create_endpoint_with_interface:994 : oscwrap endpoint create compute_legacy public 'http://10.222.0.52/compute/v2/$(project_id)s' --region RegionOne -f value -c id 2021-04-09 19:58:40.514 | +++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:58:40.517 | ++ functions-common:_get_or_create_endpoint_with_interface:994 : endpoint_id=55103b3aa6474a419865e1cc005bad56 2021-04-09 19:58:40.520 | ++ functions-common:_get_or_create_endpoint_with_interface:997 : echo 55103b3aa6474a419865e1cc005bad56 2021-04-09 19:58:40.523 | + functions-common:get_or_create_endpoint:1012 : public_id=55103b3aa6474a419865e1cc005bad56 2021-04-09 19:58:40.525 | + functions-common:get_or_create_endpoint:1014 : [[ -n '' ]] 2021-04-09 19:58:40.528 | + functions-common:get_or_create_endpoint:1017 : [[ -n '' ]] 2021-04-09 19:58:40.530 | + functions-common:get_or_create_endpoint:1021 : echo 55103b3aa6474a419865e1cc005bad56 2021-04-09 19:58:40.530 | 55103b3aa6474a419865e1cc005bad56 2021-04-09 19:58:40.533 | + lib/nova:create_nova_accounts:363 : get_or_create_service nova compute 'Nova Compute Service' 2021-04-09 19:58:40.536 | + functions-common:get_or_create_service:967 : local service_id 2021-04-09 19:58:40.539 | ++ functions-common:get_or_create_service:980 : oscwrap service show compute -f value -c id 2021-04-09 19:58:42.774 | ++ functions-common:get_or_create_service:982 : oscwrap service create compute --name nova '--description=Nova Compute Service' -f value -c id 2021-04-09 19:58:44.890 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:58:44.893 | + functions-common:get_or_create_service:978 : service_id=' 2021-04-09 19:58:44.893 | f6756b4fc50647d9a4e93f2c9bf208d9' 2021-04-09 19:58:44.896 | + functions-common:get_or_create_service:979 : echo f6756b4fc50647d9a4e93f2c9bf208d9 2021-04-09 19:58:44.896 | f6756b4fc50647d9a4e93f2c9bf208d9 2021-04-09 19:58:44.899 | + lib/nova:create_nova_accounts:365 : get_or_create_endpoint compute RegionOne http://10.222.0.52/compute/v2.1 2021-04-09 19:58:44.901 | + functions-common:get_or_create_endpoint:1011 : local public_id 2021-04-09 19:58:44.904 | ++ functions-common:get_or_create_endpoint:1012 : _get_or_create_endpoint_with_interface compute public http://10.222.0.52/compute/v2.1 RegionOne 2021-04-09 19:58:44.907 | ++ functions-common:_get_or_create_endpoint_with_interface:985 : local endpoint_id 2021-04-09 19:58:44.911 | +++ functions-common:_get_or_create_endpoint_with_interface:990 : oscwrap endpoint list --service compute --interface public --region RegionOne -c ID -f value 2021-04-09 19:58:47.318 | +++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:58:47.321 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : endpoint_id= 2021-04-09 19:58:47.323 | ++ functions-common:_get_or_create_endpoint_with_interface:991 : [[ -z '' ]] 2021-04-09 19:58:47.326 | +++ functions-common:_get_or_create_endpoint_with_interface:994 : oscwrap endpoint create compute public http://10.222.0.52/compute/v2.1 --region RegionOne -f value -c id 2021-04-09 19:58:49.678 | +++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:58:49.681 | ++ functions-common:_get_or_create_endpoint_with_interface:994 : endpoint_id=62ce4e1570c948a684dc777c7ac7bc34 2021-04-09 19:58:49.683 | ++ functions-common:_get_or_create_endpoint_with_interface:997 : echo 62ce4e1570c948a684dc777c7ac7bc34 2021-04-09 19:58:49.687 | + functions-common:get_or_create_endpoint:1012 : public_id=62ce4e1570c948a684dc777c7ac7bc34 2021-04-09 19:58:49.689 | + functions-common:get_or_create_endpoint:1014 : [[ -n '' ]] 2021-04-09 19:58:49.693 | + functions-common:get_or_create_endpoint:1017 : [[ -n '' ]] 2021-04-09 19:58:49.695 | + functions-common:get_or_create_endpoint:1021 : echo 62ce4e1570c948a684dc777c7ac7bc34 2021-04-09 19:58:49.695 | 62ce4e1570c948a684dc777c7ac7bc34 2021-04-09 19:58:49.698 | + lib/nova:create_nova_accounts:370 : is_service_enabled n-api 2021-04-09 19:58:49.714 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:58:49.716 | + lib/nova:create_nova_accounts:372 : is_service_enabled swift 2021-04-09 19:58:49.733 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:58:49.736 | + lib/nova:create_nova_accounts:375 : get_or_add_user_project_role ResellerAdmin nova service Default Default 2021-04-09 19:58:49.739 | + functions-common:get_or_add_user_project_role:889 : local user_role_id 2021-04-09 19:58:49.743 | ++ functions-common:get_or_add_user_project_role:891 : _get_domain_args Default Default 2021-04-09 19:58:49.745 | ++ functions-common:_get_domain_args:873 : local domain 2021-04-09 19:58:49.748 | ++ functions-common:_get_domain_args:874 : domain= 2021-04-09 19:58:49.750 | ++ functions-common:_get_domain_args:876 : [[ -n Default ]] 2021-04-09 19:58:49.753 | ++ functions-common:_get_domain_args:877 : domain=' --user-domain Default' 2021-04-09 19:58:49.756 | ++ functions-common:_get_domain_args:879 : [[ -n Default ]] 2021-04-09 19:58:49.758 | ++ functions-common:_get_domain_args:880 : domain=' --user-domain Default --project-domain Default' 2021-04-09 19:58:49.763 | ++ functions-common:_get_domain_args:883 : echo --user-domain Default --project-domain Default 2021-04-09 19:58:49.766 | + functions-common:get_or_add_user_project_role:891 : domain_args='--user-domain Default --project-domain Default' 2021-04-09 19:58:49.771 | ++ 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-04-09 19:58:49.771 | ++ functions-common:get_or_add_user_project_role:899 : grep '^|\s[a-f0-9]\+' 2021-04-09 19:58:49.771 | ++ functions-common:get_or_add_user_project_role:899 : get_field 1 2021-04-09 19:58:49.774 | ++ functions-common:get_field:727 : local data field 2021-04-09 19:58:49.777 | ++ functions-common:get_field:728 : read data 2021-04-09 19:58:52.688 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:58:52.692 | + functions-common:get_or_add_user_project_role:899 : user_role_id= 2021-04-09 19:58:52.694 | + functions-common:get_or_add_user_project_role:900 : [[ -z '' ]] 2021-04-09 19:58:52.697 | + functions-common:get_or_add_user_project_role:902 : openstack role add ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2021-04-09 19:58:55.573 | ++ 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-04-09 19:58:55.573 | ++ functions-common:get_or_add_user_project_role:911 : grep '^|\s[a-f0-9]\+' 2021-04-09 19:58:55.573 | ++ functions-common:get_or_add_user_project_role:911 : get_field 1 2021-04-09 19:58:55.577 | ++ functions-common:get_field:727 : local data field 2021-04-09 19:58:55.579 | ++ functions-common:get_field:728 : read data 2021-04-09 19:58:58.558 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:58:58.561 | ++ functions-common:get_field:729 : '[' 1 -lt 0 ']' 2021-04-09 19:58:58.564 | ++ functions-common:get_field:732 : field='$2' 2021-04-09 19:58:58.568 | ++ functions-common:get_field:734 : echo '| 2546342aeef24813b18d3659f1756f26 | a97eb2eb7bc24ad6a49cc7ffa9832c9a | | b9f6284d40e34108bf2b924390c74beb | | | False |' 2021-04-09 19:58:58.569 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-04-09 19:58:58.574 | ++ functions-common:get_field:728 : read data 2021-04-09 19:58:58.577 | + functions-common:get_or_add_user_project_role:911 : user_role_id=2546342aeef24813b18d3659f1756f26 2021-04-09 19:58:58.579 | + functions-common:get_or_add_user_project_role:913 : echo 2546342aeef24813b18d3659f1756f26 2021-04-09 19:58:58.579 | 2546342aeef24813b18d3659f1756f26 2021-04-09 19:58:58.582 | + lib/nova:create_nova_accounts:380 : is_service_enabled s3api 2021-04-09 19:58:58.598 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 19:58:58.600 | + ./stack.sh:main:1155 : is_service_enabled glance 2021-04-09 19:58:58.617 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:58:58.620 | + ./stack.sh:main:1156 : create_glance_accounts 2021-04-09 19:58:58.622 | + lib/glance:create_glance_accounts:253 : is_service_enabled g-api 2021-04-09 19:58:58.638 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:58:58.640 | + lib/glance:create_glance_accounts:255 : create_service_user glance 2021-04-09 19:58:58.643 | + lib/keystone:create_service_user:395 : get_or_create_user glance Passw0rd Default 2021-04-09 19:58:58.645 | + functions-common:get_or_create_user:825 : local user_id 2021-04-09 19:58:58.648 | + functions-common:get_or_create_user:826 : [[ ! -z '' ]] 2021-04-09 19:58:58.650 | + functions-common:get_or_create_user:829 : local email= 2021-04-09 19:58:58.653 | ++ functions-common:get_or_create_user:843 : oscwrap user create glance --password Passw0rd --domain=Default --or-show -f value -c id 2021-04-09 19:59:00.962 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:59:00.965 | + functions-common:get_or_create_user:841 : user_id=3d9e7f87a24043edb947e59e067b789f 2021-04-09 19:59:00.968 | + functions-common:get_or_create_user:842 : echo 3d9e7f87a24043edb947e59e067b789f 2021-04-09 19:59:00.968 | 3d9e7f87a24043edb947e59e067b789f 2021-04-09 19:59:00.970 | + lib/keystone:create_service_user:396 : get_or_add_user_project_role service glance service Default Default 2021-04-09 19:59:00.973 | + functions-common:get_or_add_user_project_role:889 : local user_role_id 2021-04-09 19:59:00.976 | ++ functions-common:get_or_add_user_project_role:891 : _get_domain_args Default Default 2021-04-09 19:59:00.979 | ++ functions-common:_get_domain_args:873 : local domain 2021-04-09 19:59:00.981 | ++ functions-common:_get_domain_args:874 : domain= 2021-04-09 19:59:00.984 | ++ functions-common:_get_domain_args:876 : [[ -n Default ]] 2021-04-09 19:59:00.986 | ++ functions-common:_get_domain_args:877 : domain=' --user-domain Default' 2021-04-09 19:59:00.989 | ++ functions-common:_get_domain_args:879 : [[ -n Default ]] 2021-04-09 19:59:00.991 | ++ functions-common:_get_domain_args:880 : domain=' --user-domain Default --project-domain Default' 2021-04-09 19:59:00.994 | ++ functions-common:_get_domain_args:883 : echo --user-domain Default --project-domain Default 2021-04-09 19:59:00.997 | + functions-common:get_or_add_user_project_role:891 : domain_args='--user-domain Default --project-domain Default' 2021-04-09 19:59:01.001 | ++ 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-04-09 19:59:01.001 | ++ functions-common:get_or_add_user_project_role:899 : grep '^|\s[a-f0-9]\+' 2021-04-09 19:59:01.001 | ++ functions-common:get_or_add_user_project_role:899 : get_field 1 2021-04-09 19:59:01.004 | ++ functions-common:get_field:727 : local data field 2021-04-09 19:59:01.006 | ++ functions-common:get_field:728 : read data 2021-04-09 19:59:03.917 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:59:03.921 | + functions-common:get_or_add_user_project_role:899 : user_role_id= 2021-04-09 19:59:03.924 | + functions-common:get_or_add_user_project_role:900 : [[ -z '' ]] 2021-04-09 19:59:03.927 | + functions-common:get_or_add_user_project_role:902 : openstack role add service --user glance --project service --user-domain Default --project-domain Default 2021-04-09 19:59:06.887 | ++ 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-04-09 19:59:06.887 | ++ functions-common:get_or_add_user_project_role:911 : grep '^|\s[a-f0-9]\+' 2021-04-09 19:59:06.887 | ++ functions-common:get_or_add_user_project_role:911 : get_field 1 2021-04-09 19:59:06.890 | ++ functions-common:get_field:727 : local data field 2021-04-09 19:59:06.892 | ++ functions-common:get_field:728 : read data 2021-04-09 19:59:09.880 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:59:09.883 | ++ functions-common:get_field:729 : '[' 1 -lt 0 ']' 2021-04-09 19:59:09.886 | ++ functions-common:get_field:732 : field='$2' 2021-04-09 19:59:09.889 | ++ functions-common:get_field:734 : echo '| e5f3719c21e840d293eb199a08bd84aa | 3d9e7f87a24043edb947e59e067b789f | | b9f6284d40e34108bf2b924390c74beb | | | False |' 2021-04-09 19:59:09.890 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-04-09 19:59:09.895 | ++ functions-common:get_field:728 : read data 2021-04-09 19:59:09.899 | + functions-common:get_or_add_user_project_role:911 : user_role_id=e5f3719c21e840d293eb199a08bd84aa 2021-04-09 19:59:09.901 | + functions-common:get_or_add_user_project_role:913 : echo e5f3719c21e840d293eb199a08bd84aa 2021-04-09 19:59:09.901 | e5f3719c21e840d293eb199a08bd84aa 2021-04-09 19:59:09.903 | + lib/keystone:create_service_user:398 : [[ -n '' ]] 2021-04-09 19:59:09.906 | + lib/glance:create_glance_accounts:258 : is_service_enabled s-proxy 2021-04-09 19:59:09.924 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:59:09.927 | + lib/glance:create_glance_accounts:259 : create_service_user glance-swift ResellerAdmin 2021-04-09 19:59:09.929 | + lib/keystone:create_service_user:395 : get_or_create_user glance-swift Passw0rd Default 2021-04-09 19:59:09.932 | + functions-common:get_or_create_user:825 : local user_id 2021-04-09 19:59:09.934 | + functions-common:get_or_create_user:826 : [[ ! -z '' ]] 2021-04-09 19:59:09.937 | + functions-common:get_or_create_user:829 : local email= 2021-04-09 19:59:09.941 | ++ functions-common:get_or_create_user:843 : oscwrap user create glance-swift --password Passw0rd --domain=Default --or-show -f value -c id 2021-04-09 19:59:12.502 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:59:12.505 | + functions-common:get_or_create_user:841 : user_id=87f7d69fe7684aa485d79044abe7fba7 2021-04-09 19:59:12.507 | + functions-common:get_or_create_user:842 : echo 87f7d69fe7684aa485d79044abe7fba7 2021-04-09 19:59:12.507 | 87f7d69fe7684aa485d79044abe7fba7 2021-04-09 19:59:12.510 | + lib/keystone:create_service_user:396 : get_or_add_user_project_role service glance-swift service Default Default 2021-04-09 19:59:12.512 | + functions-common:get_or_add_user_project_role:889 : local user_role_id 2021-04-09 19:59:12.515 | ++ functions-common:get_or_add_user_project_role:891 : _get_domain_args Default Default 2021-04-09 19:59:12.518 | ++ functions-common:_get_domain_args:873 : local domain 2021-04-09 19:59:12.520 | ++ functions-common:_get_domain_args:874 : domain= 2021-04-09 19:59:12.522 | ++ functions-common:_get_domain_args:876 : [[ -n Default ]] 2021-04-09 19:59:12.525 | ++ functions-common:_get_domain_args:877 : domain=' --user-domain Default' 2021-04-09 19:59:12.527 | ++ functions-common:_get_domain_args:879 : [[ -n Default ]] 2021-04-09 19:59:12.529 | ++ functions-common:_get_domain_args:880 : domain=' --user-domain Default --project-domain Default' 2021-04-09 19:59:12.532 | ++ functions-common:_get_domain_args:883 : echo --user-domain Default --project-domain Default 2021-04-09 19:59:12.535 | + functions-common:get_or_add_user_project_role:891 : domain_args='--user-domain Default --project-domain Default' 2021-04-09 19:59:12.539 | ++ 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-04-09 19:59:12.539 | ++ functions-common:get_or_add_user_project_role:899 : get_field 1 2021-04-09 19:59:12.540 | ++ functions-common:get_or_add_user_project_role:899 : grep '^|\s[a-f0-9]\+' 2021-04-09 19:59:12.542 | ++ functions-common:get_field:727 : local data field 2021-04-09 19:59:12.545 | ++ functions-common:get_field:728 : read data 2021-04-09 19:59:15.444 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:59:15.447 | + functions-common:get_or_add_user_project_role:899 : user_role_id= 2021-04-09 19:59:15.450 | + functions-common:get_or_add_user_project_role:900 : [[ -z '' ]] 2021-04-09 19:59:15.452 | + 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-04-09 19:59:18.315 | ++ 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-04-09 19:59:18.315 | ++ functions-common:get_or_add_user_project_role:911 : grep '^|\s[a-f0-9]\+' 2021-04-09 19:59:18.315 | ++ functions-common:get_or_add_user_project_role:911 : get_field 1 2021-04-09 19:59:18.318 | ++ functions-common:get_field:727 : local data field 2021-04-09 19:59:18.321 | ++ functions-common:get_field:728 : read data 2021-04-09 19:59:21.306 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:59:21.309 | ++ functions-common:get_field:729 : '[' 1 -lt 0 ']' 2021-04-09 19:59:21.311 | ++ functions-common:get_field:732 : field='$2' 2021-04-09 19:59:21.314 | ++ functions-common:get_field:734 : echo '| e5f3719c21e840d293eb199a08bd84aa | 87f7d69fe7684aa485d79044abe7fba7 | | b9f6284d40e34108bf2b924390c74beb | | | False |' 2021-04-09 19:59:21.315 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-04-09 19:59:21.320 | ++ functions-common:get_field:728 : read data 2021-04-09 19:59:21.323 | + functions-common:get_or_add_user_project_role:911 : user_role_id=e5f3719c21e840d293eb199a08bd84aa 2021-04-09 19:59:21.326 | + functions-common:get_or_add_user_project_role:913 : echo e5f3719c21e840d293eb199a08bd84aa 2021-04-09 19:59:21.326 | e5f3719c21e840d293eb199a08bd84aa 2021-04-09 19:59:21.328 | + lib/keystone:create_service_user:398 : [[ -n ResellerAdmin ]] 2021-04-09 19:59:21.331 | + lib/keystone:create_service_user:399 : get_or_add_user_project_role ResellerAdmin glance-swift service Default Default 2021-04-09 19:59:21.333 | + functions-common:get_or_add_user_project_role:889 : local user_role_id 2021-04-09 19:59:21.336 | ++ functions-common:get_or_add_user_project_role:891 : _get_domain_args Default Default 2021-04-09 19:59:21.339 | ++ functions-common:_get_domain_args:873 : local domain 2021-04-09 19:59:21.341 | ++ functions-common:_get_domain_args:874 : domain= 2021-04-09 19:59:21.343 | ++ functions-common:_get_domain_args:876 : [[ -n Default ]] 2021-04-09 19:59:21.346 | ++ functions-common:_get_domain_args:877 : domain=' --user-domain Default' 2021-04-09 19:59:21.349 | ++ functions-common:_get_domain_args:879 : [[ -n Default ]] 2021-04-09 19:59:21.351 | ++ functions-common:_get_domain_args:880 : domain=' --user-domain Default --project-domain Default' 2021-04-09 19:59:21.353 | ++ functions-common:_get_domain_args:883 : echo --user-domain Default --project-domain Default 2021-04-09 19:59:21.356 | + functions-common:get_or_add_user_project_role:891 : domain_args='--user-domain Default --project-domain Default' 2021-04-09 19:59:21.360 | ++ 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-04-09 19:59:21.360 | ++ functions-common:get_or_add_user_project_role:899 : get_field 1 2021-04-09 19:59:21.361 | ++ functions-common:get_or_add_user_project_role:899 : grep '^|\s[a-f0-9]\+' 2021-04-09 19:59:21.364 | ++ functions-common:get_field:727 : local data field 2021-04-09 19:59:21.366 | ++ functions-common:get_field:728 : read data 2021-04-09 19:59:24.303 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:59:24.307 | + functions-common:get_or_add_user_project_role:899 : user_role_id= 2021-04-09 19:59:24.309 | + functions-common:get_or_add_user_project_role:900 : [[ -z '' ]] 2021-04-09 19:59:24.311 | + 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-04-09 19:59:27.215 | ++ 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-04-09 19:59:27.215 | ++ functions-common:get_or_add_user_project_role:911 : grep '^|\s[a-f0-9]\+' 2021-04-09 19:59:27.215 | ++ functions-common:get_or_add_user_project_role:911 : get_field 1 2021-04-09 19:59:27.218 | ++ functions-common:get_field:727 : local data field 2021-04-09 19:59:27.220 | ++ functions-common:get_field:728 : read data 2021-04-09 19:59:30.218 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:59:30.222 | ++ functions-common:get_field:729 : '[' 1 -lt 0 ']' 2021-04-09 19:59:30.224 | ++ functions-common:get_field:732 : field='$2' 2021-04-09 19:59:30.227 | ++ functions-common:get_field:734 : echo '| 2546342aeef24813b18d3659f1756f26 | 87f7d69fe7684aa485d79044abe7fba7 | | b9f6284d40e34108bf2b924390c74beb | | | False |' 2021-04-09 19:59:30.228 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-04-09 19:59:30.233 | ++ functions-common:get_field:728 : read data 2021-04-09 19:59:30.236 | + functions-common:get_or_add_user_project_role:911 : user_role_id=2546342aeef24813b18d3659f1756f26 2021-04-09 19:59:30.239 | + functions-common:get_or_add_user_project_role:913 : echo 2546342aeef24813b18d3659f1756f26 2021-04-09 19:59:30.239 | 2546342aeef24813b18d3659f1756f26 2021-04-09 19:59:30.242 | + lib/glance:create_glance_accounts:262 : get_or_create_service glance image 'Glance Image Service' 2021-04-09 19:59:30.244 | + functions-common:get_or_create_service:967 : local service_id 2021-04-09 19:59:30.247 | ++ functions-common:get_or_create_service:980 : oscwrap service show image -f value -c id 2021-04-09 19:59:32.473 | ++ functions-common:get_or_create_service:982 : oscwrap service create image --name glance '--description=Glance Image Service' -f value -c id 2021-04-09 19:59:34.643 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:59:34.646 | + functions-common:get_or_create_service:978 : service_id=' 2021-04-09 19:59:34.646 | 1bc35623a0ab4736b219ed55e163e6a1' 2021-04-09 19:59:34.649 | + functions-common:get_or_create_service:979 : echo 1bc35623a0ab4736b219ed55e163e6a1 2021-04-09 19:59:34.649 | 1bc35623a0ab4736b219ed55e163e6a1 2021-04-09 19:59:34.651 | + lib/glance:create_glance_accounts:264 : get_or_create_endpoint image RegionOne http://10.222.0.52/image 2021-04-09 19:59:34.654 | + functions-common:get_or_create_endpoint:1011 : local public_id 2021-04-09 19:59:34.657 | ++ functions-common:get_or_create_endpoint:1012 : _get_or_create_endpoint_with_interface image public http://10.222.0.52/image RegionOne 2021-04-09 19:59:34.660 | ++ functions-common:_get_or_create_endpoint_with_interface:985 : local endpoint_id 2021-04-09 19:59:34.663 | +++ functions-common:_get_or_create_endpoint_with_interface:990 : oscwrap endpoint list --service image --interface public --region RegionOne -c ID -f value 2021-04-09 19:59:37.076 | +++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:59:37.079 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : endpoint_id= 2021-04-09 19:59:37.081 | ++ functions-common:_get_or_create_endpoint_with_interface:991 : [[ -z '' ]] 2021-04-09 19:59:37.084 | +++ functions-common:_get_or_create_endpoint_with_interface:994 : oscwrap endpoint create image public http://10.222.0.52/image --region RegionOne -f value -c id 2021-04-09 19:59:39.428 | +++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:59:39.431 | ++ functions-common:_get_or_create_endpoint_with_interface:994 : endpoint_id=64075115a9e74cd1a851ef15f51277e5 2021-04-09 19:59:39.434 | ++ functions-common:_get_or_create_endpoint_with_interface:997 : echo 64075115a9e74cd1a851ef15f51277e5 2021-04-09 19:59:39.437 | + functions-common:get_or_create_endpoint:1012 : public_id=64075115a9e74cd1a851ef15f51277e5 2021-04-09 19:59:39.439 | + functions-common:get_or_create_endpoint:1014 : [[ -n '' ]] 2021-04-09 19:59:39.442 | + functions-common:get_or_create_endpoint:1017 : [[ -n '' ]] 2021-04-09 19:59:39.444 | + functions-common:get_or_create_endpoint:1021 : echo 64075115a9e74cd1a851ef15f51277e5 2021-04-09 19:59:39.444 | 64075115a9e74cd1a851ef15f51277e5 2021-04-09 19:59:39.447 | ++ lib/glance:create_glance_accounts:269 : get_or_create_domain Default 2021-04-09 19:59:39.450 | ++ functions-common:get_or_create_domain:793 : local domain_id 2021-04-09 19:59:39.453 | +++ functions-common:get_or_create_domain:805 : oscwrap domain show Default -f value -c id 2021-04-09 19:59:41.615 | ++ functions-common:get_or_create_domain:803 : domain_id=default 2021-04-09 19:59:41.617 | ++ functions-common:get_or_create_domain:804 : echo default 2021-04-09 19:59:41.620 | + lib/glance:create_glance_accounts:269 : service_domain_id=default 2021-04-09 19:59:41.622 | + lib/glance:create_glance_accounts:270 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2021-04-09 19:59:41.648 | + lib/glance:create_glance_accounts:271 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2021-04-09 19:59:41.673 | + ./stack.sh:main:1158 : is_service_enabled cinder 2021-04-09 19:59:41.689 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 19:59:41.692 | + ./stack.sh:main:1159 : create_cinder_accounts 2021-04-09 19:59:41.695 | + 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-04-09 19:59:41.697 | + lib/cinder:create_cinder_accounts:341 : create_service_user cinder 2021-04-09 19:59:41.700 | + lib/keystone:create_service_user:395 : get_or_create_user cinder Passw0rd Default 2021-04-09 19:59:41.702 | + functions-common:get_or_create_user:825 : local user_id 2021-04-09 19:59:41.704 | + functions-common:get_or_create_user:826 : [[ ! -z '' ]] 2021-04-09 19:59:41.707 | + functions-common:get_or_create_user:829 : local email= 2021-04-09 19:59:41.711 | ++ functions-common:get_or_create_user:843 : oscwrap user create cinder --password Passw0rd --domain=Default --or-show -f value -c id 2021-04-09 19:59:44.064 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:59:44.067 | + functions-common:get_or_create_user:841 : user_id=61f82f3b52794b41ace424720ad8baa9 2021-04-09 19:59:44.069 | + functions-common:get_or_create_user:842 : echo 61f82f3b52794b41ace424720ad8baa9 2021-04-09 19:59:44.069 | 61f82f3b52794b41ace424720ad8baa9 2021-04-09 19:59:44.072 | + lib/keystone:create_service_user:396 : get_or_add_user_project_role service cinder service Default Default 2021-04-09 19:59:44.075 | + functions-common:get_or_add_user_project_role:889 : local user_role_id 2021-04-09 19:59:44.078 | ++ functions-common:get_or_add_user_project_role:891 : _get_domain_args Default Default 2021-04-09 19:59:44.080 | ++ functions-common:_get_domain_args:873 : local domain 2021-04-09 19:59:44.083 | ++ functions-common:_get_domain_args:874 : domain= 2021-04-09 19:59:44.086 | ++ functions-common:_get_domain_args:876 : [[ -n Default ]] 2021-04-09 19:59:44.088 | ++ functions-common:_get_domain_args:877 : domain=' --user-domain Default' 2021-04-09 19:59:44.090 | ++ functions-common:_get_domain_args:879 : [[ -n Default ]] 2021-04-09 19:59:44.093 | ++ functions-common:_get_domain_args:880 : domain=' --user-domain Default --project-domain Default' 2021-04-09 19:59:44.095 | ++ functions-common:_get_domain_args:883 : echo --user-domain Default --project-domain Default 2021-04-09 19:59:44.099 | + functions-common:get_or_add_user_project_role:891 : domain_args='--user-domain Default --project-domain Default' 2021-04-09 19:59:44.103 | ++ 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-04-09 19:59:44.103 | ++ functions-common:get_or_add_user_project_role:899 : grep '^|\s[a-f0-9]\+' 2021-04-09 19:59:44.103 | ++ functions-common:get_or_add_user_project_role:899 : get_field 1 2021-04-09 19:59:44.106 | ++ functions-common:get_field:727 : local data field 2021-04-09 19:59:44.108 | ++ functions-common:get_field:728 : read data 2021-04-09 19:59:47.012 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:59:47.016 | + functions-common:get_or_add_user_project_role:899 : user_role_id= 2021-04-09 19:59:47.018 | + functions-common:get_or_add_user_project_role:900 : [[ -z '' ]] 2021-04-09 19:59:47.021 | + functions-common:get_or_add_user_project_role:902 : openstack role add service --user cinder --project service --user-domain Default --project-domain Default 2021-04-09 19:59:49.867 | ++ 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-04-09 19:59:49.867 | ++ functions-common:get_or_add_user_project_role:911 : grep '^|\s[a-f0-9]\+' 2021-04-09 19:59:49.867 | ++ functions-common:get_or_add_user_project_role:911 : get_field 1 2021-04-09 19:59:49.870 | ++ functions-common:get_field:727 : local data field 2021-04-09 19:59:49.873 | ++ functions-common:get_field:728 : read data 2021-04-09 19:59:52.823 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:59:52.826 | ++ functions-common:get_field:729 : '[' 1 -lt 0 ']' 2021-04-09 19:59:52.828 | ++ functions-common:get_field:732 : field='$2' 2021-04-09 19:59:52.832 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-04-09 19:59:52.832 | ++ functions-common:get_field:734 : echo '| e5f3719c21e840d293eb199a08bd84aa | 61f82f3b52794b41ace424720ad8baa9 | | b9f6284d40e34108bf2b924390c74beb | | | False |' 2021-04-09 19:59:52.837 | ++ functions-common:get_field:728 : read data 2021-04-09 19:59:52.840 | + functions-common:get_or_add_user_project_role:911 : user_role_id=e5f3719c21e840d293eb199a08bd84aa 2021-04-09 19:59:52.842 | + functions-common:get_or_add_user_project_role:913 : echo e5f3719c21e840d293eb199a08bd84aa 2021-04-09 19:59:52.842 | e5f3719c21e840d293eb199a08bd84aa 2021-04-09 19:59:52.845 | + lib/keystone:create_service_user:398 : [[ -n '' ]] 2021-04-09 19:59:52.847 | + lib/cinder:create_cinder_accounts:344 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2021-04-09 19:59:52.850 | + functions-common:get_or_create_service:967 : local service_id 2021-04-09 19:59:52.853 | ++ functions-common:get_or_create_service:980 : oscwrap service show block-storage -f value -c id 2021-04-09 19:59:55.059 | ++ functions-common:get_or_create_service:982 : oscwrap service create block-storage --name cinder '--description=Cinder Volume Service' -f value -c id 2021-04-09 19:59:57.196 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:59:57.199 | + functions-common:get_or_create_service:978 : service_id=' 2021-04-09 19:59:57.199 | 53f56a3e5b9d4480a895fbce503f9871' 2021-04-09 19:59:57.201 | + functions-common:get_or_create_service:979 : echo 53f56a3e5b9d4480a895fbce503f9871 2021-04-09 19:59:57.201 | 53f56a3e5b9d4480a895fbce503f9871 2021-04-09 19:59:57.203 | + lib/cinder:create_cinder_accounts:345 : '[' True == False ']' 2021-04-09 19:59:57.207 | + lib/cinder:create_cinder_accounts:364 : get_or_create_endpoint block-storage RegionOne 'http://10.222.0.52/volume/v3/$(project_id)s' 2021-04-09 19:59:57.209 | + functions-common:get_or_create_endpoint:1011 : local public_id 2021-04-09 19:59:57.212 | ++ functions-common:get_or_create_endpoint:1012 : _get_or_create_endpoint_with_interface block-storage public 'http://10.222.0.52/volume/v3/$(project_id)s' RegionOne 2021-04-09 19:59:57.215 | ++ functions-common:_get_or_create_endpoint_with_interface:985 : local endpoint_id 2021-04-09 19:59:57.218 | +++ functions-common:_get_or_create_endpoint_with_interface:990 : oscwrap endpoint list --service block-storage --interface public --region RegionOne -c ID -f value 2021-04-09 19:59:59.579 | +++ functions-common:oscwrap:2376 : return 0 2021-04-09 19:59:59.583 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : endpoint_id= 2021-04-09 19:59:59.585 | ++ functions-common:_get_or_create_endpoint_with_interface:991 : [[ -z '' ]] 2021-04-09 19:59:59.588 | +++ functions-common:_get_or_create_endpoint_with_interface:994 : oscwrap endpoint create block-storage public 'http://10.222.0.52/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2021-04-09 20:00:01.944 | +++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:00:01.947 | ++ functions-common:_get_or_create_endpoint_with_interface:994 : endpoint_id=de02cfc80ef34dee9a5bd79608dcf2db 2021-04-09 20:00:01.950 | ++ functions-common:_get_or_create_endpoint_with_interface:997 : echo de02cfc80ef34dee9a5bd79608dcf2db 2021-04-09 20:00:01.952 | + functions-common:get_or_create_endpoint:1012 : public_id=de02cfc80ef34dee9a5bd79608dcf2db 2021-04-09 20:00:01.955 | + functions-common:get_or_create_endpoint:1014 : [[ -n '' ]] 2021-04-09 20:00:01.958 | + functions-common:get_or_create_endpoint:1017 : [[ -n '' ]] 2021-04-09 20:00:01.960 | + functions-common:get_or_create_endpoint:1021 : echo de02cfc80ef34dee9a5bd79608dcf2db 2021-04-09 20:00:01.961 | de02cfc80ef34dee9a5bd79608dcf2db 2021-04-09 20:00:01.963 | + lib/cinder:create_cinder_accounts:368 : get_or_create_service cinderv2 volumev2 'Cinder Volume Service V2' 2021-04-09 20:00:01.965 | + functions-common:get_or_create_service:967 : local service_id 2021-04-09 20:00:01.969 | ++ functions-common:get_or_create_service:980 : oscwrap service show volumev2 -f value -c id 2021-04-09 20:00:04.187 | ++ functions-common:get_or_create_service:982 : oscwrap service create volumev2 --name cinderv2 '--description=Cinder Volume Service V2' -f value -c id 2021-04-09 20:00:06.483 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:00:06.487 | + functions-common:get_or_create_service:978 : service_id=' 2021-04-09 20:00:06.487 | 554f1ff28c0743a0836f98c9fba1030a' 2021-04-09 20:00:06.490 | + functions-common:get_or_create_service:979 : echo 554f1ff28c0743a0836f98c9fba1030a 2021-04-09 20:00:06.490 | 554f1ff28c0743a0836f98c9fba1030a 2021-04-09 20:00:06.493 | + lib/cinder:create_cinder_accounts:370 : get_or_create_endpoint volumev2 RegionOne 'http://10.222.0.52/volume/v2/$(project_id)s' 2021-04-09 20:00:06.495 | + functions-common:get_or_create_endpoint:1011 : local public_id 2021-04-09 20:00:06.499 | ++ functions-common:get_or_create_endpoint:1012 : _get_or_create_endpoint_with_interface volumev2 public 'http://10.222.0.52/volume/v2/$(project_id)s' RegionOne 2021-04-09 20:00:06.503 | ++ functions-common:_get_or_create_endpoint_with_interface:985 : local endpoint_id 2021-04-09 20:00:06.507 | +++ functions-common:_get_or_create_endpoint_with_interface:990 : oscwrap endpoint list --service volumev2 --interface public --region RegionOne -c ID -f value 2021-04-09 20:00:08.858 | +++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:00:08.861 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : endpoint_id= 2021-04-09 20:00:08.864 | ++ functions-common:_get_or_create_endpoint_with_interface:991 : [[ -z '' ]] 2021-04-09 20:00:08.867 | +++ functions-common:_get_or_create_endpoint_with_interface:994 : oscwrap endpoint create volumev2 public 'http://10.222.0.52/volume/v2/$(project_id)s' --region RegionOne -f value -c id 2021-04-09 20:00:11.198 | +++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:00:11.200 | ++ functions-common:_get_or_create_endpoint_with_interface:994 : endpoint_id=6e7f97491f334d5dafdcb4e314ce5a2c 2021-04-09 20:00:11.203 | ++ functions-common:_get_or_create_endpoint_with_interface:997 : echo 6e7f97491f334d5dafdcb4e314ce5a2c 2021-04-09 20:00:11.206 | + functions-common:get_or_create_endpoint:1012 : public_id=6e7f97491f334d5dafdcb4e314ce5a2c 2021-04-09 20:00:11.209 | + functions-common:get_or_create_endpoint:1014 : [[ -n '' ]] 2021-04-09 20:00:11.211 | + functions-common:get_or_create_endpoint:1017 : [[ -n '' ]] 2021-04-09 20:00:11.214 | + functions-common:get_or_create_endpoint:1021 : echo 6e7f97491f334d5dafdcb4e314ce5a2c 2021-04-09 20:00:11.214 | 6e7f97491f334d5dafdcb4e314ce5a2c 2021-04-09 20:00:11.216 | + lib/cinder:create_cinder_accounts:374 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2021-04-09 20:00:11.219 | + functions-common:get_or_create_service:967 : local service_id 2021-04-09 20:00:11.223 | ++ functions-common:get_or_create_service:980 : oscwrap service show volumev3 -f value -c id 2021-04-09 20:00:13.459 | ++ functions-common:get_or_create_service:982 : oscwrap service create volumev3 --name cinderv3 '--description=Cinder Volume Service V3' -f value -c id 2021-04-09 20:00:15.591 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:00:15.594 | + functions-common:get_or_create_service:978 : service_id=' 2021-04-09 20:00:15.594 | f04caa31d3384c2d87e611b5d0aa42bb' 2021-04-09 20:00:15.597 | + functions-common:get_or_create_service:979 : echo f04caa31d3384c2d87e611b5d0aa42bb 2021-04-09 20:00:15.597 | f04caa31d3384c2d87e611b5d0aa42bb 2021-04-09 20:00:15.600 | + lib/cinder:create_cinder_accounts:376 : get_or_create_endpoint volumev3 RegionOne 'http://10.222.0.52/volume/v3/$(project_id)s' 2021-04-09 20:00:15.602 | + functions-common:get_or_create_endpoint:1011 : local public_id 2021-04-09 20:00:15.605 | ++ functions-common:get_or_create_endpoint:1012 : _get_or_create_endpoint_with_interface volumev3 public 'http://10.222.0.52/volume/v3/$(project_id)s' RegionOne 2021-04-09 20:00:15.608 | ++ functions-common:_get_or_create_endpoint_with_interface:985 : local endpoint_id 2021-04-09 20:00:15.611 | +++ functions-common:_get_or_create_endpoint_with_interface:990 : oscwrap endpoint list --service volumev3 --interface public --region RegionOne -c ID -f value 2021-04-09 20:00:17.946 | +++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:00:17.949 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : endpoint_id= 2021-04-09 20:00:17.951 | ++ functions-common:_get_or_create_endpoint_with_interface:991 : [[ -z '' ]] 2021-04-09 20:00:17.955 | +++ functions-common:_get_or_create_endpoint_with_interface:994 : oscwrap endpoint create volumev3 public 'http://10.222.0.52/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2021-04-09 20:00:20.313 | +++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:00:20.316 | ++ functions-common:_get_or_create_endpoint_with_interface:994 : endpoint_id=c159617ef2a74656ba874db7e2f01c78 2021-04-09 20:00:20.319 | ++ functions-common:_get_or_create_endpoint_with_interface:997 : echo c159617ef2a74656ba874db7e2f01c78 2021-04-09 20:00:20.322 | + functions-common:get_or_create_endpoint:1012 : public_id=c159617ef2a74656ba874db7e2f01c78 2021-04-09 20:00:20.324 | + functions-common:get_or_create_endpoint:1014 : [[ -n '' ]] 2021-04-09 20:00:20.326 | + functions-common:get_or_create_endpoint:1017 : [[ -n '' ]] 2021-04-09 20:00:20.329 | + functions-common:get_or_create_endpoint:1021 : echo c159617ef2a74656ba874db7e2f01c78 2021-04-09 20:00:20.329 | c159617ef2a74656ba874db7e2f01c78 2021-04-09 20:00:20.331 | + lib/cinder:create_cinder_accounts:381 : configure_cinder_internal_tenant 2021-04-09 20:00:20.334 | ++ lib/cinder:configure_cinder_internal_tenant:554 : get_or_create_project service 2021-04-09 20:00:20.337 | ++ functions-common:get_or_create_project:848 : local project_id 2021-04-09 20:00:20.340 | +++ functions-common:get_or_create_project:856 : oscwrap project create service --domain= --or-show -f value -c id 2021-04-09 20:00:22.650 | +++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:00:22.653 | ++ functions-common:get_or_create_project:854 : project_id=b9f6284d40e34108bf2b924390c74beb 2021-04-09 20:00:22.655 | ++ functions-common:get_or_create_project:855 : echo b9f6284d40e34108bf2b924390c74beb 2021-04-09 20:00:22.658 | + lib/cinder:configure_cinder_internal_tenant:554 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id b9f6284d40e34108bf2b924390c74beb 2021-04-09 20:00:22.684 | ++ lib/cinder:configure_cinder_internal_tenant:555 : get_or_create_user cinder 2021-04-09 20:00:22.687 | ++ functions-common:get_or_create_user:825 : local user_id 2021-04-09 20:00:22.690 | ++ functions-common:get_or_create_user:826 : [[ ! -z '' ]] 2021-04-09 20:00:22.693 | ++ functions-common:get_or_create_user:829 : local email= 2021-04-09 20:00:22.696 | +++ functions-common:get_or_create_user:843 : oscwrap user create cinder --password '' --domain= --or-show -f value -c id 2021-04-09 20:00:24.567 | No password was supplied, authentication will fail when a user does not have a password. 2021-04-09 20:00:25.103 | +++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:00:25.106 | ++ functions-common:get_or_create_user:841 : user_id=61f82f3b52794b41ace424720ad8baa9 2021-04-09 20:00:25.109 | ++ functions-common:get_or_create_user:842 : echo 61f82f3b52794b41ace424720ad8baa9 2021-04-09 20:00:25.112 | + lib/cinder:configure_cinder_internal_tenant:555 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 61f82f3b52794b41ace424720ad8baa9 2021-04-09 20:00:25.137 | + ./stack.sh:main:1161 : is_service_enabled neutron 2021-04-09 20:00:25.154 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:00:25.156 | + ./stack.sh:main:1162 : create_neutron_accounts 2021-04-09 20:00:25.158 | + lib/neutron:create_neutron_accounts:642 : is_neutron_legacy_enabled 2021-04-09 20:00:25.162 | ++ 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-04-09 20:00:25.162 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-04-09 20:00:25.167 | + 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-04-09 20:00:25.169 | + 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-04-09 20:00:25.171 | + 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-04-09 20:00:25.174 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-04-09 20:00:25.177 | + lib/neutron:create_neutron_accounts:644 : create_mutnauq_accounts 2021-04-09 20:00:25.179 | + lib/neutron-legacy:create_mutnauq_accounts:411 : local neutron_url 2021-04-09 20:00:25.182 | + lib/neutron-legacy:create_mutnauq_accounts:412 : '[' False == True ']' 2021-04-09 20:00:25.184 | + lib/neutron-legacy:create_mutnauq_accounts:415 : neutron_url=http://10.222.0.52:9696/ 2021-04-09 20:00:25.186 | + 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-04-09 20:00:25.190 | + lib/neutron-legacy:create_mutnauq_accounts:420 : create_service_user neutron 2021-04-09 20:00:25.193 | + lib/keystone:create_service_user:395 : get_or_create_user neutron Passw0rd Default 2021-04-09 20:00:25.195 | + functions-common:get_or_create_user:825 : local user_id 2021-04-09 20:00:25.197 | + functions-common:get_or_create_user:826 : [[ ! -z '' ]] 2021-04-09 20:00:25.200 | + functions-common:get_or_create_user:829 : local email= 2021-04-09 20:00:25.203 | ++ functions-common:get_or_create_user:843 : oscwrap user create neutron --password Passw0rd --domain=Default --or-show -f value -c id 2021-04-09 20:00:27.636 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:00:27.639 | + functions-common:get_or_create_user:841 : user_id=9b423841047444008bcf61d53d5682ad 2021-04-09 20:00:27.642 | + functions-common:get_or_create_user:842 : echo 9b423841047444008bcf61d53d5682ad 2021-04-09 20:00:27.642 | 9b423841047444008bcf61d53d5682ad 2021-04-09 20:00:27.645 | + lib/keystone:create_service_user:396 : get_or_add_user_project_role service neutron service Default Default 2021-04-09 20:00:27.647 | + functions-common:get_or_add_user_project_role:889 : local user_role_id 2021-04-09 20:00:27.651 | ++ functions-common:get_or_add_user_project_role:891 : _get_domain_args Default Default 2021-04-09 20:00:27.653 | ++ functions-common:_get_domain_args:873 : local domain 2021-04-09 20:00:27.655 | ++ functions-common:_get_domain_args:874 : domain= 2021-04-09 20:00:27.658 | ++ functions-common:_get_domain_args:876 : [[ -n Default ]] 2021-04-09 20:00:27.661 | ++ functions-common:_get_domain_args:877 : domain=' --user-domain Default' 2021-04-09 20:00:27.664 | ++ functions-common:_get_domain_args:879 : [[ -n Default ]] 2021-04-09 20:00:27.666 | ++ functions-common:_get_domain_args:880 : domain=' --user-domain Default --project-domain Default' 2021-04-09 20:00:27.668 | ++ functions-common:_get_domain_args:883 : echo --user-domain Default --project-domain Default 2021-04-09 20:00:27.671 | + functions-common:get_or_add_user_project_role:891 : domain_args='--user-domain Default --project-domain Default' 2021-04-09 20:00:27.676 | ++ functions-common:get_or_add_user_project_role:899 : grep '^|\s[a-f0-9]\+' 2021-04-09 20:00:27.676 | ++ functions-common:get_or_add_user_project_role:899 : get_field 1 2021-04-09 20:00:27.676 | ++ 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-04-09 20:00:27.678 | ++ functions-common:get_field:727 : local data field 2021-04-09 20:00:27.681 | ++ functions-common:get_field:728 : read data 2021-04-09 20:00:30.629 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:00:30.633 | + functions-common:get_or_add_user_project_role:899 : user_role_id= 2021-04-09 20:00:30.635 | + functions-common:get_or_add_user_project_role:900 : [[ -z '' ]] 2021-04-09 20:00:30.638 | + functions-common:get_or_add_user_project_role:902 : openstack role add service --user neutron --project service --user-domain Default --project-domain Default 2021-04-09 20:00:33.556 | ++ 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-04-09 20:00:33.556 | ++ functions-common:get_or_add_user_project_role:911 : grep '^|\s[a-f0-9]\+' 2021-04-09 20:00:33.556 | ++ functions-common:get_or_add_user_project_role:911 : get_field 1 2021-04-09 20:00:33.559 | ++ functions-common:get_field:727 : local data field 2021-04-09 20:00:33.562 | ++ functions-common:get_field:728 : read data 2021-04-09 20:00:36.538 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:00:36.541 | ++ functions-common:get_field:729 : '[' 1 -lt 0 ']' 2021-04-09 20:00:36.545 | ++ functions-common:get_field:732 : field='$2' 2021-04-09 20:00:36.548 | ++ functions-common:get_field:734 : echo '| e5f3719c21e840d293eb199a08bd84aa | 9b423841047444008bcf61d53d5682ad | | b9f6284d40e34108bf2b924390c74beb | | | False |' 2021-04-09 20:00:36.549 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-04-09 20:00:36.555 | ++ functions-common:get_field:728 : read data 2021-04-09 20:00:36.559 | + functions-common:get_or_add_user_project_role:911 : user_role_id=e5f3719c21e840d293eb199a08bd84aa 2021-04-09 20:00:36.561 | + functions-common:get_or_add_user_project_role:913 : echo e5f3719c21e840d293eb199a08bd84aa 2021-04-09 20:00:36.561 | e5f3719c21e840d293eb199a08bd84aa 2021-04-09 20:00:36.564 | + lib/keystone:create_service_user:398 : [[ -n '' ]] 2021-04-09 20:00:36.566 | + lib/neutron-legacy:create_mutnauq_accounts:422 : get_or_create_service neutron network 'Neutron Service' 2021-04-09 20:00:36.569 | + functions-common:get_or_create_service:967 : local service_id 2021-04-09 20:00:36.572 | ++ functions-common:get_or_create_service:980 : oscwrap service show network -f value -c id 2021-04-09 20:00:38.851 | ++ functions-common:get_or_create_service:982 : oscwrap service create network --name neutron '--description=Neutron Service' -f value -c id 2021-04-09 20:00:41.028 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:00:41.031 | + functions-common:get_or_create_service:978 : service_id=' 2021-04-09 20:00:41.031 | 5299daa1da5541b5a40481043a88561e' 2021-04-09 20:00:41.033 | + functions-common:get_or_create_service:979 : echo 5299daa1da5541b5a40481043a88561e 2021-04-09 20:00:41.033 | 5299daa1da5541b5a40481043a88561e 2021-04-09 20:00:41.036 | + lib/neutron-legacy:create_mutnauq_accounts:424 : get_or_create_endpoint network RegionOne http://10.222.0.52:9696/ 2021-04-09 20:00:41.039 | + functions-common:get_or_create_endpoint:1011 : local public_id 2021-04-09 20:00:41.042 | ++ functions-common:get_or_create_endpoint:1012 : _get_or_create_endpoint_with_interface network public http://10.222.0.52:9696/ RegionOne 2021-04-09 20:00:41.044 | ++ functions-common:_get_or_create_endpoint_with_interface:985 : local endpoint_id 2021-04-09 20:00:41.048 | +++ functions-common:_get_or_create_endpoint_with_interface:990 : oscwrap endpoint list --service network --interface public --region RegionOne -c ID -f value 2021-04-09 20:00:43.380 | +++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:00:43.383 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : endpoint_id= 2021-04-09 20:00:43.385 | ++ functions-common:_get_or_create_endpoint_with_interface:991 : [[ -z '' ]] 2021-04-09 20:00:43.389 | +++ functions-common:_get_or_create_endpoint_with_interface:994 : oscwrap endpoint create network public http://10.222.0.52:9696/ --region RegionOne -f value -c id 2021-04-09 20:00:45.714 | +++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:00:45.717 | ++ functions-common:_get_or_create_endpoint_with_interface:994 : endpoint_id=88a76a13cafc473f9b54f90a2c86b7eb 2021-04-09 20:00:45.720 | ++ functions-common:_get_or_create_endpoint_with_interface:997 : echo 88a76a13cafc473f9b54f90a2c86b7eb 2021-04-09 20:00:45.723 | + functions-common:get_or_create_endpoint:1012 : public_id=88a76a13cafc473f9b54f90a2c86b7eb 2021-04-09 20:00:45.726 | + functions-common:get_or_create_endpoint:1014 : [[ -n '' ]] 2021-04-09 20:00:45.728 | + functions-common:get_or_create_endpoint:1017 : [[ -n '' ]] 2021-04-09 20:00:45.731 | + functions-common:get_or_create_endpoint:1021 : echo 88a76a13cafc473f9b54f90a2c86b7eb 2021-04-09 20:00:45.731 | 88a76a13cafc473f9b54f90a2c86b7eb 2021-04-09 20:00:45.733 | + ./stack.sh:main:1164 : is_service_enabled swift 2021-04-09 20:00:45.750 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:00:45.752 | + ./stack.sh:main:1165 : create_swift_accounts 2021-04-09 20:00:45.756 | + lib/swift:create_swift_accounts:630 : export swiftusertest1_password=testing 2021-04-09 20:00:45.758 | + lib/swift:create_swift_accounts:630 : swiftusertest1_password=testing 2021-04-09 20:00:45.760 | + lib/swift:create_swift_accounts:631 : export swiftusertest2_password=testing2 2021-04-09 20:00:45.763 | + lib/swift:create_swift_accounts:631 : swiftusertest2_password=testing2 2021-04-09 20:00:45.765 | + lib/swift:create_swift_accounts:632 : export swiftusertest3_password=testing3 2021-04-09 20:00:45.767 | + lib/swift:create_swift_accounts:632 : swiftusertest3_password=testing3 2021-04-09 20:00:45.774 | + lib/swift:create_swift_accounts:633 : export swiftusertest4_password=testing4 2021-04-09 20:00:45.776 | + lib/swift:create_swift_accounts:633 : swiftusertest4_password=testing4 2021-04-09 20:00:45.779 | + lib/swift:create_swift_accounts:635 : local another_role 2021-04-09 20:00:45.781 | ++ lib/swift:create_swift_accounts:636 : get_or_create_role anotherrole 2021-04-09 20:00:45.784 | ++ functions-common:get_or_create_role:861 : local role_id 2021-04-09 20:00:45.787 | +++ functions-common:get_or_create_role:868 : oscwrap role create anotherrole --or-show -f value -c id 2021-04-09 20:00:48.082 | +++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:00:48.085 | ++ functions-common:get_or_create_role:866 : role_id=ffe9d8575a4b4c629718b2b52117217b 2021-04-09 20:00:48.087 | ++ functions-common:get_or_create_role:867 : echo ffe9d8575a4b4c629718b2b52117217b 2021-04-09 20:00:48.090 | + lib/swift:create_swift_accounts:636 : another_role=ffe9d8575a4b4c629718b2b52117217b 2021-04-09 20:00:48.093 | + lib/swift:create_swift_accounts:640 : create_service_user swift admin 2021-04-09 20:00:48.095 | + lib/keystone:create_service_user:395 : get_or_create_user swift Passw0rd Default 2021-04-09 20:00:48.097 | + functions-common:get_or_create_user:825 : local user_id 2021-04-09 20:00:48.100 | + functions-common:get_or_create_user:826 : [[ ! -z '' ]] 2021-04-09 20:00:48.102 | + functions-common:get_or_create_user:829 : local email= 2021-04-09 20:00:48.105 | ++ functions-common:get_or_create_user:843 : oscwrap user create swift --password Passw0rd --domain=Default --or-show -f value -c id 2021-04-09 20:00:50.406 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:00:50.410 | + functions-common:get_or_create_user:841 : user_id=fdd84ca5ee0d49c8a0d45e245d05bfd4 2021-04-09 20:00:50.412 | + functions-common:get_or_create_user:842 : echo fdd84ca5ee0d49c8a0d45e245d05bfd4 2021-04-09 20:00:50.412 | fdd84ca5ee0d49c8a0d45e245d05bfd4 2021-04-09 20:00:50.414 | + lib/keystone:create_service_user:396 : get_or_add_user_project_role service swift service Default Default 2021-04-09 20:00:50.417 | + functions-common:get_or_add_user_project_role:889 : local user_role_id 2021-04-09 20:00:50.420 | ++ functions-common:get_or_add_user_project_role:891 : _get_domain_args Default Default 2021-04-09 20:00:50.422 | ++ functions-common:_get_domain_args:873 : local domain 2021-04-09 20:00:50.424 | ++ functions-common:_get_domain_args:874 : domain= 2021-04-09 20:00:50.427 | ++ functions-common:_get_domain_args:876 : [[ -n Default ]] 2021-04-09 20:00:50.429 | ++ functions-common:_get_domain_args:877 : domain=' --user-domain Default' 2021-04-09 20:00:50.431 | ++ functions-common:_get_domain_args:879 : [[ -n Default ]] 2021-04-09 20:00:50.433 | ++ functions-common:_get_domain_args:880 : domain=' --user-domain Default --project-domain Default' 2021-04-09 20:00:50.435 | ++ functions-common:_get_domain_args:883 : echo --user-domain Default --project-domain Default 2021-04-09 20:00:50.438 | + functions-common:get_or_add_user_project_role:891 : domain_args='--user-domain Default --project-domain Default' 2021-04-09 20:00:50.442 | ++ 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-04-09 20:00:50.443 | ++ functions-common:get_or_add_user_project_role:899 : grep '^|\s[a-f0-9]\+' 2021-04-09 20:00:50.444 | ++ functions-common:get_or_add_user_project_role:899 : get_field 1 2021-04-09 20:00:50.446 | ++ functions-common:get_field:727 : local data field 2021-04-09 20:00:50.448 | ++ functions-common:get_field:728 : read data 2021-04-09 20:00:53.376 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:00:53.380 | + functions-common:get_or_add_user_project_role:899 : user_role_id= 2021-04-09 20:00:53.382 | + functions-common:get_or_add_user_project_role:900 : [[ -z '' ]] 2021-04-09 20:00:53.385 | + functions-common:get_or_add_user_project_role:902 : openstack role add service --user swift --project service --user-domain Default --project-domain Default 2021-04-09 20:00:56.238 | ++ 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-04-09 20:00:56.238 | ++ functions-common:get_or_add_user_project_role:911 : grep '^|\s[a-f0-9]\+' 2021-04-09 20:00:56.239 | ++ functions-common:get_or_add_user_project_role:911 : get_field 1 2021-04-09 20:00:56.242 | ++ functions-common:get_field:727 : local data field 2021-04-09 20:00:56.244 | ++ functions-common:get_field:728 : read data 2021-04-09 20:00:59.198 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:00:59.201 | ++ functions-common:get_field:729 : '[' 1 -lt 0 ']' 2021-04-09 20:00:59.203 | ++ functions-common:get_field:732 : field='$2' 2021-04-09 20:00:59.207 | ++ functions-common:get_field:734 : echo '| e5f3719c21e840d293eb199a08bd84aa | fdd84ca5ee0d49c8a0d45e245d05bfd4 | | b9f6284d40e34108bf2b924390c74beb | | | False |' 2021-04-09 20:00:59.207 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-04-09 20:00:59.212 | ++ functions-common:get_field:728 : read data 2021-04-09 20:00:59.215 | + functions-common:get_or_add_user_project_role:911 : user_role_id=e5f3719c21e840d293eb199a08bd84aa 2021-04-09 20:00:59.217 | + functions-common:get_or_add_user_project_role:913 : echo e5f3719c21e840d293eb199a08bd84aa 2021-04-09 20:00:59.217 | e5f3719c21e840d293eb199a08bd84aa 2021-04-09 20:00:59.219 | + lib/keystone:create_service_user:398 : [[ -n admin ]] 2021-04-09 20:00:59.222 | + lib/keystone:create_service_user:399 : get_or_add_user_project_role admin swift service Default Default 2021-04-09 20:00:59.224 | + functions-common:get_or_add_user_project_role:889 : local user_role_id 2021-04-09 20:00:59.227 | ++ functions-common:get_or_add_user_project_role:891 : _get_domain_args Default Default 2021-04-09 20:00:59.229 | ++ functions-common:_get_domain_args:873 : local domain 2021-04-09 20:00:59.231 | ++ functions-common:_get_domain_args:874 : domain= 2021-04-09 20:00:59.234 | ++ functions-common:_get_domain_args:876 : [[ -n Default ]] 2021-04-09 20:00:59.236 | ++ functions-common:_get_domain_args:877 : domain=' --user-domain Default' 2021-04-09 20:00:59.238 | ++ functions-common:_get_domain_args:879 : [[ -n Default ]] 2021-04-09 20:00:59.241 | ++ functions-common:_get_domain_args:880 : domain=' --user-domain Default --project-domain Default' 2021-04-09 20:00:59.243 | ++ functions-common:_get_domain_args:883 : echo --user-domain Default --project-domain Default 2021-04-09 20:00:59.249 | + functions-common:get_or_add_user_project_role:891 : domain_args='--user-domain Default --project-domain Default' 2021-04-09 20:00:59.253 | ++ 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-04-09 20:00:59.253 | ++ functions-common:get_or_add_user_project_role:899 : get_field 1 2021-04-09 20:00:59.253 | ++ functions-common:get_or_add_user_project_role:899 : grep '^|\s[a-f0-9]\+' 2021-04-09 20:00:59.256 | ++ functions-common:get_field:727 : local data field 2021-04-09 20:00:59.258 | ++ functions-common:get_field:728 : read data 2021-04-09 20:01:02.235 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:01:02.239 | + functions-common:get_or_add_user_project_role:899 : user_role_id= 2021-04-09 20:01:02.242 | + functions-common:get_or_add_user_project_role:900 : [[ -z '' ]] 2021-04-09 20:01:02.244 | + functions-common:get_or_add_user_project_role:902 : openstack role add admin --user swift --project service --user-domain Default --project-domain Default 2021-04-09 20:01:05.088 | ++ 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-04-09 20:01:05.088 | ++ functions-common:get_or_add_user_project_role:911 : grep '^|\s[a-f0-9]\+' 2021-04-09 20:01:05.089 | ++ functions-common:get_or_add_user_project_role:911 : get_field 1 2021-04-09 20:01:05.091 | ++ functions-common:get_field:727 : local data field 2021-04-09 20:01:05.094 | ++ functions-common:get_field:728 : read data 2021-04-09 20:01:08.211 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:01:08.214 | ++ functions-common:get_field:729 : '[' 1 -lt 0 ']' 2021-04-09 20:01:08.216 | ++ functions-common:get_field:732 : field='$2' 2021-04-09 20:01:08.219 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-04-09 20:01:08.220 | ++ functions-common:get_field:734 : echo '| 8d70c3d392e6452da4fab2b9acdb0e51 | fdd84ca5ee0d49c8a0d45e245d05bfd4 | | b9f6284d40e34108bf2b924390c74beb | | | False |' 2021-04-09 20:01:08.224 | ++ functions-common:get_field:728 : read data 2021-04-09 20:01:08.228 | + functions-common:get_or_add_user_project_role:911 : user_role_id=8d70c3d392e6452da4fab2b9acdb0e51 2021-04-09 20:01:08.230 | + functions-common:get_or_add_user_project_role:913 : echo 8d70c3d392e6452da4fab2b9acdb0e51 2021-04-09 20:01:08.230 | 8d70c3d392e6452da4fab2b9acdb0e51 2021-04-09 20:01:08.232 | + lib/swift:create_swift_accounts:642 : get_or_create_service swift object-store 'Swift Service' 2021-04-09 20:01:08.235 | + functions-common:get_or_create_service:967 : local service_id 2021-04-09 20:01:08.238 | ++ functions-common:get_or_create_service:980 : oscwrap service show object-store -f value -c id 2021-04-09 20:01:10.479 | ++ functions-common:get_or_create_service:982 : oscwrap service create object-store --name swift '--description=Swift Service' -f value -c id 2021-04-09 20:01:12.612 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:01:12.615 | + functions-common:get_or_create_service:978 : service_id=' 2021-04-09 20:01:12.615 | d4cdbe35b2274c1e9c9553a46b6c5f9f' 2021-04-09 20:01:12.617 | + functions-common:get_or_create_service:979 : echo d4cdbe35b2274c1e9c9553a46b6c5f9f 2021-04-09 20:01:12.617 | d4cdbe35b2274c1e9c9553a46b6c5f9f 2021-04-09 20:01:12.620 | + lib/swift:create_swift_accounts:644 : get_or_create_endpoint object-store RegionOne 'http://10.222.0.52:8080/v1/AUTH_$(project_id)s' http://10.222.0.52:8080 2021-04-09 20:01:12.622 | + functions-common:get_or_create_endpoint:1011 : local public_id 2021-04-09 20:01:12.625 | ++ functions-common:get_or_create_endpoint:1012 : _get_or_create_endpoint_with_interface object-store public 'http://10.222.0.52:8080/v1/AUTH_$(project_id)s' RegionOne 2021-04-09 20:01:12.628 | ++ functions-common:_get_or_create_endpoint_with_interface:985 : local endpoint_id 2021-04-09 20:01:12.631 | +++ functions-common:_get_or_create_endpoint_with_interface:990 : oscwrap endpoint list --service object-store --interface public --region RegionOne -c ID -f value 2021-04-09 20:01:14.968 | +++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:01:14.972 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : endpoint_id= 2021-04-09 20:01:14.974 | ++ functions-common:_get_or_create_endpoint_with_interface:991 : [[ -z '' ]] 2021-04-09 20:01:14.977 | +++ functions-common:_get_or_create_endpoint_with_interface:994 : oscwrap endpoint create object-store public 'http://10.222.0.52:8080/v1/AUTH_$(project_id)s' --region RegionOne -f value -c id 2021-04-09 20:01:17.349 | +++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:01:17.352 | ++ functions-common:_get_or_create_endpoint_with_interface:994 : endpoint_id=5e7111954ac54c18b262749e36951920 2021-04-09 20:01:17.355 | ++ functions-common:_get_or_create_endpoint_with_interface:997 : echo 5e7111954ac54c18b262749e36951920 2021-04-09 20:01:17.357 | + functions-common:get_or_create_endpoint:1012 : public_id=5e7111954ac54c18b262749e36951920 2021-04-09 20:01:17.360 | + functions-common:get_or_create_endpoint:1014 : [[ -n http://10.222.0.52:8080 ]] 2021-04-09 20:01:17.362 | + functions-common:get_or_create_endpoint:1015 : _get_or_create_endpoint_with_interface object-store admin http://10.222.0.52:8080 RegionOne 2021-04-09 20:01:17.365 | + functions-common:_get_or_create_endpoint_with_interface:985 : local endpoint_id 2021-04-09 20:01:17.368 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : oscwrap endpoint list --service object-store --interface admin --region RegionOne -c ID -f value 2021-04-09 20:01:19.726 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:01:19.728 | + functions-common:_get_or_create_endpoint_with_interface:990 : endpoint_id= 2021-04-09 20:01:19.731 | + functions-common:_get_or_create_endpoint_with_interface:991 : [[ -z '' ]] 2021-04-09 20:01:19.734 | ++ functions-common:_get_or_create_endpoint_with_interface:994 : oscwrap endpoint create object-store admin http://10.222.0.52:8080 --region RegionOne -f value -c id 2021-04-09 20:01:22.081 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:01:22.083 | + functions-common:_get_or_create_endpoint_with_interface:994 : endpoint_id=e85777d181e14b308648d17e07cdeb25 2021-04-09 20:01:22.086 | + functions-common:_get_or_create_endpoint_with_interface:997 : echo e85777d181e14b308648d17e07cdeb25 2021-04-09 20:01:22.086 | e85777d181e14b308648d17e07cdeb25 2021-04-09 20:01:22.088 | + functions-common:get_or_create_endpoint:1017 : [[ -n '' ]] 2021-04-09 20:01:22.091 | + functions-common:get_or_create_endpoint:1021 : echo 5e7111954ac54c18b262749e36951920 2021-04-09 20:01:22.091 | 5e7111954ac54c18b262749e36951920 2021-04-09 20:01:22.094 | + lib/swift:create_swift_accounts:649 : local swift_project_test1 2021-04-09 20:01:22.097 | ++ lib/swift:create_swift_accounts:650 : get_or_create_project swiftprojecttest1 default 2021-04-09 20:01:22.099 | ++ functions-common:get_or_create_project:848 : local project_id 2021-04-09 20:01:22.102 | +++ functions-common:get_or_create_project:856 : oscwrap project create swiftprojecttest1 --domain=default --or-show -f value -c id 2021-04-09 20:01:24.383 | +++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:01:24.386 | ++ functions-common:get_or_create_project:854 : project_id=f594153a94914c13a7fd7bb0cf3e06e2 2021-04-09 20:01:24.388 | ++ functions-common:get_or_create_project:855 : echo f594153a94914c13a7fd7bb0cf3e06e2 2021-04-09 20:01:24.391 | + lib/swift:create_swift_accounts:650 : swift_project_test1=f594153a94914c13a7fd7bb0cf3e06e2 2021-04-09 20:01:24.394 | + lib/swift:create_swift_accounts:651 : die_if_not_set 651 swift_project_test1 'Failure creating swift_project_test1' 2021-04-09 20:01:24.396 | + functions-common:die_if_not_set:213 : local exitcode=0 2021-04-09 20:01:24.413 | ++ lib/swift:create_swift_accounts:653 : get_or_create_user swiftusertest1 testing default test@example.com 2021-04-09 20:01:24.415 | ++ functions-common:get_or_create_user:825 : local user_id 2021-04-09 20:01:24.418 | ++ functions-common:get_or_create_user:826 : [[ ! -z test@example.com ]] 2021-04-09 20:01:24.420 | ++ functions-common:get_or_create_user:827 : local email=--email=test@example.com 2021-04-09 20:01:24.424 | +++ 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-04-09 20:01:26.775 | +++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:01:26.778 | ++ functions-common:get_or_create_user:841 : user_id=5e209b6a39a24ce4a10323f848994913 2021-04-09 20:01:26.780 | ++ functions-common:get_or_create_user:842 : echo 5e209b6a39a24ce4a10323f848994913 2021-04-09 20:01:26.784 | + lib/swift:create_swift_accounts:653 : SWIFT_USER_TEST1=5e209b6a39a24ce4a10323f848994913 2021-04-09 20:01:26.786 | + lib/swift:create_swift_accounts:654 : die_if_not_set 654 SWIFT_USER_TEST1 'Failure creating SWIFT_USER_TEST1' 2021-04-09 20:01:26.789 | + functions-common:die_if_not_set:213 : local exitcode=0 2021-04-09 20:01:26.805 | + lib/swift:create_swift_accounts:655 : get_or_add_user_project_role admin 5e209b6a39a24ce4a10323f848994913 f594153a94914c13a7fd7bb0cf3e06e2 2021-04-09 20:01:26.807 | + functions-common:get_or_add_user_project_role:889 : local user_role_id 2021-04-09 20:01:26.810 | ++ functions-common:get_or_add_user_project_role:891 : _get_domain_args 2021-04-09 20:01:26.813 | ++ functions-common:_get_domain_args:873 : local domain 2021-04-09 20:01:26.815 | ++ functions-common:_get_domain_args:874 : domain= 2021-04-09 20:01:26.817 | ++ functions-common:_get_domain_args:876 : [[ -n '' ]] 2021-04-09 20:01:26.820 | ++ functions-common:_get_domain_args:879 : [[ -n '' ]] 2021-04-09 20:01:26.822 | ++ functions-common:_get_domain_args:883 : echo 2021-04-09 20:01:26.825 | + functions-common:get_or_add_user_project_role:891 : domain_args= 2021-04-09 20:01:26.829 | ++ functions-common:get_or_add_user_project_role:899 : oscwrap role assignment list --role admin --user 5e209b6a39a24ce4a10323f848994913 --project f594153a94914c13a7fd7bb0cf3e06e2 2021-04-09 20:01:26.829 | ++ functions-common:get_or_add_user_project_role:899 : grep '^|\s[a-f0-9]\+' 2021-04-09 20:01:26.830 | ++ functions-common:get_or_add_user_project_role:899 : get_field 1 2021-04-09 20:01:26.832 | ++ functions-common:get_field:727 : local data field 2021-04-09 20:01:26.836 | ++ functions-common:get_field:728 : read data 2021-04-09 20:01:29.318 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:01:29.322 | + functions-common:get_or_add_user_project_role:899 : user_role_id= 2021-04-09 20:01:29.325 | + functions-common:get_or_add_user_project_role:900 : [[ -z '' ]] 2021-04-09 20:01:29.327 | + functions-common:get_or_add_user_project_role:902 : openstack role add admin --user 5e209b6a39a24ce4a10323f848994913 --project f594153a94914c13a7fd7bb0cf3e06e2 2021-04-09 20:01:31.653 | ++ functions-common:get_or_add_user_project_role:911 : oscwrap role assignment list --role admin --user 5e209b6a39a24ce4a10323f848994913 --project f594153a94914c13a7fd7bb0cf3e06e2 2021-04-09 20:01:31.653 | ++ functions-common:get_or_add_user_project_role:911 : grep '^|\s[a-f0-9]\+' 2021-04-09 20:01:31.653 | ++ functions-common:get_or_add_user_project_role:911 : get_field 1 2021-04-09 20:01:31.656 | ++ functions-common:get_field:727 : local data field 2021-04-09 20:01:31.659 | ++ functions-common:get_field:728 : read data 2021-04-09 20:01:34.084 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:01:34.087 | ++ functions-common:get_field:729 : '[' 1 -lt 0 ']' 2021-04-09 20:01:34.089 | ++ functions-common:get_field:732 : field='$2' 2021-04-09 20:01:34.092 | ++ functions-common:get_field:734 : echo '| 8d70c3d392e6452da4fab2b9acdb0e51 | 5e209b6a39a24ce4a10323f848994913 | | f594153a94914c13a7fd7bb0cf3e06e2 | | | False |' 2021-04-09 20:01:34.092 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-04-09 20:01:34.098 | ++ functions-common:get_field:728 : read data 2021-04-09 20:01:34.101 | + functions-common:get_or_add_user_project_role:911 : user_role_id=8d70c3d392e6452da4fab2b9acdb0e51 2021-04-09 20:01:34.104 | + functions-common:get_or_add_user_project_role:913 : echo 8d70c3d392e6452da4fab2b9acdb0e51 2021-04-09 20:01:34.104 | 8d70c3d392e6452da4fab2b9acdb0e51 2021-04-09 20:01:34.106 | + lib/swift:create_swift_accounts:657 : local swift_user_test3 2021-04-09 20:01:34.109 | ++ lib/swift:create_swift_accounts:659 : get_or_create_user swiftusertest3 testing3 default test3@example.com 2021-04-09 20:01:34.112 | ++ functions-common:get_or_create_user:825 : local user_id 2021-04-09 20:01:34.114 | ++ functions-common:get_or_create_user:826 : [[ ! -z test3@example.com ]] 2021-04-09 20:01:34.116 | ++ functions-common:get_or_create_user:827 : local email=--email=test3@example.com 2021-04-09 20:01:34.120 | +++ 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-04-09 20:01:36.389 | +++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:01:36.392 | ++ functions-common:get_or_create_user:841 : user_id=7a92c68ae9a2420192ac7da996da8474 2021-04-09 20:01:36.395 | ++ functions-common:get_or_create_user:842 : echo 7a92c68ae9a2420192ac7da996da8474 2021-04-09 20:01:36.398 | + lib/swift:create_swift_accounts:659 : swift_user_test3=7a92c68ae9a2420192ac7da996da8474 2021-04-09 20:01:36.400 | + lib/swift:create_swift_accounts:660 : die_if_not_set 660 swift_user_test3 'Failure creating swift_user_test3' 2021-04-09 20:01:36.402 | + functions-common:die_if_not_set:213 : local exitcode=0 2021-04-09 20:01:36.419 | + lib/swift:create_swift_accounts:661 : get_or_add_user_project_role ffe9d8575a4b4c629718b2b52117217b 7a92c68ae9a2420192ac7da996da8474 f594153a94914c13a7fd7bb0cf3e06e2 2021-04-09 20:01:36.421 | + functions-common:get_or_add_user_project_role:889 : local user_role_id 2021-04-09 20:01:36.425 | ++ functions-common:get_or_add_user_project_role:891 : _get_domain_args 2021-04-09 20:01:36.427 | ++ functions-common:_get_domain_args:873 : local domain 2021-04-09 20:01:36.430 | ++ functions-common:_get_domain_args:874 : domain= 2021-04-09 20:01:36.432 | ++ functions-common:_get_domain_args:876 : [[ -n '' ]] 2021-04-09 20:01:36.434 | ++ functions-common:_get_domain_args:879 : [[ -n '' ]] 2021-04-09 20:01:36.436 | ++ functions-common:_get_domain_args:883 : echo 2021-04-09 20:01:36.439 | + functions-common:get_or_add_user_project_role:891 : domain_args= 2021-04-09 20:01:36.443 | ++ functions-common:get_or_add_user_project_role:899 : oscwrap role assignment list --role ffe9d8575a4b4c629718b2b52117217b --user 7a92c68ae9a2420192ac7da996da8474 --project f594153a94914c13a7fd7bb0cf3e06e2 2021-04-09 20:01:36.443 | ++ functions-common:get_or_add_user_project_role:899 : get_field 1 2021-04-09 20:01:36.446 | ++ functions-common:get_or_add_user_project_role:899 : grep '^|\s[a-f0-9]\+' 2021-04-09 20:01:36.446 | ++ functions-common:get_field:727 : local data field 2021-04-09 20:01:36.448 | ++ functions-common:get_field:728 : read data 2021-04-09 20:01:38.951 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:01:38.956 | + functions-common:get_or_add_user_project_role:899 : user_role_id= 2021-04-09 20:01:38.958 | + functions-common:get_or_add_user_project_role:900 : [[ -z '' ]] 2021-04-09 20:01:38.961 | + functions-common:get_or_add_user_project_role:902 : openstack role add ffe9d8575a4b4c629718b2b52117217b --user 7a92c68ae9a2420192ac7da996da8474 --project f594153a94914c13a7fd7bb0cf3e06e2 2021-04-09 20:01:41.381 | ++ functions-common:get_or_add_user_project_role:911 : grep '^|\s[a-f0-9]\+' 2021-04-09 20:01:41.381 | ++ functions-common:get_or_add_user_project_role:911 : oscwrap role assignment list --role ffe9d8575a4b4c629718b2b52117217b --user 7a92c68ae9a2420192ac7da996da8474 --project f594153a94914c13a7fd7bb0cf3e06e2 2021-04-09 20:01:41.383 | ++ functions-common:get_or_add_user_project_role:911 : get_field 1 2021-04-09 20:01:41.386 | ++ functions-common:get_field:727 : local data field 2021-04-09 20:01:41.389 | ++ functions-common:get_field:728 : read data 2021-04-09 20:01:43.818 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:01:43.821 | ++ functions-common:get_field:729 : '[' 1 -lt 0 ']' 2021-04-09 20:01:43.824 | ++ functions-common:get_field:732 : field='$2' 2021-04-09 20:01:43.827 | ++ functions-common:get_field:734 : echo '| ffe9d8575a4b4c629718b2b52117217b | 7a92c68ae9a2420192ac7da996da8474 | | f594153a94914c13a7fd7bb0cf3e06e2 | | | False |' 2021-04-09 20:01:43.827 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-04-09 20:01:43.833 | ++ functions-common:get_field:728 : read data 2021-04-09 20:01:43.836 | + functions-common:get_or_add_user_project_role:911 : user_role_id=ffe9d8575a4b4c629718b2b52117217b 2021-04-09 20:01:43.839 | + functions-common:get_or_add_user_project_role:913 : echo ffe9d8575a4b4c629718b2b52117217b 2021-04-09 20:01:43.839 | ffe9d8575a4b4c629718b2b52117217b 2021-04-09 20:01:43.841 | + lib/swift:create_swift_accounts:663 : local swift_project_test2 2021-04-09 20:01:43.844 | ++ lib/swift:create_swift_accounts:664 : get_or_create_project swiftprojecttest2 default 2021-04-09 20:01:43.847 | ++ functions-common:get_or_create_project:848 : local project_id 2021-04-09 20:01:43.850 | +++ functions-common:get_or_create_project:856 : oscwrap project create swiftprojecttest2 --domain=default --or-show -f value -c id 2021-04-09 20:01:46.043 | +++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:01:46.046 | ++ functions-common:get_or_create_project:854 : project_id=27c94a156faf404aa892b3ba9ef8c7ca 2021-04-09 20:01:46.049 | ++ functions-common:get_or_create_project:855 : echo 27c94a156faf404aa892b3ba9ef8c7ca 2021-04-09 20:01:46.051 | + lib/swift:create_swift_accounts:664 : swift_project_test2=27c94a156faf404aa892b3ba9ef8c7ca 2021-04-09 20:01:46.054 | + lib/swift:create_swift_accounts:665 : die_if_not_set 665 swift_project_test2 'Failure creating swift_project_test2' 2021-04-09 20:01:46.056 | + functions-common:die_if_not_set:213 : local exitcode=0 2021-04-09 20:01:46.072 | + lib/swift:create_swift_accounts:667 : local swift_user_test2 2021-04-09 20:01:46.075 | ++ lib/swift:create_swift_accounts:669 : get_or_create_user swiftusertest2 testing2 default test2@example.com 2021-04-09 20:01:46.077 | ++ functions-common:get_or_create_user:825 : local user_id 2021-04-09 20:01:46.080 | ++ functions-common:get_or_create_user:826 : [[ ! -z test2@example.com ]] 2021-04-09 20:01:46.082 | ++ functions-common:get_or_create_user:827 : local email=--email=test2@example.com 2021-04-09 20:01:46.085 | +++ 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-04-09 20:01:48.306 | +++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:01:48.309 | ++ functions-common:get_or_create_user:841 : user_id=63536dae5a1548b58caf3376fe6fd51d 2021-04-09 20:01:48.312 | ++ functions-common:get_or_create_user:842 : echo 63536dae5a1548b58caf3376fe6fd51d 2021-04-09 20:01:48.315 | + lib/swift:create_swift_accounts:669 : swift_user_test2=63536dae5a1548b58caf3376fe6fd51d 2021-04-09 20:01:48.317 | + lib/swift:create_swift_accounts:670 : die_if_not_set 670 swift_user_test2 'Failure creating swift_user_test2' 2021-04-09 20:01:48.319 | + functions-common:die_if_not_set:213 : local exitcode=0 2021-04-09 20:01:48.335 | + lib/swift:create_swift_accounts:671 : get_or_add_user_project_role admin 63536dae5a1548b58caf3376fe6fd51d 27c94a156faf404aa892b3ba9ef8c7ca 2021-04-09 20:01:48.337 | + functions-common:get_or_add_user_project_role:889 : local user_role_id 2021-04-09 20:01:48.340 | ++ functions-common:get_or_add_user_project_role:891 : _get_domain_args 2021-04-09 20:01:48.343 | ++ functions-common:_get_domain_args:873 : local domain 2021-04-09 20:01:48.346 | ++ functions-common:_get_domain_args:874 : domain= 2021-04-09 20:01:48.348 | ++ functions-common:_get_domain_args:876 : [[ -n '' ]] 2021-04-09 20:01:48.350 | ++ functions-common:_get_domain_args:879 : [[ -n '' ]] 2021-04-09 20:01:48.353 | ++ functions-common:_get_domain_args:883 : echo 2021-04-09 20:01:48.355 | + functions-common:get_or_add_user_project_role:891 : domain_args= 2021-04-09 20:01:48.360 | ++ functions-common:get_or_add_user_project_role:899 : oscwrap role assignment list --role admin --user 63536dae5a1548b58caf3376fe6fd51d --project 27c94a156faf404aa892b3ba9ef8c7ca 2021-04-09 20:01:48.360 | ++ functions-common:get_or_add_user_project_role:899 : grep '^|\s[a-f0-9]\+' 2021-04-09 20:01:48.361 | ++ functions-common:get_or_add_user_project_role:899 : get_field 1 2021-04-09 20:01:48.363 | ++ functions-common:get_field:727 : local data field 2021-04-09 20:01:48.366 | ++ functions-common:get_field:728 : read data 2021-04-09 20:01:50.739 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:01:50.743 | + functions-common:get_or_add_user_project_role:899 : user_role_id= 2021-04-09 20:01:50.746 | + functions-common:get_or_add_user_project_role:900 : [[ -z '' ]] 2021-04-09 20:01:50.748 | + functions-common:get_or_add_user_project_role:902 : openstack role add admin --user 63536dae5a1548b58caf3376fe6fd51d --project 27c94a156faf404aa892b3ba9ef8c7ca 2021-04-09 20:01:53.103 | ++ functions-common:get_or_add_user_project_role:911 : oscwrap role assignment list --role admin --user 63536dae5a1548b58caf3376fe6fd51d --project 27c94a156faf404aa892b3ba9ef8c7ca 2021-04-09 20:01:53.103 | ++ functions-common:get_or_add_user_project_role:911 : grep '^|\s[a-f0-9]\+' 2021-04-09 20:01:53.103 | ++ functions-common:get_or_add_user_project_role:911 : get_field 1 2021-04-09 20:01:53.106 | ++ functions-common:get_field:727 : local data field 2021-04-09 20:01:53.108 | ++ functions-common:get_field:728 : read data 2021-04-09 20:01:55.530 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:01:55.533 | ++ functions-common:get_field:729 : '[' 1 -lt 0 ']' 2021-04-09 20:01:55.536 | ++ functions-common:get_field:732 : field='$2' 2021-04-09 20:01:55.539 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-04-09 20:01:55.539 | ++ functions-common:get_field:734 : echo '| 8d70c3d392e6452da4fab2b9acdb0e51 | 63536dae5a1548b58caf3376fe6fd51d | | 27c94a156faf404aa892b3ba9ef8c7ca | | | False |' 2021-04-09 20:01:55.544 | ++ functions-common:get_field:728 : read data 2021-04-09 20:01:55.548 | + functions-common:get_or_add_user_project_role:911 : user_role_id=8d70c3d392e6452da4fab2b9acdb0e51 2021-04-09 20:01:55.550 | + functions-common:get_or_add_user_project_role:913 : echo 8d70c3d392e6452da4fab2b9acdb0e51 2021-04-09 20:01:55.550 | 8d70c3d392e6452da4fab2b9acdb0e51 2021-04-09 20:01:55.553 | + lib/swift:create_swift_accounts:673 : local swift_domain 2021-04-09 20:01:55.556 | ++ lib/swift:create_swift_accounts:674 : get_or_create_domain swift_test 'Used for swift functional testing' 2021-04-09 20:01:55.558 | ++ functions-common:get_or_create_domain:793 : local domain_id 2021-04-09 20:01:55.562 | +++ functions-common:get_or_create_domain:805 : oscwrap domain show swift_test -f value -c id 2021-04-09 20:01:57.796 | +++ functions-common:get_or_create_domain:807 : oscwrap domain create swift_test --description 'Used for swift functional testing' -f value -c id 2021-04-09 20:01:59.927 | +++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:01:59.930 | ++ functions-common:get_or_create_domain:803 : domain_id=' 2021-04-09 20:01:59.930 | 405149ae1e174ce3aab3af5ca1f1d281' 2021-04-09 20:01:59.933 | ++ functions-common:get_or_create_domain:804 : echo 405149ae1e174ce3aab3af5ca1f1d281 2021-04-09 20:01:59.935 | + lib/swift:create_swift_accounts:674 : swift_domain=405149ae1e174ce3aab3af5ca1f1d281 2021-04-09 20:01:59.939 | + lib/swift:create_swift_accounts:675 : die_if_not_set 675 swift_domain 'Failure creating swift_test domain' 2021-04-09 20:01:59.941 | + functions-common:die_if_not_set:213 : local exitcode=0 2021-04-09 20:01:59.957 | + lib/swift:create_swift_accounts:677 : local swift_project_test4 2021-04-09 20:01:59.960 | ++ lib/swift:create_swift_accounts:678 : get_or_create_project swiftprojecttest4 405149ae1e174ce3aab3af5ca1f1d281 2021-04-09 20:01:59.963 | ++ functions-common:get_or_create_project:848 : local project_id 2021-04-09 20:01:59.966 | +++ functions-common:get_or_create_project:856 : oscwrap project create swiftprojecttest4 --domain=405149ae1e174ce3aab3af5ca1f1d281 --or-show -f value -c id 2021-04-09 20:02:02.294 | +++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:02:02.298 | ++ functions-common:get_or_create_project:854 : project_id=03ded038775747a8b95486a0c215b172 2021-04-09 20:02:02.301 | ++ functions-common:get_or_create_project:855 : echo 03ded038775747a8b95486a0c215b172 2021-04-09 20:02:02.303 | + lib/swift:create_swift_accounts:678 : swift_project_test4=03ded038775747a8b95486a0c215b172 2021-04-09 20:02:02.306 | + lib/swift:create_swift_accounts:679 : die_if_not_set 679 swift_project_test4 'Failure creating swift_project_test4' 2021-04-09 20:02:02.308 | + functions-common:die_if_not_set:213 : local exitcode=0 2021-04-09 20:02:02.325 | + lib/swift:create_swift_accounts:681 : local swift_user_test4 2021-04-09 20:02:02.328 | ++ lib/swift:create_swift_accounts:683 : get_or_create_user swiftusertest4 testing4 405149ae1e174ce3aab3af5ca1f1d281 test4@example.com 2021-04-09 20:02:02.330 | ++ functions-common:get_or_create_user:825 : local user_id 2021-04-09 20:02:02.333 | ++ functions-common:get_or_create_user:826 : [[ ! -z test4@example.com ]] 2021-04-09 20:02:02.335 | ++ functions-common:get_or_create_user:827 : local email=--email=test4@example.com 2021-04-09 20:02:02.338 | +++ functions-common:get_or_create_user:843 : oscwrap user create swiftusertest4 --password testing4 --domain=405149ae1e174ce3aab3af5ca1f1d281 --email=test4@example.com --or-show -f value -c id 2021-04-09 20:02:04.668 | +++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:02:04.671 | ++ functions-common:get_or_create_user:841 : user_id=08bf5d1751964850a7595439d1b2b25d 2021-04-09 20:02:04.674 | ++ functions-common:get_or_create_user:842 : echo 08bf5d1751964850a7595439d1b2b25d 2021-04-09 20:02:04.677 | + lib/swift:create_swift_accounts:683 : swift_user_test4=08bf5d1751964850a7595439d1b2b25d 2021-04-09 20:02:04.679 | + lib/swift:create_swift_accounts:684 : die_if_not_set 684 swift_user_test4 'Failure creating swift_user_test4' 2021-04-09 20:02:04.682 | + functions-common:die_if_not_set:213 : local exitcode=0 2021-04-09 20:02:04.698 | + lib/swift:create_swift_accounts:685 : get_or_add_user_project_role admin 08bf5d1751964850a7595439d1b2b25d 03ded038775747a8b95486a0c215b172 2021-04-09 20:02:04.700 | + functions-common:get_or_add_user_project_role:889 : local user_role_id 2021-04-09 20:02:04.704 | ++ functions-common:get_or_add_user_project_role:891 : _get_domain_args 2021-04-09 20:02:04.706 | ++ functions-common:_get_domain_args:873 : local domain 2021-04-09 20:02:04.709 | ++ functions-common:_get_domain_args:874 : domain= 2021-04-09 20:02:04.711 | ++ functions-common:_get_domain_args:876 : [[ -n '' ]] 2021-04-09 20:02:04.713 | ++ functions-common:_get_domain_args:879 : [[ -n '' ]] 2021-04-09 20:02:04.716 | ++ functions-common:_get_domain_args:883 : echo 2021-04-09 20:02:04.719 | + functions-common:get_or_add_user_project_role:891 : domain_args= 2021-04-09 20:02:04.723 | ++ functions-common:get_or_add_user_project_role:899 : oscwrap role assignment list --role admin --user 08bf5d1751964850a7595439d1b2b25d --project 03ded038775747a8b95486a0c215b172 2021-04-09 20:02:04.723 | ++ functions-common:get_or_add_user_project_role:899 : grep '^|\s[a-f0-9]\+' 2021-04-09 20:02:04.723 | ++ functions-common:get_or_add_user_project_role:899 : get_field 1 2021-04-09 20:02:04.726 | ++ functions-common:get_field:727 : local data field 2021-04-09 20:02:04.729 | ++ functions-common:get_field:728 : read data 2021-04-09 20:02:07.100 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:02:07.104 | + functions-common:get_or_add_user_project_role:899 : user_role_id= 2021-04-09 20:02:07.106 | + functions-common:get_or_add_user_project_role:900 : [[ -z '' ]] 2021-04-09 20:02:07.109 | + functions-common:get_or_add_user_project_role:902 : openstack role add admin --user 08bf5d1751964850a7595439d1b2b25d --project 03ded038775747a8b95486a0c215b172 2021-04-09 20:02:09.558 | ++ functions-common:get_or_add_user_project_role:911 : oscwrap role assignment list --role admin --user 08bf5d1751964850a7595439d1b2b25d --project 03ded038775747a8b95486a0c215b172 2021-04-09 20:02:09.558 | ++ functions-common:get_or_add_user_project_role:911 : grep '^|\s[a-f0-9]\+' 2021-04-09 20:02:09.559 | ++ functions-common:get_or_add_user_project_role:911 : get_field 1 2021-04-09 20:02:09.562 | ++ functions-common:get_field:727 : local data field 2021-04-09 20:02:09.566 | ++ functions-common:get_field:728 : read data 2021-04-09 20:02:12.041 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:02:12.045 | ++ functions-common:get_field:729 : '[' 1 -lt 0 ']' 2021-04-09 20:02:12.047 | ++ functions-common:get_field:732 : field='$2' 2021-04-09 20:02:12.050 | ++ functions-common:get_field:734 : echo '| 8d70c3d392e6452da4fab2b9acdb0e51 | 08bf5d1751964850a7595439d1b2b25d | | 03ded038775747a8b95486a0c215b172 | | | False |' 2021-04-09 20:02:12.051 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-04-09 20:02:12.055 | ++ functions-common:get_field:728 : read data 2021-04-09 20:02:12.059 | + functions-common:get_or_add_user_project_role:911 : user_role_id=8d70c3d392e6452da4fab2b9acdb0e51 2021-04-09 20:02:12.061 | + functions-common:get_or_add_user_project_role:913 : echo 8d70c3d392e6452da4fab2b9acdb0e51 2021-04-09 20:02:12.061 | 8d70c3d392e6452da4fab2b9acdb0e51 2021-04-09 20:02:12.064 | + ./stack.sh:main:1171 : write_clouds_yaml 2021-04-09 20:02:12.066 | + functions-common:write_clouds_yaml:81 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2021-04-09 20:02:12.069 | ++ functions-common:write_clouds_yaml:83 : dirname /etc/openstack/clouds.yaml 2021-04-09 20:02:12.073 | + functions-common:write_clouds_yaml:83 : sudo mkdir -p /etc/openstack 2021-04-09 20:02:12.084 | + functions-common:write_clouds_yaml:84 : sudo chown -R ubuntu /etc/openstack 2021-04-09 20:02:12.102 | + functions-common:write_clouds_yaml:86 : CA_CERT_ARG= 2021-04-09 20:02:12.105 | + functions-common:write_clouds_yaml:87 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2021-04-09 20:02:12.107 | + 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.52/identity --os-username demo --os-password Passw0rd --os-project-name demo 2021-04-09 20:02:12.200 | The user clouds.yaml file didn't exist. 2021-04-09 20:02:12.210 | + 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.52/identity --os-username alt_demo --os-password Passw0rd --os-project-name alt_demo 2021-04-09 20:02:12.310 | /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-04-09 20:02:12.310 | self._clouds = yaml.load(clouds_file) 2021-04-09 20:02:12.319 | + 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.52/identity --os-username admin --os-password Passw0rd --os-project-name admin 2021-04-09 20:02:12.424 | /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-04-09 20:02:12.424 | self._clouds = yaml.load(clouds_file) 2021-04-09 20:02:12.432 | + 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.52/identity --os-username admin --os-password Passw0rd --os-system-scope all 2021-04-09 20:02:12.540 | /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-04-09 20:02:12.540 | self._clouds = yaml.load(clouds_file) 2021-04-09 20:02:12.550 | ++ functions-common:write_clouds_yaml:135 : eval echo '~ubuntu' 2021-04-09 20:02:12.554 | +++ functions-common:write_clouds_yaml:135 : echo /home/ubuntu 2021-04-09 20:02:12.557 | + functions-common:write_clouds_yaml:135 : rm -f /home/ubuntu/.config/openstack/clouds.yaml 2021-04-09 20:02:12.561 | + ./stack.sh:main:1176 : is_service_enabled horizon 2021-04-09 20:02:12.576 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 20:02:12.580 | + ./stack.sh:main:1185 : is_service_enabled g-reg 2021-04-09 20:02:12.596 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:02:12.598 | + ./stack.sh:main:1186 : echo_summary 'Configuring Glance' 2021-04-09 20:02:12.601 | + ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-04-09 20:02:12.603 | + ./stack.sh:echo_summary:461 : echo -e Configuring Glance 2021-04-09 20:02:12.606 | + ./stack.sh:main:1187 : init_glance 2021-04-09 20:02:12.608 | + lib/glance:init_glance:278 : rm -rf /opt/stack/data/glance/images 2021-04-09 20:02:12.612 | + lib/glance:init_glance:279 : mkdir -p /opt/stack/data/glance/images 2021-04-09 20:02:12.616 | + lib/glance:init_glance:282 : recreate_database glance 2021-04-09 20:02:12.618 | + lib/database:recreate_database:110 : local db=glance 2021-04-09 20:02:12.621 | + lib/database:recreate_database:111 : recreate_database_mysql glance 2021-04-09 20:02:12.623 | + lib/databases/mysql:recreate_database_mysql:61 : local db=glance 2021-04-09 20:02:12.626 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2021-04-09 20:02:12.629 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-04-09 20:02:12.643 | + lib/databases/mysql:recreate_database_mysql:63 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2021-04-09 20:02:12.647 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-04-09 20:02:12.660 | + lib/glance:init_glance:284 : time_start dbsync 2021-04-09 20:02:12.662 | + functions-common:time_start:2322 : local name=dbsync 2021-04-09 20:02:12.665 | + functions-common:time_start:2323 : local start_time= 2021-04-09 20:02:12.667 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-04-09 20:02:12.671 | ++ functions-common:time_start:2327 : date +%s%3N 2021-04-09 20:02:12.674 | + functions-common:time_start:2327 : _TIME_START[$name]=1617998532671 2021-04-09 20:02:12.676 | + lib/glance:init_glance:286 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2021-04-09 20:02:14.921 | 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=70786) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:307}} 2021-04-09 20:02:14.924 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2021-04-09 20:02:14.924 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2021-04-09 20:02:14.949 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2021-04-09 20:02:14.949 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2021-04-09 20:02:14.965 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/glance/glance/db/sqlalchemy/migrate_repo... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-04-09 20:02:14.966 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/043_add_image_created_updated_idx.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.966 | 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=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.966 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.966 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.966 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.967 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.967 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.967 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.967 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.968 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.968 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.968 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.968 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/044_update_metadef_os_nova_server.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.968 | 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=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.968 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.969 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.969 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.969 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.969 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_add_changes_to_satisfy_models.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.969 | 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=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.970 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_upgrade.sql... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.970 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_upgrade.sql loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.970 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.970 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.970 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.970 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.971 | 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=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.971 | 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=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.971 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.971 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.971 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.971 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.972 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.972 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.972 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.972 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.972 | 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=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.973 | 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=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.973 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.973 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.973 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.973 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.973 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.974 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.974 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.974 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.974 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.974 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.975 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.975 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.975 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.975 | 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=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.975 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.975 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.976 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.976 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.976 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.976 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.976 | 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=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.976 | 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=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.977 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.977 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.977 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.977 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.977 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_add_visibility.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.977 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_add_visibility.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_sqlite_upgrade.sql... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_sqlite_upgrade.sql loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.979 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.979 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.979 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.979 | 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=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.979 | 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=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.979 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.980 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.980 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.980 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.980 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.980 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.980 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.981 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.981 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.981 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.981 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.981 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.981 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.982 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.982 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.982 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.982 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.982 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.983 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.983 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.983 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.984 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.984 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.984 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.984 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:14.984 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:14.984 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/glance/glance/db/sqlalchemy/migrate_repo loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-04-09 20:02:14.985 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'Glance Migrations'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-04-09 20:02:15.025 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/glance/glance/db/sqlalchemy/migrate_repo... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-04-09 20:02:15.026 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/043_add_image_created_updated_idx.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.026 | 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=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.027 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.027 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.027 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.027 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.027 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.028 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.028 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.028 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.028 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.028 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.028 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/044_update_metadef_os_nova_server.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.029 | 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=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.029 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.029 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.029 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.029 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.030 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_add_changes_to_satisfy_models.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.030 | 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=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.030 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_upgrade.sql... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.030 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_upgrade.sql loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.030 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.031 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.031 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.031 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.031 | 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=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.031 | 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=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.031 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.032 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.032 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.032 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.032 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.032 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.033 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.033 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.033 | 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=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.033 | 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=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.033 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.033 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.034 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.034 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.034 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.034 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.034 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.034 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.035 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.035 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.035 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.035 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.035 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.036 | 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=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.036 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.036 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.036 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.036 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.036 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.037 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.037 | 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=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.037 | 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=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.037 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.037 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.037 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.038 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.038 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_add_visibility.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.038 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_add_visibility.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.038 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_sqlite_upgrade.sql... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.038 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_sqlite_upgrade.sql loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.039 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.039 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.039 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.039 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.039 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.039 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.040 | 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=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.040 | 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=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.040 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.040 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.040 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.040 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.041 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.041 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.041 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.041 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.041 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.042 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.042 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.042 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.042 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.042 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.042 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.043 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.043 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.043 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.043 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.043 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.044 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.044 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.044 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.044 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.044 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py... {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:02:15.045 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:02:15.045 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/glance/glance/db/sqlalchemy/migrate_repo loaded successfully {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-04-09 20:02:15.045 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'Glance Migrations'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) {{(pid=70786) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-04-09 20:02:15.359 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-04-09 20:02:15.359 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-04-09 20:02:15.579 | INFO [alembic.runtime.migration] Running upgrade -> liberty, liberty initial 2021-04-09 20:02:28.491 | INFO [alembic.runtime.migration] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2021-04-09 20:02:29.061 | INFO [alembic.runtime.migration] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2021-04-09 20:02:29.153 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2021-04-09 20:02:30.674 | INFO [alembic.runtime.migration] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2021-04-09 20:02:30.707 | INFO [alembic.runtime.migration] Running upgrade pike_expand01 -> queens_expand01 2021-04-09 20:02:30.775 | INFO [alembic.runtime.migration] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2021-04-09 20:02:31.759 | INFO [alembic.runtime.migration] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2021-04-09 20:02:33.519 | INFO [alembic.runtime.migration] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2021-04-09 20:02:33.549 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-04-09 20:02:33.549 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-04-09 20:02:33.554 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-04-09 20:02:33.554 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-04-09 20:02:33.559 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-04-09 20:02:33.559 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-04-09 20:02:33.580 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-04-09 20:02:33.580 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-04-09 20:02:33.613 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-04-09 20:02:33.613 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-04-09 20:02:33.620 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2021-04-09 20:02:34.948 | INFO [alembic.runtime.migration] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2021-04-09 20:02:35.673 | INFO [alembic.runtime.migration] Running upgrade pike_contract01 -> queens_contract01 2021-04-09 20:02:35.701 | INFO [alembic.runtime.migration] Running upgrade queens_contract01 -> rocky_contract01 2021-04-09 20:02:35.730 | INFO [alembic.runtime.migration] Running upgrade rocky_contract01 -> rocky_contract02 2021-04-09 20:02:35.759 | INFO [alembic.runtime.migration] Running upgrade rocky_contract02 -> train_contract01 2021-04-09 20:02:35.823 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-04-09 20:02:35.823 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-04-09 20:02:35.828 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-04-09 20:02:35.828 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-04-09 20:02:35.832 | Upgraded database to: train_expand01, current revision(s): train_expand01 2021-04-09 20:02:35.832 | Database migration is up to date. No migration needed. 2021-04-09 20:02:35.832 | Upgraded database to: train_contract01, current revision(s): train_contract01 2021-04-09 20:02:35.832 | Database is synced successfully. 2021-04-09 20:02:36.021 | + lib/glance:init_glance:289 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2021-04-09 20:02:38.233 | 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=70797) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:307}} 2021-04-09 20:02:39.347 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2021-04-09 20:02:39.462 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2021-04-09 20:02:39.862 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2021-04-09 20:02:40.553 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2021-04-09 20:02:40.746 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2021-04-09 20:02:41.416 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2021-04-09 20:02:41.742 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2021-04-09 20:02:41.862 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2021-04-09 20:02:42.113 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2021-04-09 20:02:42.232 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-trust.json loaded to database. 2021-04-09 20:02:42.399 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2021-04-09 20:02:43.279 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2021-04-09 20:02:43.370 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2021-04-09 20:02:43.975 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2021-04-09 20:02:44.050 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2021-04-09 20:02:44.376 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2021-04-09 20:02:44.496 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2021-04-09 20:02:44.690 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2021-04-09 20:02:44.982 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2021-04-09 20:02:45.124 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2021-04-09 20:02:45.399 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2021-04-09 20:02:45.564 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2021-04-09 20:02:45.718 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2021-04-09 20:02:46.027 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2021-04-09 20:02:46.542 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2021-04-09 20:02:46.730 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2021-04-09 20:02:46.828 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2021-04-09 20:02:47.032 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2021-04-09 20:02:47.272 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2021-04-09 20:02:47.484 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2021-04-09 20:02:47.626 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2021-04-09 20:02:47.626 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2021-04-09 20:02:47.812 | + lib/glance:init_glance:290 : time_stop dbsync 2021-04-09 20:02:47.814 | + functions-common:time_stop:2336 : local name 2021-04-09 20:02:47.817 | + functions-common:time_stop:2337 : local end_time 2021-04-09 20:02:47.819 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 20:02:47.822 | + functions-common:time_stop:2339 : local total 2021-04-09 20:02:47.824 | + functions-common:time_stop:2340 : local start_time 2021-04-09 20:02:47.827 | + functions-common:time_stop:2342 : name=dbsync 2021-04-09 20:02:47.829 | + functions-common:time_stop:2343 : start_time=1617998532671 2021-04-09 20:02:47.832 | + functions-common:time_stop:2345 : [[ -z 1617998532671 ]] 2021-04-09 20:02:47.835 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 20:02:47.839 | + functions-common:time_stop:2348 : end_time=1617998567836 2021-04-09 20:02:47.841 | + functions-common:time_stop:2349 : elapsed_time=35165 2021-04-09 20:02:47.844 | + functions-common:time_stop:2350 : total=65698 2021-04-09 20:02:47.846 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 20:02:47.849 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=100863 2021-04-09 20:02:47.852 | + ./stack.sh:main:1194 : is_service_enabled neutron 2021-04-09 20:02:47.868 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:02:47.870 | + ./stack.sh:main:1195 : echo_summary 'Configuring Neutron' 2021-04-09 20:02:47.873 | + ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-04-09 20:02:47.875 | + ./stack.sh:echo_summary:461 : echo -e Configuring Neutron 2021-04-09 20:02:47.877 | + ./stack.sh:main:1197 : configure_neutron 2021-04-09 20:02:47.880 | + lib/neutron:configure_neutron:606 : is_neutron_legacy_enabled 2021-04-09 20:02:47.883 | ++ 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-04-09 20:02:47.884 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-04-09 20:02:47.888 | + 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-04-09 20:02:47.890 | + 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-04-09 20:02:47.893 | + 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-04-09 20:02:47.895 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-04-09 20:02:47.898 | + lib/neutron:configure_neutron:608 : configure_mutnauq 2021-04-09 20:02:47.901 | + lib/neutron-legacy:configure_mutnauq:338 : _configure_neutron_common 2021-04-09 20:02:47.903 | + lib/neutron-legacy:_configure_neutron_common:691 : _create_neutron_conf_dir 2021-04-09 20:02:47.905 | + lib/neutron-legacy:_create_neutron_conf_dir:684 : sudo install -d -o ubuntu /etc/neutron 2021-04-09 20:02:47.918 | + lib/neutron-legacy:_configure_neutron_common:694 : cd /opt/stack/neutron 2021-04-09 20:02:47.920 | + lib/neutron-legacy:_configure_neutron_common:694 : exec ./tools/generate_config_file_samples.sh 2021-04-09 20:03:15.902 | + lib/neutron-legacy:_configure_neutron_common:696 : cp /opt/stack/neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2021-04-09 20:03:15.906 | + lib/neutron-legacy:_configure_neutron_common:698 : Q_POLICY_FILE=/etc/neutron/policy.json 2021-04-09 20:03:15.909 | + lib/neutron-legacy:_configure_neutron_common:702 : '[' -f /opt/stack/neutron/etc/policy.json ']' 2021-04-09 20:03:15.911 | + lib/neutron-legacy:_configure_neutron_common:706 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2021-04-09 20:03:15.914 | + lib/neutron-legacy:_configure_neutron_common:711 : neutron_plugin_configure_common 2021-04-09 20:03:15.916 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:64 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2021-04-09 20:03:15.918 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2021-04-09 20:03:15.920 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CLASS=ml2 2021-04-09 20:03:15.922 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:69 : _neutron_service_plugin_class_add router 2021-04-09 20:03:15.924 | + lib/neutron-legacy:_neutron_service_plugin_class_add:860 : local service_plugin_class=router 2021-04-09 20:03:15.928 | + lib/neutron-legacy:_neutron_service_plugin_class_add:861 : [[ '' == '' ]] 2021-04-09 20:03:15.930 | + lib/neutron-legacy:_neutron_service_plugin_class_add:862 : Q_SERVICE_PLUGIN_CLASSES=router 2021-04-09 20:03:15.932 | + lib/neutron-legacy:_configure_neutron_common:713 : [[ etc/neutron/plugins/ml2 == '' ]] 2021-04-09 20:03:15.934 | + lib/neutron-legacy:_configure_neutron_common:713 : [[ ml2_conf.ini == '' ]] 2021-04-09 20:03:15.936 | + lib/neutron-legacy:_configure_neutron_common:713 : [[ ml2 == '' ]] 2021-04-09 20:03:15.938 | + lib/neutron-legacy:_configure_neutron_common:718 : mkdir -p /etc/neutron/plugins/ml2 2021-04-09 20:03:15.942 | + lib/neutron-legacy:_configure_neutron_common:719 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2021-04-09 20:03:15.944 | + lib/neutron-legacy:_configure_neutron_common:722 : '[' -f /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2021-04-09 20:03:15.947 | + 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-04-09 20:03:15.951 | ++ lib/neutron-legacy:_configure_neutron_common:728 : database_connection_url neutron 2021-04-09 20:03:15.953 | ++ lib/database:database_connection_url:132 : local db=neutron 2021-04-09 20:03:15.955 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql neutron 2021-04-09 20:03:15.958 | ++ lib/databases/mysql:database_connection_url_mysql:179 : local db=neutron 2021-04-09 20:03:15.960 | ++ lib/databases/mysql:database_connection_url_mysql:180 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/neutron?charset=utf8' 2021-04-09 20:03:15.962 | + 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-04-09 20:03:15.992 | + lib/neutron-legacy:_configure_neutron_common:729 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2021-04-09 20:03:16.023 | + lib/neutron-legacy:_configure_neutron_common:730 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2021-04-09 20:03:16.053 | + lib/neutron-legacy:_configure_neutron_common:731 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2021-04-09 20:03:16.082 | + lib/neutron-legacy:_configure_neutron_common:732 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2021-04-09 20:03:16.112 | + lib/neutron-legacy:_configure_neutron_common:735 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2021-04-09 20:03:16.141 | + lib/neutron-legacy:_configure_neutron_common:737 : '[' libvirt = fake ']' 2021-04-09 20:03:16.143 | + lib/neutron-legacy:_configure_neutron_common:747 : setup_logging /etc/neutron/neutron.conf 2021-04-09 20:03:16.146 | + functions:setup_logging:639 : local conf_file=/etc/neutron/neutron.conf 2021-04-09 20:03:16.148 | + functions:setup_logging:640 : local other_cond=False 2021-04-09 20:03:16.150 | + functions:setup_logging:641 : [[ True == \T\r\u\e ]] 2021-04-09 20:03:16.153 | + functions:setup_logging:642 : setup_systemd_logging /etc/neutron/neutron.conf 2021-04-09 20:03:16.155 | + functions:setup_systemd_logging:670 : local conf_file=/etc/neutron/neutron.conf 2021-04-09 20:03:16.157 | + functions:setup_systemd_logging:671 : local conf_section=DEFAULT 2021-04-09 20:03:16.160 | ++ functions:setup_systemd_logging:676 : trueorfalse False USE_JOURNAL 2021-04-09 20:03:16.175 | + functions:setup_systemd_logging:676 : USE_JOURNAL=False 2021-04-09 20:03:16.178 | + functions:setup_systemd_logging:677 : local pidstr= 2021-04-09 20:03:16.180 | + functions:setup_systemd_logging:678 : [[ False == \T\r\u\e ]] 2021-04-09 20:03:16.182 | + functions:setup_systemd_logging:682 : pidstr='(pid=%(process)d) ' 2021-04-09 20:03:16.184 | + 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-04-09 20:03:16.213 | + 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-04-09 20:03:16.243 | + 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-04-09 20:03:16.279 | + functions:setup_systemd_logging:688 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-04-09 20:03:16.309 | + lib/neutron-legacy:_configure_neutron_common:749 : is_service_enabled tls-proxy 2021-04-09 20:03:16.324 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 20:03:16.327 | + lib/neutron-legacy:_configure_neutron_common:755 : _neutron_setup_rootwrap 2021-04-09 20:03:16.329 | + lib/neutron-legacy:_neutron_setup_rootwrap:895 : [[ True == \F\a\l\s\e ]] 2021-04-09 20:03:16.331 | + lib/neutron-legacy:_neutron_setup_rootwrap:899 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2021-04-09 20:03:16.334 | + lib/neutron-legacy:_neutron_setup_rootwrap:900 : [[ -d /etc/neutron/rootwrap.d ]] 2021-04-09 20:03:16.336 | + lib/neutron-legacy:_neutron_setup_rootwrap:904 : _neutron_deploy_rootwrap_filters /opt/stack/neutron 2021-04-09 20:03:16.338 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:885 : [[ True == \F\a\l\s\e ]] 2021-04-09 20:03:16.340 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:888 : local srcdir=/opt/stack/neutron 2021-04-09 20:03:16.343 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:889 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2021-04-09 20:03:16.354 | + 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-04-09 20:03:16.367 | + lib/neutron-legacy:_neutron_setup_rootwrap:908 : test -r /opt/stack/neutron/etc/neutron/rootwrap.conf 2021-04-09 20:03:16.369 | + 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-04-09 20:03:16.380 | + 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-04-09 20:03:16.391 | + 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-04-09 20:03:16.403 | + lib/neutron-legacy:_neutron_setup_rootwrap:917 : ROOTWRAP_SUDOER_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2021-04-09 20:03:16.405 | + lib/neutron-legacy:_neutron_setup_rootwrap:918 : ROOTWRAP_DAEMON_SUDOER_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2021-04-09 20:03:16.408 | ++ lib/neutron-legacy:_neutron_setup_rootwrap:921 : mktemp 2021-04-09 20:03:16.412 | + lib/neutron-legacy:_neutron_setup_rootwrap:921 : TEMPFILE=/tmp/tmp.Keroqy8FAA 2021-04-09 20:03:16.414 | + lib/neutron-legacy:_neutron_setup_rootwrap:922 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2021-04-09 20:03:16.417 | + lib/neutron-legacy:_neutron_setup_rootwrap:923 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2021-04-09 20:03:16.419 | + lib/neutron-legacy:_neutron_setup_rootwrap:924 : chmod 0440 /tmp/tmp.Keroqy8FAA 2021-04-09 20:03:16.423 | + lib/neutron-legacy:_neutron_setup_rootwrap:925 : sudo chown root:root /tmp/tmp.Keroqy8FAA 2021-04-09 20:03:16.434 | + lib/neutron-legacy:_neutron_setup_rootwrap:926 : sudo mv /tmp/tmp.Keroqy8FAA /etc/sudoers.d/neutron-rootwrap 2021-04-09 20:03:16.444 | + 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-04-09 20:03:16.475 | + lib/neutron-legacy:_neutron_setup_rootwrap:930 : [[ True == \T\r\u\e ]] 2021-04-09 20:03:16.478 | + 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-04-09 20:03:16.508 | + lib/neutron-legacy:configure_mutnauq:339 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2021-04-09 20:03:16.511 | + lib/rpc_backend:iniset_rpc_backend:152 : local package=neutron 2021-04-09 20:03:16.513 | + lib/rpc_backend:iniset_rpc_backend:153 : local file=/etc/neutron/neutron.conf 2021-04-09 20:03:16.515 | + lib/rpc_backend:iniset_rpc_backend:154 : local section=DEFAULT 2021-04-09 20:03:16.518 | + lib/rpc_backend:iniset_rpc_backend:155 : local virtual_host= 2021-04-09 20:03:16.520 | + lib/rpc_backend:iniset_rpc_backend:156 : is_service_enabled rabbit 2021-04-09 20:03:16.536 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:03:16.539 | ++ lib/rpc_backend:iniset_rpc_backend:157 : get_transport_url '' 2021-04-09 20:03:16.542 | ++ lib/rpc_backend:get_transport_url:134 : local virtual_host= 2021-04-09 20:03:16.545 | ++ lib/rpc_backend:get_transport_url:135 : is_service_enabled rabbit 2021-04-09 20:03:16.561 | ++ functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:03:16.563 | ++ lib/rpc_backend:get_transport_url:136 : echo rabbit://stackrabbit:Passw0rd@10.222.0.52:5672/ 2021-04-09 20:03:16.566 | + lib/rpc_backend:iniset_rpc_backend:157 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.52:5672/ 2021-04-09 20:03:16.596 | + lib/rpc_backend:iniset_rpc_backend:158 : '[' -n '' ']' 2021-04-09 20:03:16.599 | + lib/rpc_backend:iniset_rpc_backend:161 : '[' -n '' ']' 2021-04-09 20:03:16.601 | + lib/neutron-legacy:configure_mutnauq:341 : is_service_enabled q-metering 2021-04-09 20:03:16.617 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:03:16.619 | + lib/neutron-legacy:configure_mutnauq:342 : _configure_neutron_metering 2021-04-09 20:03:16.622 | + lib/neutron-legacy:_configure_neutron_metering:804 : neutron_agent_metering_configure_common 2021-04-09 20:03:16.624 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_common:15 : _neutron_service_plugin_class_add neutron.services.metering.metering_plugin.MeteringPlugin 2021-04-09 20:03:16.626 | + lib/neutron-legacy:_neutron_service_plugin_class_add:860 : local service_plugin_class=neutron.services.metering.metering_plugin.MeteringPlugin 2021-04-09 20:03:16.629 | + lib/neutron-legacy:_neutron_service_plugin_class_add:861 : [[ router == '' ]] 2021-04-09 20:03:16.631 | + lib/neutron-legacy:_neutron_service_plugin_class_add:863 : [[ ! ,router, =~ ,neutron.services.metering.metering_plugin.MeteringPlugin, ]] 2021-04-09 20:03:16.634 | + lib/neutron-legacy:_neutron_service_plugin_class_add:864 : Q_SERVICE_PLUGIN_CLASSES=router,neutron.services.metering.metering_plugin.MeteringPlugin 2021-04-09 20:03:16.636 | + lib/neutron-legacy:_configure_neutron_metering:805 : neutron_agent_metering_configure_agent 2021-04-09 20:03:16.639 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:19 : METERING_AGENT_CONF_PATH=/etc/neutron/services/metering 2021-04-09 20:03:16.641 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:20 : mkdir -p /etc/neutron/services/metering 2021-04-09 20:03:16.645 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:22 : METERING_AGENT_CONF_FILENAME=/etc/neutron/services/metering/metering_agent.ini 2021-04-09 20:03:16.647 | + 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-04-09 20:03:16.651 | + lib/neutron-legacy:configure_mutnauq:344 : is_service_enabled q-agt q-svc 2021-04-09 20:03:16.668 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:03:16.671 | + lib/neutron-legacy:configure_mutnauq:345 : _configure_neutron_service 2021-04-09 20:03:16.673 | + lib/neutron-legacy:_configure_neutron_service:832 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2021-04-09 20:03:16.675 | + lib/neutron-legacy:_configure_neutron_service:833 : cp /opt/stack/neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2021-04-09 20:03:16.680 | + lib/neutron-legacy:_configure_neutron_service:836 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2021-04-09 20:03:16.710 | + lib/neutron-legacy:_configure_neutron_service:838 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2021-04-09 20:03:16.741 | + lib/neutron-legacy:_configure_neutron_service:839 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2021-04-09 20:03:16.772 | + lib/neutron-legacy:_configure_neutron_service:840 : iniset /etc/neutron/neutron.conf DEFAULT allow_overlapping_ips True 2021-04-09 20:03:16.803 | + lib/neutron-legacy:_configure_neutron_service:842 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2021-04-09 20:03:16.834 | + lib/neutron-legacy:_configure_neutron_service:843 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2021-04-09 20:03:16.836 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/neutron/neutron.conf 2021-04-09 20:03:16.838 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=neutron 2021-04-09 20:03:16.841 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2021-04-09 20:03:16.843 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2021-04-09 20:03:16.873 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.222.0.52/identity 2021-04-09 20:03:16.904 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2021-04-09 20:03:16.934 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/neutron/neutron.conf keystone_authtoken password Passw0rd 2021-04-09 20:03:16.964 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2021-04-09 20:03:16.995 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2021-04-09 20:03:17.025 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2021-04-09 20:03:17.056 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2021-04-09 20:03:17.086 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2021-04-09 20:03:17.117 | + lib/neutron-legacy:_configure_neutron_service:846 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2021-04-09 20:03:17.148 | + lib/neutron-legacy:_configure_neutron_service:847 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2021-04-09 20:03:17.178 | + lib/neutron-legacy:_configure_neutron_service:849 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2021-04-09 20:03:17.181 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/neutron/neutron.conf 2021-04-09 20:03:17.183 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=nova 2021-04-09 20:03:17.186 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=nova 2021-04-09 20:03:17.188 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/neutron/neutron.conf nova auth_type password 2021-04-09 20:03:17.218 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/neutron/neutron.conf nova auth_url http://10.222.0.52/identity 2021-04-09 20:03:17.249 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/neutron/neutron.conf nova username nova 2021-04-09 20:03:17.280 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/neutron/neutron.conf nova password Passw0rd 2021-04-09 20:03:17.310 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2021-04-09 20:03:17.341 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/neutron/neutron.conf nova project_name service 2021-04-09 20:03:17.371 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2021-04-09 20:03:17.403 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2021-04-09 20:03:17.433 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2021-04-09 20:03:17.464 | + lib/neutron-legacy:_configure_neutron_service:852 : neutron_plugin_configure_service 2021-04-09 20:03:17.467 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:73 : [[ vlan != \l\o\c\a\l ]] 2021-04-09 20:03:17.469 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2021-04-09 20:03:17.472 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:88 : '[' '' == '' ']' 2021-04-09 20:03:17.474 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : [[ '' == '' ]] 2021-04-09 20:03:17.477 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : [[ physnet1 != '' ]] 2021-04-09 20:03:17.479 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : ML2_VLAN_RANGES=physnet1 2021-04-09 20:03:17.481 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : [[ 1000:1049 != '' ]] 2021-04-09 20:03:17.484 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : ML2_VLAN_RANGES=physnet1:1000:1049 2021-04-09 20:03:17.486 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:95 : [[ physnet1:1000:1049 != '' ]] 2021-04-09 20:03:17.488 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2021-04-09 20:03:17.491 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:102 : [[ -z '' ]] 2021-04-09 20:03:17.493 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -n physnet1 ]] 2021-04-09 20:03:17.495 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2021-04-09 20:03:17.498 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : [[ -n physnet1 ]] 2021-04-09 20:03:17.500 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=physnet1, 2021-04-09 20:03:17.502 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:108 : [[ -n physnet1 ]] 2021-04-09 20:03:17.505 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:108 : [[ physnet1 != \p\h\y\s\n\e\t\1 ]] 2021-04-09 20:03:17.508 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:120 : [[ True == \T\r\u\e ]] 2021-04-09 20:03:17.510 | + 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-04-09 20:03:17.535 | + 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-04-09 20:03:17.538 | + lib/neutron_plugins/ml2:populate_ml2_config:50 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-04-09 20:03:17.540 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : SECTION=ml2 2021-04-09 20:03:17.543 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : OPTS=mechanism_drivers=openvswitch,hyperv 2021-04-09 20:03:17.545 | + lib/neutron_plugins/ml2:populate_ml2_config:54 : '[' -z mechanism_drivers=openvswitch,hyperv ']' 2021-04-09 20:03:17.547 | + lib/neutron_plugins/ml2:populate_ml2_config:57 : for I in "${OPTS[@]}" 2021-04-09 20:03:17.550 | + lib/neutron_plugins/ml2:populate_ml2_config:59 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers openvswitch,hyperv 2021-04-09 20:03:17.575 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:128 : [[ -n '' ]] 2021-04-09 20:03:17.577 | + 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-04-09 20:03:17.579 | + lib/neutron_plugins/ml2:populate_ml2_config:50 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-04-09 20:03:17.582 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : SECTION=ml2 2021-04-09 20:03:17.585 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : OPTS=extension_drivers=port_security 2021-04-09 20:03:17.587 | + lib/neutron_plugins/ml2:populate_ml2_config:54 : '[' -z extension_drivers=port_security ']' 2021-04-09 20:03:17.589 | + lib/neutron_plugins/ml2:populate_ml2_config:57 : for I in "${OPTS[@]}" 2021-04-09 20:03:17.591 | + lib/neutron_plugins/ml2:populate_ml2_config:59 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2021-04-09 20:03:17.617 | + 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-04-09 20:03:17.619 | + lib/neutron_plugins/ml2:populate_ml2_config:50 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-04-09 20:03:17.622 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : SECTION=ml2 2021-04-09 20:03:17.624 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : OPTS=tenant_network_types=vlan 2021-04-09 20:03:17.626 | + lib/neutron_plugins/ml2:populate_ml2_config:54 : '[' -z tenant_network_types=vlan ']' 2021-04-09 20:03:17.628 | + lib/neutron_plugins/ml2:populate_ml2_config:57 : for I in "${OPTS[@]}" 2021-04-09 20:03:17.632 | + lib/neutron_plugins/ml2:populate_ml2_config:59 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2021-04-09 20:03:17.656 | + 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-04-09 20:03:17.659 | + lib/neutron_plugins/ml2:populate_ml2_config:50 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-04-09 20:03:17.661 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : SECTION=ml2_type_gre 2021-04-09 20:03:17.664 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : OPTS=tunnel_id_ranges=1:1000 2021-04-09 20:03:17.666 | + lib/neutron_plugins/ml2:populate_ml2_config:54 : '[' -z tunnel_id_ranges=1:1000 ']' 2021-04-09 20:03:17.668 | + lib/neutron_plugins/ml2:populate_ml2_config:57 : for I in "${OPTS[@]}" 2021-04-09 20:03:17.671 | + 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-04-09 20:03:17.697 | + 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-04-09 20:03:17.699 | + lib/neutron_plugins/ml2:populate_ml2_config:50 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-04-09 20:03:17.702 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : SECTION=ml2_type_vxlan 2021-04-09 20:03:17.704 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : OPTS=vni_ranges=1:1000 2021-04-09 20:03:17.706 | + lib/neutron_plugins/ml2:populate_ml2_config:54 : '[' -z vni_ranges=1:1000 ']' 2021-04-09 20:03:17.709 | + lib/neutron_plugins/ml2:populate_ml2_config:57 : for I in "${OPTS[@]}" 2021-04-09 20:03:17.711 | + lib/neutron_plugins/ml2:populate_ml2_config:59 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2021-04-09 20:03:17.737 | + 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-04-09 20:03:17.739 | + lib/neutron_plugins/ml2:populate_ml2_config:50 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-04-09 20:03:17.742 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : SECTION=ml2_type_flat 2021-04-09 20:03:17.744 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : OPTS=flat_networks=physnet1, 2021-04-09 20:03:17.746 | + lib/neutron_plugins/ml2:populate_ml2_config:54 : '[' -z flat_networks=physnet1, ']' 2021-04-09 20:03:17.749 | + lib/neutron_plugins/ml2:populate_ml2_config:57 : for I in "${OPTS[@]}" 2021-04-09 20:03:17.751 | + lib/neutron_plugins/ml2:populate_ml2_config:59 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks physnet1, 2021-04-09 20:03:17.777 | + 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:1000:1049 2021-04-09 20:03:17.779 | + lib/neutron_plugins/ml2:populate_ml2_config:50 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-04-09 20:03:17.782 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : SECTION=ml2_type_vlan 2021-04-09 20:03:17.784 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : OPTS=network_vlan_ranges=physnet1:1000:1049 2021-04-09 20:03:17.787 | + lib/neutron_plugins/ml2:populate_ml2_config:54 : '[' -z network_vlan_ranges=physnet1:1000:1049 ']' 2021-04-09 20:03:17.789 | + lib/neutron_plugins/ml2:populate_ml2_config:57 : for I in "${OPTS[@]}" 2021-04-09 20:03:17.791 | + lib/neutron_plugins/ml2:populate_ml2_config:59 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges physnet1:1000:1049 2021-04-09 20:03:17.818 | + 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-04-09 20:03:17.821 | + lib/neutron_plugins/ml2:populate_ml2_config:50 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-04-09 20:03:17.823 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : SECTION=ml2_type_geneve 2021-04-09 20:03:17.825 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : OPTS=vni_ranges=1:1000 2021-04-09 20:03:17.828 | + lib/neutron_plugins/ml2:populate_ml2_config:54 : '[' -z vni_ranges=1:1000 ']' 2021-04-09 20:03:17.830 | + lib/neutron_plugins/ml2:populate_ml2_config:57 : for I in "${OPTS[@]}" 2021-04-09 20:03:17.832 | + lib/neutron_plugins/ml2:populate_ml2_config:59 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2021-04-09 20:03:17.858 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:146 : [[ legacy != \l\e\g\a\c\y ]] 2021-04-09 20:03:17.861 | + lib/neutron-legacy:configure_mutnauq:347 : is_service_enabled q-agt 2021-04-09 20:03:17.876 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:03:17.879 | + lib/neutron-legacy:configure_mutnauq:348 : _configure_neutron_plugin_agent 2021-04-09 20:03:17.882 | + 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-04-09 20:03:17.909 | + lib/neutron-legacy:_configure_neutron_plugin_agent:820 : [[ True == \T\r\u\e ]] 2021-04-09 20:03:17.912 | + 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-04-09 20:03:17.938 | + lib/neutron-legacy:_configure_neutron_plugin_agent:823 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2021-04-09 20:03:17.970 | + lib/neutron-legacy:_configure_neutron_plugin_agent:826 : neutron_plugin_configure_plugin_agent 2021-04-09 20:03:17.972 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:32 : _neutron_ovs_base_setup_bridge br-int 2021-04-09 20:03:17.975 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:32 : local bridge=br-int 2021-04-09 20:03:17.977 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:33 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2021-04-09 20:03:20.470 | INFO neutron.common.config [-] Logging enabled! 2021-04-09 20:03:20.471 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 15.3.4.dev12 2021-04-09 20:03:20.472 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=72475) setup_logging /opt/stack/neutron/neutron/common/config.py:112}} 2021-04-09 20:03:20.472 | ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:127.0.0.1:6640 to retrieve schema: Connection refused 2021-04-09 20:03:20.474 | 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=72475) execute_rootwrap_daemon /opt/stack/neutron/neutron/agent/linux/utils.py:103}} 2021-04-09 20:03:20.478 | DEBUG oslo_rootwrap.client [-] Popen for ['sudo', '/usr/local/bin/neutron-rootwrap-daemon', '/etc/neutron/rootwrap.conf'] command has been instantiated {{(pid=72475) _initialize /usr/local/lib/python3.6/dist-packages/oslo_rootwrap/client.py:73}} 2021-04-09 20:03:20.776 | INFO oslo_rootwrap.client [-] Spawned new rootwrap daemon process with pid=72480 2021-04-09 20:03:20.860 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2021-04-09 20:03:20.861 | INFO oslo_rootwrap.client [-] Stopping rootwrap daemon process with pid=72480 2021-04-09 20:03:21.122 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:34 : _neutron_ovs_base_add_bridge br-int 2021-04-09 20:03:21.128 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:21 : local bridge=br-int 2021-04-09 20:03:21.128 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:22 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2021-04-09 20:03:21.131 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:24 : '[' system '!=' system ']' 2021-04-09 20:03:21.133 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : sudo ovs-vsctl -- --may-exist add-br br-int 2021-04-09 20:03:21.182 | + 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-04-09 20:03:21.198 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:33 : _neutron_ovs_base_configure_firewall_driver 2021-04-09 20:03:21.201 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:88 : [[ True == \T\r\u\e ]] 2021-04-09 20:03:21.203 | + 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-04-09 20:03:21.232 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:90 : running_in_container 2021-04-09 20:03:21.235 | ++ functions:running_in_container:756 : systemd-detect-virt --container 2021-04-09 20:03:21.241 | + functions:running_in_container:756 : [[ none != \n\o\n\e ]] 2021-04-09 20:03:21.243 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:91 : enable_kernel_bridge_firewall 2021-04-09 20:03:21.246 | + functions:enable_kernel_bridge_firewall:765 : sudo modprobe bridge 2021-04-09 20:03:21.267 | + functions:enable_kernel_bridge_firewall:768 : sudo modprobe br_netfilter 2021-04-09 20:03:21.298 | + functions:enable_kernel_bridge_firewall:772 : for proto in ip ip6 2021-04-09 20:03:21.300 | + functions:enable_kernel_bridge_firewall:773 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2021-04-09 20:03:21.308 | net.bridge.bridge-nf-call-iptables = 1 2021-04-09 20:03:21.311 | + functions:enable_kernel_bridge_firewall:772 : for proto in ip ip6 2021-04-09 20:03:21.313 | + functions:enable_kernel_bridge_firewall:773 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2021-04-09 20:03:21.321 | net.bridge.bridge-nf-call-ip6tables = 1 2021-04-09 20:03:21.324 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : [[ False == \T\r\u\e ]] 2021-04-09 20:03:21.327 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:44 : [[ physnet1:br-data == '' ]] 2021-04-09 20:03:21.329 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:50 : [[ physnet1:br-data != '' ]] 2021-04-09 20:03:21.331 | + 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-04-09 20:03:21.360 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:53 : AGENT_BINARY=/usr/local/bin/neutron-openvswitch-agent 2021-04-09 20:03:21.362 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:55 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2021-04-09 20:03:21.389 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2021-04-09 20:03:21.415 | + lib/neutron-legacy:configure_mutnauq:350 : is_service_enabled q-dhcp 2021-04-09 20:03:21.432 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:03:21.434 | + lib/neutron-legacy:configure_mutnauq:351 : _configure_neutron_dhcp_agent 2021-04-09 20:03:21.437 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:760 : cp /opt/stack/neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2021-04-09 20:03:21.441 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:762 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2021-04-09 20:03:21.467 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:764 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2021-04-09 20:03:21.494 | + 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-04-09 20:03:21.522 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:766 : [[ True == \T\r\u\e ]] 2021-04-09 20:03:21.524 | + 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-04-09 20:03:21.550 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:770 : is_service_enabled q-l3 2021-04-09 20:03:21.566 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:03:21.569 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:781 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2021-04-09 20:03:21.571 | + lib/neutron-legacy:_neutron_setup_interface_driver:939 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2021-04-09 20:03:21.597 | + lib/neutron-legacy:_neutron_setup_interface_driver:941 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2021-04-09 20:03:21.600 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:60 : local conf_file=/etc/neutron/dhcp_agent.ini 2021-04-09 20:03:21.603 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:61 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2021-04-09 20:03:21.628 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:783 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2021-04-09 20:03:21.631 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:21 : local conf_file=/etc/neutron/dhcp_agent.ini 2021-04-09 20:03:21.634 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:22 : : 2021-04-09 20:03:21.636 | + lib/neutron-legacy:configure_mutnauq:353 : is_service_enabled q-l3 2021-04-09 20:03:21.652 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:03:21.654 | + lib/neutron-legacy:configure_mutnauq:354 : _configure_neutron_l3_agent 2021-04-09 20:03:21.656 | + 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-04-09 20:03:21.661 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:117 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2021-04-09 20:03:21.687 | + 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-04-09 20:03:21.716 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:119 : [[ True == \T\r\u\e ]] 2021-04-09 20:03:21.719 | + 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-04-09 20:03:21.745 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:123 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2021-04-09 20:03:21.747 | + lib/neutron-legacy:_neutron_setup_interface_driver:939 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2021-04-09 20:03:21.773 | + lib/neutron-legacy:_neutron_setup_interface_driver:941 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2021-04-09 20:03:21.776 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:60 : local conf_file=/etc/neutron/l3_agent.ini 2021-04-09 20:03:21.778 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:61 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2021-04-09 20:03:21.806 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:125 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2021-04-09 20:03:21.808 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:26 : local conf_file=/etc/neutron/l3_agent.ini 2021-04-09 20:03:21.811 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:27 : _neutron_ovs_base_configure_l3_agent 2021-04-09 20:03:21.813 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:99 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2021-04-09 20:03:24.304 | INFO neutron.common.config [-] Logging enabled! 2021-04-09 20:03:24.304 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 15.3.4.dev12 2021-04-09 20:03:24.305 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=73027) setup_logging /opt/stack/neutron/neutron/common/config.py:112}} 2021-04-09 20:03:24.375 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2021-04-09 20:03:24.376 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(bridge=br-int, all_ports=False) {{(pid=73027) do_commit /usr/local/lib/python3.6/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:84}} 2021-04-09 20:03:24.376 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=73027) do_commit /usr/local/lib/python3.6/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:121}} 2021-04-09 20:03:24.377 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2021-04-09 20:03:24.615 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:100 : [[ False = \T\r\u\e ]] 2021-04-09 20:03:24.617 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:108 : _neutron_ovs_base_add_public_bridge 2021-04-09 20:03:24.620 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:114 : _neutron_ovs_base_add_bridge br-data 2021-04-09 20:03:24.622 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:21 : local bridge=br-data 2021-04-09 20:03:24.625 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:22 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-data' 2021-04-09 20:03:24.627 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:24 : '[' system '!=' system ']' 2021-04-09 20:03:24.630 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : sudo ovs-vsctl -- --may-exist add-br br-data 2021-04-09 20:03:24.652 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:115 : set_mtu br-data 1500 2021-04-09 20:03:24.654 | + functions:set_mtu:748 : local dev=br-data 2021-04-09 20:03:24.657 | + functions:set_mtu:749 : local mtu=1500 2021-04-09 20:03:24.659 | + functions:set_mtu:750 : sudo ip link set mtu 1500 dev br-data 2021-04-09 20:03:24.671 | + 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-04-09 20:03:24.690 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:131 : [[ -n eth1 ]] 2021-04-09 20:03:24.693 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:132 : _move_neutron_addresses_route eth1 br-data True False inet 2021-04-09 20:03:24.695 | + lib/neutron-legacy:_move_neutron_addresses_route:592 : local from_intf=eth1 2021-04-09 20:03:24.698 | + lib/neutron-legacy:_move_neutron_addresses_route:593 : local to_intf=br-data 2021-04-09 20:03:24.700 | + lib/neutron-legacy:_move_neutron_addresses_route:594 : local add_ovs_port=True 2021-04-09 20:03:24.702 | + lib/neutron-legacy:_move_neutron_addresses_route:595 : local del_ovs_port=False 2021-04-09 20:03:24.705 | + lib/neutron-legacy:_move_neutron_addresses_route:596 : local af=inet 2021-04-09 20:03:24.707 | + lib/neutron-legacy:_move_neutron_addresses_route:598 : [[ -n eth1 ]] 2021-04-09 20:03:24.710 | + lib/neutron-legacy:_move_neutron_addresses_route:598 : [[ -n br-data ]] 2021-04-09 20:03:24.712 | + lib/neutron-legacy:_move_neutron_addresses_route:604 : local IP_REPLACE= 2021-04-09 20:03:24.714 | + lib/neutron-legacy:_move_neutron_addresses_route:605 : local IP_DEL= 2021-04-09 20:03:24.717 | + lib/neutron-legacy:_move_neutron_addresses_route:606 : local IP_UP= 2021-04-09 20:03:24.719 | + lib/neutron-legacy:_move_neutron_addresses_route:607 : local DEFAULT_ROUTE_GW 2021-04-09 20:03:24.723 | ++ lib/neutron-legacy:_move_neutron_addresses_route:608 : ip -f inet r 2021-04-09 20:03:24.724 | ++ lib/neutron-legacy:_move_neutron_addresses_route:608 : awk '/default.+eth1\s/ { print $3; exit }' 2021-04-09 20:03:24.729 | + lib/neutron-legacy:_move_neutron_addresses_route:608 : DEFAULT_ROUTE_GW= 2021-04-09 20:03:24.731 | + lib/neutron-legacy:_move_neutron_addresses_route:609 : local ADD_OVS_PORT= 2021-04-09 20:03:24.734 | + lib/neutron-legacy:_move_neutron_addresses_route:610 : local DEL_OVS_PORT= 2021-04-09 20:03:24.736 | + lib/neutron-legacy:_move_neutron_addresses_route:611 : local ARP_CMD= 2021-04-09 20:03:24.741 | ++ lib/neutron-legacy:_move_neutron_addresses_route:613 : ip -f inet a s dev eth1 scope global primary 2021-04-09 20:03:24.741 | ++ lib/neutron-legacy:_move_neutron_addresses_route:613 : awk '{ print $2, $3, $4; exit }' 2021-04-09 20:03:24.742 | ++ lib/neutron-legacy:_move_neutron_addresses_route:613 : grep inet 2021-04-09 20:03:24.746 | + lib/neutron-legacy:_move_neutron_addresses_route:613 : IP_BRD='192.168.0.56/22 brd 192.168.3.255' 2021-04-09 20:03:24.749 | + lib/neutron-legacy:_move_neutron_addresses_route:615 : '[' '' '!=' '' ']' 2021-04-09 20:03:24.751 | + lib/neutron-legacy:_move_neutron_addresses_route:619 : [[ True == \T\r\u\e ]] 2021-04-09 20:03:24.754 | + lib/neutron-legacy:_move_neutron_addresses_route:620 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-data eth1' 2021-04-09 20:03:24.757 | + lib/neutron-legacy:_move_neutron_addresses_route:623 : [[ False == \T\r\u\e ]] 2021-04-09 20:03:24.759 | + lib/neutron-legacy:_move_neutron_addresses_route:627 : [[ 192.168.0.56/22 brd 192.168.3.255 != '' ]] 2021-04-09 20:03:24.762 | + lib/neutron-legacy:_move_neutron_addresses_route:628 : IP_DEL='sudo ip addr del 192.168.0.56/22 brd 192.168.3.255 dev eth1' 2021-04-09 20:03:24.764 | + lib/neutron-legacy:_move_neutron_addresses_route:629 : IP_REPLACE='sudo ip addr replace 192.168.0.56/22 brd 192.168.3.255 dev br-data' 2021-04-09 20:03:24.766 | + lib/neutron-legacy:_move_neutron_addresses_route:630 : IP_UP='sudo ip link set br-data up' 2021-04-09 20:03:24.769 | + lib/neutron-legacy:_move_neutron_addresses_route:631 : [[ inet == \i\n\e\t ]] 2021-04-09 20:03:24.774 | ++ lib/neutron-legacy:_move_neutron_addresses_route:632 : echo 192.168.0.56/22 brd 192.168.3.255 2021-04-09 20:03:24.774 | ++ lib/neutron-legacy:_move_neutron_addresses_route:632 : awk '{ print $1; exit }' 2021-04-09 20:03:24.774 | ++ lib/neutron-legacy:_move_neutron_addresses_route:632 : grep -o -E '(.*)/' 2021-04-09 20:03:24.774 | ++ lib/neutron-legacy:_move_neutron_addresses_route:632 : cut -d / -f1 2021-04-09 20:03:24.779 | + lib/neutron-legacy:_move_neutron_addresses_route:632 : IP=192.168.0.56 2021-04-09 20:03:24.782 | + lib/neutron-legacy:_move_neutron_addresses_route:633 : ARP_CMD='sudo arping -A -c 3 -w 4.5 -I br-data 192.168.0.56 ' 2021-04-09 20:03:24.784 | + lib/neutron-legacy:_move_neutron_addresses_route:639 : sudo ip addr del 192.168.0.56/22 brd 192.168.3.255 dev eth1 2021-04-09 20:03:24.796 | + lib/neutron-legacy:_move_neutron_addresses_route:639 : sudo ip addr replace 192.168.0.56/22 brd 192.168.3.255 dev br-data 2021-04-09 20:03:24.807 | + lib/neutron-legacy:_move_neutron_addresses_route:639 : sudo ip link set br-data up 2021-04-09 20:03:24.819 | + lib/neutron-legacy:_move_neutron_addresses_route:639 : sudo ovs-vsctl --may-exist add-port br-data eth1 2021-04-09 20:03:24.836 | + lib/neutron-legacy:_move_neutron_addresses_route:639 : sudo arping -A -c 3 -w 4.5 -I br-data 192.168.0.56 2021-04-09 20:03:26.844 | ARPING 192.168.0.56 from 192.168.0.56 br-data 2021-04-09 20:03:26.845 | Sent 3 probes (3 broadcast(s)) 2021-04-09 20:03:26.845 | Received 0 response(s) 2021-04-09 20:03:26.862 | ++ lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:134 : ip -f inet6 a s dev eth1 2021-04-09 20:03:26.862 | ++ lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:134 : grep -c global 2021-04-09 20:03:26.868 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:134 : [[ 0 != 0 ]] 2021-04-09 20:03:26.870 | + lib/neutron-legacy:configure_mutnauq:356 : is_service_enabled q-meta 2021-04-09 20:03:26.886 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:03:26.889 | + lib/neutron-legacy:configure_mutnauq:357 : _configure_neutron_metadata_agent 2021-04-09 20:03:26.891 | + lib/neutron-legacy:_configure_neutron_metadata_agent:788 : cp /opt/stack/neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2021-04-09 20:03:26.896 | + lib/neutron-legacy:_configure_neutron_metadata_agent:790 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2021-04-09 20:03:26.921 | + lib/neutron-legacy:_configure_neutron_metadata_agent:791 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.222.0.52 2021-04-09 20:03:26.948 | + lib/neutron-legacy:_configure_neutron_metadata_agent:792 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2021-04-09 20:03:26.974 | + 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-04-09 20:03:27.002 | + lib/neutron-legacy:_configure_neutron_metadata_agent:794 : [[ True == \T\r\u\e ]] 2021-04-09 20:03:27.005 | + 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-04-09 20:03:27.030 | + lib/neutron-legacy:configure_mutnauq:360 : [[ legacy != \l\e\g\a\c\y ]] 2021-04-09 20:03:27.033 | + lib/neutron-legacy:configure_mutnauq:363 : is_service_enabled ceilometer 2021-04-09 20:03:27.049 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 20:03:27.052 | + lib/neutron-legacy:configure_mutnauq:367 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2021-04-09 20:03:27.082 | + lib/neutron-legacy:configure_mutnauq:371 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2021-04-09 20:03:27.113 | + lib/neutron:configure_neutron:613 : '[' False == True ']' 2021-04-09 20:03:27.116 | + ./stack.sh:main:1200 : is_service_enabled mysql postgresql 2021-04-09 20:03:27.132 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:03:27.135 | + ./stack.sh:main:1200 : is_service_enabled neutron 2021-04-09 20:03:27.151 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:03:27.153 | + ./stack.sh:main:1201 : init_neutron 2021-04-09 20:03:27.156 | + lib/neutron:init_neutron:651 : is_neutron_legacy_enabled 2021-04-09 20:03:27.159 | ++ 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-04-09 20:03:27.159 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-04-09 20:03:27.164 | + 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-04-09 20:03:27.167 | + 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-04-09 20:03:27.169 | + 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-04-09 20:03:27.172 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-04-09 20:03:27.174 | + lib/neutron:init_neutron:653 : init_mutnauq 2021-04-09 20:03:27.178 | + lib/neutron-legacy:init_mutnauq:431 : recreate_database neutron 2021-04-09 20:03:27.180 | + lib/database:recreate_database:110 : local db=neutron 2021-04-09 20:03:27.183 | + lib/database:recreate_database:111 : recreate_database_mysql neutron 2021-04-09 20:03:27.185 | + lib/databases/mysql:recreate_database_mysql:61 : local db=neutron 2021-04-09 20:03:27.188 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2021-04-09 20:03:27.191 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-04-09 20:03:27.204 | + lib/databases/mysql:recreate_database_mysql:63 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2021-04-09 20:03:27.208 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-04-09 20:03:27.220 | + lib/neutron-legacy:init_mutnauq:432 : time_start dbsync 2021-04-09 20:03:27.222 | + functions-common:time_start:2322 : local name=dbsync 2021-04-09 20:03:27.226 | + functions-common:time_start:2323 : local start_time= 2021-04-09 20:03:27.228 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-04-09 20:03:27.231 | ++ functions-common:time_start:2327 : date +%s%3N 2021-04-09 20:03:27.235 | + functions-common:time_start:2327 : _TIME_START[$name]=1617998607232 2021-04-09 20:03:27.237 | + 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-04-09 20:03:30.133 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-04-09 20:03:30.133 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-04-09 20:03:30.437 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-04-09 20:03:30.437 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-04-09 20:03:30.497 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2021-04-09 20:04:17.654 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2021-04-09 20:04:17.968 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2021-04-09 20:04:19.755 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2021-04-09 20:04:20.231 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2021-04-09 20:04:21.277 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2021-04-09 20:04:21.974 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2021-04-09 20:04:22.801 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2021-04-09 20:04:23.395 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2021-04-09 20:04:23.819 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2021-04-09 20:04:24.292 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2021-04-09 20:04:25.956 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2021-04-09 20:04:26.829 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2021-04-09 20:04:27.705 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2021-04-09 20:04:28.271 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2021-04-09 20:04:28.871 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2021-04-09 20:04:34.236 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2021-04-09 20:04:34.875 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2021-04-09 20:04:35.229 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2021-04-09 20:04:35.688 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2021-04-09 20:04:37.413 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2021-04-09 20:04:37.939 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2021-04-09 20:04:39.013 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2021-04-09 20:04:40.688 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2021-04-09 20:04:40.966 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2021-04-09 20:04:41.572 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2021-04-09 20:04:42.036 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2021-04-09 20:04:42.305 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2021-04-09 20:04:43.163 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2021-04-09 20:04:43.600 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2021-04-09 20:04:43.910 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2021-04-09 20:04:45.105 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2021-04-09 20:04:45.196 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2021-04-09 20:04:46.996 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2021-04-09 20:04:48.048 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2021-04-09 20:04:48.499 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2021-04-09 20:04:50.739 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2021-04-09 20:04:51.560 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2021-04-09 20:04:53.448 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2021-04-09 20:04:53.596 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2021-04-09 20:05:07.933 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2021-04-09 20:05:08.139 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2021-04-09 20:05:09.521 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2021-04-09 20:05:10.019 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2021-04-09 20:05:10.064 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2021-04-09 20:05:10.590 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2021-04-09 20:05:10.624 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2021-04-09 20:05:11.516 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2021-04-09 20:05:11.715 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2021-04-09 20:05:12.012 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2021-04-09 20:05:12.504 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2021-04-09 20:05:12.994 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2021-04-09 20:05:14.727 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2021-04-09 20:05:15.366 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2021-04-09 20:05:15.516 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2021-04-09 20:05:16.036 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2021-04-09 20:05:17.733 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2021-04-09 20:05:18.116 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2021-04-09 20:05:18.418 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2021-04-09 20:05:18.887 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2021-04-09 20:05:19.310 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2021-04-09 20:05:19.595 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2021-04-09 20:05:20.280 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2021-04-09 20:05:20.327 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2021-04-09 20:05:21.396 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2021-04-09 20:05:22.030 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2021-04-09 20:05:23.584 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2021-04-09 20:05:24.207 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2021-04-09 20:05:25.383 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2021-04-09 20:05:25.887 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2021-04-09 20:05:26.567 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2021-04-09 20:05:26.893 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2021-04-09 20:05:26.961 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2021-04-09 20:05:27.292 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2021-04-09 20:05:29.961 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2021-04-09 20:05:30.509 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2021-04-09 20:05:30.801 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2021-04-09 20:05:31.274 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2021-04-09 20:05:31.647 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2021-04-09 20:05:32.218 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2021-04-09 20:05:32.647 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2021-04-09 20:05:33.573 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2021-04-09 20:05:34.315 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2021-04-09 20:05:43.412 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2021-04-09 20:05:43.458 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2021-04-09 20:05:43.543 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2021-04-09 20:05:45.795 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2021-04-09 20:05:49.931 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2021-04-09 20:05:51.239 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2021-04-09 20:05:52.002 | Running upgrade for neutron ... 2021-04-09 20:05:52.002 | OK 2021-04-09 20:05:52.243 | + lib/neutron-legacy:init_mutnauq:435 : time_stop dbsync 2021-04-09 20:05:52.246 | + functions-common:time_stop:2336 : local name 2021-04-09 20:05:52.249 | + functions-common:time_stop:2337 : local end_time 2021-04-09 20:05:52.251 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 20:05:52.254 | + functions-common:time_stop:2339 : local total 2021-04-09 20:05:52.256 | + functions-common:time_stop:2340 : local start_time 2021-04-09 20:05:52.259 | + functions-common:time_stop:2342 : name=dbsync 2021-04-09 20:05:52.261 | + functions-common:time_stop:2343 : start_time=1617998607232 2021-04-09 20:05:52.264 | + functions-common:time_stop:2345 : [[ -z 1617998607232 ]] 2021-04-09 20:05:52.267 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 20:05:52.271 | + functions-common:time_stop:2348 : end_time=1617998752268 2021-04-09 20:05:52.273 | + functions-common:time_stop:2349 : elapsed_time=145036 2021-04-09 20:05:52.276 | + functions-common:time_stop:2350 : total=100863 2021-04-09 20:05:52.278 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 20:05:52.281 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=245899 2021-04-09 20:05:52.284 | + ./stack.sh:main:1209 : is_service_enabled q-dhcp 2021-04-09 20:05:52.301 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:05:52.304 | ++ ./stack.sh:main:1212 : pidof NetworkManager 2021-04-09 20:05:52.313 | ++ ./stack.sh:main:1212 : true 2021-04-09 20:05:52.316 | + ./stack.sh:main:1212 : netman_pid= 2021-04-09 20:05:52.318 | + ./stack.sh:main:1213 : '[' -z '' ']' 2021-04-09 20:05:52.321 | + ./stack.sh:main:1214 : sudo killall dnsmasq 2021-04-09 20:05:52.347 | dnsmasq: no process found 2021-04-09 20:05:52.351 | + ./stack.sh:main:1214 : true 2021-04-09 20:05:52.353 | + ./stack.sh:main:1219 : clean_iptables 2021-04-09 20:05:52.361 | + lib/nova:clean_iptables:182 : sudo iptables -S -v 2021-04-09 20:05:52.361 | + lib/nova:clean_iptables:182 : grep nova 2021-04-09 20:05:52.361 | + lib/nova:clean_iptables:182 : grep '\-A' 2021-04-09 20:05:52.361 | + lib/nova:clean_iptables:182 : awk '{print "sudo iptables",$0}' 2021-04-09 20:05:52.363 | + lib/nova:clean_iptables:182 : bash 2021-04-09 20:05:52.363 | + lib/nova:clean_iptables:182 : sed 's/-c [0-9]* [0-9]* //g' 2021-04-09 20:05:52.364 | + lib/nova:clean_iptables:182 : sed s/-A/-D/g 2021-04-09 20:05:52.449 | + lib/nova:clean_iptables:184 : grep nova 2021-04-09 20:05:52.450 | + lib/nova:clean_iptables:184 : bash 2021-04-09 20:05:52.450 | + lib/nova:clean_iptables:184 : sed s/-A/-D/g 2021-04-09 20:05:52.452 | + lib/nova:clean_iptables:184 : grep '\-A' 2021-04-09 20:05:52.453 | + lib/nova:clean_iptables:184 : awk '{print "sudo iptables -t nat",$0}' 2021-04-09 20:05:52.454 | + lib/nova:clean_iptables:184 : sudo iptables -S -v -t nat 2021-04-09 20:05:52.455 | + lib/nova:clean_iptables:184 : sed 's/-c [0-9]* [0-9]* //g' 2021-04-09 20:05:52.557 | + lib/nova:clean_iptables:186 : grep nova 2021-04-09 20:05:52.557 | + lib/nova:clean_iptables:186 : grep '\-N' 2021-04-09 20:05:52.557 | + lib/nova:clean_iptables:186 : sudo iptables -S -v 2021-04-09 20:05:52.557 | + lib/nova:clean_iptables:186 : sed 's/-c [0-9]* [0-9]* //g' 2021-04-09 20:05:52.559 | + lib/nova:clean_iptables:186 : sed s/-N/-X/g 2021-04-09 20:05:52.560 | + lib/nova:clean_iptables:186 : awk '{print "sudo iptables",$0}' 2021-04-09 20:05:52.562 | + lib/nova:clean_iptables:186 : bash 2021-04-09 20:05:52.573 | + lib/nova:clean_iptables:188 : sed 's/-c [0-9]* [0-9]* //g' 2021-04-09 20:05:52.573 | + lib/nova:clean_iptables:188 : grep nova 2021-04-09 20:05:52.574 | + lib/nova:clean_iptables:188 : grep '\-N' 2021-04-09 20:05:52.574 | + lib/nova:clean_iptables:188 : bash 2021-04-09 20:05:52.574 | + lib/nova:clean_iptables:188 : sudo iptables -S -v -t nat 2021-04-09 20:05:52.575 | + lib/nova:clean_iptables:188 : awk '{print "sudo iptables -t nat",$0}' 2021-04-09 20:05:52.578 | + lib/nova:clean_iptables:188 : sed s/-N/-X/g 2021-04-09 20:05:52.587 | + ./stack.sh:main:1222 : sudo sysctl -w net.ipv4.ip_forward=1 2021-04-09 20:05:52.595 | net.ipv4.ip_forward = 1 2021-04-09 20:05:52.599 | + ./stack.sh:main:1229 : is_service_enabled swift 2021-04-09 20:05:52.615 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:05:52.618 | + ./stack.sh:main:1230 : echo_summary 'Configuring Swift' 2021-04-09 20:05:52.620 | + ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-04-09 20:05:52.622 | + ./stack.sh:echo_summary:461 : echo -e Configuring Swift 2021-04-09 20:05:52.626 | + ./stack.sh:main:1231 : init_swift 2021-04-09 20:05:52.628 | + lib/swift:init_swift:690 : local node_number 2021-04-09 20:05:52.631 | + lib/swift:init_swift:692 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2021-04-09 20:05:53.465 | No account-auditor running 2021-04-09 20:05:53.465 | No object-replicator running 2021-04-09 20:05:53.465 | No object-server running 2021-04-09 20:05:53.465 | No container-replicator running 2021-04-09 20:05:53.465 | No container-server running 2021-04-09 20:05:53.465 | No container-auditor running 2021-04-09 20:05:53.465 | No object-reconstructor running 2021-04-09 20:05:53.465 | No object-updater running 2021-04-09 20:05:53.465 | No object-expirer running 2021-04-09 20:05:53.465 | No account-server running 2021-04-09 20:05:53.465 | No container-sharder running 2021-04-09 20:05:53.465 | No object-auditor running 2021-04-09 20:05:53.465 | No container-updater running 2021-04-09 20:05:53.465 | No container-reconciler running 2021-04-09 20:05:53.465 | No account-reaper running 2021-04-09 20:05:53.465 | No container-sync running 2021-04-09 20:05:53.465 | No proxy-server running 2021-04-09 20:05:53.465 | No account-replicator running 2021-04-09 20:05:53.512 | + lib/swift:init_swift:692 : true 2021-04-09 20:05:53.516 | + lib/swift:init_swift:695 : create_swift_disk 2021-04-09 20:05:53.518 | + lib/swift:create_swift_disk:566 : local node_number 2021-04-09 20:05:53.520 | + lib/swift:create_swift_disk:571 : local user_group 2021-04-09 20:05:53.523 | ++ lib/swift:create_swift_disk:572 : id -g ubuntu 2021-04-09 20:05:53.527 | + lib/swift:create_swift_disk:572 : user_group=1000 2021-04-09 20:05:53.531 | + 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-04-09 20:05:53.543 | + lib/swift:create_swift_disk:576 : [[ -e /opt/stack/data/swift/drives/images/swift.img ]] 2021-04-09 20:05:53.546 | + lib/swift:create_swift_disk:583 : mkdir -p /opt/stack/data/swift/drives/images 2021-04-09 20:05:53.550 | + lib/swift:create_swift_disk:584 : sudo touch /opt/stack/data/swift/drives/images/swift.img 2021-04-09 20:05:53.560 | + lib/swift:create_swift_disk:585 : sudo chown ubuntu: /opt/stack/data/swift/drives/images/swift.img 2021-04-09 20:05:53.573 | + lib/swift:create_swift_disk:587 : truncate -s 6G /opt/stack/data/swift/drives/images/swift.img 2021-04-09 20:05:53.587 | + lib/swift:create_swift_disk:590 : /sbin/mkfs.xfs -f -i size=1024 /opt/stack/data/swift/drives/images/swift.img 2021-04-09 20:05:53.784 | meta-data=/opt/stack/data/swift/drives/images/swift.img isize=1024 agcount=4, agsize=393216 blks 2021-04-09 20:05:53.784 | = sectsz=512 attr=2, projid32bit=1 2021-04-09 20:05:53.784 | = crc=1 finobt=1, sparse=0, rmapbt=0, reflink=0 2021-04-09 20:05:53.784 | data = bsize=4096 blocks=1572864, imaxpct=25 2021-04-09 20:05:53.784 | = sunit=0 swidth=0 blks 2021-04-09 20:05:53.784 | naming =version 2 bsize=4096 ascii-ci=0 ftype=1 2021-04-09 20:05:53.784 | log =internal log bsize=4096 blocks=2560, version=2 2021-04-09 20:05:53.784 | = sectsz=512 sunit=0 blks, lazy-count=1 2021-04-09 20:05:53.784 | realtime =none extsz=4096 blocks=0, rtextents=0 2021-04-09 20:05:53.787 | + lib/swift:create_swift_disk:593 : mkdir -p /opt/stack/data/swift/drives/sdb1 2021-04-09 20:05:53.791 | + lib/swift:create_swift_disk:594 : egrep -q /opt/stack/data/swift/drives/sdb1 /proc/mounts 2021-04-09 20:05:53.796 | + 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-04-09 20:05:53.870 | + lib/swift:create_swift_disk:601 : local node_number 2021-04-09 20:05:53.872 | + lib/swift:create_swift_disk:602 : for node_number in ${SWIFT_REPLICAS_SEQ} 2021-04-09 20:05:53.875 | + lib/swift:create_swift_disk:604 : local node_devices=/opt/stack/data/swift/1 2021-04-09 20:05:53.877 | + lib/swift:create_swift_disk:605 : local real_devices=/opt/stack/data/swift/drives/sdb1/1 2021-04-09 20:05:53.882 | + lib/swift:create_swift_disk:606 : sudo ln -sf /opt/stack/data/swift/drives/sdb1/1 /opt/stack/data/swift/1 2021-04-09 20:05:53.892 | + lib/swift:create_swift_disk:607 : local device=/opt/stack/data/swift/drives/sdb1/1/sdb1 2021-04-09 20:05:53.894 | + lib/swift:create_swift_disk:608 : [[ -d /opt/stack/data/swift/drives/sdb1/1/sdb1 ]] 2021-04-09 20:05:53.896 | + lib/swift:create_swift_disk:609 : sudo install -o ubuntu -g 1000 -d /opt/stack/data/swift/drives/sdb1/1/sdb1 2021-04-09 20:05:53.909 | + lib/swift:init_swift:699 : pushd /etc/swift 2021-04-09 20:05:53.912 | + lib/swift:init_swift:701 : rm -f '*.builder' '*.ring.gz' 'backups/*.builder' 'backups/*.ring.gz' 2021-04-09 20:05:53.916 | + lib/swift:init_swift:703 : /usr/local/bin/swift-ring-builder object.builder create 9 1 1 2021-04-09 20:05:54.815 | + lib/swift:init_swift:704 : /usr/local/bin/swift-ring-builder container.builder create 9 1 1 2021-04-09 20:05:55.677 | + lib/swift:init_swift:705 : /usr/local/bin/swift-ring-builder account.builder create 9 1 1 2021-04-09 20:05:56.545 | + lib/swift:init_swift:711 : [[ -n '' ]] 2021-04-09 20:05:56.549 | + lib/swift:init_swift:724 : for node_number in ${SWIFT_REPLICAS_SEQ} 2021-04-09 20:05:56.551 | + lib/swift:init_swift:725 : /usr/local/bin/swift-ring-builder object.builder add z1-127.0.0.1:6613/sdb1 1 2021-04-09 20:05:57.382 | WARNING: No region specified for z1-127.0.0.1:6613/sdb1. Defaulting to region 1. 2021-04-09 20:05:57.382 | Device d0r1z1-127.0.0.1:6613R127.0.0.1:6613/sdb1_"" with 1.0 weight got id 0 2021-04-09 20:05:57.431 | + lib/swift:init_swift:726 : /usr/local/bin/swift-ring-builder container.builder add z1-127.0.0.1:6611/sdb1 1 2021-04-09 20:05:58.241 | WARNING: No region specified for z1-127.0.0.1:6611/sdb1. Defaulting to region 1. 2021-04-09 20:05:58.241 | Device d0r1z1-127.0.0.1:6611R127.0.0.1:6611/sdb1_"" with 1.0 weight got id 0 2021-04-09 20:05:58.287 | + lib/swift:init_swift:727 : /usr/local/bin/swift-ring-builder account.builder add z1-127.0.0.1:6612/sdb1 1 2021-04-09 20:05:59.106 | WARNING: No region specified for z1-127.0.0.1:6612/sdb1. Defaulting to region 1. 2021-04-09 20:05:59.106 | Device d0r1z1-127.0.0.1:6612R127.0.0.1:6612/sdb1_"" with 1.0 weight got id 0 2021-04-09 20:05:59.154 | + lib/swift:init_swift:733 : /usr/local/bin/swift-ring-builder object.builder rebalance 42 2021-04-09 20:06:00.128 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2021-04-09 20:06:00.173 | + lib/swift:init_swift:734 : /usr/local/bin/swift-ring-builder container.builder rebalance 42 2021-04-09 20:06:01.104 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2021-04-09 20:06:01.147 | + lib/swift:init_swift:735 : /usr/local/bin/swift-ring-builder account.builder rebalance 42 2021-04-09 20:06:02.069 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2021-04-09 20:06:02.115 | + lib/swift:init_swift:736 : popd 2021-04-09 20:06:02.118 | + ./stack.sh:main:1238 : is_service_enabled cinder 2021-04-09 20:06:02.134 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:06:02.136 | + ./stack.sh:main:1239 : echo_summary 'Configuring Cinder' 2021-04-09 20:06:02.139 | + ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-04-09 20:06:02.141 | + ./stack.sh:echo_summary:461 : echo -e Configuring Cinder 2021-04-09 20:06:02.144 | + ./stack.sh:main:1240 : init_cinder 2021-04-09 20:06:02.147 | + lib/cinder:init_cinder:387 : is_service_enabled mysql postgresql 2021-04-09 20:06:02.163 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:06:02.166 | + lib/cinder:init_cinder:389 : recreate_database cinder 2021-04-09 20:06:02.168 | + lib/database:recreate_database:110 : local db=cinder 2021-04-09 20:06:02.171 | + lib/database:recreate_database:111 : recreate_database_mysql cinder 2021-04-09 20:06:02.174 | + lib/databases/mysql:recreate_database_mysql:61 : local db=cinder 2021-04-09 20:06:02.176 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2021-04-09 20:06:02.180 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-04-09 20:06:02.192 | + lib/databases/mysql:recreate_database_mysql:63 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2021-04-09 20:06:02.196 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-04-09 20:06:02.208 | + lib/cinder:init_cinder:391 : time_start dbsync 2021-04-09 20:06:02.211 | + functions-common:time_start:2322 : local name=dbsync 2021-04-09 20:06:02.214 | + functions-common:time_start:2323 : local start_time= 2021-04-09 20:06:02.216 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-04-09 20:06:02.220 | ++ functions-common:time_start:2327 : date +%s%3N 2021-04-09 20:06:02.223 | + functions-common:time_start:2327 : _TIME_START[$name]=1617998762220 2021-04-09 20:06:02.226 | + lib/cinder:init_cinder:393 : /usr/local/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2021-04-09 20:06:05.073 | 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=73954) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:307}} 2021-04-09 20:06:05.076 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo... {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-04-09 20:06:05.077 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/125_placeholder.py... {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:06:05.077 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/125_placeholder.py loaded successfully {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:06:05.077 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/131_placeholder.py... {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:06:05.077 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/131_placeholder.py loaded successfully {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:06:05.078 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/129_placeholder.py... {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:06:05.078 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/129_placeholder.py loaded successfully {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:06:05.078 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/124_placeholder.py... {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:06:05.078 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/124_placeholder.py loaded successfully {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:06:05.078 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/132_create_default_volume_type.py... {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:06:05.079 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/132_create_default_volume_type.py loaded successfully {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:06:05.079 | 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=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:06:05.079 | 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=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:06:05.079 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/123_cinder_init.py... {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:06:05.079 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/123_cinder_init.py loaded successfully {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:06:05.079 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/126_placeholder.py... {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:06:05.080 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/126_placeholder.py loaded successfully {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:06:05.080 | 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=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:06:05.080 | 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=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:06:05.080 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/130_placeholder.py... {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:06:05.080 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/130_placeholder.py loaded successfully {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:06:05.081 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo loaded successfully {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-04-09 20:06:05.081 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'cinder'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-04-09 20:06:05.122 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo... {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-04-09 20:06:05.123 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/125_placeholder.py... {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:06:05.123 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/125_placeholder.py loaded successfully {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:06:05.123 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/131_placeholder.py... {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:06:05.123 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/131_placeholder.py loaded successfully {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:06:05.124 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/129_placeholder.py... {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:06:05.124 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/129_placeholder.py loaded successfully {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:06:05.124 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/124_placeholder.py... {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:06:05.124 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/124_placeholder.py loaded successfully {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:06:05.125 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/132_create_default_volume_type.py... {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:06:05.125 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/132_create_default_volume_type.py loaded successfully {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:06:05.125 | 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=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:06:05.125 | 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=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:06:05.125 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/123_cinder_init.py... {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:06:05.125 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/123_cinder_init.py loaded successfully {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:06:05.126 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/126_placeholder.py... {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:06:05.126 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/126_placeholder.py loaded successfully {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:06:05.126 | 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=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:06:05.126 | 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=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:06:05.126 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/130_placeholder.py... {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:06:05.126 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/130_placeholder.py loaded successfully {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:06:05.127 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo loaded successfully {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-04-09 20:06:05.127 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'cinder'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-04-09 20:06:05.470 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo... {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-04-09 20:06:05.470 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/125_placeholder.py... {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:06:05.471 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/125_placeholder.py loaded successfully {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:06:05.471 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/131_placeholder.py... {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:06:05.471 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/131_placeholder.py loaded successfully {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:06:05.471 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/129_placeholder.py... {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:06:05.471 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/129_placeholder.py loaded successfully {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:06:05.471 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/124_placeholder.py... {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:06:05.472 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/124_placeholder.py loaded successfully {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:06:05.472 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/132_create_default_volume_type.py... {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:06:05.472 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/132_create_default_volume_type.py loaded successfully {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:06:05.472 | 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=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:06:05.472 | 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=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:06:05.473 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/123_cinder_init.py... {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:06:05.473 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/123_cinder_init.py loaded successfully {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:06:05.473 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/126_placeholder.py... {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:06:05.473 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/126_placeholder.py loaded successfully {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:06:05.473 | 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=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:06:05.473 | 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=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:06:05.474 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/130_placeholder.py... {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:06:05.474 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/130_placeholder.py loaded successfully {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:06:05.474 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo loaded successfully {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-04-09 20:06:05.474 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'cinder'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) {{(pid=73954) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-04-09 20:06:05.481 | INFO migrate.versioning.api [-] 122 -> 123...  2021-04-09 20:06:29.877 | INFO migrate.versioning.api [-] done 2021-04-09 20:06:29.877 | INFO migrate.versioning.api [-] 123 -> 124...  2021-04-09 20:06:29.921 | INFO migrate.versioning.api [-] done 2021-04-09 20:06:29.921 | INFO migrate.versioning.api [-] 124 -> 125...  2021-04-09 20:06:29.968 | INFO migrate.versioning.api [-] done 2021-04-09 20:06:29.968 | INFO migrate.versioning.api [-] 125 -> 126...  2021-04-09 20:06:30.008 | INFO migrate.versioning.api [-] done 2021-04-09 20:06:30.008 | INFO migrate.versioning.api [-] 126 -> 127...  2021-04-09 20:06:30.151 | INFO migrate.versioning.api [-] done 2021-04-09 20:06:30.151 | INFO migrate.versioning.api [-] 127 -> 128...  2021-04-09 20:06:31.637 | INFO migrate.versioning.api [-] done 2021-04-09 20:06:31.637 | INFO migrate.versioning.api [-] 128 -> 129...  2021-04-09 20:06:31.671 | INFO migrate.versioning.api [-] done 2021-04-09 20:06:31.672 | INFO migrate.versioning.api [-] 129 -> 130...  2021-04-09 20:06:31.705 | INFO migrate.versioning.api [-] done 2021-04-09 20:06:31.705 | INFO migrate.versioning.api [-] 130 -> 131...  2021-04-09 20:06:31.751 | INFO migrate.versioning.api [-] done 2021-04-09 20:06:31.751 | INFO migrate.versioning.api [-] 131 -> 132...  2021-04-09 20:06:31.826 | INFO migrate.versioning.api [-] done 2021-04-09 20:06:32.104 | + lib/cinder:init_cinder:394 : time_stop dbsync 2021-04-09 20:06:32.106 | + functions-common:time_stop:2336 : local name 2021-04-09 20:06:32.109 | + functions-common:time_stop:2337 : local end_time 2021-04-09 20:06:32.111 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 20:06:32.114 | + functions-common:time_stop:2339 : local total 2021-04-09 20:06:32.116 | + functions-common:time_stop:2340 : local start_time 2021-04-09 20:06:32.119 | + functions-common:time_stop:2342 : name=dbsync 2021-04-09 20:06:32.121 | + functions-common:time_stop:2343 : start_time=1617998762220 2021-04-09 20:06:32.124 | + functions-common:time_stop:2345 : [[ -z 1617998762220 ]] 2021-04-09 20:06:32.127 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 20:06:32.130 | + functions-common:time_stop:2348 : end_time=1617998792128 2021-04-09 20:06:32.133 | + functions-common:time_stop:2349 : elapsed_time=29908 2021-04-09 20:06:32.136 | + functions-common:time_stop:2350 : total=245899 2021-04-09 20:06:32.138 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 20:06:32.141 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=275807 2021-04-09 20:06:32.143 | + lib/cinder:init_cinder:397 : is_service_enabled c-vol 2021-04-09 20:06:32.159 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 20:06:32.162 | + lib/cinder:init_cinder:412 : mkdir -p /opt/stack/data/cinder/volumes 2021-04-09 20:06:32.166 | + ./stack.sh:main:1246 : is_service_enabled placement 2021-04-09 20:06:32.182 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:06:32.184 | + ./stack.sh:main:1247 : echo_summary 'Configuring placement' 2021-04-09 20:06:32.187 | + ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-04-09 20:06:32.189 | + ./stack.sh:echo_summary:461 : echo -e Configuring placement 2021-04-09 20:06:32.192 | + ./stack.sh:main:1248 : init_placement 2021-04-09 20:06:32.195 | + lib/placement:init_placement:130 : recreate_database placement 2021-04-09 20:06:32.197 | + lib/database:recreate_database:110 : local db=placement 2021-04-09 20:06:32.199 | + lib/database:recreate_database:111 : recreate_database_mysql placement 2021-04-09 20:06:32.202 | + lib/databases/mysql:recreate_database_mysql:61 : local db=placement 2021-04-09 20:06:32.204 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2021-04-09 20:06:32.208 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-04-09 20:06:32.221 | + lib/databases/mysql:recreate_database_mysql:63 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2021-04-09 20:06:32.224 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-04-09 20:06:32.237 | + lib/placement:init_placement:131 : /usr/local/bin/placement-manage db sync 2021-04-09 20:06:42.275 | + lib/placement:init_placement:132 : create_placement_accounts 2021-04-09 20:06:42.278 | + lib/placement:create_placement_accounts:119 : create_service_user placement admin 2021-04-09 20:06:42.280 | + lib/keystone:create_service_user:395 : get_or_create_user placement Passw0rd Default 2021-04-09 20:06:42.283 | + functions-common:get_or_create_user:825 : local user_id 2021-04-09 20:06:42.285 | + functions-common:get_or_create_user:826 : [[ ! -z '' ]] 2021-04-09 20:06:42.288 | + functions-common:get_or_create_user:829 : local email= 2021-04-09 20:06:42.292 | ++ functions-common:get_or_create_user:843 : oscwrap user create placement --password Passw0rd --domain=Default --or-show -f value -c id 2021-04-09 20:06:44.833 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:06:44.836 | + functions-common:get_or_create_user:841 : user_id=684bc34ed1b44a33a1592bd281c7c208 2021-04-09 20:06:44.839 | + functions-common:get_or_create_user:842 : echo 684bc34ed1b44a33a1592bd281c7c208 2021-04-09 20:06:44.839 | 684bc34ed1b44a33a1592bd281c7c208 2021-04-09 20:06:44.842 | + lib/keystone:create_service_user:396 : get_or_add_user_project_role service placement service Default Default 2021-04-09 20:06:44.844 | + functions-common:get_or_add_user_project_role:889 : local user_role_id 2021-04-09 20:06:44.847 | ++ functions-common:get_or_add_user_project_role:891 : _get_domain_args Default Default 2021-04-09 20:06:44.850 | ++ functions-common:_get_domain_args:873 : local domain 2021-04-09 20:06:44.852 | ++ functions-common:_get_domain_args:874 : domain= 2021-04-09 20:06:44.855 | ++ functions-common:_get_domain_args:876 : [[ -n Default ]] 2021-04-09 20:06:44.857 | ++ functions-common:_get_domain_args:877 : domain=' --user-domain Default' 2021-04-09 20:06:44.860 | ++ functions-common:_get_domain_args:879 : [[ -n Default ]] 2021-04-09 20:06:44.862 | ++ functions-common:_get_domain_args:880 : domain=' --user-domain Default --project-domain Default' 2021-04-09 20:06:44.864 | ++ functions-common:_get_domain_args:883 : echo --user-domain Default --project-domain Default 2021-04-09 20:06:44.870 | + functions-common:get_or_add_user_project_role:891 : domain_args='--user-domain Default --project-domain Default' 2021-04-09 20:06:44.872 | ++ 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-04-09 20:06:44.872 | ++ functions-common:get_or_add_user_project_role:899 : grep '^|\s[a-f0-9]\+' 2021-04-09 20:06:44.872 | ++ functions-common:get_or_add_user_project_role:899 : get_field 1 2021-04-09 20:06:44.875 | ++ functions-common:get_field:727 : local data field 2021-04-09 20:06:44.879 | ++ functions-common:get_field:728 : read data 2021-04-09 20:06:47.824 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:06:47.828 | + functions-common:get_or_add_user_project_role:899 : user_role_id= 2021-04-09 20:06:47.830 | + functions-common:get_or_add_user_project_role:900 : [[ -z '' ]] 2021-04-09 20:06:47.833 | + functions-common:get_or_add_user_project_role:902 : openstack role add service --user placement --project service --user-domain Default --project-domain Default 2021-04-09 20:06:50.761 | ++ 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-04-09 20:06:50.761 | ++ functions-common:get_or_add_user_project_role:911 : grep '^|\s[a-f0-9]\+' 2021-04-09 20:06:50.761 | ++ functions-common:get_or_add_user_project_role:911 : get_field 1 2021-04-09 20:06:50.764 | ++ functions-common:get_field:727 : local data field 2021-04-09 20:06:50.767 | ++ functions-common:get_field:728 : read data 2021-04-09 20:06:53.816 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:06:53.819 | ++ functions-common:get_field:729 : '[' 1 -lt 0 ']' 2021-04-09 20:06:53.822 | ++ functions-common:get_field:732 : field='$2' 2021-04-09 20:06:53.825 | ++ functions-common:get_field:734 : echo '| e5f3719c21e840d293eb199a08bd84aa | 684bc34ed1b44a33a1592bd281c7c208 | | b9f6284d40e34108bf2b924390c74beb | | | False |' 2021-04-09 20:06:53.825 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-04-09 20:06:53.830 | ++ functions-common:get_field:728 : read data 2021-04-09 20:06:53.833 | + functions-common:get_or_add_user_project_role:911 : user_role_id=e5f3719c21e840d293eb199a08bd84aa 2021-04-09 20:06:53.836 | + functions-common:get_or_add_user_project_role:913 : echo e5f3719c21e840d293eb199a08bd84aa 2021-04-09 20:06:53.836 | e5f3719c21e840d293eb199a08bd84aa 2021-04-09 20:06:53.838 | + lib/keystone:create_service_user:398 : [[ -n admin ]] 2021-04-09 20:06:53.841 | + lib/keystone:create_service_user:399 : get_or_add_user_project_role admin placement service Default Default 2021-04-09 20:06:53.843 | + functions-common:get_or_add_user_project_role:889 : local user_role_id 2021-04-09 20:06:53.846 | ++ functions-common:get_or_add_user_project_role:891 : _get_domain_args Default Default 2021-04-09 20:06:53.849 | ++ functions-common:_get_domain_args:873 : local domain 2021-04-09 20:06:53.852 | ++ functions-common:_get_domain_args:874 : domain= 2021-04-09 20:06:53.854 | ++ functions-common:_get_domain_args:876 : [[ -n Default ]] 2021-04-09 20:06:53.857 | ++ functions-common:_get_domain_args:877 : domain=' --user-domain Default' 2021-04-09 20:06:53.859 | ++ functions-common:_get_domain_args:879 : [[ -n Default ]] 2021-04-09 20:06:53.862 | ++ functions-common:_get_domain_args:880 : domain=' --user-domain Default --project-domain Default' 2021-04-09 20:06:53.864 | ++ functions-common:_get_domain_args:883 : echo --user-domain Default --project-domain Default 2021-04-09 20:06:53.868 | + functions-common:get_or_add_user_project_role:891 : domain_args='--user-domain Default --project-domain Default' 2021-04-09 20:06:53.872 | ++ 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-04-09 20:06:53.872 | ++ functions-common:get_or_add_user_project_role:899 : grep '^|\s[a-f0-9]\+' 2021-04-09 20:06:53.872 | ++ functions-common:get_or_add_user_project_role:899 : get_field 1 2021-04-09 20:06:53.875 | ++ functions-common:get_field:727 : local data field 2021-04-09 20:06:53.877 | ++ functions-common:get_field:728 : read data 2021-04-09 20:06:56.775 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:06:56.779 | + functions-common:get_or_add_user_project_role:899 : user_role_id= 2021-04-09 20:06:56.781 | + functions-common:get_or_add_user_project_role:900 : [[ -z '' ]] 2021-04-09 20:06:56.784 | + functions-common:get_or_add_user_project_role:902 : openstack role add admin --user placement --project service --user-domain Default --project-domain Default 2021-04-09 20:06:59.658 | ++ 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-04-09 20:06:59.658 | ++ functions-common:get_or_add_user_project_role:911 : grep '^|\s[a-f0-9]\+' 2021-04-09 20:06:59.659 | ++ functions-common:get_or_add_user_project_role:911 : get_field 1 2021-04-09 20:06:59.661 | ++ functions-common:get_field:727 : local data field 2021-04-09 20:06:59.664 | ++ functions-common:get_field:728 : read data 2021-04-09 20:07:02.625 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:07:02.628 | ++ functions-common:get_field:729 : '[' 1 -lt 0 ']' 2021-04-09 20:07:02.630 | ++ functions-common:get_field:732 : field='$2' 2021-04-09 20:07:02.634 | ++ functions-common:get_field:734 : echo '| 8d70c3d392e6452da4fab2b9acdb0e51 | 684bc34ed1b44a33a1592bd281c7c208 | | b9f6284d40e34108bf2b924390c74beb | | | False |' 2021-04-09 20:07:02.634 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-04-09 20:07:02.639 | ++ functions-common:get_field:728 : read data 2021-04-09 20:07:02.643 | + functions-common:get_or_add_user_project_role:911 : user_role_id=8d70c3d392e6452da4fab2b9acdb0e51 2021-04-09 20:07:02.645 | + functions-common:get_or_add_user_project_role:913 : echo 8d70c3d392e6452da4fab2b9acdb0e51 2021-04-09 20:07:02.645 | 8d70c3d392e6452da4fab2b9acdb0e51 2021-04-09 20:07:02.648 | + lib/placement:create_placement_accounts:120 : local placement_api_url=http://10.222.0.52/placement 2021-04-09 20:07:02.650 | + lib/placement:create_placement_accounts:121 : get_or_create_service placement placement 'Placement Service' 2021-04-09 20:07:02.653 | + functions-common:get_or_create_service:967 : local service_id 2021-04-09 20:07:02.656 | ++ functions-common:get_or_create_service:980 : oscwrap service show placement -f value -c id 2021-04-09 20:07:04.884 | ++ functions-common:get_or_create_service:982 : oscwrap service create placement --name placement '--description=Placement Service' -f value -c id 2021-04-09 20:07:07.027 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:07:07.030 | + functions-common:get_or_create_service:978 : service_id=' 2021-04-09 20:07:07.030 | 6f785e4efa5d464f817a50c32d80a2ce' 2021-04-09 20:07:07.032 | + functions-common:get_or_create_service:979 : echo 6f785e4efa5d464f817a50c32d80a2ce 2021-04-09 20:07:07.032 | 6f785e4efa5d464f817a50c32d80a2ce 2021-04-09 20:07:07.035 | + lib/placement:create_placement_accounts:123 : get_or_create_endpoint placement RegionOne http://10.222.0.52/placement 2021-04-09 20:07:07.037 | + functions-common:get_or_create_endpoint:1011 : local public_id 2021-04-09 20:07:07.041 | ++ functions-common:get_or_create_endpoint:1012 : _get_or_create_endpoint_with_interface placement public http://10.222.0.52/placement RegionOne 2021-04-09 20:07:07.044 | ++ functions-common:_get_or_create_endpoint_with_interface:985 : local endpoint_id 2021-04-09 20:07:07.047 | +++ functions-common:_get_or_create_endpoint_with_interface:990 : oscwrap endpoint list --service placement --interface public --region RegionOne -c ID -f value 2021-04-09 20:07:09.343 | +++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:07:09.346 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : endpoint_id= 2021-04-09 20:07:09.348 | ++ functions-common:_get_or_create_endpoint_with_interface:991 : [[ -z '' ]] 2021-04-09 20:07:09.352 | +++ functions-common:_get_or_create_endpoint_with_interface:994 : oscwrap endpoint create placement public http://10.222.0.52/placement --region RegionOne -f value -c id 2021-04-09 20:07:11.633 | +++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:07:11.636 | ++ functions-common:_get_or_create_endpoint_with_interface:994 : endpoint_id=fcd957cb9ef9430587ce8bd4915c3cc8 2021-04-09 20:07:11.638 | ++ functions-common:_get_or_create_endpoint_with_interface:997 : echo fcd957cb9ef9430587ce8bd4915c3cc8 2021-04-09 20:07:11.641 | + functions-common:get_or_create_endpoint:1012 : public_id=fcd957cb9ef9430587ce8bd4915c3cc8 2021-04-09 20:07:11.644 | + functions-common:get_or_create_endpoint:1014 : [[ -n '' ]] 2021-04-09 20:07:11.646 | + functions-common:get_or_create_endpoint:1017 : [[ -n '' ]] 2021-04-09 20:07:11.649 | + functions-common:get_or_create_endpoint:1021 : echo fcd957cb9ef9430587ce8bd4915c3cc8 2021-04-09 20:07:11.649 | fcd957cb9ef9430587ce8bd4915c3cc8 2021-04-09 20:07:11.652 | + ./stack.sh:main:1254 : is_service_enabled nova 2021-04-09 20:07:11.668 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:07:11.671 | + ./stack.sh:main:1255 : echo_summary 'Configuring Nova' 2021-04-09 20:07:11.673 | + ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-04-09 20:07:11.675 | + ./stack.sh:echo_summary:461 : echo -e Configuring Nova 2021-04-09 20:07:11.678 | + ./stack.sh:main:1256 : init_nova 2021-04-09 20:07:11.680 | + lib/nova:init_nova:741 : is_service_enabled mysql postgresql 2021-04-09 20:07:11.696 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:07:11.699 | + lib/nova:init_nova:741 : is_service_enabled n-api 2021-04-09 20:07:11.715 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:07:11.717 | + lib/nova:init_nova:742 : recreate_database nova_api 2021-04-09 20:07:11.720 | + lib/database:recreate_database:110 : local db=nova_api 2021-04-09 20:07:11.722 | + lib/database:recreate_database:111 : recreate_database_mysql nova_api 2021-04-09 20:07:11.725 | + lib/databases/mysql:recreate_database_mysql:61 : local db=nova_api 2021-04-09 20:07:11.727 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2021-04-09 20:07:11.731 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-04-09 20:07:11.744 | + lib/databases/mysql:recreate_database_mysql:63 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2021-04-09 20:07:11.747 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-04-09 20:07:11.760 | + lib/nova:init_nova:743 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2021-04-09 20:07:16.076 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-04-09 20:07:16.077 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/067_placeholder.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.078 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/067_placeholder.py loaded successfully {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.078 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/014_keypairs.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.078 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/014_keypairs.py loaded successfully {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.078 | 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=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.079 | 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=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.079 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/041_resource_provider_traits.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.079 | 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=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.079 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/038_placeholder.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.080 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/038_placeholder.py loaded successfully {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.080 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/008_placeholder.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.080 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/008_placeholder.py loaded successfully {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.080 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/063_placeholder.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.081 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/063_placeholder.py loaded successfully {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.081 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/003_host_mapping.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.081 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/003_host_mapping.py loaded successfully {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.081 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/033_placeholder.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.082 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/033_placeholder.py loaded successfully {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.082 | 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=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.082 | 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=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.082 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/017_aggregates.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.083 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/017_aggregates.py loaded successfully {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.083 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/018_instance_groups.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.083 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/018_instance_groups.py loaded successfully {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.083 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/027_quotas.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.084 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/027_quotas.py loaded successfully {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.084 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/026_add_resource_classes.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.085 | 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=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.085 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/009_placeholder.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.085 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/009_placeholder.py loaded successfully {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.085 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/037_placeholder.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.086 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/037_placeholder.py loaded successfully {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.086 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/040_placeholder.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.086 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/040_placeholder.py loaded successfully {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.086 | 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=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.087 | 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=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.087 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/035_placeholder.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.087 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/035_placeholder.py loaded successfully {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.087 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/049_placeholder.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.088 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/049_placeholder.py loaded successfully {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.088 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/064_placeholder.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.088 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/064_placeholder.py loaded successfully {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.088 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/022_placeholder.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.089 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/022_placeholder.py loaded successfully {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.089 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/023_placeholder.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.089 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/023_placeholder.py loaded successfully {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.089 | 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=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.090 | 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=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.090 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/047_placeholder.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.090 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/047_placeholder.py loaded successfully {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.090 | 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=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.090 | 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=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.091 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/030_require_cell_setup.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.091 | 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=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.091 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/036_placeholder.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.091 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/036_placeholder.py loaded successfully {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.092 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/053_placeholder.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.092 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/053_placeholder.py loaded successfully {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.092 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/043_placement_consumers.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.092 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/043_placement_consumers.py loaded successfully {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.093 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/010_placeholder.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.093 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/010_placeholder.py loaded successfully {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.094 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/056_placeholder.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.094 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/056_placeholder.py loaded successfully {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.094 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/050_flavors_add_description.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.094 | 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=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.095 | 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=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.095 | 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=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.095 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/021_placeholder.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.095 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/021_placeholder.py loaded successfully {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/048_placeholder.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/048_placeholder.py loaded successfully {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/025_placeholder.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/025_placeholder.py loaded successfully {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.097 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/006_build_request.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.097 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/006_build_request.py loaded successfully {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.097 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/032_placeholder.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.097 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/032_placeholder.py loaded successfully {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.097 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/004_add_request_spec.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.098 | 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=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.098 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/016_resource_providers.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.098 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/016_resource_providers.py loaded successfully {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.098 | 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=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.099 | 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=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.099 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/055_placeholder.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.099 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/055_placeholder.py loaded successfully {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.099 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/057_placeholder.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.100 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/057_placeholder.py loaded successfully {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.101 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/054_placeholder.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.101 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/054_placeholder.py loaded successfully {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.101 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/011_placeholder.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.101 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/011_placeholder.py loaded successfully {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.102 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/039_placeholder.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.102 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/039_placeholder.py loaded successfully {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.102 | 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=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.102 | 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=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.102 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/001_cell_mapping.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.103 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/001_cell_mapping.py loaded successfully {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.103 | 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=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.103 | 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=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.103 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/031_placeholder.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.104 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/031_placeholder.py loaded successfully {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.104 | 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=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.104 | 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=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.104 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/029_placement_aggregates.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.105 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/029_placement_aggregates.py loaded successfully {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.105 | 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=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.105 | 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=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.106 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/046_placeholder.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.106 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/046_placeholder.py loaded successfully {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.106 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/051_nested_resource_providers.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.107 | 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=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.107 | 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=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.107 | 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=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.107 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/065_placeholder.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.108 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/065_placeholder.py loaded successfully {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.108 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/002_instance_mapping.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.108 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/002_instance_mapping.py loaded successfully {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.108 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/059_add_consumer_generation.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.109 | 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=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.109 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/066_placeholder.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.109 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/066_placeholder.py loaded successfully {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.109 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/012_placeholder.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.109 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/012_placeholder.py loaded successfully {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.110 | 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=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.110 | 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=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.110 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/045_placeholder.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.110 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/045_placeholder.py loaded successfully {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.111 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/005_flavors.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.111 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/005_flavors.py loaded successfully {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.111 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/024_placeholder.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.111 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/024_placeholder.py loaded successfully {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.112 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/034_placeholder.py... {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:07:16.112 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/034_placeholder.py loaded successfully {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:07:16.112 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo loaded successfully {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-04-09 20:07:16.112 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'nova_api'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) {{(pid=74560) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-04-09 20:07:16.845 | INFO migrate.versioning.api [-] 0 -> 1...  2021-04-09 20:07:17.626 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:17.626 | INFO migrate.versioning.api [-] 1 -> 2...  2021-04-09 20:07:18.940 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:18.940 | INFO migrate.versioning.api [-] 2 -> 3...  2021-04-09 20:07:20.258 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:20.258 | INFO migrate.versioning.api [-] 3 -> 4...  2021-04-09 20:07:21.001 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:21.001 | INFO migrate.versioning.api [-] 4 -> 5...  2021-04-09 20:07:22.905 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:22.905 | INFO migrate.versioning.api [-] 5 -> 6...  2021-04-09 20:07:23.424 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:23.424 | INFO migrate.versioning.api [-] 6 -> 7...  2021-04-09 20:07:24.075 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:24.076 | INFO migrate.versioning.api [-] 7 -> 8...  2021-04-09 20:07:24.115 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:24.115 | INFO migrate.versioning.api [-] 8 -> 9...  2021-04-09 20:07:24.155 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:24.155 | INFO migrate.versioning.api [-] 9 -> 10...  2021-04-09 20:07:24.189 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:24.189 | INFO migrate.versioning.api [-] 10 -> 11...  2021-04-09 20:07:24.235 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:24.235 | INFO migrate.versioning.api [-] 11 -> 12...  2021-04-09 20:07:24.270 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:24.271 | INFO migrate.versioning.api [-] 12 -> 13...  2021-04-09 20:07:25.940 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:25.940 | INFO migrate.versioning.api [-] 13 -> 14...  2021-04-09 20:07:26.321 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:26.322 | INFO migrate.versioning.api [-] 14 -> 15...  2021-04-09 20:07:29.145 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:29.145 | INFO migrate.versioning.api [-] 15 -> 16...  2021-04-09 20:07:32.340 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:32.340 | INFO migrate.versioning.api [-] 16 -> 17...  2021-04-09 20:07:33.778 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:33.778 | INFO migrate.versioning.api [-] 17 -> 18...  2021-04-09 20:07:35.006 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:35.007 | INFO migrate.versioning.api [-] 18 -> 19...  2021-04-09 20:07:35.660 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:35.660 | INFO migrate.versioning.api [-] 19 -> 20...  2021-04-09 20:07:36.419 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:36.420 | INFO migrate.versioning.api [-] 20 -> 21...  2021-04-09 20:07:36.476 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:36.477 | INFO migrate.versioning.api [-] 21 -> 22...  2021-04-09 20:07:36.528 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:36.528 | INFO migrate.versioning.api [-] 22 -> 23...  2021-04-09 20:07:36.568 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:36.568 | INFO migrate.versioning.api [-] 23 -> 24...  2021-04-09 20:07:36.602 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:36.602 | INFO migrate.versioning.api [-] 24 -> 25...  2021-04-09 20:07:36.636 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:36.637 | INFO migrate.versioning.api [-] 25 -> 26...  2021-04-09 20:07:36.938 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:36.938 | INFO migrate.versioning.api [-] 26 -> 27...  2021-04-09 20:07:40.208 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:40.208 | INFO migrate.versioning.api [-] 27 -> 28...  2021-04-09 20:07:40.950 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:40.951 | INFO migrate.versioning.api [-] 28 -> 29...  2021-04-09 20:07:41.469 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:41.469 | INFO migrate.versioning.api [-] 29 -> 30...  2021-04-09 20:07:41.526 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:41.527 | INFO migrate.versioning.api [-] 30 -> 31...  2021-04-09 20:07:41.569 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:41.569 | INFO migrate.versioning.api [-] 31 -> 32...  2021-04-09 20:07:41.607 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:41.608 | INFO migrate.versioning.api [-] 32 -> 33...  2021-04-09 20:07:41.654 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:41.654 | INFO migrate.versioning.api [-] 33 -> 34...  2021-04-09 20:07:41.688 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:41.688 | INFO migrate.versioning.api [-] 34 -> 35...  2021-04-09 20:07:41.728 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:41.728 | INFO migrate.versioning.api [-] 35 -> 36...  2021-04-09 20:07:41.762 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:41.762 | INFO migrate.versioning.api [-] 36 -> 37...  2021-04-09 20:07:41.796 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:41.796 | INFO migrate.versioning.api [-] 37 -> 38...  2021-04-09 20:07:41.842 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:41.842 | INFO migrate.versioning.api [-] 38 -> 39...  2021-04-09 20:07:41.876 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:41.877 | INFO migrate.versioning.api [-] 39 -> 40...  2021-04-09 20:07:41.922 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:41.922 | INFO migrate.versioning.api [-] 40 -> 41...  2021-04-09 20:07:42.802 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:42.803 | INFO migrate.versioning.api [-] 41 -> 42...  2021-04-09 20:07:43.436 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:43.437 | INFO migrate.versioning.api [-] 42 -> 43...  2021-04-09 20:07:44.162 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:44.162 | INFO migrate.versioning.api [-] 43 -> 44...  2021-04-09 20:07:46.574 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:46.574 | INFO migrate.versioning.api [-] 44 -> 45...  2021-04-09 20:07:46.624 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:46.625 | INFO migrate.versioning.api [-] 45 -> 46...  2021-04-09 20:07:46.676 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:46.676 | INFO migrate.versioning.api [-] 46 -> 47...  2021-04-09 20:07:46.728 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:46.728 | INFO migrate.versioning.api [-] 47 -> 48...  2021-04-09 20:07:46.772 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:46.772 | INFO migrate.versioning.api [-] 48 -> 49...  2021-04-09 20:07:46.829 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:46.829 | INFO migrate.versioning.api [-] 49 -> 50...  2021-04-09 20:07:47.629 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:47.629 | INFO migrate.versioning.api [-] 50 -> 51...  2021-04-09 20:07:51.259 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:51.259 | INFO migrate.versioning.api [-] 51 -> 52...  2021-04-09 20:07:52.082 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:52.082 | INFO migrate.versioning.api [-] 52 -> 53...  2021-04-09 20:07:52.128 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:52.128 | INFO migrate.versioning.api [-] 53 -> 54...  2021-04-09 20:07:52.160 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:52.161 | INFO migrate.versioning.api [-] 54 -> 55...  2021-04-09 20:07:52.196 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:52.197 | INFO migrate.versioning.api [-] 55 -> 56...  2021-04-09 20:07:52.236 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:52.237 | INFO migrate.versioning.api [-] 56 -> 57...  2021-04-09 20:07:52.276 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:52.277 | INFO migrate.versioning.api [-] 57 -> 58...  2021-04-09 20:07:52.893 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:52.894 | INFO migrate.versioning.api [-] 58 -> 59...  2021-04-09 20:07:53.469 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:53.469 | INFO migrate.versioning.api [-] 59 -> 60...  2021-04-09 20:07:54.002 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:54.002 | INFO migrate.versioning.api [-] 60 -> 61...  2021-04-09 20:07:54.620 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:54.620 | INFO migrate.versioning.api [-] 61 -> 62...  2021-04-09 20:07:55.602 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:55.602 | INFO migrate.versioning.api [-] 62 -> 63...  2021-04-09 20:07:55.637 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:55.637 | INFO migrate.versioning.api [-] 63 -> 64...  2021-04-09 20:07:55.676 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:55.676 | INFO migrate.versioning.api [-] 64 -> 65...  2021-04-09 20:07:55.710 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:55.711 | INFO migrate.versioning.api [-] 65 -> 66...  2021-04-09 20:07:55.751 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:55.751 | INFO migrate.versioning.api [-] 66 -> 67...  2021-04-09 20:07:55.785 | INFO migrate.versioning.api [-] done 2021-04-09 20:07:56.170 | + lib/nova:init_nova:745 : recreate_database nova_cell0 2021-04-09 20:07:56.173 | + lib/database:recreate_database:110 : local db=nova_cell0 2021-04-09 20:07:56.175 | + lib/database:recreate_database:111 : recreate_database_mysql nova_cell0 2021-04-09 20:07:56.178 | + lib/databases/mysql:recreate_database_mysql:61 : local db=nova_cell0 2021-04-09 20:07:56.181 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2021-04-09 20:07:56.185 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-04-09 20:07:56.198 | + lib/databases/mysql:recreate_database_mysql:63 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' 2021-04-09 20:07:56.202 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-04-09 20:07:56.215 | ++ lib/nova:init_nova:751 : database_connection_url nova_cell0 2021-04-09 20:07:56.217 | ++ lib/database:database_connection_url:132 : local db=nova_cell0 2021-04-09 20:07:56.220 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_cell0 2021-04-09 20:07:56.222 | ++ lib/databases/mysql:database_connection_url_mysql:179 : local db=nova_cell0 2021-04-09 20:07:56.225 | ++ lib/databases/mysql:database_connection_url_mysql:180 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2021-04-09 20:07:56.228 | + 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-04-09 20:08:00.642 | ++ lib/nova:init_nova:754 : seq 1 1 2021-04-09 20:08:00.645 | + lib/nova:init_nova:754 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-04-09 20:08:00.648 | + lib/nova:init_nova:755 : recreate_database nova_cell1 2021-04-09 20:08:00.650 | + lib/database:recreate_database:110 : local db=nova_cell1 2021-04-09 20:08:00.653 | + lib/database:recreate_database:111 : recreate_database_mysql nova_cell1 2021-04-09 20:08:00.655 | + lib/databases/mysql:recreate_database_mysql:61 : local db=nova_cell1 2021-04-09 20:08:00.658 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2021-04-09 20:08:00.661 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-04-09 20:08:00.674 | + lib/databases/mysql:recreate_database_mysql:63 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;' 2021-04-09 20:08:00.677 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-04-09 20:08:00.691 | ++ lib/nova:init_nova:756 : conductor_conf 1 2021-04-09 20:08:00.693 | ++ lib/nova:conductor_conf:727 : local cell=1 2021-04-09 20:08:00.697 | ++ lib/nova:conductor_conf:728 : echo /etc/nova/nova_cell1.conf 2021-04-09 20:08:00.699 | + lib/nova:init_nova:756 : /usr/local/bin/nova-manage --config-file /etc/nova/nova_cell1.conf db sync --local_cell 2021-04-09 20:08:04.379 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/sqlalchemy/migrate_repo... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-04-09 20:08:04.381 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/222_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.381 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/222_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.381 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.381 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.382 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/257_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.382 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/257_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.382 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/260_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.382 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/260_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.383 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/329_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.384 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/329_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.384 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/314_add_resource_provider_tables.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.384 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/314_add_resource_provider_tables.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.385 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/246_add_compute_node_id_fk.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.385 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.385 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/246_sqlite_upgrade.sql... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.385 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/246_sqlite_upgrade.sql loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.386 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/377_add_migrations_updated_at_index.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.386 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.386 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/247_nullable_mismatch.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.386 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/247_nullable_mismatch.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.387 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.387 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.387 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/370_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.387 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/370_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.388 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.388 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.388 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/366_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.388 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/366_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.389 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/221_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.389 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/221_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.389 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.389 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.390 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/321_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.390 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/321_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.390 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/335_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.390 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/335_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.391 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/283_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.391 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/283_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.391 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/261_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.391 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/261_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.391 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/272_add_keypair_type.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.392 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/272_add_keypair_type.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.392 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/217_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.392 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/217_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.392 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/351_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.393 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/351_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.393 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/249_remove_duplicate_index.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.393 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/249_remove_duplicate_index.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.393 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/298_mysql_extra_specs_binary_collation.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.394 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.394 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/369_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.394 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/369_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.394 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/357_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.395 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/357_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.395 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/300_migration_context.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.395 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/300_migration_context.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.395 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/368_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.396 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/368_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.396 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/346_remove_scheduled_at_column.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.396 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/346_remove_scheduled_at_column.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.396 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/243_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.397 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/243_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.397 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/311_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.397 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/311_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.397 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/343_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.398 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/343_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.398 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/322_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.398 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/322_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.398 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/337_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.399 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/337_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.399 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/379_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.399 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/379_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.399 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/318_resource_provider_name_aggregates.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.400 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/318_resource_provider_name_aggregates.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.400 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/336_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.400 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/336_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.400 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/273_sqlite_foreign_keys.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.401 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/273_sqlite_foreign_keys.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.401 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.401 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.401 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.402 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.402 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/239_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.402 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/239_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.402 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/259_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.403 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/259_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.403 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/390_add_trusted_certs.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.403 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/390_add_trusted_certs.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.403 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/292_drop_nova_volumes_tables.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.404 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/292_drop_nova_volumes_tables.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.404 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/338_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.404 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/338_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.404 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/271_sqlite_postgresql_indexes.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.404 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/271_sqlite_postgresql_indexes.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.405 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/397_migrations_cross_cell_move.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.405 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/397_migrations_cross_cell_move.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.405 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.405 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.406 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/360_add_compute_node_mapped.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.406 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/360_add_compute_node_mapped.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.406 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/308_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.406 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/308_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.407 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/391_add_volume_type_to_bdm.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.407 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.407 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/388_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.407 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/388_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.408 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/265_remove_duplicated_index.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.408 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/265_remove_duplicated_index.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.408 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/294_add_service_heartbeat.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.408 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/294_add_service_heartbeat.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.409 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/307_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.409 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/307_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.409 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/399_add_instances_hidden.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.409 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/399_add_instances_hidden.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.409 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/245_add_mtu_and_dhcp_server.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.410 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.410 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/374_bdm_uuid.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.410 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/374_bdm_uuid.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.410 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/354_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.411 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/354_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.411 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.411 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.411 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/310_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.412 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/310_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.412 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/372_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.412 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/372_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.412 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/327_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.413 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/327_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.413 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/371_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.413 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/371_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.413 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/323_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.414 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/323_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.414 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/312_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.414 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/312_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.415 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/344_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.415 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/344_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.415 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/284_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.415 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/284_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.415 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/285_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.416 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/285_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.416 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/282_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.416 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/282_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.416 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/334_device_metadata_in_extra.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.417 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/334_device_metadata_in_extra.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.417 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.417 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.417 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.418 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.418 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/387_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.418 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/387_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.418 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/289_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.419 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/289_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.419 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/263_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.419 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/263_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.419 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/290_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.419 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/290_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.420 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.420 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.420 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/236_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.420 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/236_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.421 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/332_keypair_in_extra.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.421 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/332_keypair_in_extra.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.421 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.421 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.422 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/232_drop_dump_tables.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.422 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/232_drop_dump_tables.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.422 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/252_add_instance_extra_table.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.422 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/252_add_instance_extra_table.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.423 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/365_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.423 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/365_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.423 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/384_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.423 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/384_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.424 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/266_add_instance_tags.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.424 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/266_add_instance_tags.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.424 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/270_flavor_data_in_extra.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.424 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/270_flavor_data_in_extra.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.424 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/400_enforce_service_uuid.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.425 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/400_enforce_service_uuid.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.425 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/392_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.425 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/392_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.425 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/342_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.426 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/342_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.426 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/299_service_version_number.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.426 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/299_service_version_number.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.426 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.427 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.427 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/287_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.427 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/287_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.427 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/231_add_ephemeral_key_uuid.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.428 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/231_add_ephemeral_key_uuid.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.428 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/396_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.428 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/396_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.428 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.428 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.429 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/264_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.429 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/264_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.429 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/340_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.429 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/340_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.431 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/345_require_online_migration_completion.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.431 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/345_require_online_migration_completion.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.431 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/385_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.431 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/385_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.431 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/288_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.431 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/288_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.432 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/373_migration_uuid.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.432 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/373_migration_uuid.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.432 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/402_add_resources.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.432 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/402_add_resources.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.433 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/355_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.433 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/355_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.433 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/389_add_aggregate_metadata_index.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.433 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/389_add_aggregate_metadata_index.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.434 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/235_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.434 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/235_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.434 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/281_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.434 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/281_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.434 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/393_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.435 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/393_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.435 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/358_bdm_attachment_id.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.435 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/358_bdm_attachment_id.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.435 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/313_add_parent_id_column.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.436 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/313_add_parent_id_column.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.436 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/356_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.436 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/356_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.436 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/297_add_forced_down_for_services.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.437 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.437 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/218_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.437 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/218_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.437 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/364_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.438 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/364_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.438 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/225_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.438 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/225_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.438 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/274_update_instances_project_id_index.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.438 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.439 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/295_add_virtual_interfaces_uuid_index.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.439 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.439 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.439 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.440 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.440 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.440 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/267_instance_uuid_non_nullable.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.440 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/267_instance_uuid_non_nullable.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.441 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/233_add_stats_in_compute_nodes.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.441 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.441 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/220_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.441 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/220_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.442 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/242_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.442 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/242_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.442 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/269_add_numa_node_column.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.442 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/269_add_numa_node_column.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.443 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/324_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.443 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/324_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.443 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/241_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.443 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/241_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.444 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/315_add_migration_progresss_detail.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.444 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/315_add_migration_progresss_detail.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.444 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/381_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.444 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/381_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.444 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/291_enforce_flavors_migrated.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.445 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/291_enforce_flavors_migrated.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.445 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/398_add_vpmems.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.445 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/398_add_vpmems.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.446 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/367_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.446 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/367_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.447 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/306_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.447 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/306_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.447 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/237_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.447 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/237_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.448 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/326_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.448 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/326_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.448 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/277_add_fixed_ip_updated_index.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.448 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.448 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/339_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.449 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/339_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.449 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/262_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.449 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/262_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.449 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/330_enforce_mitaka_online_migrations.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.450 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/330_enforce_mitaka_online_migrations.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.450 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/349_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.450 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/349_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.450 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/361_add_compute_nodes_uuid_index.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.451 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.451 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/347_add_updated_at_index.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.451 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/347_add_updated_at_index.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.451 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/275_add_keypair_type.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.452 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/275_add_keypair_type.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.452 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/333_add_console_auth_tokens_table.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.452 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.452 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/328_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.453 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/328_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.453 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/363_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.453 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/363_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.453 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/376_add_console_auth_tokens_index.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.453 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.454 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.454 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.454 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/286_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.454 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/286_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.455 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/383_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.455 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/383_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.455 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/353_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.455 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/353_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.456 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/296_add_missing_db2_fkeys.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.456 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/296_add_missing_db2_fkeys.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.456 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/386_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.456 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/386_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.457 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/309_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.457 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/309_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.457 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/258_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.457 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/258_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.458 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/317_add_aggregate_uuid.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.458 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/317_add_aggregate_uuid.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.458 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/223_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.458 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/223_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.458 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/268_add_host_in_compute_node.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.459 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.459 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/228_add_metrics_in_compute_nodes.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.459 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.459 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/219_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.460 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/219_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.460 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/362_add_pci_devices_uuid.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.460 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/362_add_pci_devices_uuid.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.460 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/394_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.461 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/394_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.461 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/276_vcpu_model.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.461 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/276_vcpu_model.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.461 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/395_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.462 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/395_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.462 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/248_add_expire_reservations_index.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.462 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/248_add_expire_reservations_index.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.462 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/255_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.463 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/255_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.463 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.463 | 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=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.463 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/240_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.463 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/240_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.464 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/325_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.464 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/325_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.464 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/224_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.464 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/224_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.465 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/320_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.465 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/320_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.465 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/293_add_migration_type.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.465 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/293_add_migration_type.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.466 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/250_remove_instance_groups_metadata.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.466 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/250_remove_instance_groups_metadata.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.466 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/350_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.466 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/350_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.467 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/305_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.467 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/305_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.467 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/348_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.467 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/348_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.468 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/359_add_service_uuid.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.468 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/359_add_service_uuid.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.468 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/238_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.468 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/238_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.468 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/341_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.469 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/341_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.469 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/234_add_expire_reservations_index.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.469 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/234_add_expire_reservations_index.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.469 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/352_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.470 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/352_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.470 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/382_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.470 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/382_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.470 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/380_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.471 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/380_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.471 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/304_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.471 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/304_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.471 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/226_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.472 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/226_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.472 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/303_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.472 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/303_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.472 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/216_havana.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.472 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/216_havana.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.473 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/256_placeholder.py... {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:08:04.473 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/256_placeholder.py loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:08:04.473 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/sqlalchemy/migrate_repo loaded successfully {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-04-09 20:08:04.473 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'nova'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) {{(pid=74633) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-04-09 20:08:04.878 | INFO migrate.versioning.api [-] 215 -> 216...  2021-04-09 20:09:08.196 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:08.196 | INFO migrate.versioning.api [-] 216 -> 217...  2021-04-09 20:09:08.241 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:08.242 | INFO migrate.versioning.api [-] 217 -> 218...  2021-04-09 20:09:08.287 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:08.287 | INFO migrate.versioning.api [-] 218 -> 219...  2021-04-09 20:09:08.336 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:08.337 | INFO migrate.versioning.api [-] 219 -> 220...  2021-04-09 20:09:08.379 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:08.379 | INFO migrate.versioning.api [-] 220 -> 221...  2021-04-09 20:09:08.418 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:08.418 | INFO migrate.versioning.api [-] 221 -> 222...  2021-04-09 20:09:08.468 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:08.469 | INFO migrate.versioning.api [-] 222 -> 223...  2021-04-09 20:09:08.514 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:08.514 | INFO migrate.versioning.api [-] 223 -> 224...  2021-04-09 20:09:08.548 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:08.548 | INFO migrate.versioning.api [-] 224 -> 225...  2021-04-09 20:09:08.584 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:08.584 | INFO migrate.versioning.api [-] 225 -> 226...  2021-04-09 20:09:08.618 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:08.619 | INFO migrate.versioning.api [-] 226 -> 227...  2021-04-09 20:09:08.659 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:08.659 | INFO migrate.versioning.api [-] 227 -> 228...  2021-04-09 20:09:09.531 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:09.531 | INFO migrate.versioning.api [-] 228 -> 229...  2021-04-09 20:09:10.355 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:10.356 | INFO migrate.versioning.api [-] 229 -> 230...  2021-04-09 20:09:12.104 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:12.105 | INFO migrate.versioning.api [-] 230 -> 231...  2021-04-09 20:09:13.321 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:13.321 | INFO migrate.versioning.api [-] 231 -> 232...  2021-04-09 20:09:14.514 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:14.514 | INFO migrate.versioning.api [-] 232 -> 233...  2021-04-09 20:09:15.765 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:15.765 | INFO migrate.versioning.api [-] 233 -> 234...  2021-04-09 20:09:15.984 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:15.984 | INFO migrate.versioning.api [-] 234 -> 235...  2021-04-09 20:09:16.029 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:16.030 | INFO migrate.versioning.api [-] 235 -> 236...  2021-04-09 20:09:16.073 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:16.073 | INFO migrate.versioning.api [-] 236 -> 237...  2021-04-09 20:09:16.111 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:16.111 | INFO migrate.versioning.api [-] 237 -> 238...  2021-04-09 20:09:16.149 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:16.150 | INFO migrate.versioning.api [-] 238 -> 239...  2021-04-09 20:09:16.190 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:16.191 | INFO migrate.versioning.api [-] 239 -> 240...  2021-04-09 20:09:16.225 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:16.225 | INFO migrate.versioning.api [-] 240 -> 241...  2021-04-09 20:09:16.276 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:16.276 | INFO migrate.versioning.api [-] 241 -> 242...  2021-04-09 20:09:16.322 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:16.323 | INFO migrate.versioning.api [-] 242 -> 243...  2021-04-09 20:09:16.362 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:16.362 | INFO migrate.versioning.api [-] 243 -> 244...  2021-04-09 20:09:16.471 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:16.472 | INFO migrate.versioning.api [-] 244 -> 245...  2021-04-09 20:09:20.845 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:20.846 | INFO migrate.versioning.api [-] 245 -> 246...  2021-04-09 20:09:21.487 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:21.487 | INFO migrate.versioning.api [-] 246 -> 247...  2021-04-09 20:09:23.938 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:23.938 | INFO migrate.versioning.api [-] 247 -> 248...  2021-04-09 20:09:23.947 | INFO 248_add_expire_reservations_index [-] Skipped adding reservations_deleted_expire_idx because an equivalent index already exists. 2021-04-09 20:09:23.983 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:23.983 | INFO migrate.versioning.api [-] 248 -> 249...  2021-04-09 20:09:24.172 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:24.172 | INFO migrate.versioning.api [-] 249 -> 250...  2021-04-09 20:09:24.434 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:24.434 | INFO migrate.versioning.api [-] 250 -> 251...  2021-04-09 20:09:25.442 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:25.442 | INFO migrate.versioning.api [-] 251 -> 252...  2021-04-09 20:09:27.115 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:27.116 | INFO migrate.versioning.api [-] 252 -> 253...  2021-04-09 20:09:28.057 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:28.057 | INFO migrate.versioning.api [-] 253 -> 254...  2021-04-09 20:09:29.058 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:29.058 | INFO migrate.versioning.api [-] 254 -> 255...  2021-04-09 20:09:29.092 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:29.092 | INFO migrate.versioning.api [-] 255 -> 256...  2021-04-09 20:09:29.131 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:29.131 | INFO migrate.versioning.api [-] 256 -> 257...  2021-04-09 20:09:29.172 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:29.173 | INFO migrate.versioning.api [-] 257 -> 258...  2021-04-09 20:09:29.207 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:29.207 | INFO migrate.versioning.api [-] 258 -> 259...  2021-04-09 20:09:29.241 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:29.241 | INFO migrate.versioning.api [-] 259 -> 260...  2021-04-09 20:09:29.275 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:29.275 | INFO migrate.versioning.api [-] 260 -> 261...  2021-04-09 20:09:29.321 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:29.321 | INFO migrate.versioning.api [-] 261 -> 262...  2021-04-09 20:09:29.355 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:29.355 | INFO migrate.versioning.api [-] 262 -> 263...  2021-04-09 20:09:29.394 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:29.394 | INFO migrate.versioning.api [-] 263 -> 264...  2021-04-09 20:09:29.475 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:29.476 | INFO migrate.versioning.api [-] 264 -> 265...  2021-04-09 20:09:29.799 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:29.800 | INFO migrate.versioning.api [-] 265 -> 266...  2021-04-09 20:09:30.257 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:30.257 | INFO migrate.versioning.api [-] 266 -> 267...  2021-04-09 20:09:31.968 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:31.969 | INFO migrate.versioning.api [-] 267 -> 268...  2021-04-09 20:09:33.241 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:33.241 | INFO migrate.versioning.api [-] 268 -> 269...  2021-04-09 20:09:34.213 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:34.213 | INFO migrate.versioning.api [-] 269 -> 270...  2021-04-09 20:09:35.178 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:35.178 | INFO migrate.versioning.api [-] 270 -> 271...  2021-04-09 20:09:35.944 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:35.944 | INFO migrate.versioning.api [-] 271 -> 272...  2021-04-09 20:09:36.024 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:36.024 | INFO migrate.versioning.api [-] 272 -> 273...  2021-04-09 20:09:36.069 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:36.070 | INFO migrate.versioning.api [-] 273 -> 274...  2021-04-09 20:09:36.475 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:36.476 | INFO migrate.versioning.api [-] 274 -> 275...  2021-04-09 20:09:37.491 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:37.491 | INFO migrate.versioning.api [-] 275 -> 276...  2021-04-09 20:09:38.378 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:38.379 | INFO migrate.versioning.api [-] 276 -> 277...  2021-04-09 20:09:38.664 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:38.665 | INFO migrate.versioning.api [-] 277 -> 278...  2021-04-09 20:09:39.640 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:39.640 | INFO migrate.versioning.api [-] 278 -> 279...  2021-04-09 20:09:39.916 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:39.916 | INFO migrate.versioning.api [-] 279 -> 280...  2021-04-09 20:09:40.794 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:40.794 | INFO migrate.versioning.api [-] 280 -> 281...  2021-04-09 20:09:40.835 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:40.835 | INFO migrate.versioning.api [-] 281 -> 282...  2021-04-09 20:09:40.876 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:40.876 | INFO migrate.versioning.api [-] 282 -> 283...  2021-04-09 20:09:40.916 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:40.916 | INFO migrate.versioning.api [-] 283 -> 284...  2021-04-09 20:09:40.950 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:40.950 | INFO migrate.versioning.api [-] 284 -> 285...  2021-04-09 20:09:40.984 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:40.985 | INFO migrate.versioning.api [-] 285 -> 286...  2021-04-09 20:09:41.056 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:41.057 | INFO migrate.versioning.api [-] 286 -> 287...  2021-04-09 20:09:41.104 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:41.104 | INFO migrate.versioning.api [-] 287 -> 288...  2021-04-09 20:09:41.138 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:41.138 | INFO migrate.versioning.api [-] 288 -> 289...  2021-04-09 20:09:41.167 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:41.167 | INFO migrate.versioning.api [-] 289 -> 290...  2021-04-09 20:09:41.201 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:41.201 | INFO migrate.versioning.api [-] 290 -> 291...  2021-04-09 20:09:41.247 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:41.247 | INFO migrate.versioning.api [-] 291 -> 292...  2021-04-09 20:09:42.286 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:42.286 | INFO migrate.versioning.api [-] 292 -> 293...  2021-04-09 20:09:44.045 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:44.046 | INFO migrate.versioning.api [-] 293 -> 294...  2021-04-09 20:09:44.807 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:44.807 | INFO migrate.versioning.api [-] 294 -> 295...  2021-04-09 20:09:45.069 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:45.070 | INFO migrate.versioning.api [-] 295 -> 296...  2021-04-09 20:09:45.109 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:45.110 | INFO migrate.versioning.api [-] 296 -> 297...  2021-04-09 20:09:45.904 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:45.904 | INFO migrate.versioning.api [-] 297 -> 298...  2021-04-09 20:09:46.578 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:46.578 | INFO migrate.versioning.api [-] 298 -> 299...  2021-04-09 20:09:47.555 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:47.555 | INFO migrate.versioning.api [-] 299 -> 300...  2021-04-09 20:09:48.560 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:48.560 | INFO migrate.versioning.api [-] 300 -> 301...  2021-04-09 20:09:50.350 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:50.350 | INFO migrate.versioning.api [-] 301 -> 302...  2021-04-09 20:09:50.401 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:50.401 | INFO migrate.versioning.api [-] 302 -> 303...  2021-04-09 20:09:50.447 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:50.447 | INFO migrate.versioning.api [-] 303 -> 304...  2021-04-09 20:09:50.487 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:50.487 | INFO migrate.versioning.api [-] 304 -> 305...  2021-04-09 20:09:50.533 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:50.533 | INFO migrate.versioning.api [-] 305 -> 306...  2021-04-09 20:09:50.572 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:50.572 | INFO migrate.versioning.api [-] 306 -> 307...  2021-04-09 20:09:50.612 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:50.613 | INFO migrate.versioning.api [-] 307 -> 308...  2021-04-09 20:09:50.650 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:50.651 | INFO migrate.versioning.api [-] 308 -> 309...  2021-04-09 20:09:50.685 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:50.685 | INFO migrate.versioning.api [-] 309 -> 310...  2021-04-09 20:09:50.736 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:50.736 | INFO migrate.versioning.api [-] 310 -> 311...  2021-04-09 20:09:50.778 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:50.778 | INFO migrate.versioning.api [-] 311 -> 312...  2021-04-09 20:09:50.818 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:50.818 | INFO migrate.versioning.api [-] 312 -> 313...  2021-04-09 20:09:51.944 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:51.944 | INFO migrate.versioning.api [-] 313 -> 314...  2021-04-09 20:09:55.162 | INFO migrate.versioning.api [-] done 2021-04-09 20:09:55.162 | INFO migrate.versioning.api [-] 314 -> 315...  2021-04-09 20:10:00.132 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:00.132 | INFO migrate.versioning.api [-] 315 -> 316...  2021-04-09 20:10:00.921 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:00.921 | INFO migrate.versioning.api [-] 316 -> 317...  2021-04-09 20:10:01.885 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:01.885 | INFO migrate.versioning.api [-] 317 -> 318...  2021-04-09 20:10:05.069 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:05.070 | INFO migrate.versioning.api [-] 318 -> 319...  2021-04-09 20:10:05.250 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:05.251 | INFO migrate.versioning.api [-] 319 -> 320...  2021-04-09 20:10:05.279 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:05.279 | INFO migrate.versioning.api [-] 320 -> 321...  2021-04-09 20:10:05.309 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:05.310 | INFO migrate.versioning.api [-] 321 -> 322...  2021-04-09 20:10:05.338 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:05.338 | INFO migrate.versioning.api [-] 322 -> 323...  2021-04-09 20:10:05.372 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:05.372 | INFO migrate.versioning.api [-] 323 -> 324...  2021-04-09 20:10:05.406 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:05.406 | INFO migrate.versioning.api [-] 324 -> 325...  2021-04-09 20:10:05.439 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:05.439 | INFO migrate.versioning.api [-] 325 -> 326...  2021-04-09 20:10:05.469 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:05.470 | INFO migrate.versioning.api [-] 326 -> 327...  2021-04-09 20:10:05.502 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:05.502 | INFO migrate.versioning.api [-] 327 -> 328...  2021-04-09 20:10:05.531 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:05.531 | INFO migrate.versioning.api [-] 328 -> 329...  2021-04-09 20:10:05.572 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:05.572 | INFO migrate.versioning.api [-] 329 -> 330...  2021-04-09 20:10:05.629 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:05.629 | INFO migrate.versioning.api [-] 330 -> 331...  2021-04-09 20:10:07.247 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:07.247 | INFO migrate.versioning.api [-] 331 -> 332...  2021-04-09 20:10:08.075 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:08.075 | INFO migrate.versioning.api [-] 332 -> 333...  2021-04-09 20:10:08.870 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:08.871 | INFO migrate.versioning.api [-] 333 -> 334...  2021-04-09 20:10:09.773 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:09.773 | INFO migrate.versioning.api [-] 334 -> 335...  2021-04-09 20:10:09.806 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:09.807 | INFO migrate.versioning.api [-] 335 -> 336...  2021-04-09 20:10:09.841 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:09.841 | INFO migrate.versioning.api [-] 336 -> 337...  2021-04-09 20:10:09.880 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:09.880 | INFO migrate.versioning.api [-] 337 -> 338...  2021-04-09 20:10:09.915 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:09.915 | INFO migrate.versioning.api [-] 338 -> 339...  2021-04-09 20:10:09.955 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:09.955 | INFO migrate.versioning.api [-] 339 -> 340...  2021-04-09 20:10:10.007 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:10.007 | INFO migrate.versioning.api [-] 340 -> 341...  2021-04-09 20:10:10.052 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:10.052 | INFO migrate.versioning.api [-] 341 -> 342...  2021-04-09 20:10:10.092 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:10.093 | INFO migrate.versioning.api [-] 342 -> 343...  2021-04-09 20:10:10.127 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:10.127 | INFO migrate.versioning.api [-] 343 -> 344...  2021-04-09 20:10:10.161 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:10.161 | INFO migrate.versioning.api [-] 344 -> 345...  2021-04-09 20:10:10.218 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:10.218 | INFO migrate.versioning.api [-] 345 -> 346...  2021-04-09 20:10:11.304 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:11.304 | INFO migrate.versioning.api [-] 346 -> 347...  2021-04-09 20:10:11.790 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:11.790 | INFO migrate.versioning.api [-] 347 -> 348...  2021-04-09 20:10:11.824 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:11.824 | INFO migrate.versioning.api [-] 348 -> 349...  2021-04-09 20:10:11.856 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:11.856 | INFO migrate.versioning.api [-] 349 -> 350...  2021-04-09 20:10:11.891 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:11.891 | INFO migrate.versioning.api [-] 350 -> 351...  2021-04-09 20:10:11.921 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:11.921 | INFO migrate.versioning.api [-] 351 -> 352...  2021-04-09 20:10:11.955 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:11.955 | INFO migrate.versioning.api [-] 352 -> 353...  2021-04-09 20:10:11.990 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:11.991 | INFO migrate.versioning.api [-] 353 -> 354...  2021-04-09 20:10:12.024 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:12.024 | INFO migrate.versioning.api [-] 354 -> 355...  2021-04-09 20:10:12.064 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:12.064 | INFO migrate.versioning.api [-] 355 -> 356...  2021-04-09 20:10:12.104 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:12.104 | INFO migrate.versioning.api [-] 356 -> 357...  2021-04-09 20:10:12.138 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:12.138 | INFO migrate.versioning.api [-] 357 -> 358...  2021-04-09 20:10:13.007 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:13.007 | INFO migrate.versioning.api [-] 358 -> 359...  2021-04-09 20:10:14.218 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:14.219 | INFO migrate.versioning.api [-] 359 -> 360...  2021-04-09 20:10:15.047 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:15.047 | INFO migrate.versioning.api [-] 360 -> 361...  2021-04-09 20:10:15.293 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:15.293 | INFO migrate.versioning.api [-] 361 -> 362...  2021-04-09 20:10:16.081 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:16.082 | INFO migrate.versioning.api [-] 362 -> 363...  2021-04-09 20:10:16.116 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:16.116 | INFO migrate.versioning.api [-] 363 -> 364...  2021-04-09 20:10:16.156 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:16.156 | INFO migrate.versioning.api [-] 364 -> 365...  2021-04-09 20:10:16.196 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:16.196 | INFO migrate.versioning.api [-] 365 -> 366...  2021-04-09 20:10:16.236 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:16.236 | INFO migrate.versioning.api [-] 366 -> 367...  2021-04-09 20:10:16.270 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:16.271 | INFO migrate.versioning.api [-] 367 -> 368...  2021-04-09 20:10:16.310 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:16.310 | INFO migrate.versioning.api [-] 368 -> 369...  2021-04-09 20:10:16.344 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:16.344 | INFO migrate.versioning.api [-] 369 -> 370...  2021-04-09 20:10:16.378 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:16.379 | INFO migrate.versioning.api [-] 370 -> 371...  2021-04-09 20:10:16.413 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:16.414 | INFO migrate.versioning.api [-] 371 -> 372...  2021-04-09 20:10:16.465 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:16.465 | INFO migrate.versioning.api [-] 372 -> 373...  2021-04-09 20:10:17.697 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:17.697 | INFO migrate.versioning.api [-] 373 -> 374...  2021-04-09 20:10:18.749 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:18.750 | INFO migrate.versioning.api [-] 374 -> 375...  2021-04-09 20:10:19.858 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:19.858 | INFO migrate.versioning.api [-] 375 -> 376...  2021-04-09 20:10:20.062 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:20.062 | INFO migrate.versioning.api [-] 376 -> 377...  2021-04-09 20:10:20.285 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:20.285 | INFO migrate.versioning.api [-] 377 -> 378...  2021-04-09 20:10:20.547 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:20.547 | INFO migrate.versioning.api [-] 378 -> 379...  2021-04-09 20:10:20.573 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:20.573 | INFO migrate.versioning.api [-] 379 -> 380...  2021-04-09 20:10:20.601 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:20.601 | INFO migrate.versioning.api [-] 380 -> 381...  2021-04-09 20:10:20.624 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:20.624 | INFO migrate.versioning.api [-] 381 -> 382...  2021-04-09 20:10:20.647 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:20.647 | INFO migrate.versioning.api [-] 382 -> 383...  2021-04-09 20:10:20.708 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:20.708 | INFO migrate.versioning.api [-] 383 -> 384...  2021-04-09 20:10:20.744 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:20.744 | INFO migrate.versioning.api [-] 384 -> 385...  2021-04-09 20:10:20.779 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:20.779 | INFO migrate.versioning.api [-] 385 -> 386...  2021-04-09 20:10:20.812 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:20.812 | INFO migrate.versioning.api [-] 386 -> 387...  2021-04-09 20:10:20.852 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:20.852 | INFO migrate.versioning.api [-] 387 -> 388...  2021-04-09 20:10:20.887 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:20.887 | INFO migrate.versioning.api [-] 388 -> 389...  2021-04-09 20:10:21.110 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:21.110 | INFO migrate.versioning.api [-] 389 -> 390...  2021-04-09 20:10:22.030 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:22.030 | INFO migrate.versioning.api [-] 390 -> 391...  2021-04-09 20:10:23.013 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:23.013 | INFO migrate.versioning.api [-] 391 -> 392...  2021-04-09 20:10:23.052 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:23.052 | INFO migrate.versioning.api [-] 392 -> 393...  2021-04-09 20:10:23.087 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:23.087 | INFO migrate.versioning.api [-] 393 -> 394...  2021-04-09 20:10:23.122 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:23.122 | INFO migrate.versioning.api [-] 394 -> 395...  2021-04-09 20:10:23.167 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:23.167 | INFO migrate.versioning.api [-] 395 -> 396...  2021-04-09 20:10:23.195 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:23.195 | INFO migrate.versioning.api [-] 396 -> 397...  2021-04-09 20:10:24.538 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:24.538 | INFO migrate.versioning.api [-] 397 -> 398...  2021-04-09 20:10:25.389 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:25.390 | INFO migrate.versioning.api [-] 398 -> 399...  2021-04-09 20:10:26.464 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:26.464 | INFO migrate.versioning.api [-] 399 -> 400...  2021-04-09 20:10:26.507 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:26.508 | INFO migrate.versioning.api [-] 400 -> 401...  2021-04-09 20:10:28.687 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:28.687 | INFO migrate.versioning.api [-] 401 -> 402...  2021-04-09 20:10:29.504 | INFO migrate.versioning.api [-] done 2021-04-09 20:10:29.504 | /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-04-09 20:10:29.504 | result = self._query(query) 2021-04-09 20:10:29.504 | /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-04-09 20:10:29.504 | result = self._query(query) 2021-04-09 20:10:29.910 | + lib/nova:init_nova:760 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db sync 2021-04-09 20:10:33.886 | DEBUG migrate.versioning.repository [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading repository /opt/stack/nova/nova/db/sqlalchemy/migrate_repo... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-04-09 20:10:33.887 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/222_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.888 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/222_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.888 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/251_add_numa_topology_to_comput_nodes.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.889 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/251_add_numa_topology_to_comput_nodes.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.889 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/257_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.889 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/257_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.890 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/260_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.890 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/260_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.891 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/329_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.891 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/329_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.891 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/314_add_resource_provider_tables.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.892 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/314_add_resource_provider_tables.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.892 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/246_add_compute_node_id_fk.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.897 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/246_add_compute_node_id_fk.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.897 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/246_sqlite_upgrade.sql... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.897 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/246_sqlite_upgrade.sql loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.897 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/377_add_migrations_updated_at_index.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.898 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/377_add_migrations_updated_at_index.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.898 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/247_nullable_mismatch.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.898 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/247_nullable_mismatch.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.898 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/375_add_access_url_to_console_auth_tokens.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.898 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/375_add_access_url_to_console_auth_tokens.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.898 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/370_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.898 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/370_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.898 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/244_increase_user_id_length_volume_usage_cache.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.898 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/244_increase_user_id_length_volume_usage_cache.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.898 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/366_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.898 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/366_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.898 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/221_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.898 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/221_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.898 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/302_pgsql_add_instance_system_metadata_index.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.899 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/302_pgsql_add_instance_system_metadata_index.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.899 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/321_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.900 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/321_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.900 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/335_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.900 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/335_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.901 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/283_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.901 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/283_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.901 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/261_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.902 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/261_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.902 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/272_add_keypair_type.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.903 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/272_add_keypair_type.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.903 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/217_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.903 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/217_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.904 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/351_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.904 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/351_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.904 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/249_remove_duplicate_index.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.905 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/249_remove_duplicate_index.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.905 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/298_mysql_extra_specs_binary_collation.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.906 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/298_mysql_extra_specs_binary_collation.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.906 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/369_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.906 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/369_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.907 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/357_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.907 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/357_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.907 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/300_migration_context.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.908 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/300_migration_context.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.908 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/368_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.908 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/368_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.909 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/346_remove_scheduled_at_column.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.909 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/346_remove_scheduled_at_column.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.910 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/243_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.910 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/243_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.910 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/311_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.911 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/311_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.911 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/343_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.911 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/343_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.912 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/322_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.912 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/322_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.913 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/337_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.913 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/337_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.913 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/379_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.914 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/379_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.914 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/318_resource_provider_name_aggregates.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.915 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/318_resource_provider_name_aggregates.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.915 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/336_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.916 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/336_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.916 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/273_sqlite_foreign_keys.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.917 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/273_sqlite_foreign_keys.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.917 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/280_add_nullable_false_to_keypairs_name.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.918 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/280_add_nullable_false_to_keypairs_name.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.918 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/253_add_pci_requests_to_instance_extra_table.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.918 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/253_add_pci_requests_to_instance_extra_table.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.919 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/239_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.919 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/239_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.919 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/259_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.920 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/259_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.920 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/390_add_trusted_certs.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.921 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/390_add_trusted_certs.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.921 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/292_drop_nova_volumes_tables.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.921 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/292_drop_nova_volumes_tables.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.922 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/338_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.922 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/338_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.922 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/271_sqlite_postgresql_indexes.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.923 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/271_sqlite_postgresql_indexes.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.923 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/397_migrations_cross_cell_move.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.923 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/397_migrations_cross_cell_move.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.924 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/230_add_details_column_to_instance_actions_events.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.930 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/230_add_details_column_to_instance_actions_events.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.930 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/360_add_compute_node_mapped.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.930 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/360_add_compute_node_mapped.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.930 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/308_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.930 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/308_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.930 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/391_add_volume_type_to_bdm.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.930 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/391_add_volume_type_to_bdm.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.930 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/388_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.930 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/388_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.930 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/265_remove_duplicated_index.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.930 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/265_remove_duplicated_index.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.930 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/294_add_service_heartbeat.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.930 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/294_add_service_heartbeat.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.930 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/307_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.930 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/307_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.930 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/399_add_instances_hidden.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.930 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/399_add_instances_hidden.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.930 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/245_add_mtu_and_dhcp_server.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.930 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/245_add_mtu_and_dhcp_server.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.931 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/374_bdm_uuid.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.932 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/374_bdm_uuid.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.932 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/354_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.932 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/354_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.933 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/331_add_tag_to_vifs_and_bdm.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.933 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/331_add_tag_to_vifs_and_bdm.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.934 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/310_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.934 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/310_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.934 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/372_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.935 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/372_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.935 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/327_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.935 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/327_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.936 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/371_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.936 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/371_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.937 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/323_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.937 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/323_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.937 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/312_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.938 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/312_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.938 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/344_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.938 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/344_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.939 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/284_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.939 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/284_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.940 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/285_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.940 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/285_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.940 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/282_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.941 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/282_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.941 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/334_device_metadata_in_extra.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.941 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/334_device_metadata_in_extra.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.942 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/254_add_request_id_in_pci_devices.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.942 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/254_add_request_id_in_pci_devices.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.943 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/227_fix_project_user_quotas_resource_length.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.943 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/227_fix_project_user_quotas_resource_length.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.943 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/387_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.944 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/387_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.944 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/289_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.944 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/289_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.945 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/263_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.945 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/263_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.946 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/290_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.946 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/290_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.946 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/316_add_disk_ratio_for_compute_nodes.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.947 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/316_add_disk_ratio_for_compute_nodes.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.947 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/236_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.948 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/236_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.948 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/332_keypair_in_extra.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.948 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/332_keypair_in_extra.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.949 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/279_fix_unique_constraint_for_compute_node.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.949 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/279_fix_unique_constraint_for_compute_node.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.949 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/232_drop_dump_tables.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.950 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/232_drop_dump_tables.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.950 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/252_add_instance_extra_table.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.951 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/252_add_instance_extra_table.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.951 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/365_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.951 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/365_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.952 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/384_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.952 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/384_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.952 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/266_add_instance_tags.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.953 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/266_add_instance_tags.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.958 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/270_flavor_data_in_extra.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.958 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/270_flavor_data_in_extra.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.958 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/400_enforce_service_uuid.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.959 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/400_enforce_service_uuid.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.959 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/392_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.959 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/392_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.959 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/342_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.959 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/342_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.959 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/299_service_version_number.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.959 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/299_service_version_number.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.959 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/319_add_instances_deleted_created_at_index.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.959 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/319_add_instances_deleted_created_at_index.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.959 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/287_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.959 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/287_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.959 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/231_add_ephemeral_key_uuid.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.959 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/231_add_ephemeral_key_uuid.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.959 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/396_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.959 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/396_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.959 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/378_add_instance_actions_updated_at_index.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.960 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/378_add_instance_actions_updated_at_index.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.960 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/264_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.960 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/264_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.961 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/340_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.961 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/340_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.962 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/345_require_online_migration_completion.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.962 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/345_require_online_migration_completion.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.962 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/385_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.963 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/385_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.963 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/288_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.964 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/288_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.964 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/373_migration_uuid.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.964 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/373_migration_uuid.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.965 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/402_add_resources.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.965 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/402_add_resources.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.965 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/355_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.966 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/355_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.966 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/389_add_aggregate_metadata_index.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.966 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/389_add_aggregate_metadata_index.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.967 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/235_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.967 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/235_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.968 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/281_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.968 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/281_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.968 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/393_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.969 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/393_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.969 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/358_bdm_attachment_id.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.970 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/358_bdm_attachment_id.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.970 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/313_add_parent_id_column.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.970 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/313_add_parent_id_column.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.971 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/356_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.971 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/356_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.971 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/297_add_forced_down_for_services.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.972 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/297_add_forced_down_for_services.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.972 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/218_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.972 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/218_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.973 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/364_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.973 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/364_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.974 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/225_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.974 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/225_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.974 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/274_update_instances_project_id_index.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.975 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/274_update_instances_project_id_index.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.975 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/295_add_virtual_interfaces_uuid_index.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.975 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/295_add_virtual_interfaces_uuid_index.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.976 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/401_add_user_id_and_project_id_to_migrations.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.976 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 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=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.977 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/229_add_extra_resources_in_compute_nodes.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.977 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/229_add_extra_resources_in_compute_nodes.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.977 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/267_instance_uuid_non_nullable.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.978 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/267_instance_uuid_non_nullable.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.979 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/233_add_stats_in_compute_nodes.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.979 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/233_add_stats_in_compute_nodes.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.979 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/220_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.980 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/220_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.980 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/242_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.980 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/242_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.981 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/269_add_numa_node_column.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.981 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/269_add_numa_node_column.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.982 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/324_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.982 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/324_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.982 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/241_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.983 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/241_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.983 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/315_add_migration_progresss_detail.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.983 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/315_add_migration_progresss_detail.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.984 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/381_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.984 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/381_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.984 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/291_enforce_flavors_migrated.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.985 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/291_enforce_flavors_migrated.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.985 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/398_add_vpmems.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.989 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/398_add_vpmems.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.989 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/367_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.989 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/367_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.989 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/306_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.989 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/306_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.989 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/237_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.989 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/237_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.989 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/326_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.989 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/326_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.990 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/277_add_fixed_ip_updated_index.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.990 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/277_add_fixed_ip_updated_index.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.990 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/339_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.990 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/339_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.990 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/262_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.990 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/262_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.991 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/330_enforce_mitaka_online_migrations.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.991 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/330_enforce_mitaka_online_migrations.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.992 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/349_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.992 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/349_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.992 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/361_add_compute_nodes_uuid_index.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.993 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/361_add_compute_nodes_uuid_index.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.993 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/347_add_updated_at_index.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.993 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/347_add_updated_at_index.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.994 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/275_add_keypair_type.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.995 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/275_add_keypair_type.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.995 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/333_add_console_auth_tokens_table.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.996 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/333_add_console_auth_tokens_table.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.996 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/328_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.996 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/328_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.997 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/363_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.997 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/363_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.997 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/376_add_console_auth_tokens_index.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.998 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/376_add_console_auth_tokens_index.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.998 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/301_add_cpu_and_ram_ratios_for_compute_nodes.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.999 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 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=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:33.999 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/286_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:33.999 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/286_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:34.000 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/383_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:34.000 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/383_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:34.000 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/353_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:34.001 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/353_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:34.001 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/296_add_missing_db2_fkeys.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:34.002 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/296_add_missing_db2_fkeys.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:34.002 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/386_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:34.002 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/386_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:34.003 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/309_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:34.003 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/309_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:34.003 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/258_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:34.004 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/258_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:34.004 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/317_add_aggregate_uuid.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:34.004 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/317_add_aggregate_uuid.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:34.005 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/223_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:34.005 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/223_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:34.006 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/268_add_host_in_compute_node.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:34.006 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/268_add_host_in_compute_node.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:34.006 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/228_add_metrics_in_compute_nodes.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:34.007 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/228_add_metrics_in_compute_nodes.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:34.007 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/219_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:34.007 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/219_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:34.008 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/362_add_pci_devices_uuid.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:34.008 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/362_add_pci_devices_uuid.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:34.008 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/394_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:34.009 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/394_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:34.009 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/276_vcpu_model.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:34.012 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/276_vcpu_model.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:34.012 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/395_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:34.012 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/395_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:34.012 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/248_add_expire_reservations_index.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:34.012 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/248_add_expire_reservations_index.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:34.012 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/255_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:34.012 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/255_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:34.012 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/278_remove_service_fk_in_compute_nodes.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:34.012 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/278_remove_service_fk_in_compute_nodes.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:34.013 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/240_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:34.013 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/240_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:34.014 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/325_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:34.014 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/325_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:34.014 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/224_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:34.015 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/224_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:34.015 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/320_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:34.015 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/320_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:34.016 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/293_add_migration_type.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:34.016 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/293_add_migration_type.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:34.017 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/250_remove_instance_groups_metadata.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:34.017 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/250_remove_instance_groups_metadata.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:34.017 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/350_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:34.018 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/350_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:34.018 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/305_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:34.018 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/305_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:34.019 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/348_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:34.019 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/348_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:34.020 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/359_add_service_uuid.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:34.020 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/359_add_service_uuid.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:34.020 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/238_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:34.021 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/238_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:34.021 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/341_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:34.021 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/341_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:34.022 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/234_add_expire_reservations_index.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:34.022 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/234_add_expire_reservations_index.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:34.023 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/352_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:34.023 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/352_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:34.023 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/382_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:34.024 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/382_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:34.024 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/380_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:34.024 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/380_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:34.025 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/304_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:34.025 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/304_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:34.026 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/226_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:34.026 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/226_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:34.026 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/303_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:34.027 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/303_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:34.027 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/216_havana.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:34.027 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/216_havana.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:34.028 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/256_placeholder.py... {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-04-09 20:10:34.028 | DEBUG migrate.versioning.script.base [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/256_placeholder.py loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-04-09 20:10:34.029 | DEBUG migrate.versioning.repository [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Repository /opt/stack/nova/nova/db/sqlalchemy/migrate_repo loaded successfully {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-04-09 20:10:34.029 | DEBUG migrate.versioning.repository [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'nova'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) {{(pid=74669) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-04-09 20:10:34.619 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 215 -> 216...  2021-04-09 20:11:27.782 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:27.782 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 216 -> 217...  2021-04-09 20:11:27.813 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:27.813 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 217 -> 218...  2021-04-09 20:11:27.846 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:27.847 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 218 -> 219...  2021-04-09 20:11:27.881 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:27.881 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 219 -> 220...  2021-04-09 20:11:27.909 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:27.909 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 220 -> 221...  2021-04-09 20:11:27.932 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:27.933 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 221 -> 222...  2021-04-09 20:11:27.960 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:27.961 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 222 -> 223...  2021-04-09 20:11:27.995 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:27.995 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 223 -> 224...  2021-04-09 20:11:28.023 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:28.024 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 224 -> 225...  2021-04-09 20:11:28.052 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:28.053 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 225 -> 226...  2021-04-09 20:11:28.080 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:28.081 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 226 -> 227...  2021-04-09 20:11:28.132 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:28.132 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 227 -> 228...  2021-04-09 20:11:29.236 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:29.236 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 228 -> 229...  2021-04-09 20:11:30.006 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:30.007 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 229 -> 230...  2021-04-09 20:11:31.664 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:31.664 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 230 -> 231...  2021-04-09 20:11:32.896 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:32.896 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 231 -> 232...  2021-04-09 20:11:34.075 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:34.075 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 232 -> 233...  2021-04-09 20:11:35.435 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:35.435 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 233 -> 234...  2021-04-09 20:11:35.641 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:35.642 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 234 -> 235...  2021-04-09 20:11:35.663 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:35.664 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 235 -> 236...  2021-04-09 20:11:35.687 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:35.687 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 236 -> 237...  2021-04-09 20:11:35.721 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:35.721 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 237 -> 238...  2021-04-09 20:11:35.755 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:35.756 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 238 -> 239...  2021-04-09 20:11:35.799 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:35.799 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 239 -> 240...  2021-04-09 20:11:35.841 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:35.841 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 240 -> 241...  2021-04-09 20:11:35.892 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:35.892 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 241 -> 242...  2021-04-09 20:11:35.926 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:35.926 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 242 -> 243...  2021-04-09 20:11:35.960 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:35.960 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 243 -> 244...  2021-04-09 20:11:36.069 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:36.069 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 244 -> 245...  2021-04-09 20:11:39.961 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:39.961 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 245 -> 246...  2021-04-09 20:11:40.646 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:40.646 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 246 -> 247...  2021-04-09 20:11:43.046 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:43.047 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 247 -> 248...  2021-04-09 20:11:43.056 | INFO 248_add_expire_reservations_index [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] Skipped adding reservations_deleted_expire_idx because an equivalent index already exists. 2021-04-09 20:11:43.086 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:43.087 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 248 -> 249...  2021-04-09 20:11:43.279 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:43.279 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 249 -> 250...  2021-04-09 20:11:43.607 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:43.607 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 250 -> 251...  2021-04-09 20:11:44.509 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:44.510 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 251 -> 252...  2021-04-09 20:11:45.939 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:45.939 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 252 -> 253...  2021-04-09 20:11:46.828 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:46.828 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 253 -> 254...  2021-04-09 20:11:47.884 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:47.885 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 254 -> 255...  2021-04-09 20:11:47.919 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:47.919 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 255 -> 256...  2021-04-09 20:11:47.953 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:47.953 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 256 -> 257...  2021-04-09 20:11:47.987 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:47.988 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 257 -> 258...  2021-04-09 20:11:48.027 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:48.028 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 258 -> 259...  2021-04-09 20:11:48.064 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:48.064 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 259 -> 260...  2021-04-09 20:11:48.119 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:48.119 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 260 -> 261...  2021-04-09 20:11:48.155 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:48.156 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 261 -> 262...  2021-04-09 20:11:48.188 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:48.188 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 262 -> 263...  2021-04-09 20:11:48.245 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:48.245 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 263 -> 264...  2021-04-09 20:11:48.284 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:48.285 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 264 -> 265...  2021-04-09 20:11:48.680 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:48.681 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 265 -> 266...  2021-04-09 20:11:49.086 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:49.087 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 266 -> 267...  2021-04-09 20:11:50.766 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:50.767 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 267 -> 268...  2021-04-09 20:11:51.869 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:51.870 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 268 -> 269...  2021-04-09 20:11:52.724 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:52.725 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 269 -> 270...  2021-04-09 20:11:53.527 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:53.527 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 270 -> 271...  2021-04-09 20:11:54.173 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:54.173 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 271 -> 272...  2021-04-09 20:11:54.206 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:54.206 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 272 -> 273...  2021-04-09 20:11:54.240 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:54.241 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 273 -> 274...  2021-04-09 20:11:54.589 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:54.590 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 274 -> 275...  2021-04-09 20:11:55.298 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:55.298 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 275 -> 276...  2021-04-09 20:11:56.092 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:56.092 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 276 -> 277...  2021-04-09 20:11:56.347 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:56.348 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 277 -> 278...  2021-04-09 20:11:57.326 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:57.327 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 278 -> 279...  2021-04-09 20:11:57.658 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:57.659 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 279 -> 280...  2021-04-09 20:11:58.372 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:58.373 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 280 -> 281...  2021-04-09 20:11:58.412 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:58.412 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 281 -> 282...  2021-04-09 20:11:58.458 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:58.458 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 282 -> 283...  2021-04-09 20:11:58.504 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:58.504 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 283 -> 284...  2021-04-09 20:11:58.538 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:58.538 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 284 -> 285...  2021-04-09 20:11:58.572 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:58.572 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 285 -> 286...  2021-04-09 20:11:58.606 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:58.607 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 286 -> 287...  2021-04-09 20:11:58.663 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:58.664 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 287 -> 288...  2021-04-09 20:11:58.696 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:58.696 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 288 -> 289...  2021-04-09 20:11:58.732 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:58.732 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 289 -> 290...  2021-04-09 20:11:58.755 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:58.755 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 290 -> 291...  2021-04-09 20:11:58.795 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:58.795 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 291 -> 292...  2021-04-09 20:11:59.801 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:11:59.801 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 292 -> 293...  2021-04-09 20:12:01.406 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:01.407 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 293 -> 294...  2021-04-09 20:12:02.201 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:02.201 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 294 -> 295...  2021-04-09 20:12:02.406 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:02.406 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 295 -> 296...  2021-04-09 20:12:02.434 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:02.435 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 296 -> 297...  2021-04-09 20:12:03.319 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:03.319 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 297 -> 298...  2021-04-09 20:12:03.869 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:03.869 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 298 -> 299...  2021-04-09 20:12:04.618 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:04.618 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 299 -> 300...  2021-04-09 20:12:05.361 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:05.361 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 300 -> 301...  2021-04-09 20:12:07.006 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:07.007 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 301 -> 302...  2021-04-09 20:12:07.040 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:07.041 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 302 -> 303...  2021-04-09 20:12:07.075 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:07.075 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 303 -> 304...  2021-04-09 20:12:07.115 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:07.115 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 304 -> 305...  2021-04-09 20:12:07.149 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:07.149 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 305 -> 306...  2021-04-09 20:12:07.192 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:07.193 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 306 -> 307...  2021-04-09 20:12:07.223 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:07.223 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 307 -> 308...  2021-04-09 20:12:07.257 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:07.258 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 308 -> 309...  2021-04-09 20:12:07.298 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:07.299 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 309 -> 310...  2021-04-09 20:12:07.326 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:07.326 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 310 -> 311...  2021-04-09 20:12:07.355 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:07.355 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 311 -> 312...  2021-04-09 20:12:07.389 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:07.390 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 312 -> 313...  2021-04-09 20:12:08.412 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:08.413 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 313 -> 314...  2021-04-09 20:12:10.770 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:10.771 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 314 -> 315...  2021-04-09 20:12:15.475 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:15.476 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 315 -> 316...  2021-04-09 20:12:16.263 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:16.264 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 316 -> 317...  2021-04-09 20:12:17.161 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:17.161 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 317 -> 318...  2021-04-09 20:12:20.669 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:20.670 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 318 -> 319...  2021-04-09 20:12:20.846 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:20.847 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 319 -> 320...  2021-04-09 20:12:20.880 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:20.881 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 320 -> 321...  2021-04-09 20:12:20.915 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:20.916 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 321 -> 322...  2021-04-09 20:12:20.947 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:20.948 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 322 -> 323...  2021-04-09 20:12:21.017 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:21.017 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 323 -> 324...  2021-04-09 20:12:21.061 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:21.062 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 324 -> 325...  2021-04-09 20:12:21.097 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:21.097 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 325 -> 326...  2021-04-09 20:12:21.130 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:21.130 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 326 -> 327...  2021-04-09 20:12:21.164 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:21.165 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 327 -> 328...  2021-04-09 20:12:21.199 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:21.199 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 328 -> 329...  2021-04-09 20:12:21.238 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:21.239 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 329 -> 330...  2021-04-09 20:12:21.295 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:21.296 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 330 -> 331...  2021-04-09 20:12:23.178 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:23.178 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 331 -> 332...  2021-04-09 20:12:23.960 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:23.961 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 332 -> 333...  2021-04-09 20:12:24.634 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:24.634 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 333 -> 334...  2021-04-09 20:12:25.555 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:25.555 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 334 -> 335...  2021-04-09 20:12:25.589 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:25.589 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 335 -> 336...  2021-04-09 20:12:25.627 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:25.628 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 336 -> 337...  2021-04-09 20:12:25.661 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:25.662 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 337 -> 338...  2021-04-09 20:12:25.696 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:25.696 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 338 -> 339...  2021-04-09 20:12:25.730 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:25.730 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 339 -> 340...  2021-04-09 20:12:25.764 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:25.765 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 340 -> 341...  2021-04-09 20:12:25.799 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:25.799 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 341 -> 342...  2021-04-09 20:12:25.835 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:25.835 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 342 -> 343...  2021-04-09 20:12:25.869 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:25.869 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 343 -> 344...  2021-04-09 20:12:25.903 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:25.904 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 344 -> 345...  2021-04-09 20:12:25.966 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:25.967 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 345 -> 346...  2021-04-09 20:12:27.050 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:27.051 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 346 -> 347...  2021-04-09 20:12:27.444 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:27.445 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 347 -> 348...  2021-04-09 20:12:27.475 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:27.475 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 348 -> 349...  2021-04-09 20:12:27.507 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:27.507 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 349 -> 350...  2021-04-09 20:12:27.542 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:27.542 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 350 -> 351...  2021-04-09 20:12:27.575 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:27.576 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 351 -> 352...  2021-04-09 20:12:27.610 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:27.611 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 352 -> 353...  2021-04-09 20:12:27.644 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:27.644 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 353 -> 354...  2021-04-09 20:12:27.684 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:27.684 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 354 -> 355...  2021-04-09 20:12:27.724 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:27.724 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 355 -> 356...  2021-04-09 20:12:27.758 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:27.759 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 356 -> 357...  2021-04-09 20:12:27.792 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:27.793 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 357 -> 358...  2021-04-09 20:12:28.829 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:28.829 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 358 -> 359...  2021-04-09 20:12:29.861 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:29.862 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 359 -> 360...  2021-04-09 20:12:30.611 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:30.611 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 360 -> 361...  2021-04-09 20:12:30.806 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:30.806 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 361 -> 362...  2021-04-09 20:12:31.789 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:31.790 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 362 -> 363...  2021-04-09 20:12:31.821 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:31.822 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 363 -> 364...  2021-04-09 20:12:31.856 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:31.856 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 364 -> 365...  2021-04-09 20:12:31.890 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:31.891 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 365 -> 366...  2021-04-09 20:12:31.924 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:31.924 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 366 -> 367...  2021-04-09 20:12:31.958 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:31.959 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 367 -> 368...  2021-04-09 20:12:31.993 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:31.993 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 368 -> 369...  2021-04-09 20:12:32.029 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:32.029 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 369 -> 370...  2021-04-09 20:12:32.073 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:32.073 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 370 -> 371...  2021-04-09 20:12:32.110 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:32.110 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 371 -> 372...  2021-04-09 20:12:32.142 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:32.142 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 372 -> 373...  2021-04-09 20:12:33.473 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:33.474 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 373 -> 374...  2021-04-09 20:12:34.767 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:34.767 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 374 -> 375...  2021-04-09 20:12:35.389 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:35.389 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 375 -> 376...  2021-04-09 20:12:35.789 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:35.789 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 376 -> 377...  2021-04-09 20:12:36.050 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:36.051 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 377 -> 378...  2021-04-09 20:12:36.332 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:36.332 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 378 -> 379...  2021-04-09 20:12:36.366 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:36.367 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 379 -> 380...  2021-04-09 20:12:36.406 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:36.406 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 380 -> 381...  2021-04-09 20:12:36.446 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:36.446 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 381 -> 382...  2021-04-09 20:12:36.479 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:36.479 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 382 -> 383...  2021-04-09 20:12:36.526 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:36.526 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 383 -> 384...  2021-04-09 20:12:36.549 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:36.549 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 384 -> 385...  2021-04-09 20:12:36.583 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:36.583 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 385 -> 386...  2021-04-09 20:12:36.645 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:36.645 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 386 -> 387...  2021-04-09 20:12:36.684 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:36.684 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 387 -> 388...  2021-04-09 20:12:36.724 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:36.725 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 388 -> 389...  2021-04-09 20:12:37.223 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:37.224 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 389 -> 390...  2021-04-09 20:12:39.000 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:39.000 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 390 -> 391...  2021-04-09 20:12:40.017 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:40.018 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 391 -> 392...  2021-04-09 20:12:40.051 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:40.052 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 392 -> 393...  2021-04-09 20:12:40.086 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:40.086 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 393 -> 394...  2021-04-09 20:12:40.120 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:40.121 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 394 -> 395...  2021-04-09 20:12:40.155 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:40.155 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 395 -> 396...  2021-04-09 20:12:40.189 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:40.189 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 396 -> 397...  2021-04-09 20:12:41.164 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:41.165 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 397 -> 398...  2021-04-09 20:12:42.109 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:42.109 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 398 -> 399...  2021-04-09 20:12:43.235 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:43.236 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 399 -> 400...  2021-04-09 20:12:43.274 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:43.275 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 400 -> 401...  2021-04-09 20:12:45.073 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:45.073 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] 401 -> 402...  2021-04-09 20:12:45.921 | INFO migrate.versioning.api [None req-ea81ac14-1bf9-413c-8a57-325de1a91e68 None None] done 2021-04-09 20:12:45.950 | /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-04-09 20:12:45.950 | result = self._query(query) 2021-04-09 20:12:45.950 | /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-04-09 20:12:45.950 | result = self._query(query) 2021-04-09 20:12:46.413 | + lib/nova:init_nova:764 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2021-04-09 20:12:50.673 | Running batches of 50 until complete 2021-04-09 20:12:50.673 | +-------------------------------------+--------------+-----------+ 2021-04-09 20:12:50.673 | | Migration | Total Needed | Completed | 2021-04-09 20:12:50.673 | +-------------------------------------+--------------+-----------+ 2021-04-09 20:12:50.673 | | fill_virtual_interface_list | 0 | 0 | 2021-04-09 20:12:50.673 | | migrate_empty_ratio | 0 | 0 | 2021-04-09 20:12:50.673 | | migrate_quota_classes_to_api_db | 0 | 0 | 2021-04-09 20:12:50.673 | | migrate_quota_limits_to_api_db | 0 | 0 | 2021-04-09 20:12:50.673 | | migration_migrate_to_uuid | 0 | 0 | 2021-04-09 20:12:50.673 | | populate_missing_availability_zones | 0 | 0 | 2021-04-09 20:12:50.673 | | populate_queued_for_delete | 0 | 0 | 2021-04-09 20:12:50.673 | | populate_user_id | 0 | 0 | 2021-04-09 20:12:50.673 | | populate_uuids | 0 | 0 | 2021-04-09 20:12:50.673 | | service_uuids_online_data_migration | 0 | 0 | 2021-04-09 20:12:50.673 | +-------------------------------------+--------------+-----------+ 2021-04-09 20:12:51.096 | ++ lib/nova:init_nova:767 : seq 1 1 2021-04-09 20:12:51.100 | + lib/nova:init_nova:767 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-04-09 20:12:51.103 | ++ lib/nova:init_nova:768 : conductor_conf 1 2021-04-09 20:12:51.106 | ++ lib/nova:conductor_conf:727 : local cell=1 2021-04-09 20:12:51.109 | ++ lib/nova:conductor_conf:728 : echo /etc/nova/nova_cell1.conf 2021-04-09 20:12:51.112 | + 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-04-09 20:12:55.551 | + lib/nova:init_nova:772 : create_nova_keys_dir 2021-04-09 20:12:55.553 | + lib/nova:create_nova_keys_dir:734 : sudo install -d -o ubuntu /opt/stack/data/nova /opt/stack/data/nova/keys 2021-04-09 20:12:55.566 | + lib/nova:init_nova:774 : [[ '' == \L\V\M ]] 2021-04-09 20:12:55.568 | + ./stack.sh:main:1261 : is_service_enabled neutron 2021-04-09 20:12:55.585 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:12:55.587 | + ./stack.sh:main:1262 : configure_neutron_nova 2021-04-09 20:12:55.590 | + lib/neutron:configure_neutron_nova:619 : is_neutron_legacy_enabled 2021-04-09 20:12:55.594 | ++ 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-04-09 20:12:55.595 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-04-09 20:12:55.599 | + 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-04-09 20:12:55.601 | + 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-04-09 20:12:55.604 | + 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-04-09 20:12:55.606 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-04-09 20:12:55.609 | + lib/neutron:configure_neutron_nova:621 : create_nova_conf_neutron /etc/nova/nova.conf 2021-04-09 20:12:55.611 | + lib/neutron-legacy:create_nova_conf_neutron:375 : local conf=/etc/nova/nova.conf 2021-04-09 20:12:55.614 | + lib/neutron-legacy:create_nova_conf_neutron:376 : iniset /etc/nova/nova.conf DEFAULT use_neutron True 2021-04-09 20:12:55.638 | + lib/neutron-legacy:create_nova_conf_neutron:377 : iniset /etc/nova/nova.conf neutron auth_type password 2021-04-09 20:12:55.663 | + lib/neutron-legacy:create_nova_conf_neutron:378 : iniset /etc/nova/nova.conf neutron auth_url http://10.222.0.52/identity 2021-04-09 20:12:55.688 | + lib/neutron-legacy:create_nova_conf_neutron:379 : iniset /etc/nova/nova.conf neutron username neutron 2021-04-09 20:12:55.713 | + lib/neutron-legacy:create_nova_conf_neutron:380 : iniset /etc/nova/nova.conf neutron password Passw0rd 2021-04-09 20:12:55.738 | + lib/neutron-legacy:create_nova_conf_neutron:381 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2021-04-09 20:12:55.763 | + lib/neutron-legacy:create_nova_conf_neutron:382 : iniset /etc/nova/nova.conf neutron project_name service 2021-04-09 20:12:55.788 | + lib/neutron-legacy:create_nova_conf_neutron:383 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2021-04-09 20:12:55.813 | + lib/neutron-legacy:create_nova_conf_neutron:384 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2021-04-09 20:12:55.838 | + lib/neutron-legacy:create_nova_conf_neutron:385 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2021-04-09 20:12:55.863 | + lib/neutron-legacy:create_nova_conf_neutron:387 : [[ True == \T\r\u\e ]] 2021-04-09 20:12:55.866 | + lib/neutron-legacy:create_nova_conf_neutron:388 : LIBVIRT_FIREWALL_DRIVER=nova.virt.firewall.NoopFirewallDriver 2021-04-09 20:12:55.868 | + lib/neutron-legacy:create_nova_conf_neutron:389 : iniset /etc/nova/nova.conf DEFAULT firewall_driver nova.virt.firewall.NoopFirewallDriver 2021-04-09 20:12:55.894 | + lib/neutron-legacy:create_nova_conf_neutron:393 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2021-04-09 20:12:55.896 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2021-04-09 20:12:55.899 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:119 : : 2021-04-09 20:12:55.901 | + lib/neutron-legacy:create_nova_conf_neutron:395 : is_service_enabled q-meta 2021-04-09 20:12:55.918 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:12:55.920 | + lib/neutron-legacy:create_nova_conf_neutron:396 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2021-04-09 20:12:55.946 | + lib/neutron-legacy:create_nova_conf_neutron:399 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2021-04-09 20:12:55.972 | + lib/neutron-legacy:create_nova_conf_neutron:400 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2021-04-09 20:12:55.999 | + lib/neutron:configure_neutron_nova:622 : [[ superconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2021-04-09 20:12:56.002 | ++ lib/neutron:configure_neutron_nova:623 : seq 1 1 2021-04-09 20:12:56.005 | + lib/neutron:configure_neutron_nova:623 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-04-09 20:12:56.008 | + lib/neutron:configure_neutron_nova:624 : local conf 2021-04-09 20:12:56.011 | ++ lib/neutron:configure_neutron_nova:625 : conductor_conf 1 2021-04-09 20:12:56.014 | ++ lib/nova:conductor_conf:727 : local cell=1 2021-04-09 20:12:56.017 | ++ lib/nova:conductor_conf:728 : echo /etc/nova/nova_cell1.conf 2021-04-09 20:12:56.020 | + lib/neutron:configure_neutron_nova:625 : conf=/etc/nova/nova_cell1.conf 2021-04-09 20:12:56.022 | + lib/neutron:configure_neutron_nova:626 : create_nova_conf_neutron /etc/nova/nova_cell1.conf 2021-04-09 20:12:56.025 | + lib/neutron-legacy:create_nova_conf_neutron:375 : local conf=/etc/nova/nova_cell1.conf 2021-04-09 20:12:56.027 | + lib/neutron-legacy:create_nova_conf_neutron:376 : iniset /etc/nova/nova_cell1.conf DEFAULT use_neutron True 2021-04-09 20:12:56.052 | + lib/neutron-legacy:create_nova_conf_neutron:377 : iniset /etc/nova/nova_cell1.conf neutron auth_type password 2021-04-09 20:12:56.083 | + lib/neutron-legacy:create_nova_conf_neutron:378 : iniset /etc/nova/nova_cell1.conf neutron auth_url http://10.222.0.52/identity 2021-04-09 20:12:56.110 | + lib/neutron-legacy:create_nova_conf_neutron:379 : iniset /etc/nova/nova_cell1.conf neutron username neutron 2021-04-09 20:12:56.135 | + lib/neutron-legacy:create_nova_conf_neutron:380 : iniset /etc/nova/nova_cell1.conf neutron password Passw0rd 2021-04-09 20:12:56.161 | + lib/neutron-legacy:create_nova_conf_neutron:381 : iniset /etc/nova/nova_cell1.conf neutron user_domain_name Default 2021-04-09 20:12:56.187 | + lib/neutron-legacy:create_nova_conf_neutron:382 : iniset /etc/nova/nova_cell1.conf neutron project_name service 2021-04-09 20:12:56.211 | + lib/neutron-legacy:create_nova_conf_neutron:383 : iniset /etc/nova/nova_cell1.conf neutron project_domain_name Default 2021-04-09 20:12:56.237 | + lib/neutron-legacy:create_nova_conf_neutron:384 : iniset /etc/nova/nova_cell1.conf neutron auth_strategy keystone 2021-04-09 20:12:56.263 | + lib/neutron-legacy:create_nova_conf_neutron:385 : iniset /etc/nova/nova_cell1.conf neutron region_name RegionOne 2021-04-09 20:12:56.287 | + lib/neutron-legacy:create_nova_conf_neutron:387 : [[ True == \T\r\u\e ]] 2021-04-09 20:12:56.290 | + lib/neutron-legacy:create_nova_conf_neutron:388 : LIBVIRT_FIREWALL_DRIVER=nova.virt.firewall.NoopFirewallDriver 2021-04-09 20:12:56.292 | + lib/neutron-legacy:create_nova_conf_neutron:389 : iniset /etc/nova/nova_cell1.conf DEFAULT firewall_driver nova.virt.firewall.NoopFirewallDriver 2021-04-09 20:12:56.319 | + lib/neutron-legacy:create_nova_conf_neutron:393 : neutron_plugin_create_nova_conf /etc/nova/nova_cell1.conf 2021-04-09 20:12:56.321 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2021-04-09 20:12:56.324 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:119 : : 2021-04-09 20:12:56.326 | + lib/neutron-legacy:create_nova_conf_neutron:395 : is_service_enabled q-meta 2021-04-09 20:12:56.342 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:12:56.344 | + lib/neutron-legacy:create_nova_conf_neutron:396 : iniset /etc/nova/nova_cell1.conf neutron service_metadata_proxy True 2021-04-09 20:12:56.370 | + lib/neutron-legacy:create_nova_conf_neutron:399 : iniset /etc/nova/nova_cell1.conf DEFAULT vif_plugging_is_fatal True 2021-04-09 20:12:56.395 | + lib/neutron-legacy:create_nova_conf_neutron:400 : iniset /etc/nova/nova_cell1.conf DEFAULT vif_plugging_timeout 300 2021-04-09 20:12:56.423 | + ./stack.sh:main:1271 : run_phase stack post-config 2021-04-09 20:12:56.426 | + functions-common:run_phase:1760 : local mode=stack 2021-04-09 20:12:56.428 | + functions-common:run_phase:1761 : local phase=post-config 2021-04-09 20:12:56.431 | + functions-common:run_phase:1762 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-04-09 20:12:56.433 | + functions-common:run_phase:1763 : local extra_plugin_file_name 2021-04-09 20:12:56.436 | + functions-common:run_phase:1764 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-04-09 20:12:56.439 | + functions-common:run_phase:1769 : local exceptions=80-tempest.sh 2021-04-09 20:12:56.441 | + functions-common:run_phase:1770 : local extra 2021-04-09 20:12:56.445 | ++ functions-common:run_phase:1771 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-04-09 20:12:56.448 | + functions-common:run_phase:1771 : extra=80-tempest.sh 2021-04-09 20:12:56.455 | + functions-common:run_phase:1772 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-04-09 20:12:56.455 | + functions-common:run_phase:1776 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-04-09 20:12:56.457 | + functions-common:run_phase:1776 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack post-config 2021-04-09 20:12:56.460 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-04-09 20:12:56.478 | ++ functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:12:56.481 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2021-04-09 20:12:56.483 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2021-04-09 20:12:56.486 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2021-04-09 20:12:56.488 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2021-04-09 20:12:56.491 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2021-04-09 20:12:56.493 | ++ extras.d/80-tempest.sh:source:12 : : 2021-04-09 20:12:56.495 | ++ extras.d/80-tempest.sh:source:26 : [[ stack == \u\n\s\t\a\c\k ]] 2021-04-09 20:12:56.498 | ++ extras.d/80-tempest.sh:source:31 : [[ stack == \c\l\e\a\n ]] 2021-04-09 20:12:56.501 | + functions-common:run_phase:1781 : [[ stack == \s\o\u\r\c\e ]] 2021-04-09 20:12:56.503 | + functions-common:run_phase:1784 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-04-09 20:12:56.506 | + functions-common:run_phase:1787 : run_plugins stack post-config 2021-04-09 20:12:56.508 | + functions-common:run_plugins:1746 : local mode=stack 2021-04-09 20:12:56.511 | + functions-common:run_plugins:1747 : local phase=post-config 2021-04-09 20:12:56.513 | + functions-common:run_plugins:1749 : local plugins= 2021-04-09 20:12:56.516 | + functions-common:run_plugins:1750 : local plugin 2021-04-09 20:12:56.518 | + ./stack.sh:main:1279 : merge_config_group /home/ubuntu/devstack/local.conf post-config 2021-04-09 20:12:56.521 | + inc/meta-config:merge_config_group:171 : local localfile=/home/ubuntu/devstack/local.conf 2021-04-09 20:12:56.523 | + inc/meta-config:merge_config_group:171 : shift 2021-04-09 20:12:56.525 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2021-04-09 20:12:56.528 | + inc/meta-config:merge_config_group:174 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-04-09 20:12:56.531 | + inc/meta-config:merge_config_group:176 : local configfile group 2021-04-09 20:12:56.533 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2021-04-09 20:12:56.536 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /home/ubuntu/devstack/local.conf post-config 2021-04-09 20:12:56.539 | ++ inc/meta-config:get_meta_section_files:63 : local file=/home/ubuntu/devstack/local.conf 2021-04-09 20:12:56.541 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2021-04-09 20:12:56.544 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-04-09 20:12:56.547 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2021-04-09 20:12:56.547 | /^\[\[.+\|.*\]\]/ { 2021-04-09 20:12:56.547 | gsub("[][]", "", $1); 2021-04-09 20:12:56.547 | split($1, a, "|"); 2021-04-09 20:12:56.547 | if (a[1] == matchgroup) 2021-04-09 20:12:56.547 | print a[2] 2021-04-09 20:12:56.547 | } 2021-04-09 20:12:56.547 | ' /home/ubuntu/devstack/local.conf 2021-04-09 20:12:56.553 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2021-04-09 20:12:56.555 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2021-04-09 20:12:56.558 | + inc/meta-config:merge_config_group:180 : local dir 2021-04-09 20:12:56.561 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2021-04-09 20:12:56.563 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2021-04-09 20:12:56.566 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2021-04-09 20:12:56.569 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2021-04-09 20:12:56.572 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2021-04-09 20:12:56.575 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2021-04-09 20:12:56.578 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2021-04-09 20:12:56.580 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$NOVA_CONF' 2021-04-09 20:12:56.583 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2021-04-09 20:12:56.585 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2021-04-09 20:12:56.587 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2021-04-09 20:12:56.590 | + inc/meta-config:merge_config_file:90 : local real_configfile 2021-04-09 20:12:56.594 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2021-04-09 20:12:56.596 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2021-04-09 20:12:56.599 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2021-04-09 20:12:56.602 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2021-04-09 20:12:56.605 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$NOVA_CONF' 2021-04-09 20:12:56.606 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2021-04-09 20:12:56.606 | BEGIN { 2021-04-09 20:12:56.606 | section = "" 2021-04-09 20:12:56.606 | last_section = "" 2021-04-09 20:12:56.606 | section_count = 0 2021-04-09 20:12:56.606 | } 2021-04-09 20:12:56.606 | /^\[.+\]/ { 2021-04-09 20:12:56.606 | gsub("[][]", "", $1); 2021-04-09 20:12:56.606 | section=$1 2021-04-09 20:12:56.606 | next 2021-04-09 20:12:56.606 | } 2021-04-09 20:12:56.606 | /^ *\#/ { 2021-04-09 20:12:56.606 | next 2021-04-09 20:12:56.606 | } 2021-04-09 20:12:56.606 | /^[^ \t]+/ { 2021-04-09 20:12:56.606 | # get offset of first = in $0 2021-04-09 20:12:56.606 | eq_idx = index($0, "=") 2021-04-09 20:12:56.606 | # extract attr & value from $0 2021-04-09 20:12:56.606 | attr = substr($0, 1, eq_idx - 1) 2021-04-09 20:12:56.606 | value = substr($0, eq_idx + 1) 2021-04-09 20:12:56.606 | # only need to strip trailing whitespace from attr 2021-04-09 20:12:56.606 | sub(/[ \t]*$/, "", attr) 2021-04-09 20:12:56.606 | # need to strip leading & trailing whitespace from value 2021-04-09 20:12:56.606 | sub(/^[ \t]*/, "", value) 2021-04-09 20:12:56.606 | sub(/[ \t]*$/, "", value) 2021-04-09 20:12:56.606 | 2021-04-09 20:12:56.606 | # cfg_attr_count: number of config lines per [section, attr] 2021-04-09 20:12:56.606 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2021-04-09 20:12:56.606 | # cfg_section: keep the section names in the same order as they appear in local.conf 2021-04-09 20:12:56.606 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2021-04-09 20:12:56.606 | if (! (section, attr) in cfg_attr_count) { 2021-04-09 20:12:56.606 | if (section != last_section) { 2021-04-09 20:12:56.606 | cfg_section[section_count++] = section 2021-04-09 20:12:56.606 | last_section = section 2021-04-09 20:12:56.606 | } 2021-04-09 20:12:56.606 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2021-04-09 20:12:56.606 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2021-04-09 20:12:56.606 | 2021-04-09 20:12:56.606 | cfg_attr[section, attr, 0] = value 2021-04-09 20:12:56.606 | cfg_attr_count[section, attr] = 1 2021-04-09 20:12:56.606 | } else { 2021-04-09 20:12:56.606 | lno = cfg_attr_count[section, attr]++ 2021-04-09 20:12:56.606 | cfg_attr[section, attr, lno] = value 2021-04-09 20:12:56.606 | } 2021-04-09 20:12:56.607 | } 2021-04-09 20:12:56.607 | END { 2021-04-09 20:12:56.607 | # Process each section in order 2021-04-09 20:12:56.607 | for (sno = 0; sno < section_count; sno++) { 2021-04-09 20:12:56.607 | section = cfg_section[sno] 2021-04-09 20:12:56.607 | # The ini routines simply append a config item immediately 2021-04-09 20:12:56.607 | # after the section header. To keep the same order as defined 2021-04-09 20:12:56.607 | # in local.conf, invoke the ini routines in the reverse order 2021-04-09 20:12:56.607 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2021-04-09 20:12:56.607 | attr = cfg_sec_attr_name[sno, attr_no] 2021-04-09 20:12:56.607 | if (cfg_attr_count[section, attr] == 1) 2021-04-09 20:12:56.607 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2021-04-09 20:12:56.607 | else { 2021-04-09 20:12:56.607 | # For multiline, invoke the ini routines in the reverse order 2021-04-09 20:12:56.607 | count = cfg_attr_count[section, attr] 2021-04-09 20:12:56.607 | print "inidelete " configfile " " section " " attr 2021-04-09 20:12:56.607 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2021-04-09 20:12:56.607 | for (l = count -2; l >= 0; l--) 2021-04-09 20:12:56.607 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2021-04-09 20:12:56.607 | } 2021-04-09 20:12:56.607 | } 2021-04-09 20:12:56.607 | } 2021-04-09 20:12:56.607 | } 2021-04-09 20:12:56.607 | ' 2021-04-09 20:12:56.607 | + inc/meta-config:merge_config_file:164 : read a 2021-04-09 20:12:56.610 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2021-04-09 20:12:56.613 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2021-04-09 20:12:56.615 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2021-04-09 20:12:56.618 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-04-09 20:12:56.620 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2021-04-09 20:12:56.623 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2021-04-09 20:12:56.623 | BEGIN { group = "" } 2021-04-09 20:12:56.623 | /^\[\[.+\|.*\]\]/ { 2021-04-09 20:12:56.623 | gsub("[][]", "", $1); 2021-04-09 20:12:56.623 | split($1, a, "|"); 2021-04-09 20:12:56.623 | if (a[1] == matchgroup && a[2] == configfile) { 2021-04-09 20:12:56.623 | group=a[1] 2021-04-09 20:12:56.623 | } else { 2021-04-09 20:12:56.623 | group="" 2021-04-09 20:12:56.623 | } 2021-04-09 20:12:56.623 | next 2021-04-09 20:12:56.623 | } 2021-04-09 20:12:56.623 | { 2021-04-09 20:12:56.623 | if (group != "") 2021-04-09 20:12:56.623 | print $0 2021-04-09 20:12:56.623 | } 2021-04-09 20:12:56.623 | ' /home/ubuntu/devstack/local.conf 2021-04-09 20:12:56.629 | + 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-04-09 20:12:56.632 | ++ 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-04-09 20:12:56.657 | + inc/meta-config:merge_config_file:164 : read a 2021-04-09 20:12:56.660 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF DEFAULT force_config_drive "True"' 2021-04-09 20:12:56.662 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf DEFAULT force_config_drive True 2021-04-09 20:12:56.688 | + inc/meta-config:merge_config_file:164 : read a 2021-04-09 20:12:56.691 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF glance use_glance_v1 "False"' 2021-04-09 20:12:56.693 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf glance use_glance_v1 False 2021-04-09 20:12:56.721 | + inc/meta-config:merge_config_file:164 : read a 2021-04-09 20:12:56.724 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF oslo_messaging_rabbit heartbeat_rate "3"' 2021-04-09 20:12:56.726 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf oslo_messaging_rabbit heartbeat_rate 3 2021-04-09 20:12:56.754 | + inc/meta-config:merge_config_file:164 : read a 2021-04-09 20:12:56.756 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF oslo_messaging_rabbit heartbeat_timeout_threshold "600"' 2021-04-09 20:12:56.759 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf oslo_messaging_rabbit heartbeat_timeout_threshold 600 2021-04-09 20:12:56.785 | + inc/meta-config:merge_config_file:164 : read a 2021-04-09 20:12:56.787 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement auth_type "password"' 2021-04-09 20:12:56.790 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement auth_type password 2021-04-09 20:12:56.817 | + inc/meta-config:merge_config_file:164 : read a 2021-04-09 20:12:56.820 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement auth_url "http://10.222.0.52/identity"' 2021-04-09 20:12:56.822 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement auth_url http://10.222.0.52/identity 2021-04-09 20:12:56.850 | + inc/meta-config:merge_config_file:164 : read a 2021-04-09 20:12:56.852 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement username "placement"' 2021-04-09 20:12:56.855 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement username placement 2021-04-09 20:12:56.882 | + inc/meta-config:merge_config_file:164 : read a 2021-04-09 20:12:56.885 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement password "Passw0rd"' 2021-04-09 20:12:56.887 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement password Passw0rd 2021-04-09 20:12:56.915 | + inc/meta-config:merge_config_file:164 : read a 2021-04-09 20:12:56.918 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement user_domain_name "Default"' 2021-04-09 20:12:56.920 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement user_domain_name Default 2021-04-09 20:12:56.947 | + inc/meta-config:merge_config_file:164 : read a 2021-04-09 20:12:56.949 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement project_name "service"' 2021-04-09 20:12:56.952 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement project_name service 2021-04-09 20:12:56.980 | + inc/meta-config:merge_config_file:164 : read a 2021-04-09 20:12:56.982 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement project_domain_name "Default"' 2021-04-09 20:12:56.985 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement project_domain_name Default 2021-04-09 20:12:57.012 | + inc/meta-config:merge_config_file:164 : read a 2021-04-09 20:12:57.015 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement os_region_name "RegionOne"' 2021-04-09 20:12:57.018 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement os_region_name RegionOne 2021-04-09 20:12:57.044 | + inc/meta-config:merge_config_file:164 : read a 2021-04-09 20:12:57.047 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2021-04-09 20:12:57.050 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2021-04-09 20:12:57.052 | + inc/meta-config:merge_config_group:180 : local dir 2021-04-09 20:12:57.055 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2021-04-09 20:12:57.058 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2021-04-09 20:12:57.061 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2021-04-09 20:12:57.063 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2021-04-09 20:12:57.066 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2021-04-09 20:12:57.070 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2021-04-09 20:12:57.073 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2021-04-09 20:12:57.075 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$NEUTRON_CONF' 2021-04-09 20:12:57.078 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2021-04-09 20:12:57.081 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2021-04-09 20:12:57.083 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2021-04-09 20:12:57.086 | + inc/meta-config:merge_config_file:90 : local real_configfile 2021-04-09 20:12:57.089 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2021-04-09 20:12:57.092 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2021-04-09 20:12:57.096 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2021-04-09 20:12:57.098 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2021-04-09 20:12:57.102 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$NEUTRON_CONF' 2021-04-09 20:12:57.102 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2021-04-09 20:12:57.102 | BEGIN { 2021-04-09 20:12:57.102 | section = "" 2021-04-09 20:12:57.102 | last_section = "" 2021-04-09 20:12:57.102 | section_count = 0 2021-04-09 20:12:57.102 | } 2021-04-09 20:12:57.102 | /^\[.+\]/ { 2021-04-09 20:12:57.102 | gsub("[][]", "", $1); 2021-04-09 20:12:57.102 | section=$1 2021-04-09 20:12:57.102 | next 2021-04-09 20:12:57.102 | } 2021-04-09 20:12:57.102 | /^ *\#/ { 2021-04-09 20:12:57.102 | next 2021-04-09 20:12:57.102 | } 2021-04-09 20:12:57.102 | /^[^ \t]+/ { 2021-04-09 20:12:57.102 | # get offset of first = in $0 2021-04-09 20:12:57.103 | eq_idx = index($0, "=") 2021-04-09 20:12:57.103 | # extract attr & value from $0 2021-04-09 20:12:57.103 | attr = substr($0, 1, eq_idx - 1) 2021-04-09 20:12:57.103 | value = substr($0, eq_idx + 1) 2021-04-09 20:12:57.103 | # only need to strip trailing whitespace from attr 2021-04-09 20:12:57.103 | sub(/[ \t]*$/, "", attr) 2021-04-09 20:12:57.103 | # need to strip leading & trailing whitespace from value 2021-04-09 20:12:57.103 | sub(/^[ \t]*/, "", value) 2021-04-09 20:12:57.103 | sub(/[ \t]*$/, "", value) 2021-04-09 20:12:57.103 | 2021-04-09 20:12:57.103 | # cfg_attr_count: number of config lines per [section, attr] 2021-04-09 20:12:57.103 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2021-04-09 20:12:57.103 | # cfg_section: keep the section names in the same order as they appear in local.conf 2021-04-09 20:12:57.103 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2021-04-09 20:12:57.103 | if (! (section, attr) in cfg_attr_count) { 2021-04-09 20:12:57.103 | if (section != last_section) { 2021-04-09 20:12:57.103 | cfg_section[section_count++] = section 2021-04-09 20:12:57.103 | last_section = section 2021-04-09 20:12:57.103 | } 2021-04-09 20:12:57.103 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2021-04-09 20:12:57.103 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2021-04-09 20:12:57.103 | 2021-04-09 20:12:57.103 | cfg_attr[section, attr, 0] = value 2021-04-09 20:12:57.103 | cfg_attr_count[section, attr] = 1 2021-04-09 20:12:57.103 | } else { 2021-04-09 20:12:57.103 | lno = cfg_attr_count[section, attr]++ 2021-04-09 20:12:57.103 | cfg_attr[section, attr, lno] = value 2021-04-09 20:12:57.103 | } 2021-04-09 20:12:57.103 | } 2021-04-09 20:12:57.103 | END { 2021-04-09 20:12:57.103 | # Process each section in order 2021-04-09 20:12:57.103 | for (sno = 0; sno < section_count; sno++) { 2021-04-09 20:12:57.103 | section = cfg_section[sno] 2021-04-09 20:12:57.103 | # The ini routines simply append a config item immediately 2021-04-09 20:12:57.103 | # after the section header. To keep the same order as defined 2021-04-09 20:12:57.103 | # in local.conf, invoke the ini routines in the reverse order 2021-04-09 20:12:57.103 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2021-04-09 20:12:57.103 | attr = cfg_sec_attr_name[sno, attr_no] 2021-04-09 20:12:57.103 | if (cfg_attr_count[section, attr] == 1) 2021-04-09 20:12:57.103 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2021-04-09 20:12:57.103 | else { 2021-04-09 20:12:57.103 | # For multiline, invoke the ini routines in the reverse order 2021-04-09 20:12:57.103 | count = cfg_attr_count[section, attr] 2021-04-09 20:12:57.103 | print "inidelete " configfile " " section " " attr 2021-04-09 20:12:57.103 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2021-04-09 20:12:57.103 | for (l = count -2; l >= 0; l--) 2021-04-09 20:12:57.103 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2021-04-09 20:12:57.103 | } 2021-04-09 20:12:57.104 | } 2021-04-09 20:12:57.104 | } 2021-04-09 20:12:57.104 | } 2021-04-09 20:12:57.104 | ' 2021-04-09 20:12:57.104 | + inc/meta-config:merge_config_file:164 : read a 2021-04-09 20:12:57.104 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2021-04-09 20:12:57.107 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2021-04-09 20:12:57.109 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2021-04-09 20:12:57.112 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-04-09 20:12:57.114 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2021-04-09 20:12:57.117 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2021-04-09 20:12:57.117 | BEGIN { group = "" } 2021-04-09 20:12:57.117 | /^\[\[.+\|.*\]\]/ { 2021-04-09 20:12:57.117 | gsub("[][]", "", $1); 2021-04-09 20:12:57.117 | split($1, a, "|"); 2021-04-09 20:12:57.117 | if (a[1] == matchgroup && a[2] == configfile) { 2021-04-09 20:12:57.117 | group=a[1] 2021-04-09 20:12:57.117 | } else { 2021-04-09 20:12:57.117 | group="" 2021-04-09 20:12:57.117 | } 2021-04-09 20:12:57.117 | next 2021-04-09 20:12:57.117 | } 2021-04-09 20:12:57.117 | { 2021-04-09 20:12:57.117 | if (group != "") 2021-04-09 20:12:57.117 | print $0 2021-04-09 20:12:57.117 | } 2021-04-09 20:12:57.117 | ' /home/ubuntu/devstack/local.conf 2021-04-09 20:12:57.123 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF database max_overflow "50"' 2021-04-09 20:12:57.125 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf database max_overflow 50 2021-04-09 20:12:57.161 | + inc/meta-config:merge_config_file:164 : read a 2021-04-09 20:12:57.164 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF database max_pool_size "50"' 2021-04-09 20:12:57.166 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf database max_pool_size 50 2021-04-09 20:12:57.197 | + inc/meta-config:merge_config_file:164 : read a 2021-04-09 20:12:57.200 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF database min_pool_size "5"' 2021-04-09 20:12:57.203 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf database min_pool_size 5 2021-04-09 20:12:57.235 | + inc/meta-config:merge_config_file:164 : read a 2021-04-09 20:12:57.238 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_firewall_rule "100"' 2021-04-09 20:12:57.240 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_firewall_rule 100 2021-04-09 20:12:57.272 | + inc/meta-config:merge_config_file:164 : read a 2021-04-09 20:12:57.274 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_firewall_policy "10"' 2021-04-09 20:12:57.277 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_firewall_policy 10 2021-04-09 20:12:57.307 | + inc/meta-config:merge_config_file:164 : read a 2021-04-09 20:12:57.310 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_firewall "10"' 2021-04-09 20:12:57.313 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_firewall 10 2021-04-09 20:12:57.344 | + inc/meta-config:merge_config_file:164 : read a 2021-04-09 20:12:57.347 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_floatingip "50"' 2021-04-09 20:12:57.349 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_floatingip 50 2021-04-09 20:12:57.381 | + inc/meta-config:merge_config_file:164 : read a 2021-04-09 20:12:57.383 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_router "100"' 2021-04-09 20:12:57.386 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_router 100 2021-04-09 20:12:57.418 | + inc/meta-config:merge_config_file:164 : read a 2021-04-09 20:12:57.420 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_loadbalancer "100"' 2021-04-09 20:12:57.423 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_loadbalancer 100 2021-04-09 20:12:57.454 | + inc/meta-config:merge_config_file:164 : read a 2021-04-09 20:12:57.457 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_pool "100"' 2021-04-09 20:12:57.460 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_pool 100 2021-04-09 20:12:57.491 | + inc/meta-config:merge_config_file:164 : read a 2021-04-09 20:12:57.493 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_vip "100"' 2021-04-09 20:12:57.495 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_vip 100 2021-04-09 20:12:57.527 | + inc/meta-config:merge_config_file:164 : read a 2021-04-09 20:12:57.530 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_security_group_rule "100"' 2021-04-09 20:12:57.532 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_security_group_rule 100 2021-04-09 20:12:57.564 | + inc/meta-config:merge_config_file:164 : read a 2021-04-09 20:12:57.567 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_security_group "100"' 2021-04-09 20:12:57.569 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_security_group 100 2021-04-09 20:12:57.601 | + inc/meta-config:merge_config_file:164 : read a 2021-04-09 20:12:57.603 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_port "500"' 2021-04-09 20:12:57.606 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_port 500 2021-04-09 20:12:57.637 | + inc/meta-config:merge_config_file:164 : read a 2021-04-09 20:12:57.640 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_subnet "100"' 2021-04-09 20:12:57.643 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_subnet 100 2021-04-09 20:12:57.675 | + inc/meta-config:merge_config_file:164 : read a 2021-04-09 20:12:57.678 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_network "100"' 2021-04-09 20:12:57.680 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_network 100 2021-04-09 20:12:57.711 | + inc/meta-config:merge_config_file:164 : read a 2021-04-09 20:12:57.714 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2021-04-09 20:12:57.717 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2021-04-09 20:12:57.720 | + inc/meta-config:merge_config_group:180 : local dir 2021-04-09 20:12:57.723 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2021-04-09 20:12:57.725 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2021-04-09 20:12:57.728 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2021-04-09 20:12:57.731 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2021-04-09 20:12:57.734 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2021-04-09 20:12:57.738 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2021-04-09 20:12:57.740 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2021-04-09 20:12:57.743 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$CINDER_CONF' 2021-04-09 20:12:57.745 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2021-04-09 20:12:57.748 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2021-04-09 20:12:57.751 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2021-04-09 20:12:57.753 | + inc/meta-config:merge_config_file:90 : local real_configfile 2021-04-09 20:12:57.756 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2021-04-09 20:12:57.759 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2021-04-09 20:12:57.762 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2021-04-09 20:12:57.765 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2021-04-09 20:12:57.768 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$CINDER_CONF' 2021-04-09 20:12:57.769 | + inc/meta-config:merge_config_file:164 : read a 2021-04-09 20:12:57.769 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2021-04-09 20:12:57.769 | BEGIN { 2021-04-09 20:12:57.769 | section = "" 2021-04-09 20:12:57.769 | last_section = "" 2021-04-09 20:12:57.769 | section_count = 0 2021-04-09 20:12:57.769 | } 2021-04-09 20:12:57.769 | /^\[.+\]/ { 2021-04-09 20:12:57.769 | gsub("[][]", "", $1); 2021-04-09 20:12:57.769 | section=$1 2021-04-09 20:12:57.769 | next 2021-04-09 20:12:57.769 | } 2021-04-09 20:12:57.769 | /^ *\#/ { 2021-04-09 20:12:57.769 | next 2021-04-09 20:12:57.769 | } 2021-04-09 20:12:57.769 | /^[^ \t]+/ { 2021-04-09 20:12:57.769 | # get offset of first = in $0 2021-04-09 20:12:57.769 | eq_idx = index($0, "=") 2021-04-09 20:12:57.769 | # extract attr & value from $0 2021-04-09 20:12:57.769 | attr = substr($0, 1, eq_idx - 1) 2021-04-09 20:12:57.769 | value = substr($0, eq_idx + 1) 2021-04-09 20:12:57.769 | # only need to strip trailing whitespace from attr 2021-04-09 20:12:57.769 | sub(/[ \t]*$/, "", attr) 2021-04-09 20:12:57.769 | # need to strip leading & trailing whitespace from value 2021-04-09 20:12:57.769 | sub(/^[ \t]*/, "", value) 2021-04-09 20:12:57.769 | sub(/[ \t]*$/, "", value) 2021-04-09 20:12:57.769 | 2021-04-09 20:12:57.769 | # cfg_attr_count: number of config lines per [section, attr] 2021-04-09 20:12:57.769 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2021-04-09 20:12:57.769 | # cfg_section: keep the section names in the same order as they appear in local.conf 2021-04-09 20:12:57.769 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2021-04-09 20:12:57.769 | if (! (section, attr) in cfg_attr_count) { 2021-04-09 20:12:57.769 | if (section != last_section) { 2021-04-09 20:12:57.769 | cfg_section[section_count++] = section 2021-04-09 20:12:57.770 | last_section = section 2021-04-09 20:12:57.770 | } 2021-04-09 20:12:57.770 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2021-04-09 20:12:57.770 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2021-04-09 20:12:57.770 | 2021-04-09 20:12:57.770 | cfg_attr[section, attr, 0] = value 2021-04-09 20:12:57.770 | cfg_attr_count[section, attr] = 1 2021-04-09 20:12:57.770 | } else { 2021-04-09 20:12:57.770 | lno = cfg_attr_count[section, attr]++ 2021-04-09 20:12:57.770 | cfg_attr[section, attr, lno] = value 2021-04-09 20:12:57.770 | } 2021-04-09 20:12:57.770 | } 2021-04-09 20:12:57.770 | END { 2021-04-09 20:12:57.770 | # Process each section in order 2021-04-09 20:12:57.770 | for (sno = 0; sno < section_count; sno++) { 2021-04-09 20:12:57.770 | section = cfg_section[sno] 2021-04-09 20:12:57.770 | # The ini routines simply append a config item immediately 2021-04-09 20:12:57.770 | # after the section header. To keep the same order as defined 2021-04-09 20:12:57.770 | # in local.conf, invoke the ini routines in the reverse order 2021-04-09 20:12:57.770 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2021-04-09 20:12:57.770 | attr = cfg_sec_attr_name[sno, attr_no] 2021-04-09 20:12:57.770 | if (cfg_attr_count[section, attr] == 1) 2021-04-09 20:12:57.770 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2021-04-09 20:12:57.770 | else { 2021-04-09 20:12:57.770 | # For multiline, invoke the ini routines in the reverse order 2021-04-09 20:12:57.770 | count = cfg_attr_count[section, attr] 2021-04-09 20:12:57.770 | print "inidelete " configfile " " section " " attr 2021-04-09 20:12:57.770 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2021-04-09 20:12:57.770 | for (l = count -2; l >= 0; l--) 2021-04-09 20:12:57.770 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2021-04-09 20:12:57.770 | } 2021-04-09 20:12:57.770 | } 2021-04-09 20:12:57.770 | } 2021-04-09 20:12:57.770 | } 2021-04-09 20:12:57.770 | ' 2021-04-09 20:12:57.771 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2021-04-09 20:12:57.773 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2021-04-09 20:12:57.776 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2021-04-09 20:12:57.778 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-04-09 20:12:57.781 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2021-04-09 20:12:57.783 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2021-04-09 20:12:57.783 | BEGIN { group = "" } 2021-04-09 20:12:57.783 | /^\[\[.+\|.*\]\]/ { 2021-04-09 20:12:57.783 | gsub("[][]", "", $1); 2021-04-09 20:12:57.783 | split($1, a, "|"); 2021-04-09 20:12:57.783 | if (a[1] == matchgroup && a[2] == configfile) { 2021-04-09 20:12:57.784 | group=a[1] 2021-04-09 20:12:57.784 | } else { 2021-04-09 20:12:57.784 | group="" 2021-04-09 20:12:57.784 | } 2021-04-09 20:12:57.784 | next 2021-04-09 20:12:57.784 | } 2021-04-09 20:12:57.784 | { 2021-04-09 20:12:57.784 | if (group != "") 2021-04-09 20:12:57.784 | print $0 2021-04-09 20:12:57.784 | } 2021-04-09 20:12:57.784 | ' /home/ubuntu/devstack/local.conf 2021-04-09 20:12:57.790 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT os_privileged_user_auth_url "http://10.222.0.52/identity/v2.0"' 2021-04-09 20:12:57.792 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT os_privileged_user_auth_url http://10.222.0.52/identity/v2.0 2021-04-09 20:12:57.818 | + inc/meta-config:merge_config_file:164 : read a 2021-04-09 20:12:57.821 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2021-04-09 20:12:57.823 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2021-04-09 20:12:57.826 | + inc/meta-config:merge_config_group:180 : local dir 2021-04-09 20:12:57.829 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2021-04-09 20:12:57.831 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2021-04-09 20:12:57.834 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-04-09 20:12:57.837 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2021-04-09 20:12:57.840 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2021-04-09 20:12:57.843 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2021-04-09 20:12:57.846 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2021-04-09 20:12:57.848 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2021-04-09 20:12:57.851 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2021-04-09 20:12:57.853 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2021-04-09 20:12:57.856 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2021-04-09 20:12:57.859 | + inc/meta-config:merge_config_file:90 : local real_configfile 2021-04-09 20:12:57.862 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2021-04-09 20:12:57.864 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2021-04-09 20:12:57.867 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-04-09 20:12:57.869 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2021-04-09 20:12:57.872 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2021-04-09 20:12:57.874 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2021-04-09 20:12:57.874 | BEGIN { 2021-04-09 20:12:57.874 | section = "" 2021-04-09 20:12:57.874 | last_section = "" 2021-04-09 20:12:57.874 | section_count = 0 2021-04-09 20:12:57.874 | } 2021-04-09 20:12:57.874 | /^\[.+\]/ { 2021-04-09 20:12:57.874 | gsub("[][]", "", $1); 2021-04-09 20:12:57.874 | section=$1 2021-04-09 20:12:57.874 | next 2021-04-09 20:12:57.874 | } 2021-04-09 20:12:57.874 | /^ *\#/ { 2021-04-09 20:12:57.874 | next 2021-04-09 20:12:57.875 | } 2021-04-09 20:12:57.875 | /^[^ \t]+/ { 2021-04-09 20:12:57.875 | # get offset of first = in $0 2021-04-09 20:12:57.875 | eq_idx = index($0, "=") 2021-04-09 20:12:57.875 | # extract attr & value from $0 2021-04-09 20:12:57.875 | attr = substr($0, 1, eq_idx - 1) 2021-04-09 20:12:57.875 | value = substr($0, eq_idx + 1) 2021-04-09 20:12:57.875 | # only need to strip trailing whitespace from attr 2021-04-09 20:12:57.875 | sub(/[ \t]*$/, "", attr) 2021-04-09 20:12:57.875 | # need to strip leading & trailing whitespace from value 2021-04-09 20:12:57.875 | sub(/^[ \t]*/, "", value) 2021-04-09 20:12:57.875 | sub(/[ \t]*$/, "", value) 2021-04-09 20:12:57.875 | 2021-04-09 20:12:57.875 | # cfg_attr_count: number of config lines per [section, attr] 2021-04-09 20:12:57.875 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2021-04-09 20:12:57.875 | # cfg_section: keep the section names in the same order as they appear in local.conf 2021-04-09 20:12:57.875 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2021-04-09 20:12:57.875 | if (! (section, attr) in cfg_attr_count) { 2021-04-09 20:12:57.875 | if (section != last_section) { 2021-04-09 20:12:57.875 | cfg_section[section_count++] = section 2021-04-09 20:12:57.875 | last_section = section 2021-04-09 20:12:57.875 | } 2021-04-09 20:12:57.875 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2021-04-09 20:12:57.875 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2021-04-09 20:12:57.875 | 2021-04-09 20:12:57.875 | cfg_attr[section, attr, 0] = value 2021-04-09 20:12:57.875 | cfg_attr_count[section, attr] = 1 2021-04-09 20:12:57.875 | } else { 2021-04-09 20:12:57.875 | lno = cfg_attr_count[section, attr]++ 2021-04-09 20:12:57.875 | cfg_attr[section, attr, lno] = value 2021-04-09 20:12:57.875 | } 2021-04-09 20:12:57.875 | } 2021-04-09 20:12:57.875 | END { 2021-04-09 20:12:57.875 | # Process each section in order 2021-04-09 20:12:57.875 | for (sno = 0; sno < section_count; sno++) { 2021-04-09 20:12:57.875 | section = cfg_section[sno] 2021-04-09 20:12:57.875 | # The ini routines simply append a config item immediately 2021-04-09 20:12:57.875 | # after the section header. To keep the same order as defined 2021-04-09 20:12:57.875 | # in local.conf, invoke the ini routines in the reverse order 2021-04-09 20:12:57.875 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2021-04-09 20:12:57.875 | attr = cfg_sec_attr_name[sno, attr_no] 2021-04-09 20:12:57.875 | if (cfg_attr_count[section, attr] == 1) 2021-04-09 20:12:57.875 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2021-04-09 20:12:57.875 | else { 2021-04-09 20:12:57.875 | # For multiline, invoke the ini routines in the reverse order 2021-04-09 20:12:57.875 | count = cfg_attr_count[section, attr] 2021-04-09 20:12:57.875 | print "inidelete " configfile " " section " " attr 2021-04-09 20:12:57.876 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2021-04-09 20:12:57.876 | for (l = count -2; l >= 0; l--) 2021-04-09 20:12:57.876 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2021-04-09 20:12:57.876 | } 2021-04-09 20:12:57.876 | } 2021-04-09 20:12:57.876 | } 2021-04-09 20:12:57.876 | } 2021-04-09 20:12:57.876 | ' 2021-04-09 20:12:57.876 | + inc/meta-config:merge_config_file:164 : read a 2021-04-09 20:12:57.876 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2021-04-09 20:12:57.878 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2021-04-09 20:12:57.881 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2021-04-09 20:12:57.883 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-04-09 20:12:57.885 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2021-04-09 20:12:57.888 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2021-04-09 20:12:57.888 | BEGIN { group = "" } 2021-04-09 20:12:57.888 | /^\[\[.+\|.*\]\]/ { 2021-04-09 20:12:57.888 | gsub("[][]", "", $1); 2021-04-09 20:12:57.888 | split($1, a, "|"); 2021-04-09 20:12:57.888 | if (a[1] == matchgroup && a[2] == configfile) { 2021-04-09 20:12:57.888 | group=a[1] 2021-04-09 20:12:57.888 | } else { 2021-04-09 20:12:57.888 | group="" 2021-04-09 20:12:57.888 | } 2021-04-09 20:12:57.888 | next 2021-04-09 20:12:57.888 | } 2021-04-09 20:12:57.888 | { 2021-04-09 20:12:57.888 | if (group != "") 2021-04-09 20:12:57.888 | print $0 2021-04-09 20:12:57.888 | } 2021-04-09 20:12:57.888 | ' /home/ubuntu/devstack/local.conf 2021-04-09 20:12:57.894 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2021-04-09 20:12:57.897 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2021-04-09 20:12:57.923 | + inc/meta-config:merge_config_file:164 : read a 2021-04-09 20:12:57.925 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ovs of_interface "ovs-ofctl"' 2021-04-09 20:12:57.928 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs of_interface ovs-ofctl 2021-04-09 20:12:57.954 | + inc/meta-config:merge_config_file:164 : read a 2021-04-09 20:12:57.957 | + ./stack.sh:main:1288 : is_service_enabled swift 2021-04-09 20:12:57.973 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:12:57.976 | + ./stack.sh:main:1289 : echo_summary 'Starting Swift' 2021-04-09 20:12:57.978 | + ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-04-09 20:12:57.981 | + ./stack.sh:echo_summary:461 : echo -e Starting Swift 2021-04-09 20:12:57.984 | + ./stack.sh:main:1290 : start_swift 2021-04-09 20:12:57.986 | + lib/swift:start_swift:774 : restart_service memcached 2021-04-09 20:12:57.989 | + functions-common:restart_service:2220 : '[' -x /bin/systemctl ']' 2021-04-09 20:12:57.991 | + functions-common:restart_service:2221 : sudo /bin/systemctl restart memcached 2021-04-09 20:12:58.052 | + lib/swift:start_swift:777 : is_ubuntu 2021-04-09 20:12:58.054 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 20:12:58.056 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 20:12:58.062 | + lib/swift:start_swift:778 : sudo /etc/init.d/rsync restart 2021-04-09 20:12:58.108 | Restarting rsync (via systemctl): rsync.service. 2021-04-09 20:12:58.112 | + lib/swift:start_swift:785 : '[' False == True ']' 2021-04-09 20:12:58.114 | + lib/swift:start_swift:804 : [[ 1 == 1 ]] 2021-04-09 20:12:58.117 | + lib/swift:start_swift:805 : local foreground_services type 2021-04-09 20:12:58.119 | + lib/swift:start_swift:807 : foreground_services='object container account' 2021-04-09 20:12:58.122 | + lib/swift:start_swift:808 : for type in ${foreground_services} 2021-04-09 20:12:58.124 | + lib/swift:start_swift:809 : run_process s-object '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-04-09 20:12:58.127 | + functions-common:run_process:1583 : local service=s-object 2021-04-09 20:12:58.129 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-04-09 20:12:58.132 | + functions-common:run_process:1585 : local group= 2021-04-09 20:12:58.134 | + functions-common:run_process:1586 : local user= 2021-04-09 20:12:58.136 | + functions-common:run_process:1588 : local name=s-object 2021-04-09 20:12:58.139 | + functions-common:run_process:1590 : time_start run_process 2021-04-09 20:12:58.141 | + functions-common:time_start:2322 : local name=run_process 2021-04-09 20:12:58.144 | + functions-common:time_start:2323 : local start_time= 2021-04-09 20:12:58.146 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-04-09 20:12:58.149 | ++ functions-common:time_start:2327 : date +%s%3N 2021-04-09 20:12:58.152 | + functions-common:time_start:2327 : _TIME_START[$name]=1617999178150 2021-04-09 20:12:58.155 | + functions-common:run_process:1591 : is_service_enabled s-object 2021-04-09 20:12:58.174 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:12:58.176 | + functions-common:run_process:1592 : _run_under_systemd s-object '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' '' '' 2021-04-09 20:12:58.178 | + functions-common:_run_under_systemd:1548 : local service=s-object 2021-04-09 20:12:58.181 | + functions-common:_run_under_systemd:1549 : local 'command=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-04-09 20:12:58.184 | + functions-common:_run_under_systemd:1550 : local 'cmd=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-04-09 20:12:58.187 | + functions-common:_run_under_systemd:1552 : _common_systemd_pitfalls '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-04-09 20:12:58.189 | + functions-common:_common_systemd_pitfalls:1520 : local 'cmd=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-04-09 20:12:58.193 | + functions-common:_common_systemd_pitfalls:1523 : [[ /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v =~ sudo ]] 2021-04-09 20:12:58.195 | + functions-common:_common_systemd_pitfalls:1534 : [[ ! /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v =~ ^/ ]] 2021-04-09 20:12:58.198 | + functions-common:_run_under_systemd:1554 : local systemd_service=devstack@s-object.service 2021-04-09 20:12:58.200 | + functions-common:_run_under_systemd:1555 : local group= 2021-04-09 20:12:58.203 | + functions-common:_run_under_systemd:1556 : local user=ubuntu 2021-04-09 20:12:58.205 | + functions-common:_run_under_systemd:1557 : [[ /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v =~ uwsgi ]] 2021-04-09 20:12:58.208 | + 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-04-09 20:12:58.210 | + functions-common:write_user_unit_file:1465 : local service=devstack@s-object.service 2021-04-09 20:12:58.212 | + functions-common:write_user_unit_file:1466 : local 'command=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-04-09 20:12:58.215 | + functions-common:write_user_unit_file:1467 : local group= 2021-04-09 20:12:58.217 | + functions-common:write_user_unit_file:1468 : local user=ubuntu 2021-04-09 20:12:58.220 | + functions-common:write_user_unit_file:1469 : local extra= 2021-04-09 20:12:58.222 | + functions-common:write_user_unit_file:1470 : [[ -n '' ]] 2021-04-09 20:12:58.224 | + functions-common:write_user_unit_file:1473 : local unitfile=/etc/systemd/system/devstack@s-object.service 2021-04-09 20:12:58.226 | + functions-common:write_user_unit_file:1474 : mkdir -p /etc/systemd/system 2021-04-09 20:12:58.230 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@s-object.service Unit Description 'Devstack devstack@s-object.service' 2021-04-09 20:12:58.287 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service User ubuntu 2021-04-09 20:12:58.340 | + 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-04-09 20:12:58.385 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service KillMode process 2021-04-09 20:12:58.433 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service TimeoutStopSec 300 2021-04-09 20:12:58.479 | + functions-common:write_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-04-09 20:12:58.525 | + functions-common:write_user_unit_file:1482 : [[ -n '' ]] 2021-04-09 20:12:58.527 | + functions-common:write_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@s-object.service Install WantedBy multi-user.target 2021-04-09 20:12:58.581 | + functions-common:write_user_unit_file:1488 : sudo systemctl daemon-reload 2021-04-09 20:12:58.759 | + functions-common:_run_under_systemd:1563 : sudo systemctl enable devstack@s-object.service 2021-04-09 20:12:58.773 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-object.service → /etc/systemd/system/devstack@s-object.service. 2021-04-09 20:12:58.945 | + functions-common:_run_under_systemd:1564 : sudo systemctl start devstack@s-object.service 2021-04-09 20:12:58.965 | + functions-common:run_process:1594 : time_stop run_process 2021-04-09 20:12:58.968 | + functions-common:time_stop:2336 : local name 2021-04-09 20:12:58.970 | + functions-common:time_stop:2337 : local end_time 2021-04-09 20:12:58.972 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 20:12:58.975 | + functions-common:time_stop:2339 : local total 2021-04-09 20:12:58.977 | + functions-common:time_stop:2340 : local start_time 2021-04-09 20:12:58.979 | + functions-common:time_stop:2342 : name=run_process 2021-04-09 20:12:58.982 | + functions-common:time_stop:2343 : start_time=1617999178150 2021-04-09 20:12:58.984 | + functions-common:time_stop:2345 : [[ -z 1617999178150 ]] 2021-04-09 20:12:58.987 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 20:12:58.991 | + functions-common:time_stop:2348 : end_time=1617999178988 2021-04-09 20:12:58.993 | + functions-common:time_stop:2349 : elapsed_time=838 2021-04-09 20:12:58.995 | + functions-common:time_stop:2350 : total=2008 2021-04-09 20:12:58.998 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 20:12:59.001 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=2846 2021-04-09 20:12:59.004 | + lib/swift:start_swift:808 : for type in ${foreground_services} 2021-04-09 20:12:59.006 | + lib/swift:start_swift:809 : run_process s-container '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-04-09 20:12:59.008 | + functions-common:run_process:1583 : local service=s-container 2021-04-09 20:12:59.011 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-04-09 20:12:59.013 | + functions-common:run_process:1585 : local group= 2021-04-09 20:12:59.016 | + functions-common:run_process:1586 : local user= 2021-04-09 20:12:59.018 | + functions-common:run_process:1588 : local name=s-container 2021-04-09 20:12:59.021 | + functions-common:run_process:1590 : time_start run_process 2021-04-09 20:12:59.023 | + functions-common:time_start:2322 : local name=run_process 2021-04-09 20:12:59.025 | + functions-common:time_start:2323 : local start_time= 2021-04-09 20:12:59.028 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-04-09 20:12:59.031 | ++ functions-common:time_start:2327 : date +%s%3N 2021-04-09 20:12:59.034 | + functions-common:time_start:2327 : _TIME_START[$name]=1617999179032 2021-04-09 20:12:59.037 | + functions-common:run_process:1591 : is_service_enabled s-container 2021-04-09 20:12:59.053 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:12:59.055 | + functions-common:run_process:1592 : _run_under_systemd s-container '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' '' '' 2021-04-09 20:12:59.057 | + functions-common:_run_under_systemd:1548 : local service=s-container 2021-04-09 20:12:59.060 | + functions-common:_run_under_systemd:1549 : local 'command=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-04-09 20:12:59.063 | + functions-common:_run_under_systemd:1550 : local 'cmd=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-04-09 20:12:59.065 | + functions-common:_run_under_systemd:1552 : _common_systemd_pitfalls '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-04-09 20:12:59.068 | + functions-common:_common_systemd_pitfalls:1520 : local 'cmd=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-04-09 20:12:59.070 | + functions-common:_common_systemd_pitfalls:1523 : [[ /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v =~ sudo ]] 2021-04-09 20:12:59.072 | + functions-common:_common_systemd_pitfalls:1534 : [[ ! /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v =~ ^/ ]] 2021-04-09 20:12:59.075 | + functions-common:_run_under_systemd:1554 : local systemd_service=devstack@s-container.service 2021-04-09 20:12:59.077 | + functions-common:_run_under_systemd:1555 : local group= 2021-04-09 20:12:59.080 | + functions-common:_run_under_systemd:1556 : local user=ubuntu 2021-04-09 20:12:59.082 | + functions-common:_run_under_systemd:1557 : [[ /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v =~ uwsgi ]] 2021-04-09 20:12:59.084 | + 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-04-09 20:12:59.087 | + functions-common:write_user_unit_file:1465 : local service=devstack@s-container.service 2021-04-09 20:12:59.089 | + functions-common:write_user_unit_file:1466 : local 'command=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-04-09 20:12:59.092 | + functions-common:write_user_unit_file:1467 : local group= 2021-04-09 20:12:59.095 | + functions-common:write_user_unit_file:1468 : local user=ubuntu 2021-04-09 20:12:59.098 | + functions-common:write_user_unit_file:1469 : local extra= 2021-04-09 20:12:59.100 | + functions-common:write_user_unit_file:1470 : [[ -n '' ]] 2021-04-09 20:12:59.102 | + functions-common:write_user_unit_file:1473 : local unitfile=/etc/systemd/system/devstack@s-container.service 2021-04-09 20:12:59.105 | + functions-common:write_user_unit_file:1474 : mkdir -p /etc/systemd/system 2021-04-09 20:12:59.109 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@s-container.service Unit Description 'Devstack devstack@s-container.service' 2021-04-09 20:12:59.165 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service User ubuntu 2021-04-09 20:12:59.220 | + 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-04-09 20:12:59.266 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service KillMode process 2021-04-09 20:12:59.312 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service TimeoutStopSec 300 2021-04-09 20:12:59.358 | + functions-common:write_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-04-09 20:12:59.403 | + functions-common:write_user_unit_file:1482 : [[ -n '' ]] 2021-04-09 20:12:59.406 | + functions-common:write_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@s-container.service Install WantedBy multi-user.target 2021-04-09 20:12:59.463 | + functions-common:write_user_unit_file:1488 : sudo systemctl daemon-reload 2021-04-09 20:12:59.655 | + functions-common:_run_under_systemd:1563 : sudo systemctl enable devstack@s-container.service 2021-04-09 20:12:59.669 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-container.service → /etc/systemd/system/devstack@s-container.service. 2021-04-09 20:12:59.863 | + functions-common:_run_under_systemd:1564 : sudo systemctl start devstack@s-container.service 2021-04-09 20:12:59.885 | + functions-common:run_process:1594 : time_stop run_process 2021-04-09 20:12:59.887 | + functions-common:time_stop:2336 : local name 2021-04-09 20:12:59.890 | + functions-common:time_stop:2337 : local end_time 2021-04-09 20:12:59.892 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 20:12:59.895 | + functions-common:time_stop:2339 : local total 2021-04-09 20:12:59.897 | + functions-common:time_stop:2340 : local start_time 2021-04-09 20:12:59.899 | + functions-common:time_stop:2342 : name=run_process 2021-04-09 20:12:59.902 | + functions-common:time_stop:2343 : start_time=1617999179032 2021-04-09 20:12:59.904 | + functions-common:time_stop:2345 : [[ -z 1617999179032 ]] 2021-04-09 20:12:59.908 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 20:12:59.911 | + functions-common:time_stop:2348 : end_time=1617999179908 2021-04-09 20:12:59.913 | + functions-common:time_stop:2349 : elapsed_time=876 2021-04-09 20:12:59.916 | + functions-common:time_stop:2350 : total=2846 2021-04-09 20:12:59.918 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 20:12:59.921 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=3722 2021-04-09 20:12:59.924 | + lib/swift:start_swift:808 : for type in ${foreground_services} 2021-04-09 20:12:59.926 | + lib/swift:start_swift:809 : run_process s-account '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-04-09 20:12:59.929 | + functions-common:run_process:1583 : local service=s-account 2021-04-09 20:12:59.931 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-04-09 20:12:59.933 | + functions-common:run_process:1585 : local group= 2021-04-09 20:12:59.936 | + functions-common:run_process:1586 : local user= 2021-04-09 20:12:59.938 | + functions-common:run_process:1588 : local name=s-account 2021-04-09 20:12:59.940 | + functions-common:run_process:1590 : time_start run_process 2021-04-09 20:12:59.943 | + functions-common:time_start:2322 : local name=run_process 2021-04-09 20:12:59.945 | + functions-common:time_start:2323 : local start_time= 2021-04-09 20:12:59.947 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-04-09 20:12:59.950 | ++ functions-common:time_start:2327 : date +%s%3N 2021-04-09 20:12:59.954 | + functions-common:time_start:2327 : _TIME_START[$name]=1617999179952 2021-04-09 20:12:59.957 | + functions-common:run_process:1591 : is_service_enabled s-account 2021-04-09 20:12:59.973 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:12:59.976 | + functions-common:run_process:1592 : _run_under_systemd s-account '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' '' '' 2021-04-09 20:12:59.978 | + functions-common:_run_under_systemd:1548 : local service=s-account 2021-04-09 20:12:59.981 | + functions-common:_run_under_systemd:1549 : local 'command=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-04-09 20:12:59.984 | + functions-common:_run_under_systemd:1550 : local 'cmd=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-04-09 20:12:59.986 | + functions-common:_run_under_systemd:1552 : _common_systemd_pitfalls '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-04-09 20:12:59.989 | + functions-common:_common_systemd_pitfalls:1520 : local 'cmd=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-04-09 20:12:59.991 | + functions-common:_common_systemd_pitfalls:1523 : [[ /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v =~ sudo ]] 2021-04-09 20:12:59.993 | + functions-common:_common_systemd_pitfalls:1534 : [[ ! /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v =~ ^/ ]] 2021-04-09 20:12:59.996 | + functions-common:_run_under_systemd:1554 : local systemd_service=devstack@s-account.service 2021-04-09 20:12:59.998 | + functions-common:_run_under_systemd:1555 : local group= 2021-04-09 20:13:00.001 | + functions-common:_run_under_systemd:1556 : local user=ubuntu 2021-04-09 20:13:00.003 | + functions-common:_run_under_systemd:1557 : [[ /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v =~ uwsgi ]] 2021-04-09 20:13:00.006 | + 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-04-09 20:13:00.008 | + functions-common:write_user_unit_file:1465 : local service=devstack@s-account.service 2021-04-09 20:13:00.012 | + functions-common:write_user_unit_file:1466 : local 'command=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-04-09 20:13:00.015 | + functions-common:write_user_unit_file:1467 : local group= 2021-04-09 20:13:00.017 | + functions-common:write_user_unit_file:1468 : local user=ubuntu 2021-04-09 20:13:00.020 | + functions-common:write_user_unit_file:1469 : local extra= 2021-04-09 20:13:00.022 | + functions-common:write_user_unit_file:1470 : [[ -n '' ]] 2021-04-09 20:13:00.025 | + functions-common:write_user_unit_file:1473 : local unitfile=/etc/systemd/system/devstack@s-account.service 2021-04-09 20:13:00.027 | + functions-common:write_user_unit_file:1474 : mkdir -p /etc/systemd/system 2021-04-09 20:13:00.031 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@s-account.service Unit Description 'Devstack devstack@s-account.service' 2021-04-09 20:13:00.090 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service User ubuntu 2021-04-09 20:13:00.153 | + 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-04-09 20:13:00.203 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service KillMode process 2021-04-09 20:13:00.251 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service TimeoutStopSec 300 2021-04-09 20:13:00.298 | + functions-common:write_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-04-09 20:13:00.344 | + functions-common:write_user_unit_file:1482 : [[ -n '' ]] 2021-04-09 20:13:00.346 | + functions-common:write_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@s-account.service Install WantedBy multi-user.target 2021-04-09 20:13:00.400 | + functions-common:write_user_unit_file:1488 : sudo systemctl daemon-reload 2021-04-09 20:13:00.606 | + functions-common:_run_under_systemd:1563 : sudo systemctl enable devstack@s-account.service 2021-04-09 20:13:00.620 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-account.service → /etc/systemd/system/devstack@s-account.service. 2021-04-09 20:13:00.813 | + functions-common:_run_under_systemd:1564 : sudo systemctl start devstack@s-account.service 2021-04-09 20:13:00.833 | + functions-common:run_process:1594 : time_stop run_process 2021-04-09 20:13:00.835 | + functions-common:time_stop:2336 : local name 2021-04-09 20:13:00.838 | + functions-common:time_stop:2337 : local end_time 2021-04-09 20:13:00.840 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 20:13:00.843 | + functions-common:time_stop:2339 : local total 2021-04-09 20:13:00.846 | + functions-common:time_stop:2340 : local start_time 2021-04-09 20:13:00.848 | + functions-common:time_stop:2342 : name=run_process 2021-04-09 20:13:00.850 | + functions-common:time_stop:2343 : start_time=1617999179952 2021-04-09 20:13:00.853 | + functions-common:time_stop:2345 : [[ -z 1617999179952 ]] 2021-04-09 20:13:00.856 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 20:13:00.860 | + functions-common:time_stop:2348 : end_time=1617999180856 2021-04-09 20:13:00.862 | + functions-common:time_stop:2349 : elapsed_time=904 2021-04-09 20:13:00.865 | + functions-common:time_stop:2350 : total=3722 2021-04-09 20:13:00.867 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 20:13:00.870 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=4626 2021-04-09 20:13:00.872 | + lib/swift:start_swift:812 : [[ False == \T\r\u\e ]] 2021-04-09 20:13:00.875 | + lib/swift:start_swift:817 : enable_service s-container-sync 2021-04-09 20:13:00.924 | + lib/swift:start_swift:818 : run_process s-container-sync '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-04-09 20:13:00.927 | + functions-common:run_process:1583 : local service=s-container-sync 2021-04-09 20:13:00.929 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-04-09 20:13:00.931 | + functions-common:run_process:1585 : local group= 2021-04-09 20:13:00.934 | + functions-common:run_process:1586 : local user= 2021-04-09 20:13:00.936 | + functions-common:run_process:1588 : local name=s-container-sync 2021-04-09 20:13:00.939 | + functions-common:run_process:1590 : time_start run_process 2021-04-09 20:13:00.941 | + functions-common:time_start:2322 : local name=run_process 2021-04-09 20:13:00.944 | + functions-common:time_start:2323 : local start_time= 2021-04-09 20:13:00.946 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-04-09 20:13:00.949 | ++ functions-common:time_start:2327 : date +%s%3N 2021-04-09 20:13:00.953 | + functions-common:time_start:2327 : _TIME_START[$name]=1617999180950 2021-04-09 20:13:00.956 | + functions-common:run_process:1591 : is_service_enabled s-container-sync 2021-04-09 20:13:00.974 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:13:00.984 | + functions-common:run_process:1592 : _run_under_systemd s-container-sync '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' '' '' 2021-04-09 20:13:00.987 | + functions-common:_run_under_systemd:1548 : local service=s-container-sync 2021-04-09 20:13:00.991 | + functions-common:_run_under_systemd:1549 : local 'command=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-04-09 20:13:00.993 | + functions-common:_run_under_systemd:1550 : local 'cmd=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-04-09 20:13:01.000 | + functions-common:_run_under_systemd:1552 : _common_systemd_pitfalls '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-04-09 20:13:01.002 | + functions-common:_common_systemd_pitfalls:1520 : local 'cmd=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-04-09 20:13:01.005 | + functions-common:_common_systemd_pitfalls:1523 : [[ /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf =~ sudo ]] 2021-04-09 20:13:01.007 | + functions-common:_common_systemd_pitfalls:1534 : [[ ! /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf =~ ^/ ]] 2021-04-09 20:13:01.009 | + functions-common:_run_under_systemd:1554 : local systemd_service=devstack@s-container-sync.service 2021-04-09 20:13:01.012 | + functions-common:_run_under_systemd:1555 : local group= 2021-04-09 20:13:01.015 | + functions-common:_run_under_systemd:1556 : local user=ubuntu 2021-04-09 20:13:01.018 | + functions-common:_run_under_systemd:1557 : [[ /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf =~ uwsgi ]] 2021-04-09 20:13:01.020 | + 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-04-09 20:13:01.023 | + functions-common:write_user_unit_file:1465 : local service=devstack@s-container-sync.service 2021-04-09 20:13:01.025 | + functions-common:write_user_unit_file:1466 : local 'command=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-04-09 20:13:01.027 | + functions-common:write_user_unit_file:1467 : local group= 2021-04-09 20:13:01.030 | + functions-common:write_user_unit_file:1468 : local user=ubuntu 2021-04-09 20:13:01.032 | + functions-common:write_user_unit_file:1469 : local extra= 2021-04-09 20:13:01.035 | + functions-common:write_user_unit_file:1470 : [[ -n '' ]] 2021-04-09 20:13:01.037 | + functions-common:write_user_unit_file:1473 : local unitfile=/etc/systemd/system/devstack@s-container-sync.service 2021-04-09 20:13:01.039 | + functions-common:write_user_unit_file:1474 : mkdir -p /etc/systemd/system 2021-04-09 20:13:01.044 | + 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-04-09 20:13:01.100 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service User ubuntu 2021-04-09 20:13:01.155 | + 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-04-09 20:13:01.202 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service KillMode process 2021-04-09 20:13:01.248 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service TimeoutStopSec 300 2021-04-09 20:13:01.295 | + functions-common:write_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-04-09 20:13:01.343 | + functions-common:write_user_unit_file:1482 : [[ -n '' ]] 2021-04-09 20:13:01.345 | + functions-common:write_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Install WantedBy multi-user.target 2021-04-09 20:13:01.400 | + functions-common:write_user_unit_file:1488 : sudo systemctl daemon-reload 2021-04-09 20:13:01.617 | + functions-common:_run_under_systemd:1563 : sudo systemctl enable devstack@s-container-sync.service 2021-04-09 20:13:01.630 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-container-sync.service → /etc/systemd/system/devstack@s-container-sync.service. 2021-04-09 20:13:01.826 | + functions-common:_run_under_systemd:1564 : sudo systemctl start devstack@s-container-sync.service 2021-04-09 20:13:01.846 | + functions-common:run_process:1594 : time_stop run_process 2021-04-09 20:13:01.850 | + functions-common:time_stop:2336 : local name 2021-04-09 20:13:01.853 | + functions-common:time_stop:2337 : local end_time 2021-04-09 20:13:01.855 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 20:13:01.857 | + functions-common:time_stop:2339 : local total 2021-04-09 20:13:01.860 | + functions-common:time_stop:2340 : local start_time 2021-04-09 20:13:01.863 | + functions-common:time_stop:2342 : name=run_process 2021-04-09 20:13:01.865 | + functions-common:time_stop:2343 : start_time=1617999180950 2021-04-09 20:13:01.867 | + functions-common:time_stop:2345 : [[ -z 1617999180950 ]] 2021-04-09 20:13:01.871 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 20:13:01.877 | + functions-common:time_stop:2348 : end_time=1617999181874 2021-04-09 20:13:01.879 | + functions-common:time_stop:2349 : elapsed_time=924 2021-04-09 20:13:01.882 | + functions-common:time_stop:2350 : total=4626 2021-04-09 20:13:01.884 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 20:13:01.886 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=5550 2021-04-09 20:13:01.889 | + lib/swift:start_swift:825 : is_service_enabled tls-proxy 2021-04-09 20:13:01.908 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 20:13:01.910 | + lib/swift:start_swift:829 : run_process s-proxy '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-04-09 20:13:01.913 | + functions-common:run_process:1583 : local service=s-proxy 2021-04-09 20:13:01.915 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-04-09 20:13:01.917 | + functions-common:run_process:1585 : local group= 2021-04-09 20:13:01.920 | + functions-common:run_process:1586 : local user= 2021-04-09 20:13:01.922 | + functions-common:run_process:1588 : local name=s-proxy 2021-04-09 20:13:01.924 | + functions-common:run_process:1590 : time_start run_process 2021-04-09 20:13:01.927 | + functions-common:time_start:2322 : local name=run_process 2021-04-09 20:13:01.929 | + functions-common:time_start:2323 : local start_time= 2021-04-09 20:13:01.932 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-04-09 20:13:01.935 | ++ functions-common:time_start:2327 : date +%s%3N 2021-04-09 20:13:01.939 | + functions-common:time_start:2327 : _TIME_START[$name]=1617999181936 2021-04-09 20:13:01.941 | + functions-common:run_process:1591 : is_service_enabled s-proxy 2021-04-09 20:13:01.958 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:13:01.960 | + functions-common:run_process:1592 : _run_under_systemd s-proxy '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' '' '' 2021-04-09 20:13:01.963 | + functions-common:_run_under_systemd:1548 : local service=s-proxy 2021-04-09 20:13:01.965 | + functions-common:_run_under_systemd:1549 : local 'command=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-04-09 20:13:01.968 | + functions-common:_run_under_systemd:1550 : local 'cmd=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-04-09 20:13:01.970 | + functions-common:_run_under_systemd:1552 : _common_systemd_pitfalls '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-04-09 20:13:01.972 | + functions-common:_common_systemd_pitfalls:1520 : local 'cmd=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-04-09 20:13:01.975 | + functions-common:_common_systemd_pitfalls:1523 : [[ /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v =~ sudo ]] 2021-04-09 20:13:01.977 | + functions-common:_common_systemd_pitfalls:1534 : [[ ! /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v =~ ^/ ]] 2021-04-09 20:13:01.980 | + functions-common:_run_under_systemd:1554 : local systemd_service=devstack@s-proxy.service 2021-04-09 20:13:01.982 | + functions-common:_run_under_systemd:1555 : local group= 2021-04-09 20:13:01.984 | + functions-common:_run_under_systemd:1556 : local user=ubuntu 2021-04-09 20:13:01.987 | + functions-common:_run_under_systemd:1557 : [[ /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v =~ uwsgi ]] 2021-04-09 20:13:01.989 | + 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-04-09 20:13:01.992 | + functions-common:write_user_unit_file:1465 : local service=devstack@s-proxy.service 2021-04-09 20:13:01.994 | + functions-common:write_user_unit_file:1466 : local 'command=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-04-09 20:13:01.996 | + functions-common:write_user_unit_file:1467 : local group= 2021-04-09 20:13:02.000 | + functions-common:write_user_unit_file:1468 : local user=ubuntu 2021-04-09 20:13:02.002 | + functions-common:write_user_unit_file:1469 : local extra= 2021-04-09 20:13:02.004 | + functions-common:write_user_unit_file:1470 : [[ -n '' ]] 2021-04-09 20:13:02.007 | + functions-common:write_user_unit_file:1473 : local unitfile=/etc/systemd/system/devstack@s-proxy.service 2021-04-09 20:13:02.009 | + functions-common:write_user_unit_file:1474 : mkdir -p /etc/systemd/system 2021-04-09 20:13:02.013 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Unit Description 'Devstack devstack@s-proxy.service' 2021-04-09 20:13:02.069 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service User ubuntu 2021-04-09 20:13:02.125 | + 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-04-09 20:13:02.171 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service KillMode process 2021-04-09 20:13:02.217 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service TimeoutStopSec 300 2021-04-09 20:13:02.263 | + functions-common:write_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-04-09 20:13:02.309 | + functions-common:write_user_unit_file:1482 : [[ -n '' ]] 2021-04-09 20:13:02.312 | + functions-common:write_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Install WantedBy multi-user.target 2021-04-09 20:13:02.367 | + functions-common:write_user_unit_file:1488 : sudo systemctl daemon-reload 2021-04-09 20:13:02.562 | + functions-common:_run_under_systemd:1563 : sudo systemctl enable devstack@s-proxy.service 2021-04-09 20:13:02.575 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-proxy.service → /etc/systemd/system/devstack@s-proxy.service. 2021-04-09 20:13:02.764 | + functions-common:_run_under_systemd:1564 : sudo systemctl start devstack@s-proxy.service 2021-04-09 20:13:02.784 | + functions-common:run_process:1594 : time_stop run_process 2021-04-09 20:13:02.787 | + functions-common:time_stop:2336 : local name 2021-04-09 20:13:02.789 | + functions-common:time_stop:2337 : local end_time 2021-04-09 20:13:02.792 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 20:13:02.794 | + functions-common:time_stop:2339 : local total 2021-04-09 20:13:02.797 | + functions-common:time_stop:2340 : local start_time 2021-04-09 20:13:02.800 | + functions-common:time_stop:2342 : name=run_process 2021-04-09 20:13:02.802 | + functions-common:time_stop:2343 : start_time=1617999181936 2021-04-09 20:13:02.804 | + functions-common:time_stop:2345 : [[ -z 1617999181936 ]] 2021-04-09 20:13:02.809 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 20:13:02.811 | + functions-common:time_stop:2348 : end_time=1617999182808 2021-04-09 20:13:02.814 | + functions-common:time_stop:2349 : elapsed_time=872 2021-04-09 20:13:02.816 | + functions-common:time_stop:2350 : total=5550 2021-04-09 20:13:02.819 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 20:13:02.821 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=6422 2021-04-09 20:13:02.823 | + lib/swift:start_swift:834 : echo 'Waiting for swift proxy to start...' 2021-04-09 20:13:02.823 | Waiting for swift proxy to start... 2021-04-09 20:13:02.826 | + lib/swift:start_swift:835 : wait_for_service 60 http://10.222.0.52:8080/info 2021-04-09 20:13:02.828 | + functions:wait_for_service:428 : local timeout=60 2021-04-09 20:13:02.831 | + functions:wait_for_service:429 : local url=http://10.222.0.52:8080/info 2021-04-09 20:13:02.833 | + functions:wait_for_service:430 : local rval=0 2021-04-09 20:13:02.835 | + functions:wait_for_service:431 : time_start wait_for_service 2021-04-09 20:13:02.838 | + functions-common:time_start:2322 : local name=wait_for_service 2021-04-09 20:13:02.840 | + functions-common:time_start:2323 : local start_time= 2021-04-09 20:13:02.843 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-04-09 20:13:02.847 | ++ functions-common:time_start:2327 : date +%s%3N 2021-04-09 20:13:02.850 | + functions-common:time_start:2327 : _TIME_START[$name]=1617999182847 2021-04-09 20:13:02.852 | + functions:wait_for_service:432 : timeout 60 bash -x 2021-04-09 20:13:02.857 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.52:8080/info 2021-04-09 20:13:02.870 | + :: : [[ 000 == 503 ]] 2021-04-09 20:13:02.871 | + :: : [[ 7 -eq 7 ]] 2021-04-09 20:13:02.872 | + :: : sleep 1 2021-04-09 20:13:03.876 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.52:8080/info 2021-04-09 20:13:03.888 | + :: : [[ 000 == 503 ]] 2021-04-09 20:13:03.890 | + :: : [[ 7 -eq 7 ]] 2021-04-09 20:13:03.891 | + :: : sleep 1 2021-04-09 20:13:04.894 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.52:8080/info 2021-04-09 20:13:04.907 | + :: : [[ 000 == 503 ]] 2021-04-09 20:13:04.909 | + :: : [[ 7 -eq 7 ]] 2021-04-09 20:13:04.910 | + :: : sleep 1 2021-04-09 20:13:05.913 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.52:8080/info 2021-04-09 20:13:06.135 | + :: : [[ 200 == 503 ]] 2021-04-09 20:13:06.137 | + :: : [[ 0 -eq 7 ]] 2021-04-09 20:13:06.140 | + functions:wait_for_service:437 : time_stop wait_for_service 2021-04-09 20:13:06.143 | + functions-common:time_stop:2336 : local name 2021-04-09 20:13:06.145 | + functions-common:time_stop:2337 : local end_time 2021-04-09 20:13:06.147 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 20:13:06.150 | + functions-common:time_stop:2339 : local total 2021-04-09 20:13:06.152 | + functions-common:time_stop:2340 : local start_time 2021-04-09 20:13:06.155 | + functions-common:time_stop:2342 : name=wait_for_service 2021-04-09 20:13:06.158 | + functions-common:time_stop:2343 : start_time=1617999182847 2021-04-09 20:13:06.160 | + functions-common:time_stop:2345 : [[ -z 1617999182847 ]] 2021-04-09 20:13:06.163 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 20:13:06.167 | + functions-common:time_stop:2348 : end_time=1617999186164 2021-04-09 20:13:06.169 | + functions-common:time_stop:2349 : elapsed_time=3317 2021-04-09 20:13:06.172 | + functions-common:time_stop:2350 : total=3601 2021-04-09 20:13:06.174 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 20:13:06.177 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=6918 2021-04-09 20:13:06.179 | + functions:wait_for_service:438 : return 0 2021-04-09 20:13:06.182 | + lib/swift:start_swift:839 : [[ False == \T\r\u\e ]] 2021-04-09 20:13:06.184 | + ./stack.sh:main:1294 : is_service_enabled glance 2021-04-09 20:13:06.200 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:13:06.203 | + ./stack.sh:main:1295 : echo_summary 'Starting Glance' 2021-04-09 20:13:06.205 | + ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-04-09 20:13:06.208 | + ./stack.sh:echo_summary:461 : echo -e Starting Glance 2021-04-09 20:13:06.210 | + ./stack.sh:main:1296 : start_glance 2021-04-09 20:13:06.213 | + lib/glance:start_glance:318 : local service_protocol=http 2021-04-09 20:13:06.215 | + lib/glance:start_glance:319 : is_service_enabled tls-proxy 2021-04-09 20:13:06.231 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 20:13:06.234 | + lib/glance:start_glance:326 : run_process g-reg '/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' 2021-04-09 20:13:06.237 | + functions-common:run_process:1583 : local service=g-reg 2021-04-09 20:13:06.239 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' 2021-04-09 20:13:06.242 | + functions-common:run_process:1585 : local group= 2021-04-09 20:13:06.244 | + functions-common:run_process:1586 : local user= 2021-04-09 20:13:06.246 | + functions-common:run_process:1588 : local name=g-reg 2021-04-09 20:13:06.249 | + functions-common:run_process:1590 : time_start run_process 2021-04-09 20:13:06.252 | + functions-common:time_start:2322 : local name=run_process 2021-04-09 20:13:06.254 | + functions-common:time_start:2323 : local start_time= 2021-04-09 20:13:06.257 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-04-09 20:13:06.260 | ++ functions-common:time_start:2327 : date +%s%3N 2021-04-09 20:13:06.263 | + functions-common:time_start:2327 : _TIME_START[$name]=1617999186260 2021-04-09 20:13:06.266 | + functions-common:run_process:1591 : is_service_enabled g-reg 2021-04-09 20:13:06.282 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:13:06.284 | + functions-common:run_process:1592 : _run_under_systemd g-reg '/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' '' '' 2021-04-09 20:13:06.287 | + functions-common:_run_under_systemd:1548 : local service=g-reg 2021-04-09 20:13:06.290 | + functions-common:_run_under_systemd:1549 : local 'command=/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' 2021-04-09 20:13:06.292 | + functions-common:_run_under_systemd:1550 : local 'cmd=/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' 2021-04-09 20:13:06.295 | + functions-common:_run_under_systemd:1552 : _common_systemd_pitfalls '/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' 2021-04-09 20:13:06.298 | + functions-common:_common_systemd_pitfalls:1520 : local 'cmd=/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' 2021-04-09 20:13:06.300 | + functions-common:_common_systemd_pitfalls:1523 : [[ /usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf =~ sudo ]] 2021-04-09 20:13:06.302 | + functions-common:_common_systemd_pitfalls:1534 : [[ ! /usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf =~ ^/ ]] 2021-04-09 20:13:06.305 | + functions-common:_run_under_systemd:1554 : local systemd_service=devstack@g-reg.service 2021-04-09 20:13:06.307 | + functions-common:_run_under_systemd:1555 : local group= 2021-04-09 20:13:06.310 | + functions-common:_run_under_systemd:1556 : local user=ubuntu 2021-04-09 20:13:06.312 | + functions-common:_run_under_systemd:1557 : [[ /usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf =~ uwsgi ]] 2021-04-09 20:13:06.315 | + 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-04-09 20:13:06.317 | + functions-common:write_user_unit_file:1465 : local service=devstack@g-reg.service 2021-04-09 20:13:06.319 | + functions-common:write_user_unit_file:1466 : local 'command=/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' 2021-04-09 20:13:06.321 | + functions-common:write_user_unit_file:1467 : local group= 2021-04-09 20:13:06.324 | + functions-common:write_user_unit_file:1468 : local user=ubuntu 2021-04-09 20:13:06.326 | + functions-common:write_user_unit_file:1469 : local extra= 2021-04-09 20:13:06.329 | + functions-common:write_user_unit_file:1470 : [[ -n '' ]] 2021-04-09 20:13:06.331 | + functions-common:write_user_unit_file:1473 : local unitfile=/etc/systemd/system/devstack@g-reg.service 2021-04-09 20:13:06.333 | + functions-common:write_user_unit_file:1474 : mkdir -p /etc/systemd/system 2021-04-09 20:13:06.337 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@g-reg.service Unit Description 'Devstack devstack@g-reg.service' 2021-04-09 20:13:06.393 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@g-reg.service Service User ubuntu 2021-04-09 20:13:06.447 | + 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-04-09 20:13:06.496 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@g-reg.service Service KillMode process 2021-04-09 20:13:06.544 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@g-reg.service Service TimeoutStopSec 300 2021-04-09 20:13:06.590 | + functions-common:write_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@g-reg.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-04-09 20:13:06.636 | + functions-common:write_user_unit_file:1482 : [[ -n '' ]] 2021-04-09 20:13:06.638 | + functions-common:write_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@g-reg.service Install WantedBy multi-user.target 2021-04-09 20:13:06.694 | + functions-common:write_user_unit_file:1488 : sudo systemctl daemon-reload 2021-04-09 20:13:06.877 | + functions-common:_run_under_systemd:1563 : sudo systemctl enable devstack@g-reg.service 2021-04-09 20:13:06.892 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-reg.service → /etc/systemd/system/devstack@g-reg.service. 2021-04-09 20:13:07.071 | + functions-common:_run_under_systemd:1564 : sudo systemctl start devstack@g-reg.service 2021-04-09 20:13:07.090 | + functions-common:run_process:1594 : time_stop run_process 2021-04-09 20:13:07.093 | + functions-common:time_stop:2336 : local name 2021-04-09 20:13:07.096 | + functions-common:time_stop:2337 : local end_time 2021-04-09 20:13:07.099 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 20:13:07.101 | + functions-common:time_stop:2339 : local total 2021-04-09 20:13:07.103 | + functions-common:time_stop:2340 : local start_time 2021-04-09 20:13:07.106 | + functions-common:time_stop:2342 : name=run_process 2021-04-09 20:13:07.108 | + functions-common:time_stop:2343 : start_time=1617999186260 2021-04-09 20:13:07.111 | + functions-common:time_stop:2345 : [[ -z 1617999186260 ]] 2021-04-09 20:13:07.114 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 20:13:07.118 | + functions-common:time_stop:2348 : end_time=1617999187115 2021-04-09 20:13:07.120 | + functions-common:time_stop:2349 : elapsed_time=855 2021-04-09 20:13:07.122 | + functions-common:time_stop:2350 : total=6422 2021-04-09 20:13:07.125 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 20:13:07.128 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=7277 2021-04-09 20:13:07.130 | + lib/glance:start_glance:327 : [[ uwsgi == \u\w\s\g\i ]] 2021-04-09 20:13:07.133 | ++ lib/glance:start_glance:328 : which uwsgi 2021-04-09 20:13:07.137 | + lib/glance:start_glance:328 : run_process g-api '/usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-04-09 20:13:07.140 | + functions-common:run_process:1583 : local service=g-api 2021-04-09 20:13:07.143 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-04-09 20:13:07.145 | + functions-common:run_process:1585 : local group= 2021-04-09 20:13:07.148 | + functions-common:run_process:1586 : local user= 2021-04-09 20:13:07.150 | + functions-common:run_process:1588 : local name=g-api 2021-04-09 20:13:07.152 | + functions-common:run_process:1590 : time_start run_process 2021-04-09 20:13:07.155 | + functions-common:time_start:2322 : local name=run_process 2021-04-09 20:13:07.157 | + functions-common:time_start:2323 : local start_time= 2021-04-09 20:13:07.160 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-04-09 20:13:07.163 | ++ functions-common:time_start:2327 : date +%s%3N 2021-04-09 20:13:07.167 | + functions-common:time_start:2327 : _TIME_START[$name]=1617999187164 2021-04-09 20:13:07.169 | + functions-common:run_process:1591 : is_service_enabled g-api 2021-04-09 20:13:07.185 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:13:07.188 | + 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-04-09 20:13:07.191 | + functions-common:_run_under_systemd:1548 : local service=g-api 2021-04-09 20:13:07.193 | + functions-common:_run_under_systemd:1549 : local 'command=/usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-04-09 20:13:07.196 | + functions-common:_run_under_systemd:1550 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-04-09 20:13:07.198 | + functions-common:_run_under_systemd:1552 : _common_systemd_pitfalls '/usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-04-09 20:13:07.201 | + functions-common:_common_systemd_pitfalls:1520 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-04-09 20:13:07.204 | + functions-common:_common_systemd_pitfalls:1523 : [[ /usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]] 2021-04-09 20:13:07.206 | + functions-common:_common_systemd_pitfalls:1534 : [[ ! /usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]] 2021-04-09 20:13:07.209 | + functions-common:_run_under_systemd:1554 : local systemd_service=devstack@g-api.service 2021-04-09 20:13:07.211 | + functions-common:_run_under_systemd:1555 : local group= 2021-04-09 20:13:07.214 | + functions-common:_run_under_systemd:1556 : local user=ubuntu 2021-04-09 20:13:07.216 | + functions-common:_run_under_systemd:1557 : [[ /usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]] 2021-04-09 20:13:07.219 | + 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-04-09 20:13:07.221 | + functions-common:write_uwsgi_user_unit_file:1492 : local service=devstack@g-api.service 2021-04-09 20:13:07.223 | + 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-04-09 20:13:07.226 | + functions-common:write_uwsgi_user_unit_file:1494 : local group= 2021-04-09 20:13:07.228 | + functions-common:write_uwsgi_user_unit_file:1495 : local user=ubuntu 2021-04-09 20:13:07.231 | + functions-common:write_uwsgi_user_unit_file:1496 : local unitfile=/etc/systemd/system/devstack@g-api.service 2021-04-09 20:13:07.233 | + functions-common:write_uwsgi_user_unit_file:1497 : mkdir -p /etc/systemd/system 2021-04-09 20:13:07.237 | + 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-04-09 20:13:07.294 | + functions-common:write_uwsgi_user_unit_file:1500 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service SyslogIdentifier devstack@g-api.service 2021-04-09 20:13:07.351 | + functions-common:write_uwsgi_user_unit_file:1501 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service User ubuntu 2021-04-09 20:13:07.398 | + 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-04-09 20:13:07.446 | + functions-common:write_uwsgi_user_unit_file:1503 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-04-09 20:13:07.505 | + functions-common:write_uwsgi_user_unit_file:1504 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify 2021-04-09 20:13:07.552 | + functions-common:write_uwsgi_user_unit_file:1505 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process 2021-04-09 20:13:07.599 | + functions-common:write_uwsgi_user_unit_file:1506 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always 2021-04-09 20:13:07.645 | + functions-common:write_uwsgi_user_unit_file:1507 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all 2021-04-09 20:13:07.692 | + functions-common:write_uwsgi_user_unit_file:1508 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100 2021-04-09 20:13:07.738 | + functions-common:write_uwsgi_user_unit_file:1510 : [[ -n '' ]] 2021-04-09 20:13:07.741 | + functions-common:write_uwsgi_user_unit_file:1513 : iniset -sudo /etc/systemd/system/devstack@g-api.service Install WantedBy multi-user.target 2021-04-09 20:13:07.798 | + functions-common:write_uwsgi_user_unit_file:1516 : sudo systemctl daemon-reload 2021-04-09 20:13:07.999 | + functions-common:_run_under_systemd:1563 : sudo systemctl enable devstack@g-api.service 2021-04-09 20:13:08.012 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service. 2021-04-09 20:13:08.193 | + functions-common:_run_under_systemd:1564 : sudo systemctl start devstack@g-api.service 2021-04-09 20:13:08.268 | + functions-common:run_process:1594 : time_stop run_process 2021-04-09 20:13:08.271 | + functions-common:time_stop:2336 : local name 2021-04-09 20:13:08.273 | + functions-common:time_stop:2337 : local end_time 2021-04-09 20:13:08.275 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 20:13:08.278 | + functions-common:time_stop:2339 : local total 2021-04-09 20:13:08.283 | + functions-common:time_stop:2340 : local start_time 2021-04-09 20:13:08.285 | + functions-common:time_stop:2342 : name=run_process 2021-04-09 20:13:08.288 | + functions-common:time_stop:2343 : start_time=1617999187164 2021-04-09 20:13:08.290 | + functions-common:time_stop:2345 : [[ -z 1617999187164 ]] 2021-04-09 20:13:08.293 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 20:13:08.297 | + functions-common:time_stop:2348 : end_time=1617999188294 2021-04-09 20:13:08.299 | + functions-common:time_stop:2349 : elapsed_time=1130 2021-04-09 20:13:08.302 | + functions-common:time_stop:2350 : total=7277 2021-04-09 20:13:08.304 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 20:13:08.307 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=8407 2021-04-09 20:13:08.309 | + lib/glance:start_glance:333 : echo 'Waiting for g-api (10.222.0.52) to start...' 2021-04-09 20:13:08.309 | Waiting for g-api (10.222.0.52) to start... 2021-04-09 20:13:08.313 | + lib/glance:start_glance:334 : wait_for_service 60 http://10.222.0.52/image 2021-04-09 20:13:08.315 | + functions:wait_for_service:428 : local timeout=60 2021-04-09 20:13:08.318 | + functions:wait_for_service:429 : local url=http://10.222.0.52/image 2021-04-09 20:13:08.320 | + functions:wait_for_service:430 : local rval=0 2021-04-09 20:13:08.322 | + functions:wait_for_service:431 : time_start wait_for_service 2021-04-09 20:13:08.325 | + functions-common:time_start:2322 : local name=wait_for_service 2021-04-09 20:13:08.327 | + functions-common:time_start:2323 : local start_time= 2021-04-09 20:13:08.330 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-04-09 20:13:08.334 | ++ functions-common:time_start:2327 : date +%s%3N 2021-04-09 20:13:08.336 | + functions-common:time_start:2327 : _TIME_START[$name]=1617999188333 2021-04-09 20:13:08.339 | + functions:wait_for_service:432 : timeout 60 bash -x 2021-04-09 20:13:08.344 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.52/image 2021-04-09 20:13:11.971 | + :: : [[ 300 == 503 ]] 2021-04-09 20:13:11.972 | + :: : [[ 0 -eq 7 ]] 2021-04-09 20:13:11.975 | + functions:wait_for_service:437 : time_stop wait_for_service 2021-04-09 20:13:11.978 | + functions-common:time_stop:2336 : local name 2021-04-09 20:13:11.980 | + functions-common:time_stop:2337 : local end_time 2021-04-09 20:13:11.983 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 20:13:11.985 | + functions-common:time_stop:2339 : local total 2021-04-09 20:13:11.988 | + functions-common:time_stop:2340 : local start_time 2021-04-09 20:13:11.990 | + functions-common:time_stop:2342 : name=wait_for_service 2021-04-09 20:13:11.993 | + functions-common:time_stop:2343 : start_time=1617999188333 2021-04-09 20:13:11.995 | + functions-common:time_stop:2345 : [[ -z 1617999188333 ]] 2021-04-09 20:13:11.998 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 20:13:12.002 | + functions-common:time_stop:2348 : end_time=1617999191999 2021-04-09 20:13:12.004 | + functions-common:time_stop:2349 : elapsed_time=3666 2021-04-09 20:13:12.007 | + functions-common:time_stop:2350 : total=6918 2021-04-09 20:13:12.009 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 20:13:12.011 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=10584 2021-04-09 20:13:12.014 | + functions:wait_for_service:438 : return 0 2021-04-09 20:13:12.017 | + ./stack.sh:main:1310 : is_service_enabled g-reg 2021-04-09 20:13:12.033 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:13:12.036 | + ./stack.sh:main:1312 : echo_summary 'Uploading images' 2021-04-09 20:13:12.038 | + ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-04-09 20:13:12.041 | + ./stack.sh:echo_summary:461 : echo -e Uploading images 2021-04-09 20:13:12.044 | + ./stack.sh:main:1314 : for image_url in ${IMAGE_URLS//,/ } 2021-04-09 20:13:12.046 | + ./stack.sh:main:1315 : upload_image http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-04-09 20:13:12.049 | + functions:upload_image:89 : local image_url=http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-04-09 20:13:12.051 | + functions:upload_image:91 : local image image_fname image_name 2021-04-09 20:13:12.053 | + functions:upload_image:94 : mkdir -p /home/ubuntu/devstack/files/images 2021-04-09 20:13:12.057 | ++ functions:upload_image:95 : basename http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-04-09 20:13:12.060 | + functions:upload_image:95 : image_fname=ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-04-09 20:13:12.062 | + functions:upload_image:96 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx != file* ]] 2021-04-09 20:13:12.064 | + functions:upload_image:98 : [[ ! -f /home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx ]] 2021-04-09 20:13:12.066 | + 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-04-09 20:13:12.069 | --2021-04-09 20:13:12-- http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-04-09 20:13:12.070 | Connecting to 10.100.0.9:80... connected. 2021-04-09 20:13:12.071 | HTTP request sent, awaiting response... 200 OK 2021-04-09 20:13:12.071 | Length: 645922816 (616M) 2021-04-09 20:13:12.071 | Saving to: ‘/home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx’ 2021-04-09 20:13:12.089 | 2021-04-09 20:13:12.376 | 0K ........ ........ ........ ........ 5% 108M 5s 2021-04-09 20:13:12.668 | 32768K ........ ........ ........ ........ 10% 110M 5s 2021-04-09 20:13:12.986 | 65536K ........ ........ ........ ........ 15% 101M 5s 2021-04-09 20:13:13.305 | 98304K ........ ........ ........ ........ 20% 100M 5s 2021-04-09 20:13:13.610 | 131072K ........ ........ ........ ........ 25% 105M 4s 2021-04-09 20:13:13.914 | 163840K ........ ........ ........ ........ 31% 105M 4s 2021-04-09 20:13:14.213 | 196608K ........ ........ ........ ........ 36% 107M 4s 2021-04-09 20:13:14.511 | 229376K ........ ........ ........ ........ 41% 108M 3s 2021-04-09 20:13:14.809 | 262144K ........ ........ ........ ........ 46% 107M 3s 2021-04-09 20:13:15.109 | 294912K ........ ........ ........ ........ 51% 107M 3s 2021-04-09 20:13:15.408 | 327680K ........ ........ ........ ........ 57% 107M 2s 2021-04-09 20:13:15.706 | 360448K ........ ........ ........ ........ 62% 108M 2s 2021-04-09 20:13:16.002 | 393216K ........ ........ ........ ........ 67% 108M 2s 2021-04-09 20:13:16.296 | 425984K ........ ........ ........ ........ 72% 109M 2s 2021-04-09 20:13:16.594 | 458752K ........ ........ ........ ........ 77% 109M 1s 2021-04-09 20:13:16.885 | 491520K ........ ........ ........ ........ 83% 108M 1s 2021-04-09 20:13:17.182 | 524288K ........ ........ ........ ........ 88% 108M 1s 2021-04-09 20:13:17.476 | 557056K ........ ........ ........ ........ 93% 109M 0s 2021-04-09 20:13:17.770 | 589824K ........ ........ ........ ........ 98% 109M 0s 2021-04-09 20:13:17.835 | 622592K ........ 100% 108M=5.8s 2021-04-09 20:13:17.835 | 2021-04-09 20:13:17.835 | 2021-04-09 20:13:17 (107 MB/s) - ‘/home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx’ saved [645922816/645922816] 2021-04-09 20:13:17.835 | 2021-04-09 20:13:17.838 | + functions:upload_image:100 : [[ 0 -ne 0 ]] 2021-04-09 20:13:17.840 | + functions:upload_image:105 : image=/home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-04-09 20:13:17.842 | + functions:upload_image:119 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ openvz ]] 2021-04-09 20:13:17.845 | + functions:upload_image:126 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ \.vmdk ]] 2021-04-09 20:13:17.847 | + functions:upload_image:241 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ \.vhd\.tgz ]] 2021-04-09 20:13:17.849 | + functions:upload_image:263 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ \.xen-raw\.tgz ]] 2021-04-09 20:13:17.851 | + functions:upload_image:274 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ \.hds ]] 2021-04-09 20:13:17.853 | + functions:upload_image:290 : local kernel= 2021-04-09 20:13:17.855 | + functions:upload_image:291 : local ramdisk= 2021-04-09 20:13:17.858 | + functions:upload_image:292 : local disk_format= 2021-04-09 20:13:17.860 | + functions:upload_image:293 : local container_format= 2021-04-09 20:13:17.862 | + functions:upload_image:294 : local unpack= 2021-04-09 20:13:17.864 | + functions:upload_image:295 : local img_property= 2021-04-09 20:13:17.866 | + functions:upload_image:296 : case "$image_fname" in 2021-04-09 20:13:17.869 | + functions:upload_image:355 : local extension=04-minimal-cloudimg-amd64-sync.vhdx 2021-04-09 20:13:17.871 | ++ functions:upload_image:356 : basename /home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx .04-minimal-cloudimg-amd64-sync.vhdx 2021-04-09 20:13:17.875 | + functions:upload_image:356 : image_name=ubuntu-16 2021-04-09 20:13:17.879 | ++ functions:upload_image:357 : echo ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-04-09 20:13:17.879 | ++ functions:upload_image:357 : grep -oP '(?<=\.)vhdx?(?=\.|$)' 2021-04-09 20:13:17.883 | + functions:upload_image:357 : disk_format=vhdx 2021-04-09 20:13:17.885 | + functions:upload_image:358 : container_format=bare 2021-04-09 20:13:17.887 | + functions:upload_image:359 : '[' vhdx == gz ']' 2021-04-09 20:13:17.890 | + functions:upload_image:366 : is_arch ppc64le 2021-04-09 20:13:17.893 | ++ functions-common:is_arch:430 : uname -m 2021-04-09 20:13:17.896 | + functions-common:is_arch:430 : [[ x86_64 == \p\p\c\6\4\l\e ]] 2021-04-09 20:13:17.898 | + functions:upload_image:366 : is_arch ppc64 2021-04-09 20:13:17.901 | ++ functions-common:is_arch:430 : uname -m 2021-04-09 20:13:17.904 | + functions-common:is_arch:430 : [[ x86_64 == \p\p\c\6\4 ]] 2021-04-09 20:13:17.906 | + functions:upload_image:366 : is_arch ppc 2021-04-09 20:13:17.909 | ++ functions-common:is_arch:430 : uname -m 2021-04-09 20:13:17.912 | + functions-common:is_arch:430 : [[ x86_64 == \p\p\c ]] 2021-04-09 20:13:17.914 | + functions:upload_image:370 : is_arch aarch64 2021-04-09 20:13:17.917 | ++ functions-common:is_arch:430 : uname -m 2021-04-09 20:13:17.921 | + functions-common:is_arch:430 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2021-04-09 20:13:17.923 | + functions:upload_image:374 : '[' bare = bare ']' 2021-04-09 20:13:17.925 | + functions:upload_image:375 : '[' '' = zcat ']' 2021-04-09 20:13:17.927 | + functions:upload_image:377 : '[' '' = bunzip2 ']' 2021-04-09 20:13:17.930 | + 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-04-09 20:13:33.846 | +------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-04-09 20:13:33.846 | | Field | Value | 2021-04-09 20:13:33.846 | +------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-04-09 20:13:33.846 | | checksum | 318f990048c8a194829e52141534610d | 2021-04-09 20:13:33.846 | | container_format | bare | 2021-04-09 20:13:33.846 | | created_at | 2021-04-09T20:13:21Z | 2021-04-09 20:13:33.846 | | disk_format | vhdx | 2021-04-09 20:13:33.846 | | file | /v2/images/77773fd3-9b6b-430e-83ab-1b5168202b98/file | 2021-04-09 20:13:33.846 | | id | 77773fd3-9b6b-430e-83ab-1b5168202b98 | 2021-04-09 20:13:33.846 | | min_disk | 0 | 2021-04-09 20:13:33.846 | | min_ram | 0 | 2021-04-09 20:13:33.846 | | name | ubuntu-16 | 2021-04-09 20:13:33.846 | | owner | ad652990b2da485f916c7ea251f4605f | 2021-04-09 20:13:33.847 | | properties | os_hash_algo='sha512', os_hash_value='1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53', os_hidden='False' | 2021-04-09 20:13:33.847 | | protected | False | 2021-04-09 20:13:33.847 | | schema | /v2/schemas/image | 2021-04-09 20:13:33.847 | | size | 645922816 | 2021-04-09 20:13:33.847 | | status | active | 2021-04-09 20:13:33.847 | | tags | | 2021-04-09 20:13:33.847 | | updated_at | 2021-04-09T20:13:34Z | 2021-04-09 20:13:33.847 | | virtual_size | None | 2021-04-09 20:13:33.847 | | visibility | public | 2021-04-09 20:13:33.847 | +------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-04-09 20:13:33.958 | + ./stack.sh:main:1322 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2021-04-09 20:13:33.960 | + ./stack.sh:main:1323 : is_service_enabled nova 2021-04-09 20:13:33.977 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:13:33.979 | + ./stack.sh:main:1324 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2021-04-09 20:13:34.005 | + ./stack.sh:main:1325 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2021-04-09 20:13:34.032 | + ./stack.sh:main:1328 : is_service_enabled cinder 2021-04-09 20:13:34.049 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:13:34.051 | + ./stack.sh:main:1329 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2021-04-09 20:13:34.078 | + ./stack.sh:main:1333 : is_service_enabled n-api 2021-04-09 20:13:34.095 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:13:34.098 | + ./stack.sh:main:1334 : echo_summary 'Starting Nova API' 2021-04-09 20:13:34.100 | + ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-04-09 20:13:34.102 | + ./stack.sh:echo_summary:461 : echo -e Starting Nova API 2021-04-09 20:13:34.105 | + ./stack.sh:main:1335 : start_nova_api 2021-04-09 20:13:34.107 | + lib/nova:start_nova_api:833 : local service_port=8774 2021-04-09 20:13:34.110 | + lib/nova:start_nova_api:834 : local service_protocol=http 2021-04-09 20:13:34.112 | + lib/nova:start_nova_api:835 : local nova_url 2021-04-09 20:13:34.114 | + lib/nova:start_nova_api:836 : is_service_enabled tls-proxy 2021-04-09 20:13:34.131 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 20:13:34.134 | + 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-04-09 20:13:34.136 | + 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-04-09 20:13:34.139 | + 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-04-09 20:13:34.141 | + lib/nova:start_nova_api:845 : '[' True == False ']' 2021-04-09 20:13:34.144 | ++ lib/nova:start_nova_api:853 : which uwsgi 2021-04-09 20:13:34.148 | + 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-04-09 20:13:34.151 | + functions-common:run_process:1583 : local service=n-api 2021-04-09 20:13:34.153 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-04-09 20:13:34.156 | + functions-common:run_process:1585 : local group= 2021-04-09 20:13:34.159 | + functions-common:run_process:1586 : local user= 2021-04-09 20:13:34.161 | + functions-common:run_process:1588 : local name=n-api 2021-04-09 20:13:34.164 | + functions-common:run_process:1590 : time_start run_process 2021-04-09 20:13:34.167 | + functions-common:time_start:2322 : local name=run_process 2021-04-09 20:13:34.169 | + functions-common:time_start:2323 : local start_time= 2021-04-09 20:13:34.172 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-04-09 20:13:34.175 | ++ functions-common:time_start:2327 : date +%s%3N 2021-04-09 20:13:34.179 | + functions-common:time_start:2327 : _TIME_START[$name]=1617999214176 2021-04-09 20:13:34.181 | + functions-common:run_process:1591 : is_service_enabled n-api 2021-04-09 20:13:34.209 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:13:34.212 | + 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-04-09 20:13:34.215 | + functions-common:_run_under_systemd:1548 : local service=n-api 2021-04-09 20:13:34.217 | + functions-common:_run_under_systemd:1549 : local 'command=/usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-04-09 20:13:34.221 | + functions-common:_run_under_systemd:1550 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-04-09 20:13:34.223 | + 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-04-09 20:13:34.226 | + functions-common:_common_systemd_pitfalls:1520 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-04-09 20:13:34.228 | + functions-common:_common_systemd_pitfalls:1523 : [[ /usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2021-04-09 20:13:34.231 | + functions-common:_common_systemd_pitfalls:1534 : [[ ! /usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2021-04-09 20:13:34.234 | + functions-common:_run_under_systemd:1554 : local systemd_service=devstack@n-api.service 2021-04-09 20:13:34.237 | + functions-common:_run_under_systemd:1555 : local group= 2021-04-09 20:13:34.239 | + functions-common:_run_under_systemd:1556 : local user=ubuntu 2021-04-09 20:13:34.242 | + functions-common:_run_under_systemd:1557 : [[ /usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2021-04-09 20:13:34.244 | + 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-04-09 20:13:34.247 | + functions-common:write_uwsgi_user_unit_file:1492 : local service=devstack@n-api.service 2021-04-09 20:13:34.249 | + 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-04-09 20:13:34.251 | + functions-common:write_uwsgi_user_unit_file:1494 : local group= 2021-04-09 20:13:34.254 | + functions-common:write_uwsgi_user_unit_file:1495 : local user=ubuntu 2021-04-09 20:13:34.256 | + functions-common:write_uwsgi_user_unit_file:1496 : local unitfile=/etc/systemd/system/devstack@n-api.service 2021-04-09 20:13:34.258 | + functions-common:write_uwsgi_user_unit_file:1497 : mkdir -p /etc/systemd/system 2021-04-09 20:13:34.262 | + 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-04-09 20:13:34.319 | + functions-common:write_uwsgi_user_unit_file:1500 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service SyslogIdentifier devstack@n-api.service 2021-04-09 20:13:34.376 | + functions-common:write_uwsgi_user_unit_file:1501 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User ubuntu 2021-04-09 20:13:34.424 | + 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-04-09 20:13:34.472 | + functions-common:write_uwsgi_user_unit_file:1503 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-04-09 20:13:34.523 | + functions-common:write_uwsgi_user_unit_file:1504 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2021-04-09 20:13:34.571 | + functions-common:write_uwsgi_user_unit_file:1505 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2021-04-09 20:13:34.617 | + functions-common:write_uwsgi_user_unit_file:1506 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2021-04-09 20:13:34.665 | + functions-common:write_uwsgi_user_unit_file:1507 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2021-04-09 20:13:34.712 | + functions-common:write_uwsgi_user_unit_file:1508 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2021-04-09 20:13:34.765 | + functions-common:write_uwsgi_user_unit_file:1510 : [[ -n '' ]] 2021-04-09 20:13:34.767 | + functions-common:write_uwsgi_user_unit_file:1513 : iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target 2021-04-09 20:13:34.826 | + functions-common:write_uwsgi_user_unit_file:1516 : sudo systemctl daemon-reload 2021-04-09 20:13:35.040 | + functions-common:_run_under_systemd:1563 : sudo systemctl enable devstack@n-api.service 2021-04-09 20:13:35.054 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2021-04-09 20:13:35.248 | + functions-common:_run_under_systemd:1564 : sudo systemctl start devstack@n-api.service 2021-04-09 20:13:35.323 | + functions-common:run_process:1594 : time_stop run_process 2021-04-09 20:13:35.326 | + functions-common:time_stop:2336 : local name 2021-04-09 20:13:35.331 | + functions-common:time_stop:2337 : local end_time 2021-04-09 20:13:35.334 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 20:13:35.338 | + functions-common:time_stop:2339 : local total 2021-04-09 20:13:35.341 | + functions-common:time_stop:2340 : local start_time 2021-04-09 20:13:35.344 | + functions-common:time_stop:2342 : name=run_process 2021-04-09 20:13:35.347 | + functions-common:time_stop:2343 : start_time=1617999214176 2021-04-09 20:13:35.349 | + functions-common:time_stop:2345 : [[ -z 1617999214176 ]] 2021-04-09 20:13:35.352 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 20:13:35.357 | + functions-common:time_stop:2348 : end_time=1617999215354 2021-04-09 20:13:35.360 | + functions-common:time_stop:2349 : elapsed_time=1178 2021-04-09 20:13:35.363 | + functions-common:time_stop:2350 : total=8407 2021-04-09 20:13:35.366 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 20:13:35.368 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=9585 2021-04-09 20:13:35.374 | + lib/nova:start_nova_api:854 : nova_url=http://10.222.0.52/compute/v2.1/ 2021-04-09 20:13:35.377 | + lib/nova:start_nova_api:857 : echo 'Waiting for nova-api to start...' 2021-04-09 20:13:35.377 | Waiting for nova-api to start... 2021-04-09 20:13:35.380 | + lib/nova:start_nova_api:858 : wait_for_service 60 http://10.222.0.52/compute/v2.1/ 2021-04-09 20:13:35.383 | + functions:wait_for_service:428 : local timeout=60 2021-04-09 20:13:35.385 | + functions:wait_for_service:429 : local url=http://10.222.0.52/compute/v2.1/ 2021-04-09 20:13:35.388 | + functions:wait_for_service:430 : local rval=0 2021-04-09 20:13:35.391 | + functions:wait_for_service:431 : time_start wait_for_service 2021-04-09 20:13:35.394 | + functions-common:time_start:2322 : local name=wait_for_service 2021-04-09 20:13:35.397 | + functions-common:time_start:2323 : local start_time= 2021-04-09 20:13:35.400 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-04-09 20:13:35.403 | ++ functions-common:time_start:2327 : date +%s%3N 2021-04-09 20:13:35.409 | + functions-common:time_start:2327 : _TIME_START[$name]=1617999215405 2021-04-09 20:13:35.411 | + functions:wait_for_service:432 : timeout 60 bash -x 2021-04-09 20:13:35.419 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.52/compute/v2.1/ 2021-04-09 20:13:41.534 | + :: : [[ 401 == 503 ]] 2021-04-09 20:13:41.535 | + :: : [[ 0 -eq 7 ]] 2021-04-09 20:13:41.538 | + functions:wait_for_service:437 : time_stop wait_for_service 2021-04-09 20:13:41.541 | + functions-common:time_stop:2336 : local name 2021-04-09 20:13:41.544 | + functions-common:time_stop:2337 : local end_time 2021-04-09 20:13:41.546 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 20:13:41.549 | + functions-common:time_stop:2339 : local total 2021-04-09 20:13:41.551 | + functions-common:time_stop:2340 : local start_time 2021-04-09 20:13:41.554 | + functions-common:time_stop:2342 : name=wait_for_service 2021-04-09 20:13:41.556 | + functions-common:time_stop:2343 : start_time=1617999215405 2021-04-09 20:13:41.559 | + functions-common:time_stop:2345 : [[ -z 1617999215405 ]] 2021-04-09 20:13:41.563 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 20:13:41.566 | + functions-common:time_stop:2348 : end_time=1617999221564 2021-04-09 20:13:41.569 | + functions-common:time_stop:2349 : elapsed_time=6159 2021-04-09 20:13:41.571 | + functions-common:time_stop:2350 : total=10584 2021-04-09 20:13:41.574 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 20:13:41.576 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=16743 2021-04-09 20:13:41.579 | + functions:wait_for_service:438 : return 0 2021-04-09 20:13:41.582 | + 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-04-09 20:13:41.585 | + 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-04-09 20:13:41.588 | + ./stack.sh:main:1338 : is_service_enabled neutron-api 2021-04-09 20:13:41.604 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 20:13:41.606 | + ./stack.sh:main:1341 : is_service_enabled q-svc 2021-04-09 20:13:41.622 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:13:41.626 | + ./stack.sh:main:1342 : echo_summary 'Starting Neutron' 2021-04-09 20:13:41.628 | + ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-04-09 20:13:41.631 | + ./stack.sh:echo_summary:461 : echo -e Starting Neutron 2021-04-09 20:13:41.633 | + ./stack.sh:main:1343 : configure_neutron_after_post_config 2021-04-09 20:13:41.636 | + lib/neutron-legacy:configure_neutron_after_post_config:465 : [[ router,neutron.services.metering.metering_plugin.MeteringPlugin != '' ]] 2021-04-09 20:13:41.639 | + 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-04-09 20:13:41.671 | + ./stack.sh:main:1344 : start_neutron_service_and_check 2021-04-09 20:13:41.674 | + lib/neutron-legacy:start_neutron_service_and_check:472 : local service_port=9696 2021-04-09 20:13:41.676 | + lib/neutron-legacy:start_neutron_service_and_check:473 : local service_protocol=http 2021-04-09 20:13:41.679 | + lib/neutron-legacy:start_neutron_service_and_check:474 : local cfg_file_options 2021-04-09 20:13:41.681 | + lib/neutron-legacy:start_neutron_service_and_check:475 : local neutron_url 2021-04-09 20:13:41.684 | ++ lib/neutron-legacy:start_neutron_service_and_check:477 : determine_config_files neutron-server 2021-04-09 20:13:41.688 | ++ lib/neutron-legacy:determine_config_files:324 : local opts= 2021-04-09 20:13:41.690 | ++ lib/neutron-legacy:determine_config_files:325 : case "$1" in 2021-04-09 20:13:41.693 | +++ lib/neutron-legacy:determine_config_files:326 : _determine_config_server 2021-04-09 20:13:41.696 | +++ lib/neutron-legacy:_determine_config_server:294 : [[ '' != '' ]] 2021-04-09 20:13:41.698 | +++ lib/neutron-legacy:_determine_config_server:301 : [[ 0 > 0 ]] 2021-04-09 20:13:41.701 | +++ lib/neutron-legacy:_determine_config_server:308 : local cfg_file 2021-04-09 20:13:41.704 | +++ 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-04-09 20:13:41.706 | +++ lib/neutron-legacy:_determine_config_server:313 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-04-09 20:13:41.709 | ++ lib/neutron-legacy:determine_config_files:326 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-04-09 20:13:41.712 | ++ lib/neutron-legacy:determine_config_files:329 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']' 2021-04-09 20:13:41.714 | ++ lib/neutron-legacy:determine_config_files:332 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-04-09 20:13:41.717 | + 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-04-09 20:13:41.720 | + lib/neutron-legacy:start_neutron_service_and_check:479 : is_service_enabled tls-proxy 2021-04-09 20:13:41.736 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 20:13:41.738 | + lib/neutron-legacy:start_neutron_service_and_check:484 : '[' False == True ']' 2021-04-09 20:13:41.741 | + 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-04-09 20:13:41.743 | + functions-common:run_process:1583 : local service=q-svc 2021-04-09 20:13:41.746 | + 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-04-09 20:13:41.749 | + functions-common:run_process:1585 : local group= 2021-04-09 20:13:41.752 | + functions-common:run_process:1586 : local user= 2021-04-09 20:13:41.755 | + functions-common:run_process:1588 : local name=q-svc 2021-04-09 20:13:41.757 | + functions-common:run_process:1590 : time_start run_process 2021-04-09 20:13:41.760 | + functions-common:time_start:2322 : local name=run_process 2021-04-09 20:13:41.762 | + functions-common:time_start:2323 : local start_time= 2021-04-09 20:13:41.765 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-04-09 20:13:41.769 | ++ functions-common:time_start:2327 : date +%s%3N 2021-04-09 20:13:41.772 | + functions-common:time_start:2327 : _TIME_START[$name]=1617999221769 2021-04-09 20:13:41.775 | + functions-common:run_process:1591 : is_service_enabled q-svc 2021-04-09 20:13:41.790 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:13:41.793 | + 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-04-09 20:13:41.795 | + functions-common:_run_under_systemd:1548 : local service=q-svc 2021-04-09 20:13:41.798 | + 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-04-09 20:13:41.800 | + 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-04-09 20:13:41.803 | + 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-04-09 20:13:41.805 | + 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-04-09 20:13:41.808 | + 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-04-09 20:13:41.810 | + 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-04-09 20:13:41.813 | + functions-common:_run_under_systemd:1554 : local systemd_service=devstack@q-svc.service 2021-04-09 20:13:41.816 | + functions-common:_run_under_systemd:1555 : local group= 2021-04-09 20:13:41.818 | + functions-common:_run_under_systemd:1556 : local user=ubuntu 2021-04-09 20:13:41.821 | + 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-04-09 20:13:41.823 | + 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-04-09 20:13:41.826 | + functions-common:write_user_unit_file:1465 : local service=devstack@q-svc.service 2021-04-09 20:13:41.829 | + 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-04-09 20:13:41.836 | + functions-common:write_user_unit_file:1467 : local group= 2021-04-09 20:13:41.836 | + functions-common:write_user_unit_file:1468 : local user=ubuntu 2021-04-09 20:13:41.836 | + functions-common:write_user_unit_file:1469 : local extra= 2021-04-09 20:13:41.838 | + functions-common:write_user_unit_file:1470 : [[ -n '' ]] 2021-04-09 20:13:41.840 | + functions-common:write_user_unit_file:1473 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2021-04-09 20:13:41.842 | + functions-common:write_user_unit_file:1474 : mkdir -p /etc/systemd/system 2021-04-09 20:13:41.846 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Unit Description 'Devstack devstack@q-svc.service' 2021-04-09 20:13:41.900 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User ubuntu 2021-04-09 20:13:41.955 | + 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-04-09 20:13:42.001 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2021-04-09 20:13:42.047 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2021-04-09 20:13:42.092 | + functions-common:write_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-04-09 20:13:42.142 | + functions-common:write_user_unit_file:1482 : [[ -n '' ]] 2021-04-09 20:13:42.145 | + functions-common:write_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2021-04-09 20:13:42.199 | + functions-common:write_user_unit_file:1488 : sudo systemctl daemon-reload 2021-04-09 20:13:42.394 | + functions-common:_run_under_systemd:1563 : sudo systemctl enable devstack@q-svc.service 2021-04-09 20:13:42.407 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2021-04-09 20:13:42.593 | + functions-common:_run_under_systemd:1564 : sudo systemctl start devstack@q-svc.service 2021-04-09 20:13:42.614 | + functions-common:run_process:1594 : time_stop run_process 2021-04-09 20:13:42.616 | + functions-common:time_stop:2336 : local name 2021-04-09 20:13:42.619 | + functions-common:time_stop:2337 : local end_time 2021-04-09 20:13:42.621 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 20:13:42.624 | + functions-common:time_stop:2339 : local total 2021-04-09 20:13:42.627 | + functions-common:time_stop:2340 : local start_time 2021-04-09 20:13:42.629 | + functions-common:time_stop:2342 : name=run_process 2021-04-09 20:13:42.632 | + functions-common:time_stop:2343 : start_time=1617999221769 2021-04-09 20:13:42.634 | + functions-common:time_stop:2345 : [[ -z 1617999221769 ]] 2021-04-09 20:13:42.637 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 20:13:42.641 | + functions-common:time_stop:2348 : end_time=1617999222638 2021-04-09 20:13:42.644 | + functions-common:time_stop:2349 : elapsed_time=869 2021-04-09 20:13:42.646 | + functions-common:time_stop:2350 : total=9585 2021-04-09 20:13:42.648 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 20:13:42.651 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=10454 2021-04-09 20:13:42.653 | + lib/neutron-legacy:start_neutron_service_and_check:492 : neutron_url=http://10.222.0.52:9696 2021-04-09 20:13:42.656 | + lib/neutron-legacy:start_neutron_service_and_check:494 : is_service_enabled tls-proxy 2021-04-09 20:13:42.673 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 20:13:42.676 | + lib/neutron-legacy:start_neutron_service_and_check:498 : echo 'Waiting for Neutron to start...' 2021-04-09 20:13:42.676 | Waiting for Neutron to start... 2021-04-09 20:13:42.678 | + lib/neutron-legacy:start_neutron_service_and_check:500 : local 'testcmd=wget --no-proxy -q -O- http://10.222.0.52:9696' 2021-04-09 20:13:42.681 | + lib/neutron-legacy:start_neutron_service_and_check:501 : test_with_retry 'wget --no-proxy -q -O- http://10.222.0.52:9696' 'Neutron did not start' 60 2021-04-09 20:13:42.683 | + functions-common:test_with_retry:2274 : local 'testcmd=wget --no-proxy -q -O- http://10.222.0.52:9696' 2021-04-09 20:13:42.686 | + functions-common:test_with_retry:2275 : local 'failmsg=Neutron did not start' 2021-04-09 20:13:42.689 | + functions-common:test_with_retry:2276 : local until=60 2021-04-09 20:13:42.691 | + functions-common:test_with_retry:2277 : local sleep=0.5 2021-04-09 20:13:42.694 | + functions-common:test_with_retry:2279 : time_start test_with_retry 2021-04-09 20:13:42.696 | + functions-common:time_start:2322 : local name=test_with_retry 2021-04-09 20:13:42.699 | + functions-common:time_start:2323 : local start_time= 2021-04-09 20:13:42.701 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-04-09 20:13:42.704 | ++ functions-common:time_start:2327 : date +%s%3N 2021-04-09 20:13:42.708 | + functions-common:time_start:2327 : _TIME_START[$name]=1617999222705 2021-04-09 20:13:42.710 | + functions-common:test_with_retry:2280 : timeout 60 sh -c 'while ! wget --no-proxy -q -O- http://10.222.0.52:9696; do sleep 0.5; done' 2021-04-09 20:13:42.715 | 2021-04-09 20:13:42.715 | Redirecting output to ‘wget-log’. 2021-04-09 20:13:43.220 | 2021-04-09 20:13:43.220 | Redirecting output to ‘wget-log.1’. 2021-04-09 20:13:43.724 | 2021-04-09 20:13:43.724 | Redirecting output to ‘wget-log.2’. 2021-04-09 20:13:44.228 | 2021-04-09 20:13:44.228 | Redirecting output to ‘wget-log.3’. 2021-04-09 20:13:44.733 | 2021-04-09 20:13:44.733 | Redirecting output to ‘wget-log.4’. 2021-04-09 20:13:45.237 | 2021-04-09 20:13:45.237 | Redirecting output to ‘wget-log.5’. 2021-04-09 20:13:45.741 | 2021-04-09 20:13:45.741 | Redirecting output to ‘wget-log.6’. 2021-04-09 20:13:46.246 | 2021-04-09 20:13:46.246 | Redirecting output to ‘wget-log.7’. 2021-04-09 20:13:46.751 | 2021-04-09 20:13:46.751 | Redirecting output to ‘wget-log.8’. 2021-04-09 20:13:47.267 | 2021-04-09 20:13:47.267 | Redirecting output to ‘wget-log.9’. 2021-04-09 20:13:47.772 | 2021-04-09 20:13:47.772 | Redirecting output to ‘wget-log.10’. 2021-04-09 20:13:48.276 | 2021-04-09 20:13:48.276 | Redirecting output to ‘wget-log.11’. 2021-04-09 20:13:48.454 | {"versions": [{"id": "v2.0", "status": "CURRENT", "links": [{"rel": "self", "href": "http://10.222.0.52:9696/v2.0/"}]}]}+ functions-common:test_with_retry:2283 : time_stop test_with_retry 2021-04-09 20:13:48.457 | + functions-common:time_stop:2336 : local name 2021-04-09 20:13:48.459 | + functions-common:time_stop:2337 : local end_time 2021-04-09 20:13:48.462 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 20:13:48.464 | + functions-common:time_stop:2339 : local total 2021-04-09 20:13:48.467 | + functions-common:time_stop:2340 : local start_time 2021-04-09 20:13:48.470 | + functions-common:time_stop:2342 : name=test_with_retry 2021-04-09 20:13:48.473 | + functions-common:time_stop:2343 : start_time=1617999222705 2021-04-09 20:13:48.475 | + functions-common:time_stop:2345 : [[ -z 1617999222705 ]] 2021-04-09 20:13:48.478 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 20:13:48.482 | + functions-common:time_stop:2348 : end_time=1617999228479 2021-04-09 20:13:48.485 | + functions-common:time_stop:2349 : elapsed_time=5774 2021-04-09 20:13:48.488 | + functions-common:time_stop:2350 : total=0 2021-04-09 20:13:48.491 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 20:13:48.493 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=5774 2021-04-09 20:13:48.496 | + ./stack.sh:main:1349 : is_service_enabled placement 2021-04-09 20:13:48.514 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:13:48.517 | + ./stack.sh:main:1350 : echo_summary 'Starting Placement' 2021-04-09 20:13:48.519 | + ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-04-09 20:13:48.522 | + ./stack.sh:echo_summary:461 : echo -e Starting Placement 2021-04-09 20:13:48.524 | + ./stack.sh:main:1351 : start_placement 2021-04-09 20:13:48.527 | + lib/placement:start_placement:161 : start_placement_api 2021-04-09 20:13:48.529 | + lib/placement:start_placement_api:146 : [[ uwsgi == \u\w\s\g\i ]] 2021-04-09 20:13:48.533 | ++ lib/placement:start_placement_api:147 : which uwsgi 2021-04-09 20:13:48.537 | + lib/placement:start_placement_api:147 : run_process placement-api '/usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-04-09 20:13:48.540 | + functions-common:run_process:1583 : local service=placement-api 2021-04-09 20:13:48.542 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-04-09 20:13:48.545 | + functions-common:run_process:1585 : local group= 2021-04-09 20:13:48.548 | + functions-common:run_process:1586 : local user= 2021-04-09 20:13:48.550 | + functions-common:run_process:1588 : local name=placement-api 2021-04-09 20:13:48.553 | + functions-common:run_process:1590 : time_start run_process 2021-04-09 20:13:48.555 | + functions-common:time_start:2322 : local name=run_process 2021-04-09 20:13:48.558 | + functions-common:time_start:2323 : local start_time= 2021-04-09 20:13:48.560 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-04-09 20:13:48.564 | ++ functions-common:time_start:2327 : date +%s%3N 2021-04-09 20:13:48.567 | + functions-common:time_start:2327 : _TIME_START[$name]=1617999228565 2021-04-09 20:13:48.570 | + functions-common:run_process:1591 : is_service_enabled placement-api 2021-04-09 20:13:48.586 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:13:48.589 | + functions-common:run_process:1592 : _run_under_systemd placement-api '/usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' '' 2021-04-09 20:13:48.591 | + functions-common:_run_under_systemd:1548 : local service=placement-api 2021-04-09 20:13:48.595 | + functions-common:_run_under_systemd:1549 : local 'command=/usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-04-09 20:13:48.597 | + functions-common:_run_under_systemd:1550 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-04-09 20:13:48.600 | + functions-common:_run_under_systemd:1552 : _common_systemd_pitfalls '/usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-04-09 20:13:48.602 | + functions-common:_common_systemd_pitfalls:1520 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-04-09 20:13:48.605 | + functions-common:_common_systemd_pitfalls:1523 : [[ /usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] 2021-04-09 20:13:48.608 | + functions-common:_common_systemd_pitfalls:1534 : [[ ! /usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] 2021-04-09 20:13:48.611 | + functions-common:_run_under_systemd:1554 : local systemd_service=devstack@placement-api.service 2021-04-09 20:13:48.613 | + functions-common:_run_under_systemd:1555 : local group= 2021-04-09 20:13:48.616 | + functions-common:_run_under_systemd:1556 : local user=ubuntu 2021-04-09 20:13:48.618 | + functions-common:_run_under_systemd:1557 : [[ /usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] 2021-04-09 20:13:48.621 | + 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-04-09 20:13:48.623 | + functions-common:write_uwsgi_user_unit_file:1492 : local service=devstack@placement-api.service 2021-04-09 20:13:48.626 | + functions-common:write_uwsgi_user_unit_file:1493 : local 'command=/usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-04-09 20:13:48.628 | + functions-common:write_uwsgi_user_unit_file:1494 : local group= 2021-04-09 20:13:48.630 | + functions-common:write_uwsgi_user_unit_file:1495 : local user=ubuntu 2021-04-09 20:13:48.633 | + functions-common:write_uwsgi_user_unit_file:1496 : local unitfile=/etc/systemd/system/devstack@placement-api.service 2021-04-09 20:13:48.635 | + functions-common:write_uwsgi_user_unit_file:1497 : mkdir -p /etc/systemd/system 2021-04-09 20:13:48.639 | + 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-04-09 20:13:48.694 | + functions-common:write_uwsgi_user_unit_file:1500 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service SyslogIdentifier devstack@placement-api.service 2021-04-09 20:13:48.750 | + functions-common:write_uwsgi_user_unit_file:1501 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User ubuntu 2021-04-09 20:13:48.796 | + 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-04-09 20:13:48.847 | + functions-common:write_uwsgi_user_unit_file:1503 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-04-09 20:13:48.894 | + functions-common:write_uwsgi_user_unit_file:1504 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify 2021-04-09 20:13:48.940 | + functions-common:write_uwsgi_user_unit_file:1505 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process 2021-04-09 20:13:48.987 | + functions-common:write_uwsgi_user_unit_file:1506 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always 2021-04-09 20:13:49.033 | + functions-common:write_uwsgi_user_unit_file:1507 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all 2021-04-09 20:13:49.080 | + functions-common:write_uwsgi_user_unit_file:1508 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 2021-04-09 20:13:49.126 | + functions-common:write_uwsgi_user_unit_file:1510 : [[ -n '' ]] 2021-04-09 20:13:49.128 | + functions-common:write_uwsgi_user_unit_file:1513 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Install WantedBy multi-user.target 2021-04-09 20:13:49.184 | + functions-common:write_uwsgi_user_unit_file:1516 : sudo systemctl daemon-reload 2021-04-09 20:13:49.362 | + functions-common:_run_under_systemd:1563 : sudo systemctl enable devstack@placement-api.service 2021-04-09 20:13:49.376 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. 2021-04-09 20:13:49.564 | + functions-common:_run_under_systemd:1564 : sudo systemctl start devstack@placement-api.service 2021-04-09 20:13:49.638 | + functions-common:run_process:1594 : time_stop run_process 2021-04-09 20:13:49.640 | + functions-common:time_stop:2336 : local name 2021-04-09 20:13:49.643 | + functions-common:time_stop:2337 : local end_time 2021-04-09 20:13:49.645 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 20:13:49.648 | + functions-common:time_stop:2339 : local total 2021-04-09 20:13:49.650 | + functions-common:time_stop:2340 : local start_time 2021-04-09 20:13:49.653 | + functions-common:time_stop:2342 : name=run_process 2021-04-09 20:13:49.655 | + functions-common:time_stop:2343 : start_time=1617999228565 2021-04-09 20:13:49.658 | + functions-common:time_stop:2345 : [[ -z 1617999228565 ]] 2021-04-09 20:13:49.661 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 20:13:49.665 | + functions-common:time_stop:2348 : end_time=1617999229662 2021-04-09 20:13:49.668 | + functions-common:time_stop:2349 : elapsed_time=1097 2021-04-09 20:13:49.670 | + functions-common:time_stop:2350 : total=10454 2021-04-09 20:13:49.673 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 20:13:49.676 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=11551 2021-04-09 20:13:49.678 | + lib/placement:start_placement_api:154 : echo 'Waiting for placement-api to start...' 2021-04-09 20:13:49.678 | Waiting for placement-api to start... 2021-04-09 20:13:49.681 | + lib/placement:start_placement_api:155 : wait_for_service 60 http://10.222.0.52/placement 2021-04-09 20:13:49.684 | + functions:wait_for_service:428 : local timeout=60 2021-04-09 20:13:49.686 | + functions:wait_for_service:429 : local url=http://10.222.0.52/placement 2021-04-09 20:13:49.690 | + functions:wait_for_service:430 : local rval=0 2021-04-09 20:13:49.693 | + functions:wait_for_service:431 : time_start wait_for_service 2021-04-09 20:13:49.695 | + functions-common:time_start:2322 : local name=wait_for_service 2021-04-09 20:13:49.698 | + functions-common:time_start:2323 : local start_time= 2021-04-09 20:13:49.700 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-04-09 20:13:49.703 | ++ functions-common:time_start:2327 : date +%s%3N 2021-04-09 20:13:49.707 | + functions-common:time_start:2327 : _TIME_START[$name]=1617999229704 2021-04-09 20:13:49.710 | + functions:wait_for_service:432 : timeout 60 bash -x 2021-04-09 20:13:49.715 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.52/placement 2021-04-09 20:13:52.607 | + :: : [[ 200 == 503 ]] 2021-04-09 20:13:52.609 | + :: : [[ 0 -eq 7 ]] 2021-04-09 20:13:52.612 | + functions:wait_for_service:437 : time_stop wait_for_service 2021-04-09 20:13:52.615 | + functions-common:time_stop:2336 : local name 2021-04-09 20:13:52.617 | + functions-common:time_stop:2337 : local end_time 2021-04-09 20:13:52.620 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 20:13:52.622 | + functions-common:time_stop:2339 : local total 2021-04-09 20:13:52.625 | + functions-common:time_stop:2340 : local start_time 2021-04-09 20:13:52.628 | + functions-common:time_stop:2342 : name=wait_for_service 2021-04-09 20:13:52.630 | + functions-common:time_stop:2343 : start_time=1617999229704 2021-04-09 20:13:52.633 | + functions-common:time_stop:2345 : [[ -z 1617999229704 ]] 2021-04-09 20:13:52.636 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 20:13:52.639 | + functions-common:time_stop:2348 : end_time=1617999232637 2021-04-09 20:13:52.642 | + functions-common:time_stop:2349 : elapsed_time=2933 2021-04-09 20:13:52.644 | + functions-common:time_stop:2350 : total=16743 2021-04-09 20:13:52.647 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 20:13:52.650 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=19676 2021-04-09 20:13:52.652 | + functions:wait_for_service:438 : return 0 2021-04-09 20:13:52.655 | + ./stack.sh:main:1354 : is_service_enabled neutron 2021-04-09 20:13:52.672 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:13:52.674 | + ./stack.sh:main:1355 : start_neutron 2021-04-09 20:13:52.677 | + lib/neutron:start_neutron:705 : is_neutron_legacy_enabled 2021-04-09 20:13:52.680 | ++ 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-04-09 20:13:52.681 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-04-09 20:13:52.685 | + 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-04-09 20:13:52.688 | + 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-04-09 20:13:52.691 | + 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-04-09 20:13:52.694 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-04-09 20:13:52.696 | + lib/neutron:start_neutron:707 : start_mutnauq_l2_agent 2021-04-09 20:13:52.699 | + 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-04-09 20:13:52.701 | + functions-common:run_process:1583 : local service=q-agt 2021-04-09 20:13:52.704 | + 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-04-09 20:13:52.706 | + functions-common:run_process:1585 : local group= 2021-04-09 20:13:52.709 | + functions-common:run_process:1586 : local user= 2021-04-09 20:13:52.711 | + functions-common:run_process:1588 : local name=q-agt 2021-04-09 20:13:52.714 | + functions-common:run_process:1590 : time_start run_process 2021-04-09 20:13:52.716 | + functions-common:time_start:2322 : local name=run_process 2021-04-09 20:13:52.719 | + functions-common:time_start:2323 : local start_time= 2021-04-09 20:13:52.722 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-04-09 20:13:52.725 | ++ functions-common:time_start:2327 : date +%s%3N 2021-04-09 20:13:52.728 | + functions-common:time_start:2327 : _TIME_START[$name]=1617999232726 2021-04-09 20:13:52.731 | + functions-common:run_process:1591 : is_service_enabled q-agt 2021-04-09 20:13:52.747 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:13:52.750 | + 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-04-09 20:13:52.752 | + functions-common:_run_under_systemd:1548 : local service=q-agt 2021-04-09 20:13:52.755 | + 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-04-09 20:13:52.757 | + 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-04-09 20:13:52.760 | + 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-04-09 20:13:52.762 | + 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-04-09 20:13:52.764 | + 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-04-09 20:13:52.767 | + 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-04-09 20:13:52.769 | + functions-common:_run_under_systemd:1554 : local systemd_service=devstack@q-agt.service 2021-04-09 20:13:52.772 | + functions-common:_run_under_systemd:1555 : local group= 2021-04-09 20:13:52.774 | + functions-common:_run_under_systemd:1556 : local user=ubuntu 2021-04-09 20:13:52.777 | + 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-04-09 20:13:52.779 | + 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-04-09 20:13:52.782 | + functions-common:write_user_unit_file:1465 : local service=devstack@q-agt.service 2021-04-09 20:13:52.785 | + 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-04-09 20:13:52.787 | + functions-common:write_user_unit_file:1467 : local group= 2021-04-09 20:13:52.789 | + functions-common:write_user_unit_file:1468 : local user=ubuntu 2021-04-09 20:13:52.791 | + functions-common:write_user_unit_file:1469 : local extra= 2021-04-09 20:13:52.794 | + functions-common:write_user_unit_file:1470 : [[ -n '' ]] 2021-04-09 20:13:52.796 | + functions-common:write_user_unit_file:1473 : local unitfile=/etc/systemd/system/devstack@q-agt.service 2021-04-09 20:13:52.799 | + functions-common:write_user_unit_file:1474 : mkdir -p /etc/systemd/system 2021-04-09 20:13:52.803 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Unit Description 'Devstack devstack@q-agt.service' 2021-04-09 20:13:52.861 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service User ubuntu 2021-04-09 20:13:52.917 | + 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-04-09 20:13:52.962 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service KillMode process 2021-04-09 20:13:53.008 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service TimeoutStopSec 300 2021-04-09 20:13:53.055 | + functions-common:write_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-04-09 20:13:53.102 | + functions-common:write_user_unit_file:1482 : [[ -n '' ]] 2021-04-09 20:13:53.104 | + functions-common:write_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Install WantedBy multi-user.target 2021-04-09 20:13:53.160 | + functions-common:write_user_unit_file:1488 : sudo systemctl daemon-reload 2021-04-09 20:13:53.358 | + functions-common:_run_under_systemd:1563 : sudo systemctl enable devstack@q-agt.service 2021-04-09 20:13:53.371 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-agt.service → /etc/systemd/system/devstack@q-agt.service. 2021-04-09 20:13:53.550 | + functions-common:_run_under_systemd:1564 : sudo systemctl start devstack@q-agt.service 2021-04-09 20:13:53.569 | + functions-common:run_process:1594 : time_stop run_process 2021-04-09 20:13:53.572 | + functions-common:time_stop:2336 : local name 2021-04-09 20:13:53.574 | + functions-common:time_stop:2337 : local end_time 2021-04-09 20:13:53.577 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 20:13:53.579 | + functions-common:time_stop:2339 : local total 2021-04-09 20:13:53.582 | + functions-common:time_stop:2340 : local start_time 2021-04-09 20:13:53.584 | + functions-common:time_stop:2342 : name=run_process 2021-04-09 20:13:53.587 | + functions-common:time_stop:2343 : start_time=1617999232726 2021-04-09 20:13:53.589 | + functions-common:time_stop:2345 : [[ -z 1617999232726 ]] 2021-04-09 20:13:53.592 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 20:13:53.596 | + functions-common:time_stop:2348 : end_time=1617999233594 2021-04-09 20:13:53.599 | + functions-common:time_stop:2349 : elapsed_time=868 2021-04-09 20:13:53.602 | + functions-common:time_stop:2350 : total=11551 2021-04-09 20:13:53.604 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 20:13:53.607 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=12419 2021-04-09 20:13:53.610 | + lib/neutron-legacy:start_mutnauq_l2_agent:509 : is_provider_network 2021-04-09 20:13:53.613 | + functions-common:is_provider_network:2185 : '[' '' == True ']' 2021-04-09 20:13:53.615 | + functions-common:is_provider_network:2188 : return 1 2021-04-09 20:13:53.618 | + lib/neutron:start_neutron:708 : start_mutnauq_other_agents 2021-04-09 20:13:53.620 | + 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-04-09 20:13:53.623 | + functions-common:run_process:1583 : local service=q-dhcp 2021-04-09 20:13:53.625 | + 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-04-09 20:13:53.628 | + functions-common:run_process:1585 : local group= 2021-04-09 20:13:53.630 | + functions-common:run_process:1586 : local user= 2021-04-09 20:13:53.633 | + functions-common:run_process:1588 : local name=q-dhcp 2021-04-09 20:13:53.635 | + functions-common:run_process:1590 : time_start run_process 2021-04-09 20:13:53.638 | + functions-common:time_start:2322 : local name=run_process 2021-04-09 20:13:53.640 | + functions-common:time_start:2323 : local start_time= 2021-04-09 20:13:53.643 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-04-09 20:13:53.646 | ++ functions-common:time_start:2327 : date +%s%3N 2021-04-09 20:13:53.650 | + functions-common:time_start:2327 : _TIME_START[$name]=1617999233647 2021-04-09 20:13:53.652 | + functions-common:run_process:1591 : is_service_enabled q-dhcp 2021-04-09 20:13:53.670 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:13:53.673 | + 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-04-09 20:13:53.675 | + functions-common:_run_under_systemd:1548 : local service=q-dhcp 2021-04-09 20:13:53.678 | + 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-04-09 20:13:53.680 | + 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-04-09 20:13:53.683 | + 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-04-09 20:13:53.686 | + 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-04-09 20:13:53.688 | + 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-04-09 20:13:53.691 | + 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-04-09 20:13:53.693 | + functions-common:_run_under_systemd:1554 : local systemd_service=devstack@q-dhcp.service 2021-04-09 20:13:53.696 | + functions-common:_run_under_systemd:1555 : local group= 2021-04-09 20:13:53.698 | + functions-common:_run_under_systemd:1556 : local user=ubuntu 2021-04-09 20:13:53.701 | + 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-04-09 20:13:53.704 | + 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-04-09 20:13:53.706 | + functions-common:write_user_unit_file:1465 : local service=devstack@q-dhcp.service 2021-04-09 20:13:53.709 | + 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-04-09 20:13:53.712 | + functions-common:write_user_unit_file:1467 : local group= 2021-04-09 20:13:53.714 | + functions-common:write_user_unit_file:1468 : local user=ubuntu 2021-04-09 20:13:53.717 | + functions-common:write_user_unit_file:1469 : local extra= 2021-04-09 20:13:53.720 | + functions-common:write_user_unit_file:1470 : [[ -n '' ]] 2021-04-09 20:13:53.722 | + functions-common:write_user_unit_file:1473 : local unitfile=/etc/systemd/system/devstack@q-dhcp.service 2021-04-09 20:13:53.725 | + functions-common:write_user_unit_file:1474 : mkdir -p /etc/systemd/system 2021-04-09 20:13:53.729 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Unit Description 'Devstack devstack@q-dhcp.service' 2021-04-09 20:13:53.785 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service User ubuntu 2021-04-09 20:13:53.845 | + 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-04-09 20:13:53.893 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service KillMode process 2021-04-09 20:13:53.941 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service TimeoutStopSec 300 2021-04-09 20:13:53.987 | + functions-common:write_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-04-09 20:13:54.034 | + functions-common:write_user_unit_file:1482 : [[ -n '' ]] 2021-04-09 20:13:54.036 | + functions-common:write_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Install WantedBy multi-user.target 2021-04-09 20:13:54.098 | + functions-common:write_user_unit_file:1488 : sudo systemctl daemon-reload 2021-04-09 20:13:54.304 | + functions-common:_run_under_systemd:1563 : sudo systemctl enable devstack@q-dhcp.service 2021-04-09 20:13:54.318 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-dhcp.service → /etc/systemd/system/devstack@q-dhcp.service. 2021-04-09 20:13:54.507 | + functions-common:_run_under_systemd:1564 : sudo systemctl start devstack@q-dhcp.service 2021-04-09 20:13:54.529 | + functions-common:run_process:1594 : time_stop run_process 2021-04-09 20:13:54.532 | + functions-common:time_stop:2336 : local name 2021-04-09 20:13:54.535 | + functions-common:time_stop:2337 : local end_time 2021-04-09 20:13:54.537 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 20:13:54.540 | + functions-common:time_stop:2339 : local total 2021-04-09 20:13:54.543 | + functions-common:time_stop:2340 : local start_time 2021-04-09 20:13:54.545 | + functions-common:time_stop:2342 : name=run_process 2021-04-09 20:13:54.548 | + functions-common:time_stop:2343 : start_time=1617999233647 2021-04-09 20:13:54.550 | + functions-common:time_stop:2345 : [[ -z 1617999233647 ]] 2021-04-09 20:13:54.553 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 20:13:54.557 | + functions-common:time_stop:2348 : end_time=1617999234554 2021-04-09 20:13:54.559 | + functions-common:time_stop:2349 : elapsed_time=907 2021-04-09 20:13:54.563 | + functions-common:time_stop:2350 : total=12419 2021-04-09 20:13:54.565 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 20:13:54.567 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=13326 2021-04-09 20:13:54.570 | + lib/neutron-legacy:start_mutnauq_other_agents:527 : is_service_enabled neutron-vpnaas 2021-04-09 20:13:54.590 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 20:13:54.594 | ++ lib/neutron-legacy:start_mutnauq_other_agents:530 : determine_config_files neutron-l3-agent 2021-04-09 20:13:54.596 | ++ lib/neutron-legacy:determine_config_files:324 : local opts= 2021-04-09 20:13:54.599 | ++ lib/neutron-legacy:determine_config_files:325 : case "$1" in 2021-04-09 20:13:54.602 | +++ lib/neutron-legacy:determine_config_files:327 : _determine_config_l3 2021-04-09 20:13:54.605 | +++ lib/neutron-legacy:_determine_config_l3:317 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-04-09 20:13:54.608 | +++ lib/neutron-legacy:_determine_config_l3:318 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-04-09 20:13:54.611 | ++ lib/neutron-legacy:determine_config_files:327 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-04-09 20:13:54.613 | ++ lib/neutron-legacy:determine_config_files:329 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2021-04-09 20:13:54.616 | ++ lib/neutron-legacy:determine_config_files:332 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-04-09 20:13:54.619 | + 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-04-09 20:13:54.621 | + functions-common:run_process:1583 : local service=q-l3 2021-04-09 20:13:54.624 | + 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-04-09 20:13:54.627 | + functions-common:run_process:1585 : local group= 2021-04-09 20:13:54.630 | + functions-common:run_process:1586 : local user= 2021-04-09 20:13:54.632 | + functions-common:run_process:1588 : local name=q-l3 2021-04-09 20:13:54.635 | + functions-common:run_process:1590 : time_start run_process 2021-04-09 20:13:54.637 | + functions-common:time_start:2322 : local name=run_process 2021-04-09 20:13:54.640 | + functions-common:time_start:2323 : local start_time= 2021-04-09 20:13:54.643 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-04-09 20:13:54.646 | ++ functions-common:time_start:2327 : date +%s%3N 2021-04-09 20:13:54.649 | + functions-common:time_start:2327 : _TIME_START[$name]=1617999234647 2021-04-09 20:13:54.652 | + functions-common:run_process:1591 : is_service_enabled q-l3 2021-04-09 20:13:54.670 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:13:54.673 | + 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-04-09 20:13:54.675 | + functions-common:_run_under_systemd:1548 : local service=q-l3 2021-04-09 20:13:54.678 | + 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-04-09 20:13:54.680 | + 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-04-09 20:13:54.683 | + 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-04-09 20:13:54.686 | + 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-04-09 20:13:54.689 | + 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-04-09 20:13:54.692 | + 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-04-09 20:13:54.694 | + functions-common:_run_under_systemd:1554 : local systemd_service=devstack@q-l3.service 2021-04-09 20:13:54.697 | + functions-common:_run_under_systemd:1555 : local group= 2021-04-09 20:13:54.699 | + functions-common:_run_under_systemd:1556 : local user=ubuntu 2021-04-09 20:13:54.702 | + 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-04-09 20:13:54.705 | + 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-04-09 20:13:54.707 | + functions-common:write_user_unit_file:1465 : local service=devstack@q-l3.service 2021-04-09 20:13:54.710 | + 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-04-09 20:13:54.712 | + functions-common:write_user_unit_file:1467 : local group= 2021-04-09 20:13:54.715 | + functions-common:write_user_unit_file:1468 : local user=ubuntu 2021-04-09 20:13:54.718 | + functions-common:write_user_unit_file:1469 : local extra= 2021-04-09 20:13:54.720 | + functions-common:write_user_unit_file:1470 : [[ -n '' ]] 2021-04-09 20:13:54.723 | + functions-common:write_user_unit_file:1473 : local unitfile=/etc/systemd/system/devstack@q-l3.service 2021-04-09 20:13:54.726 | + functions-common:write_user_unit_file:1474 : mkdir -p /etc/systemd/system 2021-04-09 20:13:54.730 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Unit Description 'Devstack devstack@q-l3.service' 2021-04-09 20:13:54.789 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service User ubuntu 2021-04-09 20:13:54.849 | + 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-04-09 20:13:54.900 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service KillMode process 2021-04-09 20:13:54.951 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service TimeoutStopSec 300 2021-04-09 20:13:55.003 | + functions-common:write_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-04-09 20:13:55.053 | + functions-common:write_user_unit_file:1482 : [[ -n '' ]] 2021-04-09 20:13:55.055 | + functions-common:write_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Install WantedBy multi-user.target 2021-04-09 20:13:55.117 | + functions-common:write_user_unit_file:1488 : sudo systemctl daemon-reload 2021-04-09 20:13:55.322 | + functions-common:_run_under_systemd:1563 : sudo systemctl enable devstack@q-l3.service 2021-04-09 20:13:55.337 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-l3.service → /etc/systemd/system/devstack@q-l3.service. 2021-04-09 20:13:55.544 | + functions-common:_run_under_systemd:1564 : sudo systemctl start devstack@q-l3.service 2021-04-09 20:13:55.568 | + functions-common:run_process:1594 : time_stop run_process 2021-04-09 20:13:55.571 | + functions-common:time_stop:2336 : local name 2021-04-09 20:13:55.573 | + functions-common:time_stop:2337 : local end_time 2021-04-09 20:13:55.576 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 20:13:55.579 | + functions-common:time_stop:2339 : local total 2021-04-09 20:13:55.581 | + functions-common:time_stop:2340 : local start_time 2021-04-09 20:13:55.584 | + functions-common:time_stop:2342 : name=run_process 2021-04-09 20:13:55.586 | + functions-common:time_stop:2343 : start_time=1617999234647 2021-04-09 20:13:55.589 | + functions-common:time_stop:2345 : [[ -z 1617999234647 ]] 2021-04-09 20:13:55.593 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 20:13:55.596 | + functions-common:time_stop:2348 : end_time=1617999235593 2021-04-09 20:13:55.598 | + functions-common:time_stop:2349 : elapsed_time=946 2021-04-09 20:13:55.600 | + functions-common:time_stop:2350 : total=13326 2021-04-09 20:13:55.603 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 20:13:55.605 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=14272 2021-04-09 20:13:55.608 | + 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-04-09 20:13:55.611 | + functions-common:run_process:1583 : local service=q-meta 2021-04-09 20:13:55.613 | + 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-04-09 20:13:55.616 | + functions-common:run_process:1585 : local group= 2021-04-09 20:13:55.619 | + functions-common:run_process:1586 : local user= 2021-04-09 20:13:55.621 | + functions-common:run_process:1588 : local name=q-meta 2021-04-09 20:13:55.624 | + functions-common:run_process:1590 : time_start run_process 2021-04-09 20:13:55.627 | + functions-common:time_start:2322 : local name=run_process 2021-04-09 20:13:55.629 | + functions-common:time_start:2323 : local start_time= 2021-04-09 20:13:55.632 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-04-09 20:13:55.636 | ++ functions-common:time_start:2327 : date +%s%3N 2021-04-09 20:13:55.638 | + functions-common:time_start:2327 : _TIME_START[$name]=1617999235635 2021-04-09 20:13:55.641 | + functions-common:run_process:1591 : is_service_enabled q-meta 2021-04-09 20:13:55.662 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:13:55.664 | + 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-04-09 20:13:55.667 | + functions-common:_run_under_systemd:1548 : local service=q-meta 2021-04-09 20:13:55.670 | + 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-04-09 20:13:55.672 | + 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-04-09 20:13:55.675 | + 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-04-09 20:13:55.677 | + 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-04-09 20:13:55.680 | + 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-04-09 20:13:55.682 | + 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-04-09 20:13:55.684 | + functions-common:_run_under_systemd:1554 : local systemd_service=devstack@q-meta.service 2021-04-09 20:13:55.687 | + functions-common:_run_under_systemd:1555 : local group= 2021-04-09 20:13:55.690 | + functions-common:_run_under_systemd:1556 : local user=ubuntu 2021-04-09 20:13:55.694 | + 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-04-09 20:13:55.695 | + 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-04-09 20:13:55.698 | + functions-common:write_user_unit_file:1465 : local service=devstack@q-meta.service 2021-04-09 20:13:55.701 | + 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-04-09 20:13:55.702 | + functions-common:write_user_unit_file:1467 : local group= 2021-04-09 20:13:55.705 | + functions-common:write_user_unit_file:1468 : local user=ubuntu 2021-04-09 20:13:55.708 | + functions-common:write_user_unit_file:1469 : local extra= 2021-04-09 20:13:55.713 | + functions-common:write_user_unit_file:1470 : [[ -n '' ]] 2021-04-09 20:13:55.713 | + functions-common:write_user_unit_file:1473 : local unitfile=/etc/systemd/system/devstack@q-meta.service 2021-04-09 20:13:55.717 | + functions-common:write_user_unit_file:1474 : mkdir -p /etc/systemd/system 2021-04-09 20:13:55.721 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Unit Description 'Devstack devstack@q-meta.service' 2021-04-09 20:13:55.780 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service User ubuntu 2021-04-09 20:13:55.845 | + 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-04-09 20:13:55.894 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service KillMode process 2021-04-09 20:13:55.952 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service TimeoutStopSec 300 2021-04-09 20:13:56.003 | + functions-common:write_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-04-09 20:13:56.062 | + functions-common:write_user_unit_file:1482 : [[ -n '' ]] 2021-04-09 20:13:56.065 | + functions-common:write_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Install WantedBy multi-user.target 2021-04-09 20:13:56.139 | + functions-common:write_user_unit_file:1488 : sudo systemctl daemon-reload 2021-04-09 20:13:56.345 | + functions-common:_run_under_systemd:1563 : sudo systemctl enable devstack@q-meta.service 2021-04-09 20:13:56.361 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-meta.service → /etc/systemd/system/devstack@q-meta.service. 2021-04-09 20:13:56.603 | + functions-common:_run_under_systemd:1564 : sudo systemctl start devstack@q-meta.service 2021-04-09 20:13:56.633 | + functions-common:run_process:1594 : time_stop run_process 2021-04-09 20:13:56.637 | + functions-common:time_stop:2336 : local name 2021-04-09 20:13:56.638 | + functions-common:time_stop:2337 : local end_time 2021-04-09 20:13:56.642 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 20:13:56.653 | + functions-common:time_stop:2339 : local total 2021-04-09 20:13:56.658 | + functions-common:time_stop:2340 : local start_time 2021-04-09 20:13:56.669 | + functions-common:time_stop:2342 : name=run_process 2021-04-09 20:13:56.678 | + functions-common:time_stop:2343 : start_time=1617999235635 2021-04-09 20:13:56.689 | + functions-common:time_stop:2345 : [[ -z 1617999235635 ]] 2021-04-09 20:13:56.701 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 20:13:56.713 | + functions-common:time_stop:2348 : end_time=1617999236702 2021-04-09 20:13:56.725 | + functions-common:time_stop:2349 : elapsed_time=1067 2021-04-09 20:13:56.733 | + functions-common:time_stop:2350 : total=14272 2021-04-09 20:13:56.742 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 20:13:56.746 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=15339 2021-04-09 20:13:56.758 | + 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-04-09 20:13:56.766 | + functions-common:run_process:1583 : local service=q-metering 2021-04-09 20:13:56.776 | + 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-04-09 20:13:56.785 | + functions-common:run_process:1585 : local group= 2021-04-09 20:13:56.798 | + functions-common:run_process:1586 : local user= 2021-04-09 20:13:56.809 | + functions-common:run_process:1588 : local name=q-metering 2021-04-09 20:13:56.818 | + functions-common:run_process:1590 : time_start run_process 2021-04-09 20:13:56.826 | + functions-common:time_start:2322 : local name=run_process 2021-04-09 20:13:56.833 | + functions-common:time_start:2323 : local start_time= 2021-04-09 20:13:56.841 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-04-09 20:13:56.849 | ++ functions-common:time_start:2327 : date +%s%3N 2021-04-09 20:13:56.867 | + functions-common:time_start:2327 : _TIME_START[$name]=1617999236850 2021-04-09 20:13:56.875 | + functions-common:run_process:1591 : is_service_enabled q-metering 2021-04-09 20:13:56.938 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:13:56.946 | + 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-04-09 20:13:56.958 | + functions-common:_run_under_systemd:1548 : local service=q-metering 2021-04-09 20:13:56.970 | + 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-04-09 20:13:56.978 | + 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-04-09 20:13:56.982 | + 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-04-09 20:13:56.989 | + 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-04-09 20:13:56.998 | + 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-04-09 20:13:57.006 | + 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-04-09 20:13:57.022 | + functions-common:_run_under_systemd:1554 : local systemd_service=devstack@q-metering.service 2021-04-09 20:13:57.030 | + functions-common:_run_under_systemd:1555 : local group= 2021-04-09 20:13:57.038 | + functions-common:_run_under_systemd:1556 : local user=ubuntu 2021-04-09 20:13:57.047 | + 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-04-09 20:13:57.054 | + 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-04-09 20:13:57.059 | + functions-common:write_user_unit_file:1465 : local service=devstack@q-metering.service 2021-04-09 20:13:57.066 | + 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-04-09 20:13:57.074 | + functions-common:write_user_unit_file:1467 : local group= 2021-04-09 20:13:57.082 | + functions-common:write_user_unit_file:1468 : local user=ubuntu 2021-04-09 20:13:57.090 | + functions-common:write_user_unit_file:1469 : local extra= 2021-04-09 20:13:57.098 | + functions-common:write_user_unit_file:1470 : [[ -n '' ]] 2021-04-09 20:13:57.106 | + functions-common:write_user_unit_file:1473 : local unitfile=/etc/systemd/system/devstack@q-metering.service 2021-04-09 20:13:57.114 | + functions-common:write_user_unit_file:1474 : mkdir -p /etc/systemd/system 2021-04-09 20:13:57.130 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Unit Description 'Devstack devstack@q-metering.service' 2021-04-09 20:13:57.274 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service User ubuntu 2021-04-09 20:13:57.438 | + 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-04-09 20:13:57.547 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service KillMode process 2021-04-09 20:13:57.658 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service TimeoutStopSec 300 2021-04-09 20:13:57.774 | + functions-common:write_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-04-09 20:13:57.866 | + functions-common:write_user_unit_file:1482 : [[ -n '' ]] 2021-04-09 20:13:57.871 | + functions-common:write_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Install WantedBy multi-user.target 2021-04-09 20:13:58.002 | + functions-common:write_user_unit_file:1488 : sudo systemctl daemon-reload 2021-04-09 20:13:58.227 | + functions-common:_run_under_systemd:1563 : sudo systemctl enable devstack@q-metering.service 2021-04-09 20:13:58.247 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-metering.service → /etc/systemd/system/devstack@q-metering.service. 2021-04-09 20:13:58.506 | + functions-common:_run_under_systemd:1564 : sudo systemctl start devstack@q-metering.service 2021-04-09 20:13:58.529 | + functions-common:run_process:1594 : time_stop run_process 2021-04-09 20:13:58.534 | + functions-common:time_stop:2336 : local name 2021-04-09 20:13:58.536 | + functions-common:time_stop:2337 : local end_time 2021-04-09 20:13:58.539 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 20:13:58.541 | + functions-common:time_stop:2339 : local total 2021-04-09 20:13:58.544 | + functions-common:time_stop:2340 : local start_time 2021-04-09 20:13:58.547 | + functions-common:time_stop:2342 : name=run_process 2021-04-09 20:13:58.550 | + functions-common:time_stop:2343 : start_time=1617999236850 2021-04-09 20:13:58.553 | + functions-common:time_stop:2345 : [[ -z 1617999236850 ]] 2021-04-09 20:13:58.558 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 20:13:58.567 | + functions-common:time_stop:2348 : end_time=1617999238559 2021-04-09 20:13:58.578 | + functions-common:time_stop:2349 : elapsed_time=1709 2021-04-09 20:13:58.586 | + functions-common:time_stop:2350 : total=15339 2021-04-09 20:13:58.594 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 20:13:58.599 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=17048 2021-04-09 20:13:58.603 | + ./stack.sh:main:1358 : is_service_enabled q-svc 2021-04-09 20:13:58.643 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:13:58.650 | + ./stack.sh:main:1358 : [[ True == \T\r\u\e ]] 2021-04-09 20:13:58.656 | + ./stack.sh:main:1359 : echo_summary 'Creating initial neutron network elements' 2021-04-09 20:13:58.659 | + ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-04-09 20:13:58.665 | + ./stack.sh:echo_summary:461 : echo -e Creating initial neutron network elements 2021-04-09 20:13:58.676 | + ./stack.sh:main:1360 : create_neutron_initial_network 2021-04-09 20:13:58.682 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:165 : local project_id 2021-04-09 20:13:58.688 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : grep ' demo ' 2021-04-09 20:13:58.693 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : oscwrap project list 2021-04-09 20:13:58.694 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : get_field 1 2021-04-09 20:13:58.698 | ++ functions-common:get_field:727 : local data field 2021-04-09 20:13:58.702 | ++ functions-common:get_field:728 : read data 2021-04-09 20:14:01.232 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:14:01.236 | ++ functions-common:get_field:729 : '[' 1 -lt 0 ']' 2021-04-09 20:14:01.238 | ++ functions-common:get_field:732 : field='$2' 2021-04-09 20:14:01.241 | ++ functions-common:get_field:734 : echo '| e3476b32a7804bd68d9f953061e6aeed | demo |' 2021-04-09 20:14:01.244 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-04-09 20:14:01.247 | ++ functions-common:get_field:728 : read data 2021-04-09 20:14:01.251 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : project_id=e3476b32a7804bd68d9f953061e6aeed 2021-04-09 20:14:01.253 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:167 : die_if_not_set 167 project_id 'Failure retrieving project_id for demo' 2021-04-09 20:14:01.256 | + functions-common:die_if_not_set:213 : local exitcode=0 2021-04-09 20:14:01.272 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:170 : type -p neutron_plugin_create_initial_network_profile 2021-04-09 20:14:01.275 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:174 : is_networking_extension_supported auto-allocated-topology 2021-04-09 20:14:01.278 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : local extension=auto-allocated-topology 2021-04-09 20:14:01.282 | ++ 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-04-09 20:14:03.932 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:14:03.935 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:437 : EXT_LIST='address-scope 2021-04-09 20:14:03.935 | router-admin-state-down-before-update 2021-04-09 20:14:03.935 | agent 2021-04-09 20:14:03.935 | agent-resources-synced 2021-04-09 20:14:03.935 | allowed-address-pairs 2021-04-09 20:14:03.935 | auto-allocated-topology 2021-04-09 20:14:03.935 | availability_zone 2021-04-09 20:14:03.935 | availability_zone_filter 2021-04-09 20:14:03.935 | default-subnetpools 2021-04-09 20:14:03.935 | dhcp_agent_scheduler 2021-04-09 20:14:03.935 | dvr 2021-04-09 20:14:03.935 | empty-string-filtering 2021-04-09 20:14:03.935 | external-net 2021-04-09 20:14:03.935 | extra_dhcp_opt 2021-04-09 20:14:03.935 | extraroute 2021-04-09 20:14:03.935 | extraroute-atomic 2021-04-09 20:14:03.936 | filter-validation 2021-04-09 20:14:03.936 | fip-port-details 2021-04-09 20:14:03.936 | flavors 2021-04-09 20:14:03.936 | floatingip-pools 2021-04-09 20:14:03.936 | ip-substring-filtering 2021-04-09 20:14:03.936 | router 2021-04-09 20:14:03.936 | ext-gw-mode 2021-04-09 20:14:03.936 | l3-ha 2021-04-09 20:14:03.936 | l3-flavors 2021-04-09 20:14:03.936 | l3-port-ip-change-not-allowed 2021-04-09 20:14:03.936 | l3_agent_scheduler 2021-04-09 20:14:03.936 | metering 2021-04-09 20:14:03.936 | multi-provider 2021-04-09 20:14:03.936 | net-mtu 2021-04-09 20:14:03.936 | net-mtu-writable 2021-04-09 20:14:03.936 | network_availability_zone 2021-04-09 20:14:03.936 | network-ip-availability 2021-04-09 20:14:03.936 | pagination 2021-04-09 20:14:03.936 | port-mac-address-regenerate 2021-04-09 20:14:03.936 | binding 2021-04-09 20:14:03.936 | binding-extended 2021-04-09 20:14:03.936 | port-security 2021-04-09 20:14:03.936 | project-id 2021-04-09 20:14:03.936 | provider 2021-04-09 20:14:03.936 | quotas 2021-04-09 20:14:03.936 | quota_details 2021-04-09 20:14:03.936 | rbac-policies 2021-04-09 20:14:03.936 | rbac-security-groups 2021-04-09 20:14:03.936 | revision-if-match 2021-04-09 20:14:03.936 | standard-attr-revisions 2021-04-09 20:14:03.936 | router_availability_zone 2021-04-09 20:14:03.936 | port-security-groups-filtering 2021-04-09 20:14:03.936 | security-group 2021-04-09 20:14:03.936 | service-type 2021-04-09 20:14:03.936 | sorting 2021-04-09 20:14:03.936 | standard-attr-description 2021-04-09 20:14:03.936 | subnet_onboard 2021-04-09 20:14:03.936 | subnet-service-types 2021-04-09 20:14:03.936 | subnet_allocation 2021-04-09 20:14:03.936 | subnetpool-prefix-ops 2021-04-09 20:14:03.936 | standard-attr-tag 2021-04-09 20:14:03.936 | standard-attr-timestamp' 2021-04-09 20:14:03.939 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:438 : [[ address-scope 2021-04-09 20:14:03.939 | router-admin-state-down-before-update 2021-04-09 20:14:03.939 | agent 2021-04-09 20:14:03.939 | agent-resources-synced 2021-04-09 20:14:03.939 | allowed-address-pairs 2021-04-09 20:14:03.939 | auto-allocated-topology 2021-04-09 20:14:03.939 | availability_zone 2021-04-09 20:14:03.939 | availability_zone_filter 2021-04-09 20:14:03.939 | default-subnetpools 2021-04-09 20:14:03.939 | dhcp_agent_scheduler 2021-04-09 20:14:03.939 | dvr 2021-04-09 20:14:03.939 | empty-string-filtering 2021-04-09 20:14:03.939 | external-net 2021-04-09 20:14:03.939 | extra_dhcp_opt 2021-04-09 20:14:03.939 | extraroute 2021-04-09 20:14:03.939 | extraroute-atomic 2021-04-09 20:14:03.939 | filter-validation 2021-04-09 20:14:03.939 | fip-port-details 2021-04-09 20:14:03.939 | flavors 2021-04-09 20:14:03.939 | floatingip-pools 2021-04-09 20:14:03.939 | ip-substring-filtering 2021-04-09 20:14:03.939 | router 2021-04-09 20:14:03.939 | ext-gw-mode 2021-04-09 20:14:03.939 | l3-ha 2021-04-09 20:14:03.939 | l3-flavors 2021-04-09 20:14:03.939 | l3-port-ip-change-not-allowed 2021-04-09 20:14:03.939 | l3_agent_scheduler 2021-04-09 20:14:03.939 | metering 2021-04-09 20:14:03.939 | multi-provider 2021-04-09 20:14:03.939 | net-mtu 2021-04-09 20:14:03.939 | net-mtu-writable 2021-04-09 20:14:03.939 | network_availability_zone 2021-04-09 20:14:03.939 | network-ip-availability 2021-04-09 20:14:03.939 | pagination 2021-04-09 20:14:03.939 | port-mac-address-regenerate 2021-04-09 20:14:03.939 | binding 2021-04-09 20:14:03.940 | binding-extended 2021-04-09 20:14:03.940 | port-security 2021-04-09 20:14:03.940 | project-id 2021-04-09 20:14:03.940 | provider 2021-04-09 20:14:03.940 | quotas 2021-04-09 20:14:03.940 | quota_details 2021-04-09 20:14:03.940 | rbac-policies 2021-04-09 20:14:03.940 | rbac-security-groups 2021-04-09 20:14:03.940 | revision-if-match 2021-04-09 20:14:03.940 | standard-attr-revisions 2021-04-09 20:14:03.940 | router_availability_zone 2021-04-09 20:14:03.940 | port-security-groups-filtering 2021-04-09 20:14:03.940 | security-group 2021-04-09 20:14:03.940 | service-type 2021-04-09 20:14:03.940 | sorting 2021-04-09 20:14:03.940 | standard-attr-description 2021-04-09 20:14:03.940 | subnet_onboard 2021-04-09 20:14:03.940 | subnet-service-types 2021-04-09 20:14:03.940 | subnet_allocation 2021-04-09 20:14:03.940 | subnetpool-prefix-ops 2021-04-09 20:14:03.940 | standard-attr-tag 2021-04-09 20:14:03.940 | standard-attr-timestamp =~ auto-allocated-topology ]] 2021-04-09 20:14:03.942 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:438 : return 0 2021-04-09 20:14:03.944 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:175 : [[ True == \T\r\u\e ]] 2021-04-09 20:14:03.947 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:176 : [[ 4 =~ 4.* ]] 2021-04-09 20:14:03.951 | ++ 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-04-09 20:14:06.682 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:14:06.685 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:177 : SUBNETPOOL_V4_ID=efe3b546-28b1-43f8-aca8-1a3e739c0e69 2021-04-09 20:14:06.688 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:179 : [[ 4 =~ .*6 ]] 2021-04-09 20:14:06.691 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:185 : is_provider_network 2021-04-09 20:14:06.693 | + functions-common:is_provider_network:2185 : '[' '' == True ']' 2021-04-09 20:14:06.696 | + functions-common:is_provider_network:2188 : return 1 2021-04-09 20:14:06.701 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:215 : grep ' id ' 2021-04-09 20:14:06.701 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:215 : get_field 2 2021-04-09 20:14:06.702 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:215 : oscwrap --os-cloud devstack-admin --os-region RegionOne network create --project e3476b32a7804bd68d9f953061e6aeed private 2021-04-09 20:14:06.705 | ++ functions-common:get_field:727 : local data field 2021-04-09 20:14:06.708 | ++ functions-common:get_field:728 : read data 2021-04-09 20:14:09.640 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:14:09.644 | ++ functions-common:get_field:729 : '[' 2 -lt 0 ']' 2021-04-09 20:14:09.646 | ++ functions-common:get_field:732 : field='$3' 2021-04-09 20:14:09.650 | ++ functions-common:get_field:734 : echo '| id | d082cb4a-c582-429f-9668-b99133f3d5d3 |' 2021-04-09 20:14:09.650 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2021-04-09 20:14:09.655 | ++ functions-common:get_field:728 : read data 2021-04-09 20:14:09.659 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:215 : NET_ID=d082cb4a-c582-429f-9668-b99133f3d5d3 2021-04-09 20:14:09.662 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:216 : die_if_not_set 216 NET_ID 'Failure creating NET_ID for private e3476b32a7804bd68d9f953061e6aeed' 2021-04-09 20:14:09.665 | + functions-common:die_if_not_set:213 : local exitcode=0 2021-04-09 20:14:09.681 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:218 : [[ 4 =~ 4.* ]] 2021-04-09 20:14:09.684 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:220 : _neutron_create_private_subnet_v4 e3476b32a7804bd68d9f953061e6aeed 2021-04-09 20:14:09.687 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:267 : local project_id=e3476b32a7804bd68d9f953061e6aeed 2021-04-09 20:14:09.690 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:268 : '[' -z efe3b546-28b1-43f8-aca8-1a3e739c0e69 ']' 2021-04-09 20:14:09.692 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:271 : local 'subnet_params=--project e3476b32a7804bd68d9f953061e6aeed ' 2021-04-09 20:14:09.695 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:272 : subnet_params+='--ip-version 4 ' 2021-04-09 20:14:09.697 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:273 : [[ -n 172.20.0.1 ]] 2021-04-09 20:14:09.700 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:274 : subnet_params+='--gateway 172.20.0.1 ' 2021-04-09 20:14:09.703 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:276 : subnet_params+='--subnet-pool efe3b546-28b1-43f8-aca8-1a3e739c0e69 ' 2021-04-09 20:14:09.705 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:277 : subnet_params+=' ' 2021-04-09 20:14:09.708 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:278 : subnet_params+='--network d082cb4a-c582-429f-9668-b99133f3d5d3 private-subnet' 2021-04-09 20:14:09.710 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:279 : local subnet_id 2021-04-09 20:14:09.714 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:280 : oscwrap --os-cloud devstack-admin --os-region RegionOne subnet create --project e3476b32a7804bd68d9f953061e6aeed --ip-version 4 --gateway 172.20.0.1 --subnet-pool efe3b546-28b1-43f8-aca8-1a3e739c0e69 --network d082cb4a-c582-429f-9668-b99133f3d5d3 private-subnet 2021-04-09 20:14:09.714 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:280 : grep ' id ' 2021-04-09 20:14:09.715 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:280 : get_field 2 2021-04-09 20:14:09.717 | +++ functions-common:get_field:727 : local data field 2021-04-09 20:14:09.721 | +++ functions-common:get_field:728 : read data 2021-04-09 20:14:13.131 | +++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:14:13.135 | +++ functions-common:get_field:729 : '[' 2 -lt 0 ']' 2021-04-09 20:14:13.137 | +++ functions-common:get_field:732 : field='$3' 2021-04-09 20:14:13.141 | +++ functions-common:get_field:734 : echo '| id | 6f5bd2b4-c4d1-4901-ab81-83506cdcce9a |' 2021-04-09 20:14:13.141 | +++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2021-04-09 20:14:13.146 | +++ functions-common:get_field:728 : read data 2021-04-09 20:14:13.150 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:280 : subnet_id=6f5bd2b4-c4d1-4901-ab81-83506cdcce9a 2021-04-09 20:14:13.152 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:281 : die_if_not_set 281 subnet_id 'Failure creating private IPv4 subnet for e3476b32a7804bd68d9f953061e6aeed' 2021-04-09 20:14:13.155 | ++ functions-common:die_if_not_set:213 : local exitcode=0 2021-04-09 20:14:13.171 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:282 : echo 6f5bd2b4-c4d1-4901-ab81-83506cdcce9a 2021-04-09 20:14:13.174 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:220 : SUBNET_ID=6f5bd2b4-c4d1-4901-ab81-83506cdcce9a 2021-04-09 20:14:13.177 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:223 : [[ 4 =~ .*6 ]] 2021-04-09 20:14:13.180 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:229 : is_networking_extension_supported router 2021-04-09 20:14:13.182 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : local extension=router 2021-04-09 20:14:13.186 | ++ 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-04-09 20:14:15.878 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:14:15.881 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:437 : EXT_LIST='address-scope 2021-04-09 20:14:15.885 | router-admin-state-down-before-update 2021-04-09 20:14:15.885 | agent 2021-04-09 20:14:15.885 | agent-resources-synced 2021-04-09 20:14:15.885 | allowed-address-pairs 2021-04-09 20:14:15.885 | auto-allocated-topology 2021-04-09 20:14:15.885 | availability_zone 2021-04-09 20:14:15.885 | availability_zone_filter 2021-04-09 20:14:15.885 | default-subnetpools 2021-04-09 20:14:15.885 | dhcp_agent_scheduler 2021-04-09 20:14:15.885 | dvr 2021-04-09 20:14:15.885 | empty-string-filtering 2021-04-09 20:14:15.885 | external-net 2021-04-09 20:14:15.885 | extra_dhcp_opt 2021-04-09 20:14:15.885 | extraroute 2021-04-09 20:14:15.886 | extraroute-atomic 2021-04-09 20:14:15.886 | filter-validation 2021-04-09 20:14:15.886 | fip-port-details 2021-04-09 20:14:15.886 | flavors 2021-04-09 20:14:15.886 | floatingip-pools 2021-04-09 20:14:15.886 | ip-substring-filtering 2021-04-09 20:14:15.886 | router 2021-04-09 20:14:15.886 | ext-gw-mode 2021-04-09 20:14:15.886 | l3-ha 2021-04-09 20:14:15.886 | l3-flavors 2021-04-09 20:14:15.886 | l3-port-ip-change-not-allowed 2021-04-09 20:14:15.886 | l3_agent_scheduler 2021-04-09 20:14:15.886 | metering 2021-04-09 20:14:15.886 | multi-provider 2021-04-09 20:14:15.886 | net-mtu 2021-04-09 20:14:15.886 | net-mtu-writable 2021-04-09 20:14:15.886 | network_availability_zone 2021-04-09 20:14:15.886 | network-ip-availability 2021-04-09 20:14:15.886 | pagination 2021-04-09 20:14:15.886 | port-mac-address-regenerate 2021-04-09 20:14:15.886 | binding 2021-04-09 20:14:15.886 | binding-extended 2021-04-09 20:14:15.886 | port-security 2021-04-09 20:14:15.886 | project-id 2021-04-09 20:14:15.886 | provider 2021-04-09 20:14:15.886 | quotas 2021-04-09 20:14:15.886 | quota_details 2021-04-09 20:14:15.886 | rbac-policies 2021-04-09 20:14:15.886 | rbac-security-groups 2021-04-09 20:14:15.886 | revision-if-match 2021-04-09 20:14:15.886 | standard-attr-revisions 2021-04-09 20:14:15.886 | router_availability_zone 2021-04-09 20:14:15.886 | port-security-groups-filtering 2021-04-09 20:14:15.886 | security-group 2021-04-09 20:14:15.886 | service-type 2021-04-09 20:14:15.886 | sorting 2021-04-09 20:14:15.886 | standard-attr-description 2021-04-09 20:14:15.886 | subnet_onboard 2021-04-09 20:14:15.886 | subnet-service-types 2021-04-09 20:14:15.886 | subnet_allocation 2021-04-09 20:14:15.886 | subnetpool-prefix-ops 2021-04-09 20:14:15.886 | standard-attr-tag 2021-04-09 20:14:15.886 | standard-attr-timestamp' 2021-04-09 20:14:15.886 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:438 : [[ address-scope 2021-04-09 20:14:15.886 | router-admin-state-down-before-update 2021-04-09 20:14:15.886 | agent 2021-04-09 20:14:15.886 | agent-resources-synced 2021-04-09 20:14:15.886 | allowed-address-pairs 2021-04-09 20:14:15.886 | auto-allocated-topology 2021-04-09 20:14:15.886 | availability_zone 2021-04-09 20:14:15.886 | availability_zone_filter 2021-04-09 20:14:15.886 | default-subnetpools 2021-04-09 20:14:15.887 | dhcp_agent_scheduler 2021-04-09 20:14:15.887 | dvr 2021-04-09 20:14:15.887 | empty-string-filtering 2021-04-09 20:14:15.887 | external-net 2021-04-09 20:14:15.887 | extra_dhcp_opt 2021-04-09 20:14:15.887 | extraroute 2021-04-09 20:14:15.887 | extraroute-atomic 2021-04-09 20:14:15.887 | filter-validation 2021-04-09 20:14:15.887 | fip-port-details 2021-04-09 20:14:15.887 | flavors 2021-04-09 20:14:15.887 | floatingip-pools 2021-04-09 20:14:15.887 | ip-substring-filtering 2021-04-09 20:14:15.887 | router 2021-04-09 20:14:15.887 | ext-gw-mode 2021-04-09 20:14:15.887 | l3-ha 2021-04-09 20:14:15.887 | l3-flavors 2021-04-09 20:14:15.887 | l3-port-ip-change-not-allowed 2021-04-09 20:14:15.887 | l3_agent_scheduler 2021-04-09 20:14:15.887 | metering 2021-04-09 20:14:15.887 | multi-provider 2021-04-09 20:14:15.887 | net-mtu 2021-04-09 20:14:15.887 | net-mtu-writable 2021-04-09 20:14:15.887 | network_availability_zone 2021-04-09 20:14:15.887 | network-ip-availability 2021-04-09 20:14:15.887 | pagination 2021-04-09 20:14:15.887 | port-mac-address-regenerate 2021-04-09 20:14:15.887 | binding 2021-04-09 20:14:15.887 | binding-extended 2021-04-09 20:14:15.887 | port-security 2021-04-09 20:14:15.887 | project-id 2021-04-09 20:14:15.887 | provider 2021-04-09 20:14:15.887 | quotas 2021-04-09 20:14:15.887 | quota_details 2021-04-09 20:14:15.887 | rbac-policies 2021-04-09 20:14:15.887 | rbac-security-groups 2021-04-09 20:14:15.887 | revision-if-match 2021-04-09 20:14:15.887 | standard-attr-revisions 2021-04-09 20:14:15.887 | router_availability_zone 2021-04-09 20:14:15.887 | port-security-groups-filtering 2021-04-09 20:14:15.887 | security-group 2021-04-09 20:14:15.887 | service-type 2021-04-09 20:14:15.887 | sorting 2021-04-09 20:14:15.887 | standard-attr-description 2021-04-09 20:14:15.887 | subnet_onboard 2021-04-09 20:14:15.887 | subnet-service-types 2021-04-09 20:14:15.887 | subnet_allocation 2021-04-09 20:14:15.887 | subnetpool-prefix-ops 2021-04-09 20:14:15.887 | standard-attr-tag 2021-04-09 20:14:15.887 | standard-attr-timestamp =~ router ]] 2021-04-09 20:14:15.887 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:438 : return 0 2021-04-09 20:14:15.890 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:229 : is_networking_extension_supported external-net 2021-04-09 20:14:15.893 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : local extension=external-net 2021-04-09 20:14:15.896 | ++ 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-04-09 20:14:18.103 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:14:18.106 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:437 : EXT_LIST='address-scope 2021-04-09 20:14:18.106 | router-admin-state-down-before-update 2021-04-09 20:14:18.106 | agent 2021-04-09 20:14:18.106 | agent-resources-synced 2021-04-09 20:14:18.106 | allowed-address-pairs 2021-04-09 20:14:18.106 | auto-allocated-topology 2021-04-09 20:14:18.106 | availability_zone 2021-04-09 20:14:18.106 | availability_zone_filter 2021-04-09 20:14:18.106 | default-subnetpools 2021-04-09 20:14:18.106 | dhcp_agent_scheduler 2021-04-09 20:14:18.106 | dvr 2021-04-09 20:14:18.106 | empty-string-filtering 2021-04-09 20:14:18.106 | external-net 2021-04-09 20:14:18.106 | extra_dhcp_opt 2021-04-09 20:14:18.106 | extraroute 2021-04-09 20:14:18.106 | extraroute-atomic 2021-04-09 20:14:18.106 | filter-validation 2021-04-09 20:14:18.106 | fip-port-details 2021-04-09 20:14:18.106 | flavors 2021-04-09 20:14:18.106 | floatingip-pools 2021-04-09 20:14:18.106 | ip-substring-filtering 2021-04-09 20:14:18.106 | router 2021-04-09 20:14:18.106 | ext-gw-mode 2021-04-09 20:14:18.106 | l3-ha 2021-04-09 20:14:18.106 | l3-flavors 2021-04-09 20:14:18.106 | l3-port-ip-change-not-allowed 2021-04-09 20:14:18.106 | l3_agent_scheduler 2021-04-09 20:14:18.106 | metering 2021-04-09 20:14:18.106 | multi-provider 2021-04-09 20:14:18.106 | net-mtu 2021-04-09 20:14:18.106 | net-mtu-writable 2021-04-09 20:14:18.106 | network_availability_zone 2021-04-09 20:14:18.106 | network-ip-availability 2021-04-09 20:14:18.106 | pagination 2021-04-09 20:14:18.106 | port-mac-address-regenerate 2021-04-09 20:14:18.106 | binding 2021-04-09 20:14:18.106 | binding-extended 2021-04-09 20:14:18.106 | port-security 2021-04-09 20:14:18.106 | project-id 2021-04-09 20:14:18.106 | provider 2021-04-09 20:14:18.106 | quotas 2021-04-09 20:14:18.106 | quota_details 2021-04-09 20:14:18.106 | rbac-policies 2021-04-09 20:14:18.106 | rbac-security-groups 2021-04-09 20:14:18.106 | revision-if-match 2021-04-09 20:14:18.107 | standard-attr-revisions 2021-04-09 20:14:18.107 | router_availability_zone 2021-04-09 20:14:18.107 | port-security-groups-filtering 2021-04-09 20:14:18.107 | security-group 2021-04-09 20:14:18.107 | service-type 2021-04-09 20:14:18.107 | sorting 2021-04-09 20:14:18.107 | standard-attr-description 2021-04-09 20:14:18.107 | subnet_onboard 2021-04-09 20:14:18.107 | subnet-service-types 2021-04-09 20:14:18.107 | subnet_allocation 2021-04-09 20:14:18.107 | subnetpool-prefix-ops 2021-04-09 20:14:18.107 | standard-attr-tag 2021-04-09 20:14:18.107 | standard-attr-timestamp' 2021-04-09 20:14:18.110 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:438 : [[ address-scope 2021-04-09 20:14:18.110 | router-admin-state-down-before-update 2021-04-09 20:14:18.110 | agent 2021-04-09 20:14:18.110 | agent-resources-synced 2021-04-09 20:14:18.110 | allowed-address-pairs 2021-04-09 20:14:18.110 | auto-allocated-topology 2021-04-09 20:14:18.110 | availability_zone 2021-04-09 20:14:18.110 | availability_zone_filter 2021-04-09 20:14:18.110 | default-subnetpools 2021-04-09 20:14:18.110 | dhcp_agent_scheduler 2021-04-09 20:14:18.110 | dvr 2021-04-09 20:14:18.110 | empty-string-filtering 2021-04-09 20:14:18.110 | external-net 2021-04-09 20:14:18.110 | extra_dhcp_opt 2021-04-09 20:14:18.110 | extraroute 2021-04-09 20:14:18.110 | extraroute-atomic 2021-04-09 20:14:18.110 | filter-validation 2021-04-09 20:14:18.110 | fip-port-details 2021-04-09 20:14:18.110 | flavors 2021-04-09 20:14:18.110 | floatingip-pools 2021-04-09 20:14:18.110 | ip-substring-filtering 2021-04-09 20:14:18.110 | router 2021-04-09 20:14:18.110 | ext-gw-mode 2021-04-09 20:14:18.110 | l3-ha 2021-04-09 20:14:18.110 | l3-flavors 2021-04-09 20:14:18.110 | l3-port-ip-change-not-allowed 2021-04-09 20:14:18.110 | l3_agent_scheduler 2021-04-09 20:14:18.110 | metering 2021-04-09 20:14:18.110 | multi-provider 2021-04-09 20:14:18.110 | net-mtu 2021-04-09 20:14:18.110 | net-mtu-writable 2021-04-09 20:14:18.110 | network_availability_zone 2021-04-09 20:14:18.110 | network-ip-availability 2021-04-09 20:14:18.110 | pagination 2021-04-09 20:14:18.110 | port-mac-address-regenerate 2021-04-09 20:14:18.110 | binding 2021-04-09 20:14:18.110 | binding-extended 2021-04-09 20:14:18.110 | port-security 2021-04-09 20:14:18.110 | project-id 2021-04-09 20:14:18.110 | provider 2021-04-09 20:14:18.110 | quotas 2021-04-09 20:14:18.110 | quota_details 2021-04-09 20:14:18.110 | rbac-policies 2021-04-09 20:14:18.110 | rbac-security-groups 2021-04-09 20:14:18.110 | revision-if-match 2021-04-09 20:14:18.110 | standard-attr-revisions 2021-04-09 20:14:18.110 | router_availability_zone 2021-04-09 20:14:18.110 | port-security-groups-filtering 2021-04-09 20:14:18.111 | security-group 2021-04-09 20:14:18.111 | service-type 2021-04-09 20:14:18.111 | sorting 2021-04-09 20:14:18.111 | standard-attr-description 2021-04-09 20:14:18.111 | subnet_onboard 2021-04-09 20:14:18.111 | subnet-service-types 2021-04-09 20:14:18.111 | subnet_allocation 2021-04-09 20:14:18.111 | subnetpool-prefix-ops 2021-04-09 20:14:18.111 | standard-attr-tag 2021-04-09 20:14:18.111 | standard-attr-timestamp =~ external-net ]] 2021-04-09 20:14:18.115 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:438 : return 0 2021-04-09 20:14:18.118 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:231 : [[ True == \T\r\u\e ]] 2021-04-09 20:14:18.122 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:233 : oscwrap --os-cloud devstack-admin --os-region RegionOne router create --project e3476b32a7804bd68d9f953061e6aeed router1 2021-04-09 20:14:18.122 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:233 : grep ' id ' 2021-04-09 20:14:18.126 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:233 : get_field 2 2021-04-09 20:14:18.130 | ++ functions-common:get_field:727 : local data field 2021-04-09 20:14:18.135 | ++ functions-common:get_field:728 : read data 2021-04-09 20:14:21.200 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:14:21.204 | ++ functions-common:get_field:729 : '[' 2 -lt 0 ']' 2021-04-09 20:14:21.207 | ++ functions-common:get_field:732 : field='$3' 2021-04-09 20:14:21.210 | ++ functions-common:get_field:734 : echo '| id | 261773a5-1243-4f59-b11a-c3d145ed1e1b |' 2021-04-09 20:14:21.210 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2021-04-09 20:14:21.215 | ++ functions-common:get_field:728 : read data 2021-04-09 20:14:21.219 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:233 : ROUTER_ID=261773a5-1243-4f59-b11a-c3d145ed1e1b 2021-04-09 20:14:21.222 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : die_if_not_set 234 ROUTER_ID 'Failure creating ROUTER_ID for e3476b32a7804bd68d9f953061e6aeed router1' 2021-04-09 20:14:21.225 | + functions-common:die_if_not_set:213 : local exitcode=0 2021-04-09 20:14:21.241 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:241 : EXTERNAL_NETWORK_FLAGS=--external 2021-04-09 20:14:21.244 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:242 : is_networking_extension_supported auto-allocated-topology 2021-04-09 20:14:21.246 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : local extension=auto-allocated-topology 2021-04-09 20:14:21.251 | ++ 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-04-09 20:14:23.441 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:14:23.444 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:437 : EXT_LIST='address-scope 2021-04-09 20:14:23.444 | router-admin-state-down-before-update 2021-04-09 20:14:23.444 | agent 2021-04-09 20:14:23.444 | agent-resources-synced 2021-04-09 20:14:23.444 | allowed-address-pairs 2021-04-09 20:14:23.444 | auto-allocated-topology 2021-04-09 20:14:23.444 | availability_zone 2021-04-09 20:14:23.444 | availability_zone_filter 2021-04-09 20:14:23.444 | default-subnetpools 2021-04-09 20:14:23.444 | dhcp_agent_scheduler 2021-04-09 20:14:23.444 | dvr 2021-04-09 20:14:23.444 | empty-string-filtering 2021-04-09 20:14:23.444 | external-net 2021-04-09 20:14:23.444 | extra_dhcp_opt 2021-04-09 20:14:23.444 | extraroute 2021-04-09 20:14:23.444 | extraroute-atomic 2021-04-09 20:14:23.444 | filter-validation 2021-04-09 20:14:23.444 | fip-port-details 2021-04-09 20:14:23.444 | flavors 2021-04-09 20:14:23.444 | floatingip-pools 2021-04-09 20:14:23.444 | ip-substring-filtering 2021-04-09 20:14:23.445 | router 2021-04-09 20:14:23.445 | ext-gw-mode 2021-04-09 20:14:23.445 | l3-ha 2021-04-09 20:14:23.445 | l3-flavors 2021-04-09 20:14:23.445 | l3-port-ip-change-not-allowed 2021-04-09 20:14:23.445 | l3_agent_scheduler 2021-04-09 20:14:23.445 | metering 2021-04-09 20:14:23.445 | multi-provider 2021-04-09 20:14:23.445 | net-mtu 2021-04-09 20:14:23.445 | net-mtu-writable 2021-04-09 20:14:23.445 | network_availability_zone 2021-04-09 20:14:23.445 | network-ip-availability 2021-04-09 20:14:23.445 | pagination 2021-04-09 20:14:23.445 | port-mac-address-regenerate 2021-04-09 20:14:23.445 | binding 2021-04-09 20:14:23.445 | binding-extended 2021-04-09 20:14:23.445 | port-security 2021-04-09 20:14:23.445 | project-id 2021-04-09 20:14:23.445 | provider 2021-04-09 20:14:23.445 | quotas 2021-04-09 20:14:23.445 | quota_details 2021-04-09 20:14:23.445 | rbac-policies 2021-04-09 20:14:23.445 | rbac-security-groups 2021-04-09 20:14:23.445 | revision-if-match 2021-04-09 20:14:23.445 | standard-attr-revisions 2021-04-09 20:14:23.445 | router_availability_zone 2021-04-09 20:14:23.445 | port-security-groups-filtering 2021-04-09 20:14:23.445 | security-group 2021-04-09 20:14:23.445 | service-type 2021-04-09 20:14:23.445 | sorting 2021-04-09 20:14:23.445 | standard-attr-description 2021-04-09 20:14:23.445 | subnet_onboard 2021-04-09 20:14:23.445 | subnet-service-types 2021-04-09 20:14:23.445 | subnet_allocation 2021-04-09 20:14:23.445 | subnetpool-prefix-ops 2021-04-09 20:14:23.445 | standard-attr-tag 2021-04-09 20:14:23.445 | standard-attr-timestamp' 2021-04-09 20:14:23.447 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:438 : [[ address-scope 2021-04-09 20:14:23.447 | router-admin-state-down-before-update 2021-04-09 20:14:23.447 | agent 2021-04-09 20:14:23.447 | agent-resources-synced 2021-04-09 20:14:23.447 | allowed-address-pairs 2021-04-09 20:14:23.447 | auto-allocated-topology 2021-04-09 20:14:23.447 | availability_zone 2021-04-09 20:14:23.447 | availability_zone_filter 2021-04-09 20:14:23.447 | default-subnetpools 2021-04-09 20:14:23.447 | dhcp_agent_scheduler 2021-04-09 20:14:23.447 | dvr 2021-04-09 20:14:23.447 | empty-string-filtering 2021-04-09 20:14:23.447 | external-net 2021-04-09 20:14:23.447 | extra_dhcp_opt 2021-04-09 20:14:23.447 | extraroute 2021-04-09 20:14:23.447 | extraroute-atomic 2021-04-09 20:14:23.447 | filter-validation 2021-04-09 20:14:23.447 | fip-port-details 2021-04-09 20:14:23.447 | flavors 2021-04-09 20:14:23.447 | floatingip-pools 2021-04-09 20:14:23.447 | ip-substring-filtering 2021-04-09 20:14:23.447 | router 2021-04-09 20:14:23.447 | ext-gw-mode 2021-04-09 20:14:23.447 | l3-ha 2021-04-09 20:14:23.447 | l3-flavors 2021-04-09 20:14:23.447 | l3-port-ip-change-not-allowed 2021-04-09 20:14:23.447 | l3_agent_scheduler 2021-04-09 20:14:23.447 | metering 2021-04-09 20:14:23.447 | multi-provider 2021-04-09 20:14:23.447 | net-mtu 2021-04-09 20:14:23.447 | net-mtu-writable 2021-04-09 20:14:23.447 | network_availability_zone 2021-04-09 20:14:23.447 | network-ip-availability 2021-04-09 20:14:23.447 | pagination 2021-04-09 20:14:23.447 | port-mac-address-regenerate 2021-04-09 20:14:23.447 | binding 2021-04-09 20:14:23.447 | binding-extended 2021-04-09 20:14:23.447 | port-security 2021-04-09 20:14:23.447 | project-id 2021-04-09 20:14:23.448 | provider 2021-04-09 20:14:23.448 | quotas 2021-04-09 20:14:23.448 | quota_details 2021-04-09 20:14:23.448 | rbac-policies 2021-04-09 20:14:23.448 | rbac-security-groups 2021-04-09 20:14:23.448 | revision-if-match 2021-04-09 20:14:23.448 | standard-attr-revisions 2021-04-09 20:14:23.448 | router_availability_zone 2021-04-09 20:14:23.448 | port-security-groups-filtering 2021-04-09 20:14:23.448 | security-group 2021-04-09 20:14:23.448 | service-type 2021-04-09 20:14:23.448 | sorting 2021-04-09 20:14:23.448 | standard-attr-description 2021-04-09 20:14:23.448 | subnet_onboard 2021-04-09 20:14:23.448 | subnet-service-types 2021-04-09 20:14:23.448 | subnet_allocation 2021-04-09 20:14:23.448 | subnetpool-prefix-ops 2021-04-09 20:14:23.448 | standard-attr-tag 2021-04-09 20:14:23.448 | standard-attr-timestamp =~ auto-allocated-topology ]] 2021-04-09 20:14:23.450 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:438 : return 0 2021-04-09 20:14:23.453 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:243 : EXTERNAL_NETWORK_FLAGS='--external --default' 2021-04-09 20:14:23.455 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:246 : '[' True = True ']' 2021-04-09 20:14:23.460 | ++ 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-04-09 20:14:23.461 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:247 : grep ' id ' 2021-04-09 20:14:23.462 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:247 : get_field 2 2021-04-09 20:14:23.465 | ++ functions-common:get_field:727 : local data field 2021-04-09 20:14:23.468 | ++ functions-common:get_field:728 : read data 2021-04-09 20:14:26.550 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:14:26.554 | ++ functions-common:get_field:729 : '[' 2 -lt 0 ']' 2021-04-09 20:14:26.556 | ++ functions-common:get_field:732 : field='$3' 2021-04-09 20:14:26.559 | ++ functions-common:get_field:734 : echo '| id | ea053a11-6547-4266-bc2b-7bbdd9fb1634 |' 2021-04-09 20:14:26.560 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2021-04-09 20:14:26.565 | ++ functions-common:get_field:728 : read data 2021-04-09 20:14:26.569 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:247 : EXT_NET_ID=ea053a11-6547-4266-bc2b-7bbdd9fb1634 2021-04-09 20:14:26.572 | + 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-04-09 20:14:26.574 | + functions-common:die_if_not_set:213 : local exitcode=0 2021-04-09 20:14:26.591 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:253 : [[ 4 =~ 4.* ]] 2021-04-09 20:14:26.594 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:255 : _neutron_configure_router_v4 2021-04-09 20:14:26.596 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:337 : openstack --os-cloud devstack-admin --os-region RegionOne router add subnet 261773a5-1243-4f59-b11a-c3d145ed1e1b 6f5bd2b4-c4d1-4901-ab81-83506cdcce9a 2021-04-09 20:14:31.727 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:339 : local id_and_ext_gw_ip 2021-04-09 20:14:31.730 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:340 : _neutron_create_public_subnet_v4 ea053a11-6547-4266-bc2b-7bbdd9fb1634 2021-04-09 20:14:31.733 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:310 : local 'subnet_params=--ip-version 4 ' 2021-04-09 20:14:31.736 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:311 : subnet_params+=' ' 2021-04-09 20:14:31.738 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:312 : [[ -n 172.29.1.1 ]] 2021-04-09 20:14:31.740 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:313 : subnet_params+='--gateway 172.29.1.1 ' 2021-04-09 20:14:31.743 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:315 : subnet_params+='--network ea053a11-6547-4266-bc2b-7bbdd9fb1634 --subnet-range 172.29.1.0/24 --no-dhcp ' 2021-04-09 20:14:31.745 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:316 : subnet_params+=public-subnet 2021-04-09 20:14:31.747 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:317 : local id_and_ext_gw_ip 2021-04-09 20:14:31.751 | +++ 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.1.1 --network ea053a11-6547-4266-bc2b-7bbdd9fb1634 --subnet-range 172.29.1.0/24 --no-dhcp public-subnet 2021-04-09 20:14:31.751 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:318 : grep -e gateway_ip -e ' id ' 2021-04-09 20:14:35.247 | +++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:14:35.252 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:318 : id_and_ext_gw_ip='| gateway_ip | 172.29.1.1 | 2021-04-09 20:14:35.252 | | id | 834a07a8-7167-41de-89ee-3e279a6bd43f |' 2021-04-09 20:14:35.255 | ++ 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-04-09 20:14:35.257 | ++ functions-common:die_if_not_set:213 : local exitcode=0 2021-04-09 20:14:35.275 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:320 : echo '|' gateway_ip '|' 172.29.1.1 '|' '|' id '|' 834a07a8-7167-41de-89ee-3e279a6bd43f '|' 2021-04-09 20:14:35.278 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:340 : id_and_ext_gw_ip='| gateway_ip | 172.29.1.1 | | id | 834a07a8-7167-41de-89ee-3e279a6bd43f |' 2021-04-09 20:14:35.281 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:341 : local ext_gw_ip 2021-04-09 20:14:35.285 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:342 : get_field 2 2021-04-09 20:14:35.285 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:342 : echo '|' gateway_ip '|' 172.29.1.1 '|' '|' id '|' 834a07a8-7167-41de-89ee-3e279a6bd43f '|' 2021-04-09 20:14:35.288 | ++ functions-common:get_field:727 : local data field 2021-04-09 20:14:35.290 | ++ functions-common:get_field:728 : read data 2021-04-09 20:14:35.292 | ++ functions-common:get_field:729 : '[' 2 -lt 0 ']' 2021-04-09 20:14:35.295 | ++ functions-common:get_field:732 : field='$3' 2021-04-09 20:14:35.298 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2021-04-09 20:14:35.299 | ++ functions-common:get_field:734 : echo '| gateway_ip | 172.29.1.1 | | id | 834a07a8-7167-41de-89ee-3e279a6bd43f |' 2021-04-09 20:14:35.304 | ++ functions-common:get_field:728 : read data 2021-04-09 20:14:35.309 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:342 : ext_gw_ip=172.29.1.1 2021-04-09 20:14:35.313 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:343 : get_field 5 2021-04-09 20:14:35.315 | ++ functions-common:get_field:727 : local data field 2021-04-09 20:14:35.317 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:343 : echo '|' gateway_ip '|' 172.29.1.1 '|' '|' id '|' 834a07a8-7167-41de-89ee-3e279a6bd43f '|' 2021-04-09 20:14:35.318 | ++ functions-common:get_field:728 : read data 2021-04-09 20:14:35.320 | ++ functions-common:get_field:729 : '[' 5 -lt 0 ']' 2021-04-09 20:14:35.323 | ++ functions-common:get_field:732 : field='$6' 2021-04-09 20:14:35.326 | ++ functions-common:get_field:734 : echo '| gateway_ip | 172.29.1.1 | | id | 834a07a8-7167-41de-89ee-3e279a6bd43f |' 2021-04-09 20:14:35.326 | ++ functions-common:get_field:734 : awk '-F[ \t]*\\|[ \t]*' '{print $6}' 2021-04-09 20:14:35.332 | ++ functions-common:get_field:728 : read data 2021-04-09 20:14:35.335 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:343 : PUB_SUBNET_ID=834a07a8-7167-41de-89ee-3e279a6bd43f 2021-04-09 20:14:35.338 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:345 : openstack --os-cloud devstack-admin --os-region RegionOne router set --external-gateway ea053a11-6547-4266-bc2b-7bbdd9fb1634 261773a5-1243-4f59-b11a-c3d145ed1e1b 2021-04-09 20:14:40.560 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:348 : is_service_enabled q-l3 2021-04-09 20:14:40.575 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:14:40.578 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : local ext_gw_interface=none 2021-04-09 20:14:40.580 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:351 : is_neutron_ovs_base_plugin 2021-04-09 20:14:40.583 | + lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:17 : return 0 2021-04-09 20:14:40.586 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : _neutron_get_ext_gw_interface 2021-04-09 20:14:40.589 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:153 : [[ False == \T\r\u\e ]] 2021-04-09 20:14:40.591 | ++ 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-04-09 20:14:40.612 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:160 : echo br-data 2021-04-09 20:14:40.615 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : ext_gw_interface=br-data 2021-04-09 20:14:40.617 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:364 : [[ br-data != \n\o\n\e ]] 2021-04-09 20:14:40.620 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:365 : local cidr_len=24 2021-04-09 20:14:40.622 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:366 : local 'testcmd=ip -o link | grep -q br-data' 2021-04-09 20:14:40.624 | + 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-04-09 20:14:40.627 | + functions-common:test_with_retry:2274 : local 'testcmd=ip -o link | grep -q br-data' 2021-04-09 20:14:40.629 | + functions-common:test_with_retry:2275 : local 'failmsg=br-data creation failed' 2021-04-09 20:14:40.632 | + functions-common:test_with_retry:2276 : local until=10 2021-04-09 20:14:40.634 | + functions-common:test_with_retry:2277 : local sleep=0.5 2021-04-09 20:14:40.636 | + functions-common:test_with_retry:2279 : time_start test_with_retry 2021-04-09 20:14:40.639 | + functions-common:time_start:2322 : local name=test_with_retry 2021-04-09 20:14:40.642 | + functions-common:time_start:2323 : local start_time= 2021-04-09 20:14:40.644 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-04-09 20:14:40.647 | ++ functions-common:time_start:2327 : date +%s%3N 2021-04-09 20:14:40.650 | + functions-common:time_start:2327 : _TIME_START[$name]=1617999280648 2021-04-09 20:14:40.653 | + functions-common:test_with_retry:2280 : timeout 10 sh -c 'while ! ip -o link | grep -q br-data; do sleep 0.5; done' 2021-04-09 20:14:40.660 | + functions-common:test_with_retry:2283 : time_stop test_with_retry 2021-04-09 20:14:40.662 | + functions-common:time_stop:2336 : local name 2021-04-09 20:14:40.665 | + functions-common:time_stop:2337 : local end_time 2021-04-09 20:14:40.667 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 20:14:40.669 | + functions-common:time_stop:2339 : local total 2021-04-09 20:14:40.672 | + functions-common:time_stop:2340 : local start_time 2021-04-09 20:14:40.674 | + functions-common:time_stop:2342 : name=test_with_retry 2021-04-09 20:14:40.676 | + functions-common:time_stop:2343 : start_time=1617999280648 2021-04-09 20:14:40.679 | + functions-common:time_stop:2345 : [[ -z 1617999280648 ]] 2021-04-09 20:14:40.681 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 20:14:40.685 | + functions-common:time_stop:2348 : end_time=1617999280682 2021-04-09 20:14:40.687 | + functions-common:time_stop:2349 : elapsed_time=34 2021-04-09 20:14:40.690 | + functions-common:time_stop:2350 : total=5774 2021-04-09 20:14:40.692 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 20:14:40.694 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=5808 2021-04-09 20:14:40.698 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:368 : ip addr show dev br-data 2021-04-09 20:14:40.699 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:368 : grep -c 172.29.1.1 2021-04-09 20:14:40.703 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:368 : [[ 0 == 0 ]] 2021-04-09 20:14:40.706 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:368 : [[ True == \F\a\l\s\e ]] 2021-04-09 20:14:40.708 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:368 : [[ False == \T\r\u\e ]] 2021-04-09 20:14:40.711 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:368 : [[ True == \T\r\u\e ]] 2021-04-09 20:14:40.713 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:369 : sudo ip addr add 172.29.1.1/24 dev br-data 2021-04-09 20:14:40.725 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:370 : sudo ip link set br-data up 2021-04-09 20:14:40.739 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:372 : awk -Fip_address '{ print $2 }' 2021-04-09 20:14:40.739 | ++ 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-04-09 20:14:40.739 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:372 : cut -f2 '-d'\''' 2021-04-09 20:14:40.740 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:372 : tr '\n' ' ' 2021-04-09 20:14:42.987 | ++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:14:42.990 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:372 : ROUTER_GW_IP=' 172.29.1.49 ' 2021-04-09 20:14:42.995 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:373 : die_if_not_set 373 ROUTER_GW_IP 'Failure retrieving ROUTER_GW_IP' 2021-04-09 20:14:42.997 | + functions-common:die_if_not_set:213 : local exitcode=0 2021-04-09 20:14:43.014 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:375 : _neutron_set_router_id 2021-04-09 20:14:43.018 | + lib/neutron_plugins/services/l3:_neutron_set_router_id:146 : [[ True == \F\a\l\s\e ]] 2021-04-09 20:14:43.021 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:258 : [[ 4 =~ .*6 ]] 2021-04-09 20:14:43.023 | + ./stack.sh:main:1363 : is_service_enabled nova 2021-04-09 20:14:43.041 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:14:43.044 | + ./stack.sh:main:1364 : echo_summary 'Starting Nova' 2021-04-09 20:14:43.047 | + ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-04-09 20:14:43.049 | + ./stack.sh:echo_summary:461 : echo -e Starting Nova 2021-04-09 20:14:43.052 | + ./stack.sh:main:1365 : start_nova 2021-04-09 20:14:43.055 | + lib/nova:start_nova:1036 : start_nova_rest 2021-04-09 20:14:43.057 | + 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-04-09 20:14:43.060 | + 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-04-09 20:14:43.063 | + 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-04-09 20:14:43.066 | + lib/nova:start_nova_rest:937 : local api_cell_conf=/etc/nova/nova.conf 2021-04-09 20:14:43.068 | + lib/nova:start_nova_rest:938 : local compute_cell_conf=/etc/nova/nova.conf 2021-04-09 20:14:43.071 | + lib/nova:start_nova_rest:940 : run_process n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-04-09 20:14:43.074 | + functions-common:run_process:1583 : local service=n-sch 2021-04-09 20:14:43.077 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-04-09 20:14:43.079 | + functions-common:run_process:1585 : local group= 2021-04-09 20:14:43.082 | + functions-common:run_process:1586 : local user= 2021-04-09 20:14:43.085 | + functions-common:run_process:1588 : local name=n-sch 2021-04-09 20:14:43.087 | + functions-common:run_process:1590 : time_start run_process 2021-04-09 20:14:43.090 | + functions-common:time_start:2322 : local name=run_process 2021-04-09 20:14:43.095 | + functions-common:time_start:2323 : local start_time= 2021-04-09 20:14:43.098 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-04-09 20:14:43.104 | ++ functions-common:time_start:2327 : date +%s%3N 2021-04-09 20:14:43.107 | + functions-common:time_start:2327 : _TIME_START[$name]=1617999283105 2021-04-09 20:14:43.111 | + functions-common:run_process:1591 : is_service_enabled n-sch 2021-04-09 20:14:43.128 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:14:43.131 | + functions-common:run_process:1592 : _run_under_systemd n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' '' 2021-04-09 20:14:43.133 | + functions-common:_run_under_systemd:1548 : local service=n-sch 2021-04-09 20:14:43.136 | + functions-common:_run_under_systemd:1549 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-04-09 20:14:43.139 | + functions-common:_run_under_systemd:1550 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-04-09 20:14:43.141 | + functions-common:_run_under_systemd:1552 : _common_systemd_pitfalls '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-04-09 20:14:43.144 | + functions-common:_common_systemd_pitfalls:1520 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-04-09 20:14:43.146 | + functions-common:_common_systemd_pitfalls:1523 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]] 2021-04-09 20:14:43.149 | + functions-common:_common_systemd_pitfalls:1534 : [[ ! /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]] 2021-04-09 20:14:43.152 | + functions-common:_run_under_systemd:1554 : local systemd_service=devstack@n-sch.service 2021-04-09 20:14:43.155 | + functions-common:_run_under_systemd:1555 : local group= 2021-04-09 20:14:43.158 | + functions-common:_run_under_systemd:1556 : local user=ubuntu 2021-04-09 20:14:43.160 | + functions-common:_run_under_systemd:1557 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]] 2021-04-09 20:14:43.163 | + 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-04-09 20:14:43.166 | + functions-common:write_user_unit_file:1465 : local service=devstack@n-sch.service 2021-04-09 20:14:43.168 | + functions-common:write_user_unit_file:1466 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-04-09 20:14:43.170 | + functions-common:write_user_unit_file:1467 : local group= 2021-04-09 20:14:43.173 | + functions-common:write_user_unit_file:1468 : local user=ubuntu 2021-04-09 20:14:43.176 | + functions-common:write_user_unit_file:1469 : local extra= 2021-04-09 20:14:43.178 | + functions-common:write_user_unit_file:1470 : [[ -n '' ]] 2021-04-09 20:14:43.181 | + functions-common:write_user_unit_file:1473 : local unitfile=/etc/systemd/system/devstack@n-sch.service 2021-04-09 20:14:43.183 | + functions-common:write_user_unit_file:1474 : mkdir -p /etc/systemd/system 2021-04-09 20:14:43.187 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Unit Description 'Devstack devstack@n-sch.service' 2021-04-09 20:14:43.245 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User ubuntu 2021-04-09 20:14:43.306 | + 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-04-09 20:14:43.355 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process 2021-04-09 20:14:43.405 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300 2021-04-09 20:14:43.454 | + functions-common:write_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-04-09 20:14:43.508 | + functions-common:write_user_unit_file:1482 : [[ -n '' ]] 2021-04-09 20:14:43.510 | + functions-common:write_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target 2021-04-09 20:14:43.569 | + functions-common:write_user_unit_file:1488 : sudo systemctl daemon-reload 2021-04-09 20:14:43.776 | + functions-common:_run_under_systemd:1563 : sudo systemctl enable devstack@n-sch.service 2021-04-09 20:14:43.789 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service. 2021-04-09 20:14:44.001 | + functions-common:_run_under_systemd:1564 : sudo systemctl start devstack@n-sch.service 2021-04-09 20:14:44.022 | + functions-common:run_process:1594 : time_stop run_process 2021-04-09 20:14:44.025 | + functions-common:time_stop:2336 : local name 2021-04-09 20:14:44.027 | + functions-common:time_stop:2337 : local end_time 2021-04-09 20:14:44.030 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 20:14:44.032 | + functions-common:time_stop:2339 : local total 2021-04-09 20:14:44.035 | + functions-common:time_stop:2340 : local start_time 2021-04-09 20:14:44.038 | + functions-common:time_stop:2342 : name=run_process 2021-04-09 20:14:44.040 | + functions-common:time_stop:2343 : start_time=1617999283105 2021-04-09 20:14:44.043 | + functions-common:time_stop:2345 : [[ -z 1617999283105 ]] 2021-04-09 20:14:44.046 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 20:14:44.050 | + functions-common:time_stop:2348 : end_time=1617999284047 2021-04-09 20:14:44.052 | + functions-common:time_stop:2349 : elapsed_time=942 2021-04-09 20:14:44.055 | + functions-common:time_stop:2350 : total=17048 2021-04-09 20:14:44.057 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 20:14:44.060 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=17990 2021-04-09 20:14:44.063 | + lib/nova:start_nova_rest:941 : '[' True == False ']' 2021-04-09 20:14:44.066 | ++ lib/nova:start_nova_rest:944 : which uwsgi 2021-04-09 20:14:44.070 | + 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-04-09 20:14:44.072 | + functions-common:run_process:1583 : local service=n-api-meta 2021-04-09 20:14:44.075 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2021-04-09 20:14:44.078 | + functions-common:run_process:1585 : local group= 2021-04-09 20:14:44.081 | + functions-common:run_process:1586 : local user= 2021-04-09 20:14:44.083 | + functions-common:run_process:1588 : local name=n-api-meta 2021-04-09 20:14:44.085 | + functions-common:run_process:1590 : time_start run_process 2021-04-09 20:14:44.088 | + functions-common:time_start:2322 : local name=run_process 2021-04-09 20:14:44.090 | + functions-common:time_start:2323 : local start_time= 2021-04-09 20:14:44.093 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-04-09 20:14:44.097 | ++ functions-common:time_start:2327 : date +%s%3N 2021-04-09 20:14:44.100 | + functions-common:time_start:2327 : _TIME_START[$name]=1617999284097 2021-04-09 20:14:44.103 | + functions-common:run_process:1591 : is_service_enabled n-api-meta 2021-04-09 20:14:44.120 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:14:44.123 | + 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-04-09 20:14:44.131 | + functions-common:_run_under_systemd:1548 : local service=n-api-meta 2021-04-09 20:14:44.133 | + 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-04-09 20:14:44.136 | + 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-04-09 20:14:44.138 | + 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-04-09 20:14:44.141 | + 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-04-09 20:14:44.145 | + functions-common:_common_systemd_pitfalls:1523 : [[ /usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ sudo ]] 2021-04-09 20:14:44.148 | + functions-common:_common_systemd_pitfalls:1534 : [[ ! /usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]] 2021-04-09 20:14:44.152 | + functions-common:_run_under_systemd:1554 : local systemd_service=devstack@n-api-meta.service 2021-04-09 20:14:44.154 | + functions-common:_run_under_systemd:1555 : local group= 2021-04-09 20:14:44.157 | + functions-common:_run_under_systemd:1556 : local user=ubuntu 2021-04-09 20:14:44.160 | + functions-common:_run_under_systemd:1557 : [[ /usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ uwsgi ]] 2021-04-09 20:14:44.162 | + 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-04-09 20:14:44.165 | + functions-common:write_uwsgi_user_unit_file:1492 : local service=devstack@n-api-meta.service 2021-04-09 20:14:44.168 | + 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-04-09 20:14:44.171 | + functions-common:write_uwsgi_user_unit_file:1494 : local group= 2021-04-09 20:14:44.174 | + functions-common:write_uwsgi_user_unit_file:1495 : local user=ubuntu 2021-04-09 20:14:44.176 | + functions-common:write_uwsgi_user_unit_file:1496 : local unitfile=/etc/systemd/system/devstack@n-api-meta.service 2021-04-09 20:14:44.179 | + functions-common:write_uwsgi_user_unit_file:1497 : mkdir -p /etc/systemd/system 2021-04-09 20:14:44.183 | + 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-04-09 20:14:44.244 | + 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-04-09 20:14:44.306 | + functions-common:write_uwsgi_user_unit_file:1501 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User ubuntu 2021-04-09 20:14:44.358 | + 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-04-09 20:14:44.411 | + 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-04-09 20:14:44.466 | + functions-common:write_uwsgi_user_unit_file:1504 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify 2021-04-09 20:14:44.520 | + functions-common:write_uwsgi_user_unit_file:1505 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process 2021-04-09 20:14:44.571 | + functions-common:write_uwsgi_user_unit_file:1506 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always 2021-04-09 20:14:44.622 | + functions-common:write_uwsgi_user_unit_file:1507 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all 2021-04-09 20:14:44.669 | + functions-common:write_uwsgi_user_unit_file:1508 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100 2021-04-09 20:14:44.717 | + functions-common:write_uwsgi_user_unit_file:1510 : [[ -n '' ]] 2021-04-09 20:14:44.720 | + functions-common:write_uwsgi_user_unit_file:1513 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Install WantedBy multi-user.target 2021-04-09 20:14:44.777 | + functions-common:write_uwsgi_user_unit_file:1516 : sudo systemctl daemon-reload 2021-04-09 20:14:45.004 | + functions-common:_run_under_systemd:1563 : sudo systemctl enable devstack@n-api-meta.service 2021-04-09 20:14:45.018 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api-meta.service → /etc/systemd/system/devstack@n-api-meta.service. 2021-04-09 20:14:45.224 | + functions-common:_run_under_systemd:1564 : sudo systemctl start devstack@n-api-meta.service 2021-04-09 20:14:45.298 | + functions-common:run_process:1594 : time_stop run_process 2021-04-09 20:14:45.301 | + functions-common:time_stop:2336 : local name 2021-04-09 20:14:45.303 | + functions-common:time_stop:2337 : local end_time 2021-04-09 20:14:45.306 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 20:14:45.308 | + functions-common:time_stop:2339 : local total 2021-04-09 20:14:45.311 | + functions-common:time_stop:2340 : local start_time 2021-04-09 20:14:45.314 | + functions-common:time_stop:2342 : name=run_process 2021-04-09 20:14:45.316 | + functions-common:time_stop:2343 : start_time=1617999284097 2021-04-09 20:14:45.318 | + functions-common:time_stop:2345 : [[ -z 1617999284097 ]] 2021-04-09 20:14:45.323 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 20:14:45.325 | + functions-common:time_stop:2348 : end_time=1617999285322 2021-04-09 20:14:45.328 | + functions-common:time_stop:2349 : elapsed_time=1225 2021-04-09 20:14:45.331 | + functions-common:time_stop:2350 : total=17990 2021-04-09 20:14:45.333 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 20:14:45.336 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=19215 2021-04-09 20:14:45.339 | + 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-04-09 20:14:45.341 | + 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-04-09 20:14:45.344 | + lib/nova:start_nova:1037 : start_nova_console_proxies 2021-04-09 20:14:45.346 | + 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-04-09 20:14:45.349 | + 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-04-09 20:14:45.352 | + 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-04-09 20:14:45.354 | + lib/nova:start_nova_console_proxies:966 : local api_cell_conf=/etc/nova/nova.conf 2021-04-09 20:14:45.357 | + lib/nova:start_nova_console_proxies:968 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-04-09 20:14:45.359 | + lib/nova:start_nova_console_proxies:974 : enable_nova_console_proxies 2021-04-09 20:14:45.363 | ++ lib/nova:enable_nova_console_proxies:951 : seq 1 1 2021-04-09 20:14:45.366 | + lib/nova:enable_nova_console_proxies:951 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-04-09 20:14:45.368 | + lib/nova:enable_nova_console_proxies:952 : for srv in n-novnc n-xvnc n-spice n-sproxy 2021-04-09 20:14:45.371 | + lib/nova:enable_nova_console_proxies:953 : is_service_enabled n-novnc 2021-04-09 20:14:45.390 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 20:14:45.393 | + lib/nova:enable_nova_console_proxies:952 : for srv in n-novnc n-xvnc n-spice n-sproxy 2021-04-09 20:14:45.395 | + lib/nova:enable_nova_console_proxies:953 : is_service_enabled n-xvnc 2021-04-09 20:14:45.414 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 20:14:45.417 | + lib/nova:enable_nova_console_proxies:952 : for srv in n-novnc n-xvnc n-spice n-sproxy 2021-04-09 20:14:45.419 | + lib/nova:enable_nova_console_proxies:953 : is_service_enabled n-spice 2021-04-09 20:14:45.438 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 20:14:45.440 | + lib/nova:enable_nova_console_proxies:952 : for srv in n-novnc n-xvnc n-spice n-sproxy 2021-04-09 20:14:45.443 | + lib/nova:enable_nova_console_proxies:953 : is_service_enabled n-sproxy 2021-04-09 20:14:45.482 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 20:14:45.488 | ++ lib/nova:start_nova_console_proxies:975 : seq 1 1 2021-04-09 20:14:45.491 | + lib/nova:start_nova_console_proxies:975 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-04-09 20:14:45.498 | + lib/nova:start_nova_console_proxies:976 : local conf 2021-04-09 20:14:45.505 | ++ lib/nova:start_nova_console_proxies:977 : conductor_conf 1 2021-04-09 20:14:45.517 | ++ lib/nova:conductor_conf:727 : local cell=1 2021-04-09 20:14:45.524 | ++ lib/nova:conductor_conf:728 : echo /etc/nova/nova_cell1.conf 2021-04-09 20:14:45.528 | + lib/nova:start_nova_console_proxies:977 : conf=/etc/nova/nova_cell1.conf 2021-04-09 20:14:45.530 | + 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-04-09 20:14:45.533 | + functions-common:run_process:1583 : local service=n-novnc-cell1 2021-04-09 20:14:45.535 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova_cell1.conf --web ' 2021-04-09 20:14:45.538 | + functions-common:run_process:1585 : local group= 2021-04-09 20:14:45.541 | + functions-common:run_process:1586 : local user= 2021-04-09 20:14:45.543 | + functions-common:run_process:1588 : local name=n-novnc-cell1 2021-04-09 20:14:45.545 | + functions-common:run_process:1590 : time_start run_process 2021-04-09 20:14:45.548 | + functions-common:time_start:2322 : local name=run_process 2021-04-09 20:14:45.550 | + functions-common:time_start:2323 : local start_time= 2021-04-09 20:14:45.553 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-04-09 20:14:45.557 | ++ functions-common:time_start:2327 : date +%s%3N 2021-04-09 20:14:45.559 | + functions-common:time_start:2327 : _TIME_START[$name]=1617999285556 2021-04-09 20:14:45.562 | + functions-common:run_process:1591 : is_service_enabled n-novnc-cell1 2021-04-09 20:14:45.581 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 20:14:45.584 | + functions-common:run_process:1594 : time_stop run_process 2021-04-09 20:14:45.586 | + functions-common:time_stop:2336 : local name 2021-04-09 20:14:45.589 | + functions-common:time_stop:2337 : local end_time 2021-04-09 20:14:45.591 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 20:14:45.594 | + functions-common:time_stop:2339 : local total 2021-04-09 20:14:45.597 | + functions-common:time_stop:2340 : local start_time 2021-04-09 20:14:45.599 | + functions-common:time_stop:2342 : name=run_process 2021-04-09 20:14:45.601 | + functions-common:time_stop:2343 : start_time=1617999285556 2021-04-09 20:14:45.604 | + functions-common:time_stop:2345 : [[ -z 1617999285556 ]] 2021-04-09 20:14:45.608 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 20:14:45.611 | + functions-common:time_stop:2348 : end_time=1617999285607 2021-04-09 20:14:45.613 | + functions-common:time_stop:2349 : elapsed_time=51 2021-04-09 20:14:45.615 | + functions-common:time_stop:2350 : total=19215 2021-04-09 20:14:45.620 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 20:14:45.622 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=19266 2021-04-09 20:14:45.625 | + 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-04-09 20:14:45.630 | + functions-common:run_process:1583 : local service=n-xvnc-cell1 2021-04-09 20:14:45.632 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/nova-xvpvncproxy --config-file /etc/nova/nova_cell1.conf' 2021-04-09 20:14:45.635 | + functions-common:run_process:1585 : local group= 2021-04-09 20:14:45.637 | + functions-common:run_process:1586 : local user= 2021-04-09 20:14:45.640 | + functions-common:run_process:1588 : local name=n-xvnc-cell1 2021-04-09 20:14:45.643 | + functions-common:run_process:1590 : time_start run_process 2021-04-09 20:14:45.645 | + functions-common:time_start:2322 : local name=run_process 2021-04-09 20:14:45.650 | + functions-common:time_start:2323 : local start_time= 2021-04-09 20:14:45.652 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-04-09 20:14:45.657 | ++ functions-common:time_start:2327 : date +%s%3N 2021-04-09 20:14:45.660 | + functions-common:time_start:2327 : _TIME_START[$name]=1617999285657 2021-04-09 20:14:45.662 | + functions-common:run_process:1591 : is_service_enabled n-xvnc-cell1 2021-04-09 20:14:45.681 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 20:14:45.683 | + functions-common:run_process:1594 : time_stop run_process 2021-04-09 20:14:45.686 | + functions-common:time_stop:2336 : local name 2021-04-09 20:14:45.690 | + functions-common:time_stop:2337 : local end_time 2021-04-09 20:14:45.696 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 20:14:45.698 | + functions-common:time_stop:2339 : local total 2021-04-09 20:14:45.701 | + functions-common:time_stop:2340 : local start_time 2021-04-09 20:14:45.704 | + functions-common:time_stop:2342 : name=run_process 2021-04-09 20:14:45.706 | + functions-common:time_stop:2343 : start_time=1617999285657 2021-04-09 20:14:45.709 | + functions-common:time_stop:2345 : [[ -z 1617999285657 ]] 2021-04-09 20:14:45.713 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 20:14:45.715 | + functions-common:time_stop:2348 : end_time=1617999285712 2021-04-09 20:14:45.718 | + functions-common:time_stop:2349 : elapsed_time=55 2021-04-09 20:14:45.721 | + functions-common:time_stop:2350 : total=19266 2021-04-09 20:14:45.725 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 20:14:45.728 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=19321 2021-04-09 20:14:45.730 | + 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-04-09 20:14:45.733 | + functions-common:run_process:1583 : local service=n-spice-cell1 2021-04-09 20:14:45.736 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova_cell1.conf --web ' 2021-04-09 20:14:45.738 | + functions-common:run_process:1585 : local group= 2021-04-09 20:14:45.741 | + functions-common:run_process:1586 : local user= 2021-04-09 20:14:45.743 | + functions-common:run_process:1588 : local name=n-spice-cell1 2021-04-09 20:14:45.746 | + functions-common:run_process:1590 : time_start run_process 2021-04-09 20:14:45.748 | + functions-common:time_start:2322 : local name=run_process 2021-04-09 20:14:45.751 | + functions-common:time_start:2323 : local start_time= 2021-04-09 20:14:45.754 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-04-09 20:14:45.757 | ++ functions-common:time_start:2327 : date +%s%3N 2021-04-09 20:14:45.761 | + functions-common:time_start:2327 : _TIME_START[$name]=1617999285758 2021-04-09 20:14:45.763 | + functions-common:run_process:1591 : is_service_enabled n-spice-cell1 2021-04-09 20:14:45.784 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 20:14:45.787 | + functions-common:run_process:1594 : time_stop run_process 2021-04-09 20:14:45.789 | + functions-common:time_stop:2336 : local name 2021-04-09 20:14:45.792 | + functions-common:time_stop:2337 : local end_time 2021-04-09 20:14:45.794 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 20:14:45.796 | + functions-common:time_stop:2339 : local total 2021-04-09 20:14:45.799 | + functions-common:time_stop:2340 : local start_time 2021-04-09 20:14:45.801 | + functions-common:time_stop:2342 : name=run_process 2021-04-09 20:14:45.804 | + functions-common:time_stop:2343 : start_time=1617999285758 2021-04-09 20:14:45.806 | + functions-common:time_stop:2345 : [[ -z 1617999285758 ]] 2021-04-09 20:14:45.810 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 20:14:45.813 | + functions-common:time_stop:2348 : end_time=1617999285810 2021-04-09 20:14:45.815 | + functions-common:time_stop:2349 : elapsed_time=52 2021-04-09 20:14:45.818 | + functions-common:time_stop:2350 : total=19321 2021-04-09 20:14:45.820 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 20:14:45.823 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=19373 2021-04-09 20:14:45.825 | + 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-04-09 20:14:45.828 | + functions-common:run_process:1583 : local service=n-sproxy-cell1 2021-04-09 20:14:45.831 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova_cell1.conf' 2021-04-09 20:14:45.833 | + functions-common:run_process:1585 : local group= 2021-04-09 20:14:45.836 | + functions-common:run_process:1586 : local user= 2021-04-09 20:14:45.838 | + functions-common:run_process:1588 : local name=n-sproxy-cell1 2021-04-09 20:14:45.841 | + functions-common:run_process:1590 : time_start run_process 2021-04-09 20:14:45.843 | + functions-common:time_start:2322 : local name=run_process 2021-04-09 20:14:45.846 | + functions-common:time_start:2323 : local start_time= 2021-04-09 20:14:45.848 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-04-09 20:14:45.853 | ++ functions-common:time_start:2327 : date +%s%3N 2021-04-09 20:14:45.861 | + functions-common:time_start:2327 : _TIME_START[$name]=1617999285852 2021-04-09 20:14:45.861 | + functions-common:run_process:1591 : is_service_enabled n-sproxy-cell1 2021-04-09 20:14:45.876 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 20:14:45.881 | + functions-common:run_process:1594 : time_stop run_process 2021-04-09 20:14:45.883 | + functions-common:time_stop:2336 : local name 2021-04-09 20:14:45.886 | + functions-common:time_stop:2337 : local end_time 2021-04-09 20:14:45.888 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 20:14:45.891 | + functions-common:time_stop:2339 : local total 2021-04-09 20:14:45.900 | + functions-common:time_stop:2340 : local start_time 2021-04-09 20:14:45.900 | + functions-common:time_stop:2342 : name=run_process 2021-04-09 20:14:45.900 | + functions-common:time_stop:2343 : start_time=1617999285852 2021-04-09 20:14:45.901 | + functions-common:time_stop:2345 : [[ -z 1617999285852 ]] 2021-04-09 20:14:45.905 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 20:14:45.908 | + functions-common:time_stop:2348 : end_time=1617999285905 2021-04-09 20:14:45.910 | + functions-common:time_stop:2349 : elapsed_time=53 2021-04-09 20:14:45.912 | + functions-common:time_stop:2350 : total=19373 2021-04-09 20:14:45.915 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 20:14:45.918 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=19426 2021-04-09 20:14:45.920 | + 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-04-09 20:14:45.923 | + 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-04-09 20:14:45.926 | + lib/nova:start_nova:1038 : start_nova_conductor 2021-04-09 20:14:45.929 | + lib/nova:start_nova_conductor:998 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-04-09 20:14:45.931 | + lib/nova:start_nova_conductor:1004 : enable_nova_fleet 2021-04-09 20:14:45.934 | + lib/nova:enable_nova_fleet:989 : is_service_enabled n-cond 2021-04-09 20:14:45.959 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:14:45.961 | + lib/nova:enable_nova_fleet:990 : enable_service n-super-cond 2021-04-09 20:14:46.015 | ++ lib/nova:enable_nova_fleet:991 : seq 1 1 2021-04-09 20:14:46.018 | + lib/nova:enable_nova_fleet:991 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-04-09 20:14:46.020 | + lib/nova:enable_nova_fleet:992 : enable_service n-cond-cell1 2021-04-09 20:14:46.072 | + lib/nova:start_nova_conductor:1005 : is_service_enabled n-super-cond 2021-04-09 20:14:46.091 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:14:46.097 | + lib/nova:start_nova_conductor:1006 : run_process n-super-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-04-09 20:14:46.101 | + functions-common:run_process:1583 : local service=n-super-cond 2021-04-09 20:14:46.106 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-04-09 20:14:46.109 | + functions-common:run_process:1585 : local group= 2021-04-09 20:14:46.112 | + functions-common:run_process:1586 : local user= 2021-04-09 20:14:46.120 | + functions-common:run_process:1588 : local name=n-super-cond 2021-04-09 20:14:46.120 | + functions-common:run_process:1590 : time_start run_process 2021-04-09 20:14:46.122 | + functions-common:time_start:2322 : local name=run_process 2021-04-09 20:14:46.130 | + functions-common:time_start:2323 : local start_time= 2021-04-09 20:14:46.133 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-04-09 20:14:46.141 | ++ functions-common:time_start:2327 : date +%s%3N 2021-04-09 20:14:46.147 | + functions-common:time_start:2327 : _TIME_START[$name]=1617999286142 2021-04-09 20:14:46.152 | + functions-common:run_process:1591 : is_service_enabled n-super-cond 2021-04-09 20:14:46.173 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:14:46.176 | + functions-common:run_process:1592 : _run_under_systemd n-super-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' '' 2021-04-09 20:14:46.181 | + functions-common:_run_under_systemd:1548 : local service=n-super-cond 2021-04-09 20:14:46.184 | + functions-common:_run_under_systemd:1549 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-04-09 20:14:46.190 | + functions-common:_run_under_systemd:1550 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-04-09 20:14:46.195 | + functions-common:_run_under_systemd:1552 : _common_systemd_pitfalls '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-04-09 20:14:46.199 | + functions-common:_common_systemd_pitfalls:1520 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-04-09 20:14:46.206 | + functions-common:_common_systemd_pitfalls:1523 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]] 2021-04-09 20:14:46.209 | + functions-common:_common_systemd_pitfalls:1534 : [[ ! /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]] 2021-04-09 20:14:46.215 | + functions-common:_run_under_systemd:1554 : local systemd_service=devstack@n-super-cond.service 2021-04-09 20:14:46.220 | + functions-common:_run_under_systemd:1555 : local group= 2021-04-09 20:14:46.223 | + functions-common:_run_under_systemd:1556 : local user=ubuntu 2021-04-09 20:14:46.226 | + functions-common:_run_under_systemd:1557 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]] 2021-04-09 20:14:46.231 | + 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-04-09 20:14:46.235 | + functions-common:write_user_unit_file:1465 : local service=devstack@n-super-cond.service 2021-04-09 20:14:46.239 | + functions-common:write_user_unit_file:1466 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-04-09 20:14:46.248 | + functions-common:write_user_unit_file:1467 : local group= 2021-04-09 20:14:46.257 | + functions-common:write_user_unit_file:1468 : local user=ubuntu 2021-04-09 20:14:46.258 | + functions-common:write_user_unit_file:1469 : local extra= 2021-04-09 20:14:46.267 | + functions-common:write_user_unit_file:1470 : [[ -n '' ]] 2021-04-09 20:14:46.275 | + functions-common:write_user_unit_file:1473 : local unitfile=/etc/systemd/system/devstack@n-super-cond.service 2021-04-09 20:14:46.283 | + functions-common:write_user_unit_file:1474 : mkdir -p /etc/systemd/system 2021-04-09 20:14:46.298 | + 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-04-09 20:14:46.426 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service User ubuntu 2021-04-09 20:14:46.529 | + 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-04-09 20:14:46.585 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service KillMode process 2021-04-09 20:14:46.643 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service TimeoutStopSec 300 2021-04-09 20:14:46.696 | + functions-common:write_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-04-09 20:14:46.751 | + functions-common:write_user_unit_file:1482 : [[ -n '' ]] 2021-04-09 20:14:46.753 | + functions-common:write_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Install WantedBy multi-user.target 2021-04-09 20:14:46.816 | + functions-common:write_user_unit_file:1488 : sudo systemctl daemon-reload 2021-04-09 20:14:47.084 | + functions-common:_run_under_systemd:1563 : sudo systemctl enable devstack@n-super-cond.service 2021-04-09 20:14:47.098 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-super-cond.service → /etc/systemd/system/devstack@n-super-cond.service. 2021-04-09 20:14:47.315 | + functions-common:_run_under_systemd:1564 : sudo systemctl start devstack@n-super-cond.service 2021-04-09 20:14:47.341 | + functions-common:run_process:1594 : time_stop run_process 2021-04-09 20:14:47.344 | + functions-common:time_stop:2336 : local name 2021-04-09 20:14:47.350 | + functions-common:time_stop:2337 : local end_time 2021-04-09 20:14:47.353 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 20:14:47.359 | + functions-common:time_stop:2339 : local total 2021-04-09 20:14:47.361 | + functions-common:time_stop:2340 : local start_time 2021-04-09 20:14:47.366 | + functions-common:time_stop:2342 : name=run_process 2021-04-09 20:14:47.369 | + functions-common:time_stop:2343 : start_time=1617999286142 2021-04-09 20:14:47.371 | + functions-common:time_stop:2345 : [[ -z 1617999286142 ]] 2021-04-09 20:14:47.378 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 20:14:47.382 | + functions-common:time_stop:2348 : end_time=1617999287379 2021-04-09 20:14:47.387 | + functions-common:time_stop:2349 : elapsed_time=1237 2021-04-09 20:14:47.394 | + functions-common:time_stop:2350 : total=19426 2021-04-09 20:14:47.402 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 20:14:47.410 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=20663 2021-04-09 20:14:47.417 | ++ lib/nova:start_nova_conductor:1008 : seq 1 1 2021-04-09 20:14:47.427 | + lib/nova:start_nova_conductor:1008 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-04-09 20:14:47.434 | + lib/nova:start_nova_conductor:1009 : is_service_enabled n-cond-cell1 2021-04-09 20:14:47.478 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:14:47.486 | + lib/nova:start_nova_conductor:1010 : local conf 2021-04-09 20:14:47.491 | ++ lib/nova:start_nova_conductor:1011 : conductor_conf 1 2021-04-09 20:14:47.498 | ++ lib/nova:conductor_conf:727 : local cell=1 2021-04-09 20:14:47.504 | ++ lib/nova:conductor_conf:728 : echo /etc/nova/nova_cell1.conf 2021-04-09 20:14:47.507 | + lib/nova:start_nova_conductor:1011 : conf=/etc/nova/nova_cell1.conf 2021-04-09 20:14:47.514 | + lib/nova:start_nova_conductor:1012 : run_process n-cond-cell1 '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-04-09 20:14:47.522 | + functions-common:run_process:1583 : local service=n-cond-cell1 2021-04-09 20:14:47.527 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-04-09 20:14:47.534 | + functions-common:run_process:1585 : local group= 2021-04-09 20:14:47.538 | + functions-common:run_process:1586 : local user= 2021-04-09 20:14:47.541 | + functions-common:run_process:1588 : local name=n-cond-cell1 2021-04-09 20:14:47.550 | + functions-common:run_process:1590 : time_start run_process 2021-04-09 20:14:47.558 | + functions-common:time_start:2322 : local name=run_process 2021-04-09 20:14:47.561 | + functions-common:time_start:2323 : local start_time= 2021-04-09 20:14:47.570 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-04-09 20:14:47.577 | ++ functions-common:time_start:2327 : date +%s%3N 2021-04-09 20:14:47.590 | + functions-common:time_start:2327 : _TIME_START[$name]=1617999287582 2021-04-09 20:14:47.598 | + functions-common:run_process:1591 : is_service_enabled n-cond-cell1 2021-04-09 20:14:47.651 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:14:47.662 | + functions-common:run_process:1592 : _run_under_systemd n-cond-cell1 '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' '' '' 2021-04-09 20:14:47.670 | + functions-common:_run_under_systemd:1548 : local service=n-cond-cell1 2021-04-09 20:14:47.678 | + functions-common:_run_under_systemd:1549 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-04-09 20:14:47.693 | + functions-common:_run_under_systemd:1550 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-04-09 20:14:47.706 | + functions-common:_run_under_systemd:1552 : _common_systemd_pitfalls '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-04-09 20:14:47.714 | + functions-common:_common_systemd_pitfalls:1520 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-04-09 20:14:47.722 | + functions-common:_common_systemd_pitfalls:1523 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf =~ sudo ]] 2021-04-09 20:14:47.730 | + functions-common:_common_systemd_pitfalls:1534 : [[ ! /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf =~ ^/ ]] 2021-04-09 20:14:47.745 | + functions-common:_run_under_systemd:1554 : local systemd_service=devstack@n-cond-cell1.service 2021-04-09 20:14:47.754 | + functions-common:_run_under_systemd:1555 : local group= 2021-04-09 20:14:47.760 | + functions-common:_run_under_systemd:1556 : local user=ubuntu 2021-04-09 20:14:47.766 | + functions-common:_run_under_systemd:1557 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf =~ uwsgi ]] 2021-04-09 20:14:47.775 | + 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-04-09 20:14:47.780 | + functions-common:write_user_unit_file:1465 : local service=devstack@n-cond-cell1.service 2021-04-09 20:14:47.786 | + functions-common:write_user_unit_file:1466 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-04-09 20:14:47.794 | + functions-common:write_user_unit_file:1467 : local group= 2021-04-09 20:14:47.802 | + functions-common:write_user_unit_file:1468 : local user=ubuntu 2021-04-09 20:14:47.810 | + functions-common:write_user_unit_file:1469 : local extra= 2021-04-09 20:14:47.818 | + functions-common:write_user_unit_file:1470 : [[ -n '' ]] 2021-04-09 20:14:47.830 | + functions-common:write_user_unit_file:1473 : local unitfile=/etc/systemd/system/devstack@n-cond-cell1.service 2021-04-09 20:14:47.838 | + functions-common:write_user_unit_file:1474 : mkdir -p /etc/systemd/system 2021-04-09 20:14:47.858 | + 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-04-09 20:14:47.993 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service User ubuntu 2021-04-09 20:14:48.081 | + 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-04-09 20:14:48.192 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service KillMode process 2021-04-09 20:14:48.266 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service TimeoutStopSec 300 2021-04-09 20:14:48.356 | + functions-common:write_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-04-09 20:14:48.454 | + functions-common:write_user_unit_file:1482 : [[ -n '' ]] 2021-04-09 20:14:48.459 | + functions-common:write_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Install WantedBy multi-user.target 2021-04-09 20:14:48.575 | + functions-common:write_user_unit_file:1488 : sudo systemctl daemon-reload 2021-04-09 20:14:48.831 | + functions-common:_run_under_systemd:1563 : sudo systemctl enable devstack@n-cond-cell1.service 2021-04-09 20:14:48.853 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond-cell1.service → /etc/systemd/system/devstack@n-cond-cell1.service. 2021-04-09 20:14:49.121 | + functions-common:_run_under_systemd:1564 : sudo systemctl start devstack@n-cond-cell1.service 2021-04-09 20:14:49.145 | + functions-common:run_process:1594 : time_stop run_process 2021-04-09 20:14:49.151 | + functions-common:time_stop:2336 : local name 2021-04-09 20:14:49.155 | + functions-common:time_stop:2337 : local end_time 2021-04-09 20:14:49.161 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 20:14:49.170 | + functions-common:time_stop:2339 : local total 2021-04-09 20:14:49.175 | + functions-common:time_stop:2340 : local start_time 2021-04-09 20:14:49.179 | + functions-common:time_stop:2342 : name=run_process 2021-04-09 20:14:49.183 | + functions-common:time_stop:2343 : start_time=1617999287582 2021-04-09 20:14:49.191 | + functions-common:time_stop:2345 : [[ -z 1617999287582 ]] 2021-04-09 20:14:49.195 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 20:14:49.199 | + functions-common:time_stop:2348 : end_time=1617999289196 2021-04-09 20:14:49.203 | + functions-common:time_stop:2349 : elapsed_time=1614 2021-04-09 20:14:49.210 | + functions-common:time_stop:2350 : total=20663 2021-04-09 20:14:49.213 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 20:14:49.215 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=22277 2021-04-09 20:14:49.218 | + lib/nova:start_nova:1039 : start_nova_compute 2021-04-09 20:14:49.221 | + 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-04-09 20:14:49.235 | + 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-04-09 20:14:49.242 | + 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-04-09 20:14:49.250 | + lib/nova:start_nova_compute:872 : local compute_cell_conf=/etc/nova/nova.conf 2021-04-09 20:14:49.258 | + lib/nova:start_nova_compute:875 : cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf 2021-04-09 20:14:49.274 | + lib/nova:start_nova_compute:877 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$NOVA_CPU_CONF' 2021-04-09 20:14:49.282 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2021-04-09 20:14:49.290 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2021-04-09 20:14:49.298 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CPU_CONF' 2021-04-09 20:14:49.307 | + inc/meta-config:merge_config_file:90 : local real_configfile 2021-04-09 20:14:49.317 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CPU_CONF' 2021-04-09 20:14:49.333 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova-cpu.conf 2021-04-09 20:14:49.346 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova-cpu.conf 2021-04-09 20:14:49.355 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova-cpu.conf ']' 2021-04-09 20:14:49.362 | + inc/meta-config:merge_config_file:164 : read a 2021-04-09 20:14:49.365 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CPU_CONF' ' 2021-04-09 20:14:49.365 | BEGIN { 2021-04-09 20:14:49.365 | section = "" 2021-04-09 20:14:49.366 | last_section = "" 2021-04-09 20:14:49.366 | section_count = 0 2021-04-09 20:14:49.366 | } 2021-04-09 20:14:49.366 | /^\[.+\]/ { 2021-04-09 20:14:49.366 | gsub("[][]", "", $1); 2021-04-09 20:14:49.366 | section=$1 2021-04-09 20:14:49.366 | next 2021-04-09 20:14:49.366 | } 2021-04-09 20:14:49.366 | /^ *\#/ { 2021-04-09 20:14:49.366 | next 2021-04-09 20:14:49.366 | } 2021-04-09 20:14:49.366 | /^[^ \t]+/ { 2021-04-09 20:14:49.366 | # get offset of first = in $0 2021-04-09 20:14:49.366 | eq_idx = index($0, "=") 2021-04-09 20:14:49.366 | # extract attr & value from $0 2021-04-09 20:14:49.366 | attr = substr($0, 1, eq_idx - 1) 2021-04-09 20:14:49.366 | value = substr($0, eq_idx + 1) 2021-04-09 20:14:49.366 | # only need to strip trailing whitespace from attr 2021-04-09 20:14:49.366 | sub(/[ \t]*$/, "", attr) 2021-04-09 20:14:49.366 | # need to strip leading & trailing whitespace from value 2021-04-09 20:14:49.366 | sub(/^[ \t]*/, "", value) 2021-04-09 20:14:49.366 | sub(/[ \t]*$/, "", value) 2021-04-09 20:14:49.366 | 2021-04-09 20:14:49.366 | # cfg_attr_count: number of config lines per [section, attr] 2021-04-09 20:14:49.366 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2021-04-09 20:14:49.366 | # cfg_section: keep the section names in the same order as they appear in local.conf 2021-04-09 20:14:49.366 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2021-04-09 20:14:49.366 | if (! (section, attr) in cfg_attr_count) { 2021-04-09 20:14:49.366 | if (section != last_section) { 2021-04-09 20:14:49.366 | cfg_section[section_count++] = section 2021-04-09 20:14:49.366 | last_section = section 2021-04-09 20:14:49.366 | } 2021-04-09 20:14:49.366 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2021-04-09 20:14:49.366 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2021-04-09 20:14:49.366 | 2021-04-09 20:14:49.366 | cfg_attr[section, attr, 0] = value 2021-04-09 20:14:49.366 | cfg_attr_count[section, attr] = 1 2021-04-09 20:14:49.366 | } else { 2021-04-09 20:14:49.366 | lno = cfg_attr_count[section, attr]++ 2021-04-09 20:14:49.366 | cfg_attr[section, attr, lno] = value 2021-04-09 20:14:49.366 | } 2021-04-09 20:14:49.366 | } 2021-04-09 20:14:49.366 | END { 2021-04-09 20:14:49.366 | # Process each section in order 2021-04-09 20:14:49.366 | for (sno = 0; sno < section_count; sno++) { 2021-04-09 20:14:49.366 | section = cfg_section[sno] 2021-04-09 20:14:49.366 | # The ini routines simply append a config item immediately 2021-04-09 20:14:49.366 | # after the section header. To keep the same order as defined 2021-04-09 20:14:49.366 | # in local.conf, invoke the ini routines in the reverse order 2021-04-09 20:14:49.367 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2021-04-09 20:14:49.367 | attr = cfg_sec_attr_name[sno, attr_no] 2021-04-09 20:14:49.367 | if (cfg_attr_count[section, attr] == 1) 2021-04-09 20:14:49.367 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2021-04-09 20:14:49.367 | else { 2021-04-09 20:14:49.367 | # For multiline, invoke the ini routines in the reverse order 2021-04-09 20:14:49.367 | count = cfg_attr_count[section, attr] 2021-04-09 20:14:49.367 | print "inidelete " configfile " " section " " attr 2021-04-09 20:14:49.367 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2021-04-09 20:14:49.367 | for (l = count -2; l >= 0; l--) 2021-04-09 20:14:49.367 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2021-04-09 20:14:49.367 | } 2021-04-09 20:14:49.367 | } 2021-04-09 20:14:49.367 | } 2021-04-09 20:14:49.367 | } 2021-04-09 20:14:49.367 | ' 2021-04-09 20:14:49.367 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$NOVA_CPU_CONF' 2021-04-09 20:14:49.382 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2021-04-09 20:14:49.390 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2021-04-09 20:14:49.406 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CPU_CONF' 2021-04-09 20:14:49.418 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-04-09 20:14:49.430 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CPU_CONF ]] 2021-04-09 20:14:49.442 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' ' 2021-04-09 20:14:49.442 | BEGIN { group = "" } 2021-04-09 20:14:49.442 | /^\[\[.+\|.*\]\]/ { 2021-04-09 20:14:49.442 | gsub("[][]", "", $1); 2021-04-09 20:14:49.442 | split($1, a, "|"); 2021-04-09 20:14:49.442 | if (a[1] == matchgroup && a[2] == configfile) { 2021-04-09 20:14:49.442 | group=a[1] 2021-04-09 20:14:49.442 | } else { 2021-04-09 20:14:49.442 | group="" 2021-04-09 20:14:49.442 | } 2021-04-09 20:14:49.442 | next 2021-04-09 20:14:49.442 | } 2021-04-09 20:14:49.442 | { 2021-04-09 20:14:49.442 | if (group != "") 2021-04-09 20:14:49.442 | print $0 2021-04-09 20:14:49.442 | } 2021-04-09 20:14:49.442 | ' /home/ubuntu/devstack/local.conf 2021-04-09 20:14:49.454 | + lib/nova:start_nova_compute:879 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-04-09 20:14:49.457 | + lib/nova:start_nova_compute:886 : iniset /etc/nova/nova-cpu.conf workarounds disable_group_policy_check_upcall True 2021-04-09 20:14:49.534 | + lib/nova:start_nova_compute:889 : iniset /etc/nova/nova-cpu.conf filter_scheduler track_instance_changes False 2021-04-09 20:14:49.598 | + lib/nova:start_nova_compute:890 : iniset_rpc_backend nova /etc/nova/nova-cpu.conf DEFAULT nova_cell1 2021-04-09 20:14:49.606 | + lib/rpc_backend:iniset_rpc_backend:152 : local package=nova 2021-04-09 20:14:49.614 | + lib/rpc_backend:iniset_rpc_backend:153 : local file=/etc/nova/nova-cpu.conf 2021-04-09 20:14:49.622 | + lib/rpc_backend:iniset_rpc_backend:154 : local section=DEFAULT 2021-04-09 20:14:49.630 | + lib/rpc_backend:iniset_rpc_backend:155 : local virtual_host=nova_cell1 2021-04-09 20:14:49.638 | + lib/rpc_backend:iniset_rpc_backend:156 : is_service_enabled rabbit 2021-04-09 20:14:49.671 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:14:49.678 | ++ lib/rpc_backend:iniset_rpc_backend:157 : get_transport_url nova_cell1 2021-04-09 20:14:49.686 | ++ lib/rpc_backend:get_transport_url:134 : local virtual_host=nova_cell1 2021-04-09 20:14:49.695 | ++ lib/rpc_backend:get_transport_url:135 : is_service_enabled rabbit 2021-04-09 20:14:49.730 | ++ functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:14:49.734 | ++ lib/rpc_backend:get_transport_url:136 : echo rabbit://stackrabbit:Passw0rd@10.222.0.52:5672/nova_cell1 2021-04-09 20:14:49.738 | + lib/rpc_backend:iniset_rpc_backend:157 : iniset /etc/nova/nova-cpu.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.52:5672/nova_cell1 2021-04-09 20:14:49.786 | + lib/rpc_backend:iniset_rpc_backend:158 : '[' -n '' ']' 2021-04-09 20:14:49.790 | + lib/rpc_backend:iniset_rpc_backend:161 : '[' -n '' ']' 2021-04-09 20:14:49.794 | + lib/nova:start_nova_compute:894 : inidelete /etc/nova/nova-cpu.conf database connection 2021-04-09 20:14:49.842 | + lib/nova:start_nova_compute:895 : inidelete /etc/nova/nova-cpu.conf api_database connection 2021-04-09 20:14:49.902 | + lib/nova:start_nova_compute:900 : configure_console_compute 2021-04-09 20:14:49.906 | + lib/nova:configure_console_compute:605 : local offset 2021-04-09 20:14:49.913 | + lib/nova:configure_console_compute:606 : offset=0 2021-04-09 20:14:49.918 | + lib/nova:configure_console_compute:610 : local default_proxyclient_addr 2021-04-09 20:14:49.925 | ++ lib/nova:configure_console_compute:611 : iniget /etc/nova/nova-cpu.conf DEFAULT my_ip 2021-04-09 20:14:49.986 | + lib/nova:configure_console_compute:611 : default_proxyclient_addr=10.222.0.52 2021-04-09 20:14:49.989 | + lib/nova:configure_console_compute:615 : is_service_enabled n-cpu 2021-04-09 20:14:50.026 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 20:14:50.030 | + lib/nova:configure_console_compute:633 : is_service_enabled n-novnc 2021-04-09 20:14:50.086 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 20:14:50.090 | + lib/nova:configure_console_compute:633 : is_service_enabled n-xvnc 2021-04-09 20:14:50.128 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 20:14:50.138 | + lib/nova:configure_console_compute:633 : '[' False '!=' False ']' 2021-04-09 20:14:50.146 | + lib/nova:configure_console_compute:641 : iniset /etc/nova/nova-cpu.conf vnc enabled false 2021-04-09 20:14:50.236 | + lib/nova:configure_console_compute:644 : is_service_enabled n-spice 2021-04-09 20:14:50.298 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 20:14:50.303 | + lib/nova:configure_console_compute:654 : is_service_enabled n-sproxy 2021-04-09 20:14:50.342 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 20:14:50.345 | + lib/nova:start_nova_compute:902 : [[ libvirt = \l\i\b\v\i\r\t ]] 2021-04-09 20:14:50.348 | + lib/nova:start_nova_compute:906 : run_process n-cpu '/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' libvirt 2021-04-09 20:14:50.351 | + functions-common:run_process:1583 : local service=n-cpu 2021-04-09 20:14:50.353 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2021-04-09 20:14:50.356 | + functions-common:run_process:1585 : local group=libvirt 2021-04-09 20:14:50.366 | + functions-common:run_process:1586 : local user= 2021-04-09 20:14:50.366 | + functions-common:run_process:1588 : local name=n-cpu 2021-04-09 20:14:50.366 | + functions-common:run_process:1590 : time_start run_process 2021-04-09 20:14:50.367 | + functions-common:time_start:2322 : local name=run_process 2021-04-09 20:14:50.369 | + functions-common:time_start:2323 : local start_time= 2021-04-09 20:14:50.372 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-04-09 20:14:50.375 | ++ functions-common:time_start:2327 : date +%s%3N 2021-04-09 20:14:50.379 | + functions-common:time_start:2327 : _TIME_START[$name]=1617999290376 2021-04-09 20:14:50.382 | + functions-common:run_process:1591 : is_service_enabled n-cpu 2021-04-09 20:14:50.402 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 20:14:50.409 | + functions-common:run_process:1594 : time_stop run_process 2021-04-09 20:14:50.417 | + functions-common:time_stop:2336 : local name 2021-04-09 20:14:50.417 | + functions-common:time_stop:2337 : local end_time 2021-04-09 20:14:50.417 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 20:14:50.420 | + functions-common:time_stop:2339 : local total 2021-04-09 20:14:50.423 | + functions-common:time_stop:2340 : local start_time 2021-04-09 20:14:50.429 | + functions-common:time_stop:2342 : name=run_process 2021-04-09 20:14:50.433 | + functions-common:time_stop:2343 : start_time=1617999290376 2021-04-09 20:14:50.435 | + functions-common:time_stop:2345 : [[ -z 1617999290376 ]] 2021-04-09 20:14:50.444 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 20:14:50.445 | + functions-common:time_stop:2348 : end_time=1617999290441 2021-04-09 20:14:50.455 | + functions-common:time_stop:2349 : elapsed_time=65 2021-04-09 20:14:50.457 | + functions-common:time_stop:2350 : total=22277 2021-04-09 20:14:50.458 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 20:14:50.460 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=22342 2021-04-09 20:14:50.463 | + 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-04-09 20:14:50.466 | + 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-04-09 20:14:50.474 | + lib/nova:start_nova:1040 : is_service_enabled n-api 2021-04-09 20:14:50.518 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:14:50.526 | + lib/nova:start_nova:1042 : echo 'Dumping cells_v2 mapping' 2021-04-09 20:14:50.526 | Dumping cells_v2 mapping 2021-04-09 20:14:50.534 | + lib/nova:start_nova:1043 : /usr/local/bin/nova-manage cell_v2 list_cells --verbose 2021-04-09 20:14:54.566 | +-------+--------------------------------------+-----------------------------------------------------------+-----------------------------------------------------------------+----------+ 2021-04-09 20:14:54.566 | | Name | UUID | Transport URL | Database Connection | Disabled | 2021-04-09 20:14:54.566 | +-------+--------------------------------------+-----------------------------------------------------------+-----------------------------------------------------------------+----------+ 2021-04-09 20:14:54.566 | | cell0 | 00000000-0000-0000-0000-000000000000 | none:/// | mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8 | False | 2021-04-09 20:14:54.566 | | cell1 | 2eca2721-eca1-40d9-a443-ac56fdcf25d8 | rabbit://stackrabbit:Passw0rd@10.222.0.52:5672/nova_cell1 | mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8 | False | 2021-04-09 20:14:54.566 | +-------+--------------------------------------+-----------------------------------------------------------+-----------------------------------------------------------------+----------+ 2021-04-09 20:14:54.985 | + ./stack.sh:main:1366 : create_flavors 2021-04-09 20:14:54.988 | + lib/nova:create_flavors:1107 : is_service_enabled n-api 2021-04-09 20:14:55.003 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:14:55.007 | + lib/nova:create_flavors:1108 : openstack --os-region-name=RegionOne flavor list 2021-04-09 20:14:55.007 | + lib/nova:create_flavors:1108 : grep -q ds512M 2021-04-09 20:14:57.737 | + lib/nova:create_flavors:1110 : openstack --os-region-name=RegionOne flavor create --id c1 --ram 256 --disk 1 --vcpus 1 cirros256 2021-04-09 20:15:00.254 | +----------------------------+-----------+ 2021-04-09 20:15:00.254 | | Field | Value | 2021-04-09 20:15:00.254 | +----------------------------+-----------+ 2021-04-09 20:15:00.254 | | OS-FLV-DISABLED:disabled | False | 2021-04-09 20:15:00.254 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-04-09 20:15:00.254 | | disk | 1 | 2021-04-09 20:15:00.254 | | id | c1 | 2021-04-09 20:15:00.254 | | name | cirros256 | 2021-04-09 20:15:00.254 | | os-flavor-access:is_public | True | 2021-04-09 20:15:00.254 | | properties | | 2021-04-09 20:15:00.254 | | ram | 256 | 2021-04-09 20:15:00.254 | | rxtx_factor | 1.0 | 2021-04-09 20:15:00.254 | | swap | | 2021-04-09 20:15:00.254 | | vcpus | 1 | 2021-04-09 20:15:00.254 | +----------------------------+-----------+ 2021-04-09 20:15:00.364 | + lib/nova:create_flavors:1111 : openstack --os-region-name=RegionOne flavor create --id d1 --ram 512 --disk 5 --vcpus 1 ds512M 2021-04-09 20:15:02.599 | +----------------------------+--------+ 2021-04-09 20:15:02.599 | | Field | Value | 2021-04-09 20:15:02.599 | +----------------------------+--------+ 2021-04-09 20:15:02.599 | | OS-FLV-DISABLED:disabled | False | 2021-04-09 20:15:02.599 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-04-09 20:15:02.599 | | disk | 5 | 2021-04-09 20:15:02.599 | | id | d1 | 2021-04-09 20:15:02.599 | | name | ds512M | 2021-04-09 20:15:02.599 | | os-flavor-access:is_public | True | 2021-04-09 20:15:02.599 | | properties | | 2021-04-09 20:15:02.599 | | ram | 512 | 2021-04-09 20:15:02.599 | | rxtx_factor | 1.0 | 2021-04-09 20:15:02.599 | | swap | | 2021-04-09 20:15:02.599 | | vcpus | 1 | 2021-04-09 20:15:02.599 | +----------------------------+--------+ 2021-04-09 20:15:02.710 | + lib/nova:create_flavors:1112 : openstack --os-region-name=RegionOne flavor create --id d2 --ram 1024 --disk 10 --vcpus 1 ds1G 2021-04-09 20:15:04.920 | +----------------------------+-------+ 2021-04-09 20:15:04.920 | | Field | Value | 2021-04-09 20:15:04.920 | +----------------------------+-------+ 2021-04-09 20:15:04.920 | | OS-FLV-DISABLED:disabled | False | 2021-04-09 20:15:04.920 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-04-09 20:15:04.920 | | disk | 10 | 2021-04-09 20:15:04.920 | | id | d2 | 2021-04-09 20:15:04.920 | | name | ds1G | 2021-04-09 20:15:04.921 | | os-flavor-access:is_public | True | 2021-04-09 20:15:04.921 | | properties | | 2021-04-09 20:15:04.921 | | ram | 1024 | 2021-04-09 20:15:04.921 | | rxtx_factor | 1.0 | 2021-04-09 20:15:04.921 | | swap | | 2021-04-09 20:15:04.921 | | vcpus | 1 | 2021-04-09 20:15:04.921 | +----------------------------+-------+ 2021-04-09 20:15:05.030 | + lib/nova:create_flavors:1113 : openstack --os-region-name=RegionOne flavor create --id d3 --ram 2048 --disk 10 --vcpus 2 ds2G 2021-04-09 20:15:07.236 | +----------------------------+-------+ 2021-04-09 20:15:07.236 | | Field | Value | 2021-04-09 20:15:07.236 | +----------------------------+-------+ 2021-04-09 20:15:07.236 | | OS-FLV-DISABLED:disabled | False | 2021-04-09 20:15:07.236 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-04-09 20:15:07.236 | | disk | 10 | 2021-04-09 20:15:07.236 | | id | d3 | 2021-04-09 20:15:07.236 | | name | ds2G | 2021-04-09 20:15:07.236 | | os-flavor-access:is_public | True | 2021-04-09 20:15:07.236 | | properties | | 2021-04-09 20:15:07.236 | | ram | 2048 | 2021-04-09 20:15:07.236 | | rxtx_factor | 1.0 | 2021-04-09 20:15:07.236 | | swap | | 2021-04-09 20:15:07.236 | | vcpus | 2 | 2021-04-09 20:15:07.237 | +----------------------------+-------+ 2021-04-09 20:15:07.347 | + lib/nova:create_flavors:1114 : openstack --os-region-name=RegionOne flavor create --id d4 --ram 4096 --disk 20 --vcpus 4 ds4G 2021-04-09 20:15:09.551 | +----------------------------+-------+ 2021-04-09 20:15:09.551 | | Field | Value | 2021-04-09 20:15:09.551 | +----------------------------+-------+ 2021-04-09 20:15:09.551 | | OS-FLV-DISABLED:disabled | False | 2021-04-09 20:15:09.551 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-04-09 20:15:09.551 | | disk | 20 | 2021-04-09 20:15:09.551 | | id | d4 | 2021-04-09 20:15:09.551 | | name | ds4G | 2021-04-09 20:15:09.551 | | os-flavor-access:is_public | True | 2021-04-09 20:15:09.551 | | properties | | 2021-04-09 20:15:09.551 | | ram | 4096 | 2021-04-09 20:15:09.551 | | rxtx_factor | 1.0 | 2021-04-09 20:15:09.551 | | swap | | 2021-04-09 20:15:09.551 | | vcpus | 4 | 2021-04-09 20:15:09.551 | +----------------------------+-------+ 2021-04-09 20:15:09.663 | + lib/nova:create_flavors:1117 : openstack --os-region-name=RegionOne flavor list 2021-04-09 20:15:09.663 | + lib/nova:create_flavors:1117 : grep -q m1.tiny 2021-04-09 20:15:11.973 | + lib/nova:create_flavors:1118 : openstack --os-region-name=RegionOne flavor create --id 1 --ram 512 --disk 1 --vcpus 1 m1.tiny 2021-04-09 20:15:14.215 | +----------------------------+---------+ 2021-04-09 20:15:14.215 | | Field | Value | 2021-04-09 20:15:14.215 | +----------------------------+---------+ 2021-04-09 20:15:14.215 | | OS-FLV-DISABLED:disabled | False | 2021-04-09 20:15:14.215 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-04-09 20:15:14.215 | | disk | 1 | 2021-04-09 20:15:14.215 | | id | 1 | 2021-04-09 20:15:14.215 | | name | m1.tiny | 2021-04-09 20:15:14.215 | | os-flavor-access:is_public | True | 2021-04-09 20:15:14.216 | | properties | | 2021-04-09 20:15:14.216 | | ram | 512 | 2021-04-09 20:15:14.216 | | rxtx_factor | 1.0 | 2021-04-09 20:15:14.216 | | swap | | 2021-04-09 20:15:14.216 | | vcpus | 1 | 2021-04-09 20:15:14.216 | +----------------------------+---------+ 2021-04-09 20:15:14.326 | + lib/nova:create_flavors:1119 : openstack --os-region-name=RegionOne flavor create --id 2 --ram 2048 --disk 20 --vcpus 1 m1.small 2021-04-09 20:15:16.520 | +----------------------------+----------+ 2021-04-09 20:15:16.520 | | Field | Value | 2021-04-09 20:15:16.520 | +----------------------------+----------+ 2021-04-09 20:15:16.520 | | OS-FLV-DISABLED:disabled | False | 2021-04-09 20:15:16.520 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-04-09 20:15:16.520 | | disk | 20 | 2021-04-09 20:15:16.520 | | id | 2 | 2021-04-09 20:15:16.520 | | name | m1.small | 2021-04-09 20:15:16.520 | | os-flavor-access:is_public | True | 2021-04-09 20:15:16.520 | | properties | | 2021-04-09 20:15:16.520 | | ram | 2048 | 2021-04-09 20:15:16.520 | | rxtx_factor | 1.0 | 2021-04-09 20:15:16.520 | | swap | | 2021-04-09 20:15:16.520 | | vcpus | 1 | 2021-04-09 20:15:16.520 | +----------------------------+----------+ 2021-04-09 20:15:16.630 | + lib/nova:create_flavors:1120 : openstack --os-region-name=RegionOne flavor create --id 3 --ram 4096 --disk 40 --vcpus 2 m1.medium 2021-04-09 20:15:18.854 | +----------------------------+-----------+ 2021-04-09 20:15:18.854 | | Field | Value | 2021-04-09 20:15:18.854 | +----------------------------+-----------+ 2021-04-09 20:15:18.854 | | OS-FLV-DISABLED:disabled | False | 2021-04-09 20:15:18.854 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-04-09 20:15:18.854 | | disk | 40 | 2021-04-09 20:15:18.854 | | id | 3 | 2021-04-09 20:15:18.854 | | name | m1.medium | 2021-04-09 20:15:18.854 | | os-flavor-access:is_public | True | 2021-04-09 20:15:18.854 | | properties | | 2021-04-09 20:15:18.854 | | ram | 4096 | 2021-04-09 20:15:18.854 | | rxtx_factor | 1.0 | 2021-04-09 20:15:18.854 | | swap | | 2021-04-09 20:15:18.854 | | vcpus | 2 | 2021-04-09 20:15:18.854 | +----------------------------+-----------+ 2021-04-09 20:15:18.968 | + lib/nova:create_flavors:1121 : openstack --os-region-name=RegionOne flavor create --id 4 --ram 8192 --disk 80 --vcpus 4 m1.large 2021-04-09 20:15:21.240 | +----------------------------+----------+ 2021-04-09 20:15:21.240 | | Field | Value | 2021-04-09 20:15:21.240 | +----------------------------+----------+ 2021-04-09 20:15:21.240 | | OS-FLV-DISABLED:disabled | False | 2021-04-09 20:15:21.240 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-04-09 20:15:21.240 | | disk | 80 | 2021-04-09 20:15:21.240 | | id | 4 | 2021-04-09 20:15:21.240 | | name | m1.large | 2021-04-09 20:15:21.240 | | os-flavor-access:is_public | True | 2021-04-09 20:15:21.240 | | properties | | 2021-04-09 20:15:21.241 | | ram | 8192 | 2021-04-09 20:15:21.241 | | rxtx_factor | 1.0 | 2021-04-09 20:15:21.241 | | swap | | 2021-04-09 20:15:21.241 | | vcpus | 4 | 2021-04-09 20:15:21.241 | +----------------------------+----------+ 2021-04-09 20:15:21.364 | + lib/nova:create_flavors:1122 : openstack --os-region-name=RegionOne flavor create --id 5 --ram 16384 --disk 160 --vcpus 8 m1.xlarge 2021-04-09 20:15:23.567 | +----------------------------+-----------+ 2021-04-09 20:15:23.567 | | Field | Value | 2021-04-09 20:15:23.567 | +----------------------------+-----------+ 2021-04-09 20:15:23.567 | | OS-FLV-DISABLED:disabled | False | 2021-04-09 20:15:23.567 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-04-09 20:15:23.568 | | disk | 160 | 2021-04-09 20:15:23.568 | | id | 5 | 2021-04-09 20:15:23.568 | | name | m1.xlarge | 2021-04-09 20:15:23.568 | | os-flavor-access:is_public | True | 2021-04-09 20:15:23.568 | | properties | | 2021-04-09 20:15:23.568 | | ram | 16384 | 2021-04-09 20:15:23.568 | | rxtx_factor | 1.0 | 2021-04-09 20:15:23.568 | | swap | | 2021-04-09 20:15:23.568 | | vcpus | 8 | 2021-04-09 20:15:23.568 | +----------------------------+-----------+ 2021-04-09 20:15:23.688 | + ./stack.sh:main:1368 : is_service_enabled cinder 2021-04-09 20:15:23.706 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:15:23.708 | + ./stack.sh:main:1369 : echo_summary 'Starting Cinder' 2021-04-09 20:15:23.711 | + ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-04-09 20:15:23.713 | + ./stack.sh:echo_summary:461 : echo -e Starting Cinder 2021-04-09 20:15:23.716 | + ./stack.sh:main:1370 : start_cinder 2021-04-09 20:15:23.718 | + lib/cinder:start_cinder:459 : local service_port=8776 2021-04-09 20:15:23.721 | + lib/cinder:start_cinder:460 : local service_protocol=http 2021-04-09 20:15:23.723 | + lib/cinder:start_cinder:461 : local cinder_url 2021-04-09 20:15:23.726 | + lib/cinder:start_cinder:462 : is_service_enabled tls-proxy 2021-04-09 20:15:23.741 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 20:15:23.744 | + lib/cinder:start_cinder:466 : '[' tgtadm = tgtadm ']' 2021-04-09 20:15:23.746 | + lib/cinder:start_cinder:467 : is_service_enabled c-vol 2021-04-09 20:15:23.762 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 20:15:23.766 | + 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-04-09 20:15:23.768 | + lib/cinder:start_cinder:487 : '[' True == False ']' 2021-04-09 20:15:23.772 | ++ lib/cinder:start_cinder:495 : which uwsgi 2021-04-09 20:15:23.775 | + 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-04-09 20:15:23.778 | + functions-common:run_process:1583 : local service=c-api 2021-04-09 20:15:23.780 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2021-04-09 20:15:23.783 | + functions-common:run_process:1585 : local group= 2021-04-09 20:15:23.786 | + functions-common:run_process:1586 : local user= 2021-04-09 20:15:23.788 | + functions-common:run_process:1588 : local name=c-api 2021-04-09 20:15:23.791 | + functions-common:run_process:1590 : time_start run_process 2021-04-09 20:15:23.793 | + functions-common:time_start:2322 : local name=run_process 2021-04-09 20:15:23.796 | + functions-common:time_start:2323 : local start_time= 2021-04-09 20:15:23.798 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-04-09 20:15:23.801 | ++ functions-common:time_start:2327 : date +%s%3N 2021-04-09 20:15:23.805 | + functions-common:time_start:2327 : _TIME_START[$name]=1617999323802 2021-04-09 20:15:23.807 | + functions-common:run_process:1591 : is_service_enabled c-api 2021-04-09 20:15:23.823 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:15:23.825 | + 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-04-09 20:15:23.829 | + functions-common:_run_under_systemd:1548 : local service=c-api 2021-04-09 20:15:23.831 | + functions-common:_run_under_systemd:1549 : local 'command=/usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2021-04-09 20:15:23.834 | + functions-common:_run_under_systemd:1550 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2021-04-09 20:15:23.836 | + 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-04-09 20:15:23.838 | + functions-common:_common_systemd_pitfalls:1520 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2021-04-09 20:15:23.841 | + functions-common:_common_systemd_pitfalls:1523 : [[ /usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]] 2021-04-09 20:15:23.843 | + functions-common:_common_systemd_pitfalls:1534 : [[ ! /usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]] 2021-04-09 20:15:23.846 | + functions-common:_run_under_systemd:1554 : local systemd_service=devstack@c-api.service 2021-04-09 20:15:23.854 | + functions-common:_run_under_systemd:1555 : local group= 2021-04-09 20:15:23.854 | + functions-common:_run_under_systemd:1556 : local user=ubuntu 2021-04-09 20:15:23.854 | + functions-common:_run_under_systemd:1557 : [[ /usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]] 2021-04-09 20:15:23.856 | + 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-04-09 20:15:23.859 | + functions-common:write_uwsgi_user_unit_file:1492 : local service=devstack@c-api.service 2021-04-09 20:15:23.861 | + 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-04-09 20:15:23.863 | + functions-common:write_uwsgi_user_unit_file:1494 : local group= 2021-04-09 20:15:23.865 | + functions-common:write_uwsgi_user_unit_file:1495 : local user=ubuntu 2021-04-09 20:15:23.867 | + functions-common:write_uwsgi_user_unit_file:1496 : local unitfile=/etc/systemd/system/devstack@c-api.service 2021-04-09 20:15:23.870 | + functions-common:write_uwsgi_user_unit_file:1497 : mkdir -p /etc/systemd/system 2021-04-09 20:15:23.874 | + 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-04-09 20:15:23.929 | + functions-common:write_uwsgi_user_unit_file:1500 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service SyslogIdentifier devstack@c-api.service 2021-04-09 20:15:23.983 | + functions-common:write_uwsgi_user_unit_file:1501 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service User ubuntu 2021-04-09 20:15:24.029 | + 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-04-09 20:15:24.076 | + functions-common:write_uwsgi_user_unit_file:1503 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-04-09 20:15:24.122 | + functions-common:write_uwsgi_user_unit_file:1504 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify 2021-04-09 20:15:24.167 | + functions-common:write_uwsgi_user_unit_file:1505 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process 2021-04-09 20:15:24.215 | + functions-common:write_uwsgi_user_unit_file:1506 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always 2021-04-09 20:15:24.261 | + functions-common:write_uwsgi_user_unit_file:1507 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all 2021-04-09 20:15:24.307 | + functions-common:write_uwsgi_user_unit_file:1508 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100 2021-04-09 20:15:24.353 | + functions-common:write_uwsgi_user_unit_file:1510 : [[ -n '' ]] 2021-04-09 20:15:24.356 | + functions-common:write_uwsgi_user_unit_file:1513 : iniset -sudo /etc/systemd/system/devstack@c-api.service Install WantedBy multi-user.target 2021-04-09 20:15:24.411 | + functions-common:write_uwsgi_user_unit_file:1516 : sudo systemctl daemon-reload 2021-04-09 20:15:24.629 | + functions-common:_run_under_systemd:1563 : sudo systemctl enable devstack@c-api.service 2021-04-09 20:15:24.642 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service. 2021-04-09 20:15:24.848 | + functions-common:_run_under_systemd:1564 : sudo systemctl start devstack@c-api.service 2021-04-09 20:15:24.922 | + functions-common:run_process:1594 : time_stop run_process 2021-04-09 20:15:24.924 | + functions-common:time_stop:2336 : local name 2021-04-09 20:15:24.927 | + functions-common:time_stop:2337 : local end_time 2021-04-09 20:15:24.929 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 20:15:24.932 | + functions-common:time_stop:2339 : local total 2021-04-09 20:15:24.934 | + functions-common:time_stop:2340 : local start_time 2021-04-09 20:15:24.937 | + functions-common:time_stop:2342 : name=run_process 2021-04-09 20:15:24.940 | + functions-common:time_stop:2343 : start_time=1617999323802 2021-04-09 20:15:24.942 | + functions-common:time_stop:2345 : [[ -z 1617999323802 ]] 2021-04-09 20:15:24.946 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 20:15:24.949 | + functions-common:time_stop:2348 : end_time=1617999324946 2021-04-09 20:15:24.952 | + functions-common:time_stop:2349 : elapsed_time=1144 2021-04-09 20:15:24.954 | + functions-common:time_stop:2350 : total=22342 2021-04-09 20:15:24.956 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 20:15:24.959 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=23486 2021-04-09 20:15:24.962 | + lib/cinder:start_cinder:496 : cinder_url=http://10.222.0.52/volume/v3 2021-04-09 20:15:24.964 | + lib/cinder:start_cinder:500 : echo 'Waiting for Cinder API to start...' 2021-04-09 20:15:24.964 | Waiting for Cinder API to start... 2021-04-09 20:15:24.968 | + lib/cinder:start_cinder:501 : wait_for_service 60 http://10.222.0.52/volume/v3 2021-04-09 20:15:24.970 | + functions:wait_for_service:428 : local timeout=60 2021-04-09 20:15:24.973 | + functions:wait_for_service:429 : local url=http://10.222.0.52/volume/v3 2021-04-09 20:15:24.975 | + functions:wait_for_service:430 : local rval=0 2021-04-09 20:15:24.978 | + functions:wait_for_service:431 : time_start wait_for_service 2021-04-09 20:15:24.981 | + functions-common:time_start:2322 : local name=wait_for_service 2021-04-09 20:15:24.983 | + functions-common:time_start:2323 : local start_time= 2021-04-09 20:15:24.986 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-04-09 20:15:24.989 | ++ functions-common:time_start:2327 : date +%s%3N 2021-04-09 20:15:24.992 | + functions-common:time_start:2327 : _TIME_START[$name]=1617999324990 2021-04-09 20:15:24.995 | + functions:wait_for_service:432 : timeout 60 bash -x 2021-04-09 20:15:25.001 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.52/volume/v3 2021-04-09 20:15:30.030 | + :: : [[ 401 == 503 ]] 2021-04-09 20:15:30.031 | + :: : [[ 0 -eq 7 ]] 2021-04-09 20:15:30.035 | + functions:wait_for_service:437 : time_stop wait_for_service 2021-04-09 20:15:30.037 | + functions-common:time_stop:2336 : local name 2021-04-09 20:15:30.040 | + functions-common:time_stop:2337 : local end_time 2021-04-09 20:15:30.042 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 20:15:30.045 | + functions-common:time_stop:2339 : local total 2021-04-09 20:15:30.047 | + functions-common:time_stop:2340 : local start_time 2021-04-09 20:15:30.050 | + functions-common:time_stop:2342 : name=wait_for_service 2021-04-09 20:15:30.052 | + functions-common:time_stop:2343 : start_time=1617999324990 2021-04-09 20:15:30.054 | + functions-common:time_stop:2345 : [[ -z 1617999324990 ]] 2021-04-09 20:15:30.058 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 20:15:30.061 | + functions-common:time_stop:2348 : end_time=1617999330058 2021-04-09 20:15:30.064 | + functions-common:time_stop:2349 : elapsed_time=5068 2021-04-09 20:15:30.066 | + functions-common:time_stop:2350 : total=19676 2021-04-09 20:15:30.069 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 20:15:30.071 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=24744 2021-04-09 20:15:30.074 | + functions:wait_for_service:438 : return 0 2021-04-09 20:15:30.077 | + lib/cinder:start_cinder:505 : run_process c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-04-09 20:15:30.079 | + functions-common:run_process:1583 : local service=c-sch 2021-04-09 20:15:30.082 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-04-09 20:15:30.084 | + functions-common:run_process:1585 : local group= 2021-04-09 20:15:30.087 | + functions-common:run_process:1586 : local user= 2021-04-09 20:15:30.089 | + functions-common:run_process:1588 : local name=c-sch 2021-04-09 20:15:30.092 | + functions-common:run_process:1590 : time_start run_process 2021-04-09 20:15:30.095 | + functions-common:time_start:2322 : local name=run_process 2021-04-09 20:15:30.098 | + functions-common:time_start:2323 : local start_time= 2021-04-09 20:15:30.100 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-04-09 20:15:30.103 | ++ functions-common:time_start:2327 : date +%s%3N 2021-04-09 20:15:30.107 | + functions-common:time_start:2327 : _TIME_START[$name]=1617999330104 2021-04-09 20:15:30.109 | + functions-common:run_process:1591 : is_service_enabled c-sch 2021-04-09 20:15:30.126 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:15:30.128 | + functions-common:run_process:1592 : _run_under_systemd c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' '' 2021-04-09 20:15:30.131 | + functions-common:_run_under_systemd:1548 : local service=c-sch 2021-04-09 20:15:30.133 | + functions-common:_run_under_systemd:1549 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-04-09 20:15:30.136 | + functions-common:_run_under_systemd:1550 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-04-09 20:15:30.139 | + functions-common:_run_under_systemd:1552 : _common_systemd_pitfalls '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-04-09 20:15:30.141 | + functions-common:_common_systemd_pitfalls:1520 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-04-09 20:15:30.144 | + functions-common:_common_systemd_pitfalls:1523 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]] 2021-04-09 20:15:30.146 | + functions-common:_common_systemd_pitfalls:1534 : [[ ! /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2021-04-09 20:15:30.149 | + functions-common:_run_under_systemd:1554 : local systemd_service=devstack@c-sch.service 2021-04-09 20:15:30.151 | + functions-common:_run_under_systemd:1555 : local group= 2021-04-09 20:15:30.154 | + functions-common:_run_under_systemd:1556 : local user=ubuntu 2021-04-09 20:15:30.157 | + functions-common:_run_under_systemd:1557 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2021-04-09 20:15:30.159 | + 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-04-09 20:15:30.162 | + functions-common:write_user_unit_file:1465 : local service=devstack@c-sch.service 2021-04-09 20:15:30.164 | + functions-common:write_user_unit_file:1466 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-04-09 20:15:30.167 | + functions-common:write_user_unit_file:1467 : local group= 2021-04-09 20:15:30.170 | + functions-common:write_user_unit_file:1468 : local user=ubuntu 2021-04-09 20:15:30.173 | + functions-common:write_user_unit_file:1469 : local extra= 2021-04-09 20:15:30.175 | + functions-common:write_user_unit_file:1470 : [[ -n '' ]] 2021-04-09 20:15:30.178 | + functions-common:write_user_unit_file:1473 : local unitfile=/etc/systemd/system/devstack@c-sch.service 2021-04-09 20:15:30.180 | + functions-common:write_user_unit_file:1474 : mkdir -p /etc/systemd/system 2021-04-09 20:15:30.185 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Unit Description 'Devstack devstack@c-sch.service' 2021-04-09 20:15:30.240 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User ubuntu 2021-04-09 20:15:30.296 | + 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-04-09 20:15:30.343 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process 2021-04-09 20:15:30.390 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300 2021-04-09 20:15:30.438 | + functions-common:write_user_unit_file:1481 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-04-09 20:15:30.486 | + functions-common:write_user_unit_file:1482 : [[ -n '' ]] 2021-04-09 20:15:30.488 | + functions-common:write_user_unit_file:1485 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target 2021-04-09 20:15:30.544 | + functions-common:write_user_unit_file:1488 : sudo systemctl daemon-reload 2021-04-09 20:15:30.768 | + functions-common:_run_under_systemd:1563 : sudo systemctl enable devstack@c-sch.service 2021-04-09 20:15:30.782 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service. 2021-04-09 20:15:30.975 | + functions-common:_run_under_systemd:1564 : sudo systemctl start devstack@c-sch.service 2021-04-09 20:15:30.995 | + functions-common:run_process:1594 : time_stop run_process 2021-04-09 20:15:30.998 | + functions-common:time_stop:2336 : local name 2021-04-09 20:15:31.000 | + functions-common:time_stop:2337 : local end_time 2021-04-09 20:15:31.003 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 20:15:31.005 | + functions-common:time_stop:2339 : local total 2021-04-09 20:15:31.008 | + functions-common:time_stop:2340 : local start_time 2021-04-09 20:15:31.010 | + functions-common:time_stop:2342 : name=run_process 2021-04-09 20:15:31.013 | + functions-common:time_stop:2343 : start_time=1617999330104 2021-04-09 20:15:31.016 | + functions-common:time_stop:2345 : [[ -z 1617999330104 ]] 2021-04-09 20:15:31.019 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 20:15:31.023 | + functions-common:time_stop:2348 : end_time=1617999331020 2021-04-09 20:15:31.025 | + functions-common:time_stop:2349 : elapsed_time=916 2021-04-09 20:15:31.028 | + functions-common:time_stop:2350 : total=23486 2021-04-09 20:15:31.030 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 20:15:31.033 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=24402 2021-04-09 20:15:31.035 | + lib/cinder:start_cinder:506 : run_process c-bak '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2021-04-09 20:15:31.038 | + functions-common:run_process:1583 : local service=c-bak 2021-04-09 20:15:31.041 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2021-04-09 20:15:31.043 | + functions-common:run_process:1585 : local group= 2021-04-09 20:15:31.045 | + functions-common:run_process:1586 : local user= 2021-04-09 20:15:31.048 | + functions-common:run_process:1588 : local name=c-bak 2021-04-09 20:15:31.050 | + functions-common:run_process:1590 : time_start run_process 2021-04-09 20:15:31.053 | + functions-common:time_start:2322 : local name=run_process 2021-04-09 20:15:31.055 | + functions-common:time_start:2323 : local start_time= 2021-04-09 20:15:31.058 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-04-09 20:15:31.062 | ++ functions-common:time_start:2327 : date +%s%3N 2021-04-09 20:15:31.072 | + functions-common:time_start:2327 : _TIME_START[$name]=1617999331062 2021-04-09 20:15:31.074 | + functions-common:run_process:1591 : is_service_enabled c-bak 2021-04-09 20:15:31.092 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 20:15:31.095 | + functions-common:run_process:1594 : time_stop run_process 2021-04-09 20:15:31.098 | + functions-common:time_stop:2336 : local name 2021-04-09 20:15:31.100 | + functions-common:time_stop:2337 : local end_time 2021-04-09 20:15:31.103 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 20:15:31.106 | + functions-common:time_stop:2339 : local total 2021-04-09 20:15:31.109 | + functions-common:time_stop:2340 : local start_time 2021-04-09 20:15:31.112 | + functions-common:time_stop:2342 : name=run_process 2021-04-09 20:15:31.115 | + functions-common:time_stop:2343 : start_time=1617999331062 2021-04-09 20:15:31.118 | + functions-common:time_stop:2345 : [[ -z 1617999331062 ]] 2021-04-09 20:15:31.123 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 20:15:31.127 | + functions-common:time_stop:2348 : end_time=1617999331124 2021-04-09 20:15:31.130 | + functions-common:time_stop:2349 : elapsed_time=62 2021-04-09 20:15:31.132 | + functions-common:time_stop:2350 : total=24402 2021-04-09 20:15:31.135 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 20:15:31.137 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=24464 2021-04-09 20:15:31.140 | + lib/cinder:start_cinder:507 : run_process c-vol '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2021-04-09 20:15:31.143 | + functions-common:run_process:1583 : local service=c-vol 2021-04-09 20:15:31.145 | + functions-common:run_process:1584 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2021-04-09 20:15:31.148 | + functions-common:run_process:1585 : local group= 2021-04-09 20:15:31.150 | + functions-common:run_process:1586 : local user= 2021-04-09 20:15:31.153 | + functions-common:run_process:1588 : local name=c-vol 2021-04-09 20:15:31.155 | + functions-common:run_process:1590 : time_start run_process 2021-04-09 20:15:31.158 | + functions-common:time_start:2322 : local name=run_process 2021-04-09 20:15:31.160 | + functions-common:time_start:2323 : local start_time= 2021-04-09 20:15:31.163 | + functions-common:time_start:2324 : [[ -n '' ]] 2021-04-09 20:15:31.166 | ++ functions-common:time_start:2327 : date +%s%3N 2021-04-09 20:15:31.170 | + functions-common:time_start:2327 : _TIME_START[$name]=1617999331167 2021-04-09 20:15:31.172 | + functions-common:run_process:1591 : is_service_enabled c-vol 2021-04-09 20:15:31.189 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 20:15:31.192 | + functions-common:run_process:1594 : time_stop run_process 2021-04-09 20:15:31.195 | + functions-common:time_stop:2336 : local name 2021-04-09 20:15:31.197 | + functions-common:time_stop:2337 : local end_time 2021-04-09 20:15:31.200 | + functions-common:time_stop:2338 : local elapsed_time 2021-04-09 20:15:31.203 | + functions-common:time_stop:2339 : local total 2021-04-09 20:15:31.205 | + functions-common:time_stop:2340 : local start_time 2021-04-09 20:15:31.208 | + functions-common:time_stop:2342 : name=run_process 2021-04-09 20:15:31.210 | + functions-common:time_stop:2343 : start_time=1617999331167 2021-04-09 20:15:31.213 | + functions-common:time_stop:2345 : [[ -z 1617999331167 ]] 2021-04-09 20:15:31.217 | ++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 20:15:31.220 | + functions-common:time_stop:2348 : end_time=1617999331218 2021-04-09 20:15:31.223 | + functions-common:time_stop:2349 : elapsed_time=51 2021-04-09 20:15:31.225 | + functions-common:time_stop:2350 : total=24464 2021-04-09 20:15:31.228 | + functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 20:15:31.230 | + functions-common:time_stop:2353 : _TIME_TOTAL[$name]=24515 2021-04-09 20:15:31.233 | + ./stack.sh:main:1371 : create_volume_types 2021-04-09 20:15:31.235 | + lib/cinder:create_volume_types:525 : is_service_enabled c-api 2021-04-09 20:15:31.252 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:15:31.255 | + lib/cinder:create_volume_types:525 : [[ -n lvm:lvmdriver-1 ]] 2021-04-09 20:15:31.257 | + lib/cinder:create_volume_types:526 : local be be_name 2021-04-09 20:15:31.260 | + lib/cinder:create_volume_types:527 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2021-04-09 20:15:31.262 | + lib/cinder:create_volume_types:528 : be_name=lvmdriver-1 2021-04-09 20:15:31.265 | + lib/cinder:create_volume_types:530 : is_service_enabled keystone 2021-04-09 20:15:31.282 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:15:31.285 | + lib/cinder:create_volume_types:531 : openstack --os-region-name=RegionOne volume type create --property volume_backend_name=lvmdriver-1 lvmdriver-1 2021-04-09 20:15:34.611 | +-------------+--------------------------------------+ 2021-04-09 20:15:34.611 | | Field | Value | 2021-04-09 20:15:34.611 | +-------------+--------------------------------------+ 2021-04-09 20:15:34.611 | | description | None | 2021-04-09 20:15:34.611 | | id | d19803ad-b202-45f0-ad87-52ab603ffbb4 | 2021-04-09 20:15:34.611 | | is_public | True | 2021-04-09 20:15:34.611 | | name | lvmdriver-1 | 2021-04-09 20:15:34.611 | | properties | volume_backend_name='lvmdriver-1' | 2021-04-09 20:15:34.611 | +-------------+--------------------------------------+ 2021-04-09 20:15:34.725 | + ./stack.sh:main:1375 : is_service_enabled horizon 2021-04-09 20:15:34.742 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 20:15:34.745 | + ./stack.sh:main:1389 : is_service_enabled nova 2021-04-09 20:15:34.763 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:15:34.766 | + ./stack.sh:main:1389 : is_service_enabled keystone 2021-04-09 20:15:34.783 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:15:34.786 | + ./stack.sh:main:1390 : USERRC_PARAMS='-PA --target-dir /home/ubuntu/devstack/accrc' 2021-04-09 20:15:34.788 | + ./stack.sh:main:1392 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2021-04-09 20:15:34.791 | + ./stack.sh:main:1396 : /home/ubuntu/devstack/tools/create_userrc.sh -PA --target-dir /home/ubuntu/devstack/accrc 2021-04-09 20:15:34.795 | + home/ubuntu/devstack/tools/create_userrc.sh:main:31 : ACCOUNT_DIR=./accrc 2021-04-09 20:15:34.797 | ++ 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-04-09 20:15:34.799 | + home/ubuntu/devstack/tools/create_userrc.sh:main:80 : options=' -P -A --target-dir '\''/home/ubuntu/devstack/accrc'\'' --' 2021-04-09 20:15:34.801 | + home/ubuntu/devstack/tools/create_userrc.sh:main:84 : eval set -- -P -A --target-dir ''\''/home/ubuntu/devstack/accrc'\''' -- 2021-04-09 20:15:34.802 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:84 : set -- -P -A --target-dir /home/ubuntu/devstack/accrc -- 2021-04-09 20:15:34.804 | + home/ubuntu/devstack/tools/create_userrc.sh:main:85 : ADDPASS= 2021-04-09 20:15:34.805 | + home/ubuntu/devstack/tools/create_userrc.sh:main:86 : HEAT_URL= 2021-04-09 20:15:34.807 | + home/ubuntu/devstack/tools/create_userrc.sh:main:91 : SKIP_PROJECT=service 2021-04-09 20:15:34.808 | + home/ubuntu/devstack/tools/create_userrc.sh:main:92 : MODE= 2021-04-09 20:15:34.811 | + home/ubuntu/devstack/tools/create_userrc.sh:main:93 : ROLE=Member 2021-04-09 20:15:34.812 | + home/ubuntu/devstack/tools/create_userrc.sh:main:94 : USER_NAME= 2021-04-09 20:15:34.814 | + home/ubuntu/devstack/tools/create_userrc.sh:main:95 : USER_PASS= 2021-04-09 20:15:34.815 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 : '[' 5 -gt 0 ']' 2021-04-09 20:15:34.817 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2021-04-09 20:15:34.818 | + home/ubuntu/devstack/tools/create_userrc.sh:main:119 : ADDPASS=yes 2021-04-09 20:15:34.820 | + home/ubuntu/devstack/tools/create_userrc.sh:main:126 : shift 2021-04-09 20:15:34.822 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 : '[' 4 -gt 0 ']' 2021-04-09 20:15:34.823 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2021-04-09 20:15:34.825 | + home/ubuntu/devstack/tools/create_userrc.sh:main:118 : MODE=all 2021-04-09 20:15:34.826 | + home/ubuntu/devstack/tools/create_userrc.sh:main:126 : shift 2021-04-09 20:15:34.828 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 : '[' 3 -gt 0 ']' 2021-04-09 20:15:34.830 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2021-04-09 20:15:34.831 | + home/ubuntu/devstack/tools/create_userrc.sh:main:113 : ACCOUNT_DIR=/home/ubuntu/devstack/accrc 2021-04-09 20:15:34.833 | + home/ubuntu/devstack/tools/create_userrc.sh:main:113 : shift 2021-04-09 20:15:34.834 | + home/ubuntu/devstack/tools/create_userrc.sh:main:126 : shift 2021-04-09 20:15:34.836 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 : '[' 1 -gt 0 ']' 2021-04-09 20:15:34.837 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2021-04-09 20:15:34.839 | + home/ubuntu/devstack/tools/create_userrc.sh:main:122 : shift 2021-04-09 20:15:34.841 | + home/ubuntu/devstack/tools/create_userrc.sh:main:122 : break 2021-04-09 20:15:34.843 | + home/ubuntu/devstack/tools/create_userrc.sh:main:129 : '[' -z Passw0rd ']' 2021-04-09 20:15:34.845 | + home/ubuntu/devstack/tools/create_userrc.sh:main:138 : '[' -z '' -a '' ']' 2021-04-09 20:15:34.846 | + home/ubuntu/devstack/tools/create_userrc.sh:main:142 : '[' -z admin -a '' ']' 2021-04-09 20:15:34.848 | + home/ubuntu/devstack/tools/create_userrc.sh:main:146 : '[' -z admin -a -z '' ']' 2021-04-09 20:15:34.850 | + home/ubuntu/devstack/tools/create_userrc.sh:main:150 : '[' -z admin ']' 2021-04-09 20:15:34.851 | + home/ubuntu/devstack/tools/create_userrc.sh:main:154 : '[' -z http://10.222.0.52/identity ']' 2021-04-09 20:15:34.872 | + home/ubuntu/devstack/tools/create_userrc.sh:main:158 : '[' -z default -a -z '' ']' 2021-04-09 20:15:34.872 | + home/ubuntu/devstack/tools/create_userrc.sh:main:163 : '[' -z default -a -z '' ']' 2021-04-09 20:15:34.872 | + home/ubuntu/devstack/tools/create_userrc.sh:main:168 : USER_PASS=Passw0rd 2021-04-09 20:15:34.872 | + home/ubuntu/devstack/tools/create_userrc.sh:main:169 : USER_NAME=admin 2021-04-09 20:15:34.872 | + home/ubuntu/devstack/tools/create_userrc.sh:main:171 : '[' -z all ']' 2021-04-09 20:15:34.872 | + home/ubuntu/devstack/tools/create_userrc.sh:main:239 : '[' all '!=' create ']' 2021-04-09 20:15:34.872 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : grep ,True 2021-04-09 20:15:34.872 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : openstack project list --long --quote none -f csv 2021-04-09 20:15:34.872 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : grep -v service 2021-04-09 20:15:34.872 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-04-09 20:15:34.872 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-04-09 20:15:36.963 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project 03ded038775747a8b95486a0c215b172 --long --quote none -f csv 2021-04-09 20:15:36.963 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2021-04-09 20:15:36.963 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-04-09 20:15:36.964 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-04-09 20:15:39.177 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a swiftusertest4 '!=' admin ']' 2021-04-09 20:15:39.179 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$swiftusertest4_password' 2021-04-09 20:15:39.180 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD=testing4 2021-04-09 20:15:39.182 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n testing4 ']' 2021-04-09 20:15:39.183 | + home/ubuntu/devstack/tools/create_userrc.sh:main:252 : USER_PASS=testing4 2021-04-09 20:15:39.185 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 08bf5d1751964850a7595439d1b2b25d swiftusertest4 03ded038775747a8b95486a0c215b172 swiftprojecttest4 testing4 2021-04-09 20:15:39.186 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=08bf5d1751964850a7595439d1b2b25d 2021-04-09 20:15:39.188 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=swiftusertest4 2021-04-09 20:15:39.189 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=03ded038775747a8b95486a0c215b172 2021-04-09 20:15:39.191 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=swiftprojecttest4 2021-04-09 20:15:39.192 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=testing4 2021-04-09 20:15:39.194 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/swiftprojecttest4 2021-04-09 20:15:39.197 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/swiftprojecttest4/swiftusertest4 2021-04-09 20:15:39.198 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-04-09 20:15:39.202 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-04-09 20:15:39.203 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="testing4"' 2021-04-09 20:15:39.205 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-04-09 20:15:39.207 | + 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-04-09 20:15:39.208 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-04-09 20:15:39.209 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-04-09 20:15:39.211 | + 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-04-09 20:15:39.212 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-04-09 20:15:39.214 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-04-09 20:15:39.215 | + 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-04-09 20:15:39.217 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-04-09 20:15:39.219 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-04-09 20:15:39.220 | + 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-04-09 20:15:39.222 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-04-09 20:15:39.223 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-04-09 20:15:39.225 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-04-09 20:15:39.226 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-04-09 20:15:39.228 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-04-09 20:15:39.230 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-04-09 20:15:39.232 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project 27c94a156faf404aa892b3ba9ef8c7ca --long --quote none -f csv 2021-04-09 20:15:39.232 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-04-09 20:15:39.232 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2021-04-09 20:15:39.233 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-04-09 20:15:41.452 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a swiftusertest2 '!=' admin ']' 2021-04-09 20:15:41.454 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$swiftusertest2_password' 2021-04-09 20:15:41.455 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD=testing2 2021-04-09 20:15:41.457 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n testing2 ']' 2021-04-09 20:15:41.458 | + home/ubuntu/devstack/tools/create_userrc.sh:main:252 : USER_PASS=testing2 2021-04-09 20:15:41.460 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 63536dae5a1548b58caf3376fe6fd51d swiftusertest2 27c94a156faf404aa892b3ba9ef8c7ca swiftprojecttest2 testing2 2021-04-09 20:15:41.461 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=63536dae5a1548b58caf3376fe6fd51d 2021-04-09 20:15:41.463 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=swiftusertest2 2021-04-09 20:15:41.464 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=27c94a156faf404aa892b3ba9ef8c7ca 2021-04-09 20:15:41.466 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=swiftprojecttest2 2021-04-09 20:15:41.468 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=testing2 2021-04-09 20:15:41.469 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/swiftprojecttest2 2021-04-09 20:15:41.473 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/swiftprojecttest2/swiftusertest2 2021-04-09 20:15:41.474 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-04-09 20:15:41.477 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-04-09 20:15:41.478 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="testing2"' 2021-04-09 20:15:41.480 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-04-09 20:15:41.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-04-09 20:15:41.483 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-04-09 20:15:41.485 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-04-09 20:15:41.486 | + 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-04-09 20:15:41.488 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-04-09 20:15:41.489 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-04-09 20:15:41.491 | + 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-04-09 20:15:41.492 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-04-09 20:15:41.493 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-04-09 20:15:41.495 | + 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-04-09 20:15:41.496 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-04-09 20:15:41.498 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-04-09 20:15:41.500 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-04-09 20:15:41.502 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-04-09 20:15:41.504 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-04-09 20:15:41.505 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-04-09 20:15:41.507 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project 7cef345dae5d41a7abe1c014ef05d398 --long --quote none -f csv 2021-04-09 20:15:41.507 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-04-09 20:15:41.509 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2021-04-09 20:15:41.509 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-04-09 20:15:43.836 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a admin '!=' admin ']' 2021-04-09 20:15:43.838 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$admin_password' 2021-04-09 20:15:43.839 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2021-04-09 20:15:43.841 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2021-04-09 20:15:43.843 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 30c99b31cc31440e8e6447a8e0d4cebf admin 7cef345dae5d41a7abe1c014ef05d398 alt_demo Passw0rd 2021-04-09 20:15:43.857 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=30c99b31cc31440e8e6447a8e0d4cebf 2021-04-09 20:15:43.857 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=admin 2021-04-09 20:15:43.857 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=7cef345dae5d41a7abe1c014ef05d398 2021-04-09 20:15:43.857 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=alt_demo 2021-04-09 20:15:43.857 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2021-04-09 20:15:43.857 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/alt_demo 2021-04-09 20:15:43.857 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/alt_demo/admin 2021-04-09 20:15:43.857 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-04-09 20:15:43.860 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-04-09 20:15:43.861 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2021-04-09 20:15:43.863 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-04-09 20:15:43.864 | + 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-04-09 20:15:43.866 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-04-09 20:15:43.867 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-04-09 20:15:43.869 | + 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-04-09 20:15:43.870 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-04-09 20:15:43.872 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-04-09 20:15:43.874 | + 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-04-09 20:15:43.876 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-04-09 20:15:43.877 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-04-09 20:15:43.879 | + 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-04-09 20:15:43.880 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-04-09 20:15:43.882 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-04-09 20:15:43.883 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-04-09 20:15:43.885 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-04-09 20:15:43.886 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a alt_demo '!=' admin ']' 2021-04-09 20:15:43.888 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$alt_demo_password' 2021-04-09 20:15:43.889 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2021-04-09 20:15:43.891 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2021-04-09 20:15:43.892 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 52cdf6280aa04c3eb7556a0ba0b14e5b alt_demo 7cef345dae5d41a7abe1c014ef05d398 alt_demo Passw0rd 2021-04-09 20:15:43.894 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=52cdf6280aa04c3eb7556a0ba0b14e5b 2021-04-09 20:15:43.895 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=alt_demo 2021-04-09 20:15:43.914 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=7cef345dae5d41a7abe1c014ef05d398 2021-04-09 20:15:43.914 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=alt_demo 2021-04-09 20:15:43.914 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2021-04-09 20:15:43.915 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/alt_demo 2021-04-09 20:15:43.915 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/alt_demo/alt_demo 2021-04-09 20:15:43.915 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-04-09 20:15:43.917 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-04-09 20:15:43.918 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2021-04-09 20:15:43.920 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-04-09 20:15:43.922 | + 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-04-09 20:15:43.923 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-04-09 20:15:43.925 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-04-09 20:15:43.926 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2021-04-09 20:15:43.928 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-04-09 20:15:43.929 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-04-09 20:15:43.931 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2021-04-09 20:15:43.932 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-04-09 20:15:43.934 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-04-09 20:15:43.936 | + 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-04-09 20:15:43.937 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-04-09 20:15:43.939 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-04-09 20:15:43.940 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-04-09 20:15:43.942 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-04-09 20:15:43.944 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-04-09 20:15:43.945 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-04-09 20:15:43.947 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project ad652990b2da485f916c7ea251f4605f --long --quote none -f csv 2021-04-09 20:15:43.947 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2021-04-09 20:15:43.947 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-04-09 20:15:43.950 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-04-09 20:15:46.156 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a admin '!=' admin ']' 2021-04-09 20:15:46.158 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$admin_password' 2021-04-09 20:15:46.159 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2021-04-09 20:15:46.161 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2021-04-09 20:15:46.162 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 30c99b31cc31440e8e6447a8e0d4cebf admin ad652990b2da485f916c7ea251f4605f admin Passw0rd 2021-04-09 20:15:46.164 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=30c99b31cc31440e8e6447a8e0d4cebf 2021-04-09 20:15:46.166 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=admin 2021-04-09 20:15:46.167 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=ad652990b2da485f916c7ea251f4605f 2021-04-09 20:15:46.169 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=admin 2021-04-09 20:15:46.171 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2021-04-09 20:15:46.172 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/admin 2021-04-09 20:15:46.175 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/admin/admin 2021-04-09 20:15:46.177 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-04-09 20:15:46.180 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-04-09 20:15:46.181 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2021-04-09 20:15:46.183 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-04-09 20:15:46.184 | + 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-04-09 20:15:46.186 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-04-09 20:15:46.188 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-04-09 20:15:46.189 | + 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-04-09 20:15:46.191 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-04-09 20:15:46.192 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-04-09 20:15:46.194 | + 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-04-09 20:15:46.195 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-04-09 20:15:46.196 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-04-09 20:15:46.198 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2021-04-09 20:15:46.199 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-04-09 20:15:46.201 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-04-09 20:15:46.203 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-04-09 20:15:46.204 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-04-09 20:15:46.206 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-04-09 20:15:46.207 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-04-09 20:15:46.210 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project e3476b32a7804bd68d9f953061e6aeed --long --quote none -f csv 2021-04-09 20:15:46.211 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2021-04-09 20:15:46.211 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-04-09 20:15:46.212 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-04-09 20:15:48.473 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a admin '!=' admin ']' 2021-04-09 20:15:48.474 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$admin_password' 2021-04-09 20:15:48.476 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2021-04-09 20:15:48.477 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2021-04-09 20:15:48.479 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 30c99b31cc31440e8e6447a8e0d4cebf admin e3476b32a7804bd68d9f953061e6aeed demo Passw0rd 2021-04-09 20:15:48.480 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=30c99b31cc31440e8e6447a8e0d4cebf 2021-04-09 20:15:48.482 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=admin 2021-04-09 20:15:48.483 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=e3476b32a7804bd68d9f953061e6aeed 2021-04-09 20:15:48.485 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=demo 2021-04-09 20:15:48.486 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2021-04-09 20:15:48.488 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/demo 2021-04-09 20:15:48.491 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/demo/admin 2021-04-09 20:15:48.492 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-04-09 20:15:48.495 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-04-09 20:15:48.497 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2021-04-09 20:15:48.498 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-04-09 20:15:48.500 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2021-04-09 20:15:48.501 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-04-09 20:15:48.503 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-04-09 20:15:48.504 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2021-04-09 20:15:48.506 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-04-09 20:15:48.507 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-04-09 20:15:48.509 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2021-04-09 20:15:48.510 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-04-09 20:15:48.512 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-04-09 20:15:48.514 | + 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-04-09 20:15:48.515 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-04-09 20:15:48.517 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-04-09 20:15:48.519 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-04-09 20:15:48.520 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-04-09 20:15:48.522 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a demo '!=' admin ']' 2021-04-09 20:15:48.523 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$demo_password' 2021-04-09 20:15:48.525 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2021-04-09 20:15:48.526 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2021-04-09 20:15:48.528 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 8d53705b09264c20afbc935ed157e03a demo e3476b32a7804bd68d9f953061e6aeed demo Passw0rd 2021-04-09 20:15:48.530 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=8d53705b09264c20afbc935ed157e03a 2021-04-09 20:15:48.531 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=demo 2021-04-09 20:15:48.533 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=e3476b32a7804bd68d9f953061e6aeed 2021-04-09 20:15:48.534 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=demo 2021-04-09 20:15:48.536 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2021-04-09 20:15:48.537 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/demo 2021-04-09 20:15:48.540 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/demo/demo 2021-04-09 20:15:48.542 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-04-09 20:15:48.545 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-04-09 20:15:48.546 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2021-04-09 20:15:48.548 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-04-09 20:15:48.549 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2021-04-09 20:15:48.551 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-04-09 20:15:48.552 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-04-09 20:15:48.554 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:204 : for v in OS_USER_DOMAIN_ID OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_ID OS_PROJECT_DOMAIN_NAME 2021-04-09 20:15:48.555 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-04-09 20:15:48.556 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-04-09 20:15:48.558 | + 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-04-09 20:15:48.560 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-04-09 20:15:48.561 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-04-09 20:15:48.563 | + 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-04-09 20:15:48.564 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-04-09 20:15:48.566 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-04-09 20:15:48.567 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-04-09 20:15:48.569 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-04-09 20:15:48.570 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-04-09 20:15:48.572 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-04-09 20:15:48.574 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project f594153a94914c13a7fd7bb0cf3e06e2 --long --quote none -f csv 2021-04-09 20:15:48.574 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2021-04-09 20:15:48.574 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-04-09 20:15:48.577 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-04-09 20:15:50.876 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a swiftusertest1 '!=' admin ']' 2021-04-09 20:15:50.878 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$swiftusertest1_password' 2021-04-09 20:15:50.880 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD=testing 2021-04-09 20:15:50.881 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n testing ']' 2021-04-09 20:15:50.883 | + home/ubuntu/devstack/tools/create_userrc.sh:main:252 : USER_PASS=testing 2021-04-09 20:15:50.884 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 5e209b6a39a24ce4a10323f848994913 swiftusertest1 f594153a94914c13a7fd7bb0cf3e06e2 swiftprojecttest1 testing 2021-04-09 20:15:50.886 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=5e209b6a39a24ce4a10323f848994913 2021-04-09 20:15:50.887 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=swiftusertest1 2021-04-09 20:15:50.889 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=f594153a94914c13a7fd7bb0cf3e06e2 2021-04-09 20:15:50.891 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=swiftprojecttest1 2021-04-09 20:15:50.892 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=testing 2021-04-09 20:15:50.894 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/swiftprojecttest1 2021-04-09 20:15:50.897 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/swiftprojecttest1/swiftusertest1 2021-04-09 20:15:50.898 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-04-09 20:15:50.901 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-04-09 20:15:50.903 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="testing"' 2021-04-09 20:15:50.905 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-04-09 20:15:50.906 | + 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-04-09 20:15:50.908 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-04-09 20:15:50.909 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-04-09 20:15:50.911 | + 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-04-09 20:15:50.912 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-04-09 20:15:50.914 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-04-09 20:15:50.915 | + 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-04-09 20:15:50.917 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-04-09 20:15:50.918 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-04-09 20:15:50.920 | + 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-04-09 20:15:50.921 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-04-09 20:15:50.923 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-04-09 20:15:50.924 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-04-09 20:15:50.926 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-04-09 20:15:50.927 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a swiftusertest3 '!=' admin ']' 2021-04-09 20:15:50.929 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$swiftusertest3_password' 2021-04-09 20:15:50.930 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD=testing3 2021-04-09 20:15:50.932 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n testing3 ']' 2021-04-09 20:15:50.933 | + home/ubuntu/devstack/tools/create_userrc.sh:main:252 : USER_PASS=testing3 2021-04-09 20:15:50.935 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 7a92c68ae9a2420192ac7da996da8474 swiftusertest3 f594153a94914c13a7fd7bb0cf3e06e2 swiftprojecttest1 testing3 2021-04-09 20:15:50.937 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=7a92c68ae9a2420192ac7da996da8474 2021-04-09 20:15:50.938 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=swiftusertest3 2021-04-09 20:15:50.940 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=f594153a94914c13a7fd7bb0cf3e06e2 2021-04-09 20:15:50.941 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=swiftprojecttest1 2021-04-09 20:15:50.943 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=testing3 2021-04-09 20:15:50.944 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/swiftprojecttest1 2021-04-09 20:15:50.947 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/swiftprojecttest1/swiftusertest3 2021-04-09 20:15:50.957 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-04-09 20:15:50.959 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-04-09 20:15:50.961 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="testing3"' 2021-04-09 20:15:50.962 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-04-09 20:15:50.964 | + 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-04-09 20:15:50.965 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-04-09 20:15:50.967 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-04-09 20:15:50.968 | + 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-04-09 20:15:50.970 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-04-09 20:15:50.971 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-04-09 20:15:50.973 | + 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-04-09 20:15:50.974 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-04-09 20:15:50.976 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-04-09 20:15:50.977 | + 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-04-09 20:15:50.979 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-04-09 20:15:50.980 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-04-09 20:15:50.983 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-04-09 20:15:50.989 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-04-09 20:15:50.989 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-04-09 20:15:50.989 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-04-09 20:15:50.990 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project f710ae3d2d904d278749a21510cb2ace --long --quote none -f csv 2021-04-09 20:15:50.990 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-04-09 20:15:50.990 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2021-04-09 20:15:50.992 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-04-09 20:15:53.211 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a demo '!=' admin ']' 2021-04-09 20:15:53.212 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$demo_password' 2021-04-09 20:15:53.214 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2021-04-09 20:15:53.215 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2021-04-09 20:15:53.217 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 8d53705b09264c20afbc935ed157e03a demo f710ae3d2d904d278749a21510cb2ace invisible_to_admin Passw0rd 2021-04-09 20:15:53.218 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=8d53705b09264c20afbc935ed157e03a 2021-04-09 20:15:53.220 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=demo 2021-04-09 20:15:53.221 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=f710ae3d2d904d278749a21510cb2ace 2021-04-09 20:15:53.223 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=invisible_to_admin 2021-04-09 20:15:53.224 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2021-04-09 20:15:53.226 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/invisible_to_admin 2021-04-09 20:15:53.229 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/invisible_to_admin/demo 2021-04-09 20:15:53.230 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-04-09 20:15:53.234 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-04-09 20:15:53.235 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2021-04-09 20:15:53.237 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-04-09 20:15:53.238 | + 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-04-09 20:15:53.240 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-04-09 20:15:53.243 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-04-09 20:15:53.244 | + 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-04-09 20:15:53.246 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-04-09 20:15:53.249 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-04-09 20:15:53.250 | + 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-04-09 20:15:53.252 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-04-09 20:15:53.253 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-04-09 20:15:53.255 | + 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-04-09 20:15:53.256 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-04-09 20:15:53.258 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-04-09 20:15:53.259 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-04-09 20:15:53.261 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-04-09 20:15:53.263 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-04-09 20:15:53.265 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-04-09 20:15:53.268 | + ./stack.sh:main:1401 : save_stackenv 2021-04-09 20:15:53.271 | + functions-common:save_stackenv:62 : local tag= 2021-04-09 20:15:53.274 | ++ functions-common:save_stackenv:64 : date +%F-%H%M%S 2021-04-09 20:15:53.277 | + functions-common:save_stackenv:64 : time_stamp=2021-04-09-201553 2021-04-09 20:15:53.280 | + functions-common:save_stackenv:65 : echo '# 2021-04-09-201553 ' 2021-04-09 20:15:53.283 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-04-09 20:15:53.285 | + functions-common:save_stackenv:67 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-04-09 20:15:53.287 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-04-09 20:15:53.290 | + functions-common:save_stackenv:67 : echo DATA_DIR=/opt/stack/data 2021-04-09 20:15:53.293 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-04-09 20:15:53.295 | + functions-common:save_stackenv:67 : echo DEST=/opt/stack 2021-04-09 20:15:53.298 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-04-09 20:15:53.300 | + 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-04-09 20:15:53.303 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-04-09 20:15:53.305 | + functions-common:save_stackenv:67 : echo HOST_IP=10.222.0.52 2021-04-09 20:15:53.307 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-04-09 20:15:53.310 | + functions-common:save_stackenv:67 : echo KEYSTONE_AUTH_URI=http://10.222.0.52/identity 2021-04-09 20:15:53.313 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-04-09 20:15:53.315 | + functions-common:save_stackenv:67 : echo KEYSTONE_SERVICE_URI=http://10.222.0.52/identity 2021-04-09 20:15:53.318 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-04-09 20:15:53.320 | + functions-common:save_stackenv:67 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2021-04-09-194003 2021-04-09 20:15:53.323 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-04-09 20:15:53.326 | + functions-common:save_stackenv:67 : echo OS_CACERT= 2021-04-09 20:15:53.328 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-04-09 20:15:53.331 | + functions-common:save_stackenv:67 : echo SERVICE_HOST=10.222.0.52 2021-04-09 20:15:53.334 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-04-09 20:15:53.336 | + functions-common:save_stackenv:67 : echo STACK_USER=ubuntu 2021-04-09 20:15:53.338 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-04-09 20:15:53.341 | + functions-common:save_stackenv:67 : echo TLS_IP= 2021-04-09 20:15:53.344 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-04-09 20:15:53.346 | + functions-common:save_stackenv:67 : echo HOST_IPV6=::1 2021-04-09 20:15:53.348 | + functions-common:save_stackenv:66 : for i in $STACK_ENV_VARS 2021-04-09 20:15:53.351 | + functions-common:save_stackenv:67 : echo SERVICE_IP_VERSION=4 2021-04-09 20:15:53.353 | + ./stack.sh:main:1412 : merge_config_group /home/ubuntu/devstack/local.conf extra 2021-04-09 20:15:53.356 | + inc/meta-config:merge_config_group:171 : local localfile=/home/ubuntu/devstack/local.conf 2021-04-09 20:15:53.358 | + inc/meta-config:merge_config_group:171 : shift 2021-04-09 20:15:53.361 | + inc/meta-config:merge_config_group:172 : local matchgroups=extra 2021-04-09 20:15:53.364 | + inc/meta-config:merge_config_group:174 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-04-09 20:15:53.366 | + inc/meta-config:merge_config_group:176 : local configfile group 2021-04-09 20:15:53.369 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2021-04-09 20:15:53.373 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /home/ubuntu/devstack/local.conf extra 2021-04-09 20:15:53.375 | ++ inc/meta-config:get_meta_section_files:63 : local file=/home/ubuntu/devstack/local.conf 2021-04-09 20:15:53.378 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=extra 2021-04-09 20:15:53.383 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-04-09 20:15:53.383 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=extra ' 2021-04-09 20:15:53.383 | /^\[\[.+\|.*\]\]/ { 2021-04-09 20:15:53.383 | gsub("[][]", "", $1); 2021-04-09 20:15:53.383 | split($1, a, "|"); 2021-04-09 20:15:53.383 | if (a[1] == matchgroup) 2021-04-09 20:15:53.383 | print a[2] 2021-04-09 20:15:53.383 | } 2021-04-09 20:15:53.383 | ' /home/ubuntu/devstack/local.conf 2021-04-09 20:15:53.390 | + ./stack.sh:main:1419 : run_phase stack extra 2021-04-09 20:15:53.393 | + functions-common:run_phase:1760 : local mode=stack 2021-04-09 20:15:53.395 | + functions-common:run_phase:1761 : local phase=extra 2021-04-09 20:15:53.398 | + functions-common:run_phase:1762 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-04-09 20:15:53.400 | + functions-common:run_phase:1763 : local extra_plugin_file_name 2021-04-09 20:15:53.404 | + functions-common:run_phase:1764 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-04-09 20:15:53.406 | + functions-common:run_phase:1769 : local exceptions=80-tempest.sh 2021-04-09 20:15:53.409 | + functions-common:run_phase:1770 : local extra 2021-04-09 20:15:53.412 | ++ functions-common:run_phase:1771 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-04-09 20:15:53.416 | + functions-common:run_phase:1771 : extra=80-tempest.sh 2021-04-09 20:15:53.419 | + functions-common:run_phase:1772 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-04-09 20:15:53.422 | + functions-common:run_phase:1776 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-04-09 20:15:53.425 | + functions-common:run_phase:1776 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack extra 2021-04-09 20:15:53.427 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-04-09 20:15:53.444 | ++ functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:15:53.446 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2021-04-09 20:15:53.449 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2021-04-09 20:15:53.452 | ++ extras.d/80-tempest.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2021-04-09 20:15:53.454 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2021-04-09 20:15:53.457 | ++ extras.d/80-tempest.sh:source:10 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2021-04-09 20:15:53.460 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2021-04-09 20:15:53.463 | ++ extras.d/80-tempest.sh:source:13 : [[ extra == \e\x\t\r\a ]] 2021-04-09 20:15:53.466 | ++ extras.d/80-tempest.sh:source:15 : : 2021-04-09 20:15:53.469 | ++ extras.d/80-tempest.sh:source:26 : [[ stack == \u\n\s\t\a\c\k ]] 2021-04-09 20:15:53.471 | ++ extras.d/80-tempest.sh:source:31 : [[ stack == \c\l\e\a\n ]] 2021-04-09 20:15:53.474 | + functions-common:run_phase:1781 : [[ stack == \s\o\u\r\c\e ]] 2021-04-09 20:15:53.476 | + functions-common:run_phase:1784 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-04-09 20:15:53.479 | + functions-common:run_phase:1787 : run_plugins stack extra 2021-04-09 20:15:53.481 | + functions-common:run_plugins:1746 : local mode=stack 2021-04-09 20:15:53.484 | + functions-common:run_plugins:1747 : local phase=extra 2021-04-09 20:15:53.487 | + functions-common:run_plugins:1749 : local plugins= 2021-04-09 20:15:53.489 | + functions-common:run_plugins:1750 : local plugin 2021-04-09 20:15:53.492 | + ./stack.sh:main:1427 : merge_config_group /home/ubuntu/devstack/local.conf post-extra 2021-04-09 20:15:53.495 | + inc/meta-config:merge_config_group:171 : local localfile=/home/ubuntu/devstack/local.conf 2021-04-09 20:15:53.498 | + inc/meta-config:merge_config_group:171 : shift 2021-04-09 20:15:53.500 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-extra 2021-04-09 20:15:53.503 | + inc/meta-config:merge_config_group:174 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-04-09 20:15:53.505 | + inc/meta-config:merge_config_group:176 : local configfile group 2021-04-09 20:15:53.508 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2021-04-09 20:15:53.511 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /home/ubuntu/devstack/local.conf post-extra 2021-04-09 20:15:53.515 | ++ inc/meta-config:get_meta_section_files:63 : local file=/home/ubuntu/devstack/local.conf 2021-04-09 20:15:53.517 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-extra 2021-04-09 20:15:53.520 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-04-09 20:15:53.523 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-extra ' 2021-04-09 20:15:53.523 | /^\[\[.+\|.*\]\]/ { 2021-04-09 20:15:53.523 | gsub("[][]", "", $1); 2021-04-09 20:15:53.523 | split($1, a, "|"); 2021-04-09 20:15:53.523 | if (a[1] == matchgroup) 2021-04-09 20:15:53.523 | print a[2] 2021-04-09 20:15:53.523 | } 2021-04-09 20:15:53.523 | ' /home/ubuntu/devstack/local.conf 2021-04-09 20:15:53.529 | + ./stack.sh:main:1436 : is_service_enabled n-cpu 2021-04-09 20:15:53.547 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 20:15:53.549 | + ./stack.sh:main:1441 : service_check 2021-04-09 20:15:53.552 | + functions-common:service_check:1621 : local service 2021-04-09 20:15:53.555 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 20:15:53.557 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@key.service 2021-04-09 20:15:53.570 | Failed to get unit file state for devstack@key.service: No such file or directory 2021-04-09 20:15:53.574 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 20:15:53.577 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@n-api.service 2021-04-09 20:15:53.590 | enabled 2021-04-09 20:15:53.594 | + functions-common:service_check:1628 : sudo systemctl status devstack@n-api.service --no-pager 2021-04-09 20:15:53.611 | ● devstack@n-api.service - Devstack devstack@n-api.service 2021-04-09 20:15:53.611 | Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled) 2021-04-09 20:15:53.611 | Active: active (running) since Fri 2021-04-09 20:13:35 UTC; 2min 18s ago 2021-04-09 20:15:53.611 | Main PID: 80357 (uwsgi) 2021-04-09 20:15:53.611 | Status: "uWSGI is ready" 2021-04-09 20:15:53.611 | Tasks: 3 (limit: 14352) 2021-04-09 20:15:53.611 | CGroup: /system.slice/system-devstack.slice/devstack@n-api.service 2021-04-09 20:15:53.611 | ├─80357 nova-apiuWSGI master 2021-04-09 20:15:53.611 | ├─80358 nova-apiuWSGI worker 1 2021-04-09 20:15:53.611 | └─80359 nova-apiuWSGI worker 2 2021-04-09 20:15:53.611 | 2021-04-09 20:15:53.611 | Apr 09 20:15:21 dv-osbrick-785704-1-iscsi devstack@n-api.service[80357]: [pid: 80359|app: 0|req: 11/20] 10.222.0.52 () {62 vars in 1183 bytes} [Fri Apr 9 20:15:21 2021] POST /compute/v2.1/flavors => generated 365 bytes in 142 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2021-04-09 20:15:53.611 | Apr 09 20:15:21 dv-osbrick-785704-1-iscsi devstack@n-api.service[80357]: DEBUG nova.api.openstack.wsgi [None req-270cd954-65fc-4bb3-8605-31cada575057 admin admin] Calling method '>' {{(pid=80358) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:523}} 2021-04-09 20:15:53.611 | Apr 09 20:15:21 dv-osbrick-785704-1-iscsi devstack@n-api.service[80357]: INFO nova.api.openstack.requestlog [None req-270cd954-65fc-4bb3-8605-31cada575057 admin admin] 10.222.0.52 "GET /compute/v2.1/flavors/4/os-extra_specs" status: 200 len: 19 microversion: 2.1 time: 0.021211 2021-04-09 20:15:53.611 | Apr 09 20:15:21 dv-osbrick-785704-1-iscsi devstack@n-api.service[80357]: [pid: 80358|app: 0|req: 10/21] 10.222.0.52 () {58 vars in 1180 bytes} [Fri Apr 9 20:15:21 2021] GET /compute/v2.1/flavors/4/os-extra_specs => generated 19 bytes in 22 msecs (HTTP/1.1 200) 9 headers in 356 bytes (1 switches on core 0) 2021-04-09 20:15:53.611 | Apr 09 20:15:23 dv-osbrick-785704-1-iscsi devstack@n-api.service[80357]: DEBUG nova.api.openstack.wsgi [None req-a4dc3965-c362-46ec-9d4a-7c999557fa36 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=80359) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:520}} 2021-04-09 20:15:53.611 | Apr 09 20:15:23 dv-osbrick-785704-1-iscsi devstack@n-api.service[80357]: INFO nova.api.openstack.requestlog [None req-a4dc3965-c362-46ec-9d4a-7c999557fa36 admin admin] 10.222.0.52 "POST /compute/v2.1/flavors" status: 200 len: 368 microversion: 2.1 time: 0.133703 2021-04-09 20:15:53.611 | Apr 09 20:15:23 dv-osbrick-785704-1-iscsi devstack@n-api.service[80357]: [pid: 80359|app: 0|req: 12/22] 10.222.0.52 () {62 vars in 1183 bytes} [Fri Apr 9 20:15:23 2021] POST /compute/v2.1/flavors => generated 368 bytes in 135 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2021-04-09 20:15:53.611 | Apr 09 20:15:23 dv-osbrick-785704-1-iscsi devstack@n-api.service[80357]: DEBUG nova.api.openstack.wsgi [None req-80b5eb2f-5f21-4936-a321-9a2c1c54eceb admin admin] Calling method '>' {{(pid=80358) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:523}} 2021-04-09 20:15:53.611 | Apr 09 20:15:23 dv-osbrick-785704-1-iscsi devstack@n-api.service[80357]: INFO nova.api.openstack.requestlog [None req-80b5eb2f-5f21-4936-a321-9a2c1c54eceb admin admin] 10.222.0.52 "GET /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 19 microversion: 2.1 time: 0.018917 2021-04-09 20:15:53.611 | Apr 09 20:15:23 dv-osbrick-785704-1-iscsi devstack@n-api.service[80357]: [pid: 80358|app: 0|req: 11/23] 10.222.0.52 () {58 vars in 1180 bytes} [Fri Apr 9 20:15:23 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-04-09 20:15:53.615 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 20:15:53.617 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@n-cond.service 2021-04-09 20:15:53.630 | Failed to get unit file state for devstack@n-cond.service: No such file or directory 2021-04-09 20:15:53.633 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 20:15:53.636 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@n-sch.service 2021-04-09 20:15:53.649 | enabled 2021-04-09 20:15:53.652 | + functions-common:service_check:1628 : sudo systemctl status devstack@n-sch.service --no-pager 2021-04-09 20:15:53.668 | ● devstack@n-sch.service - Devstack devstack@n-sch.service 2021-04-09 20:15:53.668 | Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled) 2021-04-09 20:15:53.668 | Active: active (running) since Fri 2021-04-09 20:14:44 UTC; 1min 9s ago 2021-04-09 20:15:53.668 | Main PID: 85205 (nova-scheduler) 2021-04-09 20:15:53.668 | Tasks: 3 (limit: 14352) 2021-04-09 20:15:53.668 | CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service 2021-04-09 20:15:53.668 | ├─85205 /usr/bin/python3.6 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2021-04-09 20:15:53.668 | ├─86727 /usr/bin/python3.6 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2021-04-09 20:15:53.668 | └─86728 /usr/bin/python3.6 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2021-04-09 20:15:53.668 | 2021-04-09 20:15:53.668 | Apr 09 20:14:48 dv-osbrick-785704-1-iscsi nova-scheduler[85205]: DEBUG oslo_service.service [None req-66dc7e5a-1044-4cc5-9b94-af20884fe96d None None] oslo_policy.policy_dirs = ['policy.d'] {{(pid=85205) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-04-09 20:15:53.668 | Apr 09 20:14:48 dv-osbrick-785704-1-iscsi nova-scheduler[85205]: DEBUG oslo_service.service [None req-66dc7e5a-1044-4cc5-9b94-af20884fe96d None None] oslo_policy.policy_file = policy.json {{(pid=85205) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-04-09 20:15:53.668 | Apr 09 20:14:48 dv-osbrick-785704-1-iscsi nova-scheduler[85205]: DEBUG oslo_service.service [None req-66dc7e5a-1044-4cc5-9b94-af20884fe96d None None] oslo_policy.remote_content_type = application/x-www-form-urlencoded {{(pid=85205) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-04-09 20:15:53.668 | Apr 09 20:14:48 dv-osbrick-785704-1-iscsi nova-scheduler[85205]: DEBUG oslo_service.service [None req-66dc7e5a-1044-4cc5-9b94-af20884fe96d None None] oslo_policy.remote_ssl_ca_crt_file = None {{(pid=85205) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-04-09 20:15:53.668 | Apr 09 20:14:48 dv-osbrick-785704-1-iscsi nova-scheduler[85205]: DEBUG oslo_service.service [None req-66dc7e5a-1044-4cc5-9b94-af20884fe96d None None] oslo_policy.remote_ssl_client_crt_file = None {{(pid=85205) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-04-09 20:15:53.668 | Apr 09 20:14:48 dv-osbrick-785704-1-iscsi nova-scheduler[85205]: DEBUG oslo_service.service [None req-66dc7e5a-1044-4cc5-9b94-af20884fe96d None None] oslo_policy.remote_ssl_client_key_file = None {{(pid=85205) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-04-09 20:15:53.668 | Apr 09 20:14:48 dv-osbrick-785704-1-iscsi nova-scheduler[85205]: DEBUG oslo_service.service [None req-66dc7e5a-1044-4cc5-9b94-af20884fe96d None None] oslo_policy.remote_ssl_verify_server_crt = False {{(pid=85205) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-04-09 20:15:53.668 | Apr 09 20:14:48 dv-osbrick-785704-1-iscsi nova-scheduler[85205]: DEBUG oslo_service.service [None req-66dc7e5a-1044-4cc5-9b94-af20884fe96d None None] ******************************************************************************** {{(pid=85205) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2587}} 2021-04-09 20:15:53.668 | Apr 09 20:15:28 dv-osbrick-785704-1-iscsi nova-scheduler[85205]: DEBUG oslo_service.periodic_task [None req-a874f412-1fd2-42a8-8e3c-89b9fcf33110 None None] Running periodic task SchedulerManager._run_periodic_tasks {{(pid=86728) run_periodic_tasks /usr/local/lib/python3.6/dist-packages/oslo_service/periodic_task.py:217}} 2021-04-09 20:15:53.668 | Apr 09 20:15:35 dv-osbrick-785704-1-iscsi nova-scheduler[85205]: DEBUG oslo_service.periodic_task [None req-4e814c74-15e2-4eed-8c17-06194e973bf5 None None] Running periodic task SchedulerManager._run_periodic_tasks {{(pid=86727) run_periodic_tasks /usr/local/lib/python3.6/dist-packages/oslo_service/periodic_task.py:217}} 2021-04-09 20:15:53.672 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 20:15:53.675 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@n-api-meta.service 2021-04-09 20:15:53.688 | enabled 2021-04-09 20:15:53.691 | + functions-common:service_check:1628 : sudo systemctl status devstack@n-api-meta.service --no-pager 2021-04-09 20:15:53.707 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service 2021-04-09 20:15:53.707 | Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled) 2021-04-09 20:15:53.707 | Active: active (running) since Fri 2021-04-09 20:14:45 UTC; 1min 8s ago 2021-04-09 20:15:53.707 | Main PID: 85650 (uwsgi) 2021-04-09 20:15:53.707 | Status: "uWSGI is ready" 2021-04-09 20:15:53.707 | Tasks: 4 (limit: 14352) 2021-04-09 20:15:53.707 | CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service 2021-04-09 20:15:53.707 | ├─85650 nova-api-metauWSGI master 2021-04-09 20:15:53.707 | ├─85651 nova-api-metauWSGI worker 1 2021-04-09 20:15:53.707 | ├─85652 nova-api-metauWSGI worker 2 2021-04-09 20:15:53.707 | └─85653 nova-api-metauWSGI http 1 2021-04-09 20:15:53.707 | 2021-04-09 20:15:53.707 | Apr 09 20:14:49 dv-osbrick-785704-1-iscsi devstack@n-api-meta.service[85650]: DEBUG nova.api.openstack.wsgi_app [-] oslo_messaging_notifications.retry = -1 {{(pid=85652) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-04-09 20:15:53.707 | Apr 09 20:14:49 dv-osbrick-785704-1-iscsi devstack@n-api-meta.service[85650]: DEBUG nova.api.openstack.wsgi_app [-] oslo_messaging_notifications.topics = ['notifications'] {{(pid=85652) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-04-09 20:15:53.707 | Apr 09 20:14:49 dv-osbrick-785704-1-iscsi devstack@n-api-meta.service[85650]: DEBUG nova.api.openstack.wsgi_app [-] oslo_messaging_notifications.transport_url = **** {{(pid=85652) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-04-09 20:15:53.707 | Apr 09 20:14:49 dv-osbrick-785704-1-iscsi devstack@n-api-meta.service[85650]: DEBUG nova.api.openstack.wsgi_app [-] ******************************************************************************** {{(pid=85652) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2587}} 2021-04-09 20:15:53.707 | Apr 09 20:14:49 dv-osbrick-785704-1-iscsi devstack@n-api-meta.service[85650]: DEBUG oslo_db.sqlalchemy.engines [None req-a01dd413-32b0-4a48-aa08-aab7bfc9a88c 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=85651) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:307}} 2021-04-09 20:15:53.707 | Apr 09 20:14:50 dv-osbrick-785704-1-iscsi devstack@n-api-meta.service[85650]: DEBUG oslo_db.sqlalchemy.engines [None req-ec0f2a97-ef8f-4591-b460-924933aeec15 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=85652) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:307}} 2021-04-09 20:15:53.707 | Apr 09 20:14:50 dv-osbrick-785704-1-iscsi devstack@n-api-meta.service[85650]: WARNING nova.api.metadata.handler [None req-a01dd413-32b0-4a48-aa08-aab7bfc9a88c None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2021-04-09 20:15:53.707 | Apr 09 20:14:50 dv-osbrick-785704-1-iscsi devstack@n-api-meta.service[85650]: WSGI app 0 (mountpoint='') ready in 5 seconds on interpreter 0x55ba015b8310 pid: 85651 (default app) 2021-04-09 20:15:53.707 | Apr 09 20:14:50 dv-osbrick-785704-1-iscsi devstack@n-api-meta.service[85650]: WARNING nova.api.metadata.handler [None req-ec0f2a97-ef8f-4591-b460-924933aeec15 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2021-04-09 20:15:53.707 | Apr 09 20:14:50 dv-osbrick-785704-1-iscsi devstack@n-api-meta.service[85650]: WSGI app 0 (mountpoint='') ready in 5 seconds on interpreter 0x55ba015b8310 pid: 85652 (default app) 2021-04-09 20:15:53.711 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 20:15:53.713 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@placement-api.service 2021-04-09 20:15:53.726 | enabled 2021-04-09 20:15:53.730 | + functions-common:service_check:1628 : sudo systemctl status devstack@placement-api.service --no-pager 2021-04-09 20:15:53.746 | ● devstack@placement-api.service - Devstack devstack@placement-api.service 2021-04-09 20:15:53.746 | Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled) 2021-04-09 20:15:53.746 | Active: active (running) since Fri 2021-04-09 20:13:49 UTC; 2min 4s ago 2021-04-09 20:15:53.746 | Main PID: 81491 (uwsgi) 2021-04-09 20:15:53.746 | Status: "uWSGI is ready" 2021-04-09 20:15:53.746 | Tasks: 3 (limit: 14352) 2021-04-09 20:15:53.746 | CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service 2021-04-09 20:15:53.746 | ├─81491 placementuWSGI master 2021-04-09 20:15:53.746 | ├─81492 placementuWSGI worker 1 2021-04-09 20:15:53.746 | └─81493 placementuWSGI worker 2 2021-04-09 20:15:53.746 | 2021-04-09 20:15:53.746 | Apr 09 20:14:47 dv-osbrick-785704-1-iscsi devstack@placement-api.service[81491]: [pid: 81493|app: 0|req: 2/2] 10.222.0.52 () {54 vars in 906 bytes} [Fri Apr 9 20:14:47 2021] GET /placement => generated 136 bytes in 2 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2021-04-09 20:15:53.746 | Apr 09 20:14:47 dv-osbrick-785704-1-iscsi devstack@placement-api.service[81491]: DEBUG placement.requestlog [None req-7e7b4900-117f-48da-a3be-b727fc3f4c98 None None] Starting request: 10.222.0.52 "GET /placement/" {{(pid=81492) __call__ /opt/stack/placement/placement/requestlog.py:61}} 2021-04-09 20:15:53.746 | Apr 09 20:14:47 dv-osbrick-785704-1-iscsi devstack@placement-api.service[81491]: INFO placement.requestlog [None req-7e7b4900-117f-48da-a3be-b727fc3f4c98 None None] 10.222.0.52 "GET /placement/" status: 200 len: 136 microversion: 1.0 2021-04-09 20:15:53.746 | Apr 09 20:14:47 dv-osbrick-785704-1-iscsi devstack@placement-api.service[81491]: [pid: 81492|app: 0|req: 1/3] 10.222.0.52 () {54 vars in 906 bytes} [Fri Apr 9 20:14:47 2021] GET /placement => generated 136 bytes in 33 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2021-04-09 20:15:53.746 | Apr 09 20:14:51 dv-osbrick-785704-1-iscsi devstack@placement-api.service[81491]: DEBUG placement.requestlog [None req-92223f6c-fcc4-4821-b0bb-632bed572d30 None None] Starting request: 10.222.0.52 "GET /placement/" {{(pid=81493) __call__ /opt/stack/placement/placement/requestlog.py:61}} 2021-04-09 20:15:53.746 | Apr 09 20:14:51 dv-osbrick-785704-1-iscsi devstack@placement-api.service[81491]: INFO placement.requestlog [None req-92223f6c-fcc4-4821-b0bb-632bed572d30 None None] 10.222.0.52 "GET /placement/" status: 200 len: 136 microversion: 1.0 2021-04-09 20:15:53.746 | Apr 09 20:14:51 dv-osbrick-785704-1-iscsi devstack@placement-api.service[81491]: [pid: 81493|app: 0|req: 3/4] 10.222.0.52 () {54 vars in 906 bytes} [Fri Apr 9 20:14:51 2021] GET /placement => generated 136 bytes in 3 msecs (HTTP/1.1 200) 6 headers in 224 bytes (2 switches on core 0) 2021-04-09 20:15:53.746 | Apr 09 20:14:52 dv-osbrick-785704-1-iscsi devstack@placement-api.service[81491]: DEBUG placement.requestlog [None req-4dfe25f4-0b24-4f79-9732-84169d26285a None None] Starting request: 10.222.0.52 "GET /placement/" {{(pid=81492) __call__ /opt/stack/placement/placement/requestlog.py:61}} 2021-04-09 20:15:53.746 | Apr 09 20:14:52 dv-osbrick-785704-1-iscsi devstack@placement-api.service[81491]: INFO placement.requestlog [None req-4dfe25f4-0b24-4f79-9732-84169d26285a None None] 10.222.0.52 "GET /placement/" status: 200 len: 136 microversion: 1.0 2021-04-09 20:15:53.746 | Apr 09 20:14:52 dv-osbrick-785704-1-iscsi devstack@placement-api.service[81491]: [pid: 81492|app: 0|req: 2/5] 10.222.0.52 () {54 vars in 906 bytes} [Fri Apr 9 20:14:52 2021] GET /placement => generated 136 bytes in 2 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2021-04-09 20:15:53.750 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 20:15:53.753 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@placement-client.service 2021-04-09 20:15:53.765 | Failed to get unit file state for devstack@placement-client.service: No such file or directory 2021-04-09 20:15:53.768 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 20:15:53.771 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@g-api.service 2021-04-09 20:15:53.784 | enabled 2021-04-09 20:15:53.788 | + functions-common:service_check:1628 : sudo systemctl status devstack@g-api.service --no-pager 2021-04-09 20:15:53.813 | ● devstack@g-api.service - Devstack devstack@g-api.service 2021-04-09 20:15:53.813 | Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled) 2021-04-09 20:15:53.813 | Active: active (running) since Fri 2021-04-09 20:13:08 UTC; 2min 45s ago 2021-04-09 20:15:53.813 | Main PID: 79494 (uwsgi) 2021-04-09 20:15:53.813 | Status: "uWSGI is ready" 2021-04-09 20:15:53.813 | Tasks: 5 (limit: 14352) 2021-04-09 20:15:53.813 | CGroup: /system.slice/system-devstack.slice/devstack@g-api.service 2021-04-09 20:15:53.813 | ├─79494 glance-apiuWSGI master 2021-04-09 20:15:53.813 | ├─79495 glance-apiuWSGI worker 1 2021-04-09 20:15:53.813 | └─79496 glance-apiuWSGI worker 2 2021-04-09 20:15:53.813 | 2021-04-09 20:15:53.813 | Apr 09 20:13:33 dv-osbrick-785704-1-iscsi devstack@g-api.service[79494]: DEBUG glance.api.middleware.version_negotiation [None req-20384f3c-04ed-451e-812c-53357b802d14 admin admin] Determining version of request: GET /v2/images/77773fd3-9b6b-430e-83ab-1b5168202b98 Accept: */* {{(pid=79495) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:45}} 2021-04-09 20:15:53.813 | Apr 09 20:13:33 dv-osbrick-785704-1-iscsi devstack@g-api.service[79494]: DEBUG glance.api.middleware.version_negotiation [None req-20384f3c-04ed-451e-812c-53357b802d14 admin admin] Using url versioning {{(pid=79495) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} 2021-04-09 20:15:53.813 | Apr 09 20:13:33 dv-osbrick-785704-1-iscsi devstack@g-api.service[79494]: DEBUG glance.api.middleware.version_negotiation [None req-20384f3c-04ed-451e-812c-53357b802d14 admin admin] Matched version: v2 {{(pid=79495) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} 2021-04-09 20:15:53.813 | Apr 09 20:13:33 dv-osbrick-785704-1-iscsi devstack@g-api.service[79494]: DEBUG glance.api.middleware.version_negotiation [None req-20384f3c-04ed-451e-812c-53357b802d14 admin admin] new path /v2/images/77773fd3-9b6b-430e-83ab-1b5168202b98 {{(pid=79495) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} 2021-04-09 20:15:53.813 | Apr 09 20:13:33 dv-osbrick-785704-1-iscsi devstack@g-api.service[79494]: [pid: 79495|app: 0|req: 2/5] 127.0.0.1 () {38 vars in 786 bytes} [Fri Apr 9 20:13:33 2021] GET /v2/images/77773fd3-9b6b-430e-83ab-1b5168202b98 => generated 782 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2021-04-09 20:15:53.813 | Apr 09 20:13:33 dv-osbrick-785704-1-iscsi devstack@g-api.service[79494]: DEBUG glance.api.middleware.version_negotiation [None req-6157514a-9bf1-4857-a32a-0cc8b5cd23a4 admin admin] Determining version of request: GET /v2/schemas/image Accept: */* {{(pid=79496) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:45}} 2021-04-09 20:15:53.813 | Apr 09 20:13:33 dv-osbrick-785704-1-iscsi devstack@g-api.service[79494]: DEBUG glance.api.middleware.version_negotiation [None req-6157514a-9bf1-4857-a32a-0cc8b5cd23a4 admin admin] Using url versioning {{(pid=79496) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} 2021-04-09 20:15:53.813 | Apr 09 20:13:33 dv-osbrick-785704-1-iscsi devstack@g-api.service[79494]: DEBUG glance.api.middleware.version_negotiation [None req-6157514a-9bf1-4857-a32a-0cc8b5cd23a4 admin admin] Matched version: v2 {{(pid=79496) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} 2021-04-09 20:15:53.813 | Apr 09 20:13:33 dv-osbrick-785704-1-iscsi devstack@g-api.service[79494]: DEBUG glance.api.middleware.version_negotiation [None req-6157514a-9bf1-4857-a32a-0cc8b5cd23a4 admin admin] new path /v2/schemas/image {{(pid=79496) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} 2021-04-09 20:15:53.813 | Apr 09 20:13:33 dv-osbrick-785704-1-iscsi devstack@g-api.service[79494]: [pid: 79496|app: 0|req: 4/6] 127.0.0.1 () {38 vars in 726 bytes} [Fri Apr 9 20:13:33 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-04-09 20:15:53.816 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 20:15:53.819 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@g-reg.service 2021-04-09 20:15:53.832 | enabled 2021-04-09 20:15:53.836 | + functions-common:service_check:1628 : sudo systemctl status devstack@g-reg.service --no-pager 2021-04-09 20:15:53.859 | ● devstack@g-reg.service - Devstack devstack@g-reg.service 2021-04-09 20:15:53.859 | Loaded: loaded (/etc/systemd/system/devstack@g-reg.service; enabled; vendor preset: enabled) 2021-04-09 20:15:53.859 | Active: active (running) since Fri 2021-04-09 20:13:07 UTC; 2min 46s ago 2021-04-09 20:15:53.859 | Main PID: 79051 (glance-registry) 2021-04-09 20:15:53.859 | Tasks: 3 (limit: 14352) 2021-04-09 20:15:53.859 | CGroup: /system.slice/system-devstack.slice/devstack@g-reg.service 2021-04-09 20:15:53.859 | ├─79051 /usr/bin/python3.6 /usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf 2021-04-09 20:15:53.859 | ├─79560 /usr/bin/python3.6 /usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf 2021-04-09 20:15:53.859 | └─79561 /usr/bin/python3.6 /usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf 2021-04-09 20:15:53.859 | 2021-04-09 20:15:53.859 | Apr 09 20:13:09 dv-osbrick-785704-1-iscsi glance-registry[79051]: DEBUG glance.common.config [-] healthcheck.backends = ['disable_by_file'] {{(pid=79051) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-04-09 20:15:53.859 | Apr 09 20:13:09 dv-osbrick-785704-1-iscsi glance-registry[79051]: DEBUG glance.common.config [-] healthcheck.detailed = False {{(pid=79051) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-04-09 20:15:53.859 | Apr 09 20:13:09 dv-osbrick-785704-1-iscsi glance-registry[79051]: DEBUG glance.common.config [-] healthcheck.disable_by_file_path = None {{(pid=79051) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-04-09 20:15:53.859 | Apr 09 20:13:09 dv-osbrick-785704-1-iscsi glance-registry[79051]: DEBUG glance.common.config [-] healthcheck.path = /healthcheck {{(pid=79051) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-04-09 20:15:53.859 | Apr 09 20:13:09 dv-osbrick-785704-1-iscsi glance-registry[79051]: DEBUG glance.common.config [-] ******************************************************************************** {{(pid=79051) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2587}} 2021-04-09 20:15:53.859 | Apr 09 20:13:09 dv-osbrick-785704-1-iscsi glance-registry[79051]: INFO glance.common.wsgi [-] Starting 2 workers 2021-04-09 20:15:53.859 | Apr 09 20:13:09 dv-osbrick-785704-1-iscsi glance-registry[79051]: INFO glance.common.wsgi [-] Started child 79560 2021-04-09 20:15:53.859 | Apr 09 20:13:09 dv-osbrick-785704-1-iscsi glance-registry[79051]: INFO eventlet.wsgi.server [-] (79560) wsgi starting up on http://0.0.0.0:9191 2021-04-09 20:15:53.859 | Apr 09 20:13:09 dv-osbrick-785704-1-iscsi glance-registry[79051]: INFO glance.common.wsgi [-] Started child 79561 2021-04-09 20:15:53.859 | Apr 09 20:13:09 dv-osbrick-785704-1-iscsi glance-registry[79051]: INFO eventlet.wsgi.server [-] (79561) wsgi starting up on http://0.0.0.0:9191 2021-04-09 20:15:53.863 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 20:15:53.865 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@c-sch.service 2021-04-09 20:15:53.879 | enabled 2021-04-09 20:15:53.883 | + functions-common:service_check:1628 : sudo systemctl status devstack@c-sch.service --no-pager 2021-04-09 20:15:53.899 | ● devstack@c-sch.service - Devstack devstack@c-sch.service 2021-04-09 20:15:53.899 | Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled) 2021-04-09 20:15:53.899 | Active: active (running) since Fri 2021-04-09 20:15:30 UTC; 22s ago 2021-04-09 20:15:53.899 | Main PID: 88423 (cinder-schedule) 2021-04-09 20:15:53.899 | Tasks: 4 (limit: 14352) 2021-04-09 20:15:53.899 | CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service 2021-04-09 20:15:53.899 | └─88423 /usr/bin/python3.6 /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf 2021-04-09 20:15:53.899 | 2021-04-09 20:15:53.899 | Apr 09 20:15:35 dv-osbrick-785704-1-iscsi cinder-scheduler[88423]: DEBUG oslo_service.service [None req-4b344840-a3d1-4f0d-bcb9-877a8f3ec31a None None] nova.region_name = RegionOne {{(pid=88423) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-04-09 20:15:53.899 | Apr 09 20:15:35 dv-osbrick-785704-1-iscsi cinder-scheduler[88423]: DEBUG oslo_service.service [None req-4b344840-a3d1-4f0d-bcb9-877a8f3ec31a None None] nova.split_loggers = False {{(pid=88423) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-04-09 20:15:53.899 | Apr 09 20:15:35 dv-osbrick-785704-1-iscsi cinder-scheduler[88423]: DEBUG oslo_service.service [None req-4b344840-a3d1-4f0d-bcb9-877a8f3ec31a None None] nova.timeout = None {{(pid=88423) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-04-09 20:15:53.899 | Apr 09 20:15:35 dv-osbrick-785704-1-iscsi cinder-scheduler[88423]: DEBUG oslo_service.service [None req-4b344840-a3d1-4f0d-bcb9-877a8f3ec31a None None] nova.token_auth_url = None {{(pid=88423) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-04-09 20:15:53.899 | Apr 09 20:15:35 dv-osbrick-785704-1-iscsi cinder-scheduler[88423]: DEBUG oslo_service.service [None req-4b344840-a3d1-4f0d-bcb9-877a8f3ec31a None None] ******************************************************************************** {{(pid=88423) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2587}} 2021-04-09 20:15:53.899 | Apr 09 20:15:35 dv-osbrick-785704-1-iscsi cinder-scheduler[88423]: INFO cinder.service [-] Starting cinder-scheduler node (version 15.5.0) 2021-04-09 20:15:53.899 | Apr 09 20:15:35 dv-osbrick-785704-1-iscsi cinder-scheduler[88423]: INFO cinder.manager [None req-3b493ece-7fa3-45b7-be57-a9661aec225e None None] Initiating service 1 cleanup 2021-04-09 20:15:53.899 | Apr 09 20:15:35 dv-osbrick-785704-1-iscsi cinder-scheduler[88423]: INFO cinder.manager [None req-3b493ece-7fa3-45b7-be57-a9661aec225e None None] Service 1 cleanup completed. 2021-04-09 20:15:53.899 | Apr 09 20:15:35 dv-osbrick-785704-1-iscsi cinder-scheduler[88423]: DEBUG cinder.service [None req-3b493ece-7fa3-45b7-be57-a9661aec225e None None] Creating RPC server for service cinder-scheduler {{(pid=88423) start /opt/stack/cinder/cinder/service.py:231}} 2021-04-09 20:15:53.899 | Apr 09 20:15:35 dv-osbrick-785704-1-iscsi cinder-scheduler[88423]: DEBUG cinder.service [None req-3b493ece-7fa3-45b7-be57-a9661aec225e None None] Pinning object versions for RPC server serializer to 1.38 {{(pid=88423) start /opt/stack/cinder/cinder/service.py:238}} 2021-04-09 20:15:53.902 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 20:15:53.905 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@c-api.service 2021-04-09 20:15:53.919 | enabled 2021-04-09 20:15:53.923 | + functions-common:service_check:1628 : sudo systemctl status devstack@c-api.service --no-pager 2021-04-09 20:15:53.939 | ● devstack@c-api.service - Devstack devstack@c-api.service 2021-04-09 20:15:53.939 | Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled) 2021-04-09 20:15:53.939 | Active: active (running) since Fri 2021-04-09 20:15:24 UTC; 29s ago 2021-04-09 20:15:53.939 | Main PID: 87986 (uwsgi) 2021-04-09 20:15:53.939 | Status: "uWSGI is ready" 2021-04-09 20:15:53.939 | Tasks: 11 (limit: 14352) 2021-04-09 20:15:53.939 | CGroup: /system.slice/system-devstack.slice/devstack@c-api.service 2021-04-09 20:15:53.939 | ├─87986 cinder-apiuWSGI master 2021-04-09 20:15:53.939 | ├─87987 cinder-apiuWSGI worker 1 2021-04-09 20:15:53.939 | └─87988 cinder-apiuWSGI worker 2 2021-04-09 20:15:53.939 | 2021-04-09 20:15:53.939 | Apr 09 20:15:33 dv-osbrick-785704-1-iscsi devstack@c-api.service[87986]: [pid: 87987|app: 0|req: 2/2] 10.222.0.52 () {60 vars in 1228 bytes} [Fri Apr 9 20:15:33 2021] POST /volume/v3/ad652990b2da485f916c7ea251f4605f/types => generated 186 bytes in 753 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2021-04-09 20:15:53.939 | Apr 09 20:15:34 dv-osbrick-785704-1-iscsi devstack@c-api.service[87986]: INFO cinder.api.openstack.wsgi [req-658d2903-50e7-4c7d-8565-36cb9181d68a req-0ccbfdfd-0b77-4d2f-88e8-5da3cdf9e128 admin admin] POST http://10.222.0.52/volume/v3/ad652990b2da485f916c7ea251f4605f/types/d19803ad-b202-45f0-ad87-52ab603ffbb4/extra_specs 2021-04-09 20:15:53.939 | Apr 09 20:15:34 dv-osbrick-785704-1-iscsi devstack@c-api.service[87986]: /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-04-09 20:15:53.939 | Apr 09 20:15:34 dv-osbrick-785704-1-iscsi devstack@c-api.service[87986]: DeprecationWarning, 2021-04-09 20:15:53.939 | Apr 09 20:15:34 dv-osbrick-785704-1-iscsi devstack@c-api.service[87986]: DEBUG cinder.api.openstack.wsgi [req-658d2903-50e7-4c7d-8565-36cb9181d68a req-0ccbfdfd-0b77-4d2f-88e8-5da3cdf9e128 admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "lvmdriver-1"}} {{(pid=87988) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:876}} 2021-04-09 20:15:53.939 | Apr 09 20:15:34 dv-osbrick-785704-1-iscsi devstack@c-api.service[87986]: /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-04-09 20:15:53.939 | Apr 09 20:15:34 dv-osbrick-785704-1-iscsi devstack@c-api.service[87986]: DeprecationWarning) 2021-04-09 20:15:53.939 | Apr 09 20:15:34 dv-osbrick-785704-1-iscsi devstack@c-api.service[87986]: DEBUG oslo_db.sqlalchemy.engines [req-658d2903-50e7-4c7d-8565-36cb9181d68a req-0ccbfdfd-0b77-4d2f-88e8-5da3cdf9e128 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=87988) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:307}} 2021-04-09 20:15:53.939 | Apr 09 20:15:34 dv-osbrick-785704-1-iscsi devstack@c-api.service[87986]: INFO cinder.api.openstack.wsgi [req-658d2903-50e7-4c7d-8565-36cb9181d68a req-0ccbfdfd-0b77-4d2f-88e8-5da3cdf9e128 admin admin] http://10.222.0.52/volume/v3/ad652990b2da485f916c7ea251f4605f/types/d19803ad-b202-45f0-ad87-52ab603ffbb4/extra_specs returned with HTTP 200 2021-04-09 20:15:53.939 | Apr 09 20:15:34 dv-osbrick-785704-1-iscsi devstack@c-api.service[87986]: [pid: 87988|app: 0|req: 1/3] 10.222.0.52 () {62 vars in 1445 bytes} [Fri Apr 9 20:15:34 2021] POST /volume/v3/ad652990b2da485f916c7ea251f4605f/types/d19803ad-b202-45f0-ad87-52ab603ffbb4/extra_specs => generated 55 bytes in 603 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2021-04-09 20:15:53.942 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 20:15:53.945 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@q-svc.service 2021-04-09 20:15:53.958 | enabled 2021-04-09 20:15:53.961 | + functions-common:service_check:1628 : sudo systemctl status devstack@q-svc.service --no-pager 2021-04-09 20:15:53.977 | ● devstack@q-svc.service - Devstack devstack@q-svc.service 2021-04-09 20:15:53.977 | Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled) 2021-04-09 20:15:53.977 | Active: active (running) since Fri 2021-04-09 20:13:42 UTC; 2min 11s ago 2021-04-09 20:15:53.977 | Main PID: 80907 (/usr/bin/python) 2021-04-09 20:15:53.977 | Tasks: 5 (limit: 14352) 2021-04-09 20:15:53.977 | CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service 2021-04-09 20:15:53.977 | ├─80907 /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-04-09 20:15:53.977 | ├─81018 /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-04-09 20:15:53.977 | ├─81019 /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-04-09 20:15:53.977 | ├─81020 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-04-09 20:15:53.977 | └─81021 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-04-09 20:15:53.977 | 2021-04-09 20:15:53.977 | Apr 09 20:15:00 dv-osbrick-785704-1-iscsi neutron-server[80907]: DEBUG neutron_lib.callbacks.manager [None req-4236df72-e979-464d-b384-c04fabafc973 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent--9223363264903940280', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents--9223372036853231269'] for agent, after_update {{(pid=81020) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-04-09 20:15:53.977 | Apr 09 20:15:01 dv-osbrick-785704-1-iscsi neutron-server[80907]: DEBUG neutron_lib.callbacks.manager [None req-30ae6293-4271-4ea5-86ef-5dbce6f8bbf1 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent--9223363264903940280', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents--9223372036853231269'] for agent, after_update {{(pid=81020) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-04-09 20:15:53.977 | Apr 09 20:15:02 dv-osbrick-785704-1-iscsi neutron-server[80907]: DEBUG neutron_lib.callbacks.manager [None req-cf959d77-2341-4844-b49e-0d3d9631acfc None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent--9223363264903940280', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents--9223372036853231269'] for agent, after_update {{(pid=81020) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-04-09 20:15:53.977 | Apr 09 20:15:02 dv-osbrick-785704-1-iscsi neutron-server[80907]: DEBUG neutron.db.agents_db [None req-5a06eb52-0ca6-419f-89a7-c2a3d531aba1 None None] Agent healthcheck: found 5 active agents {{(pid=81021) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:327}} 2021-04-09 20:15:53.977 | Apr 09 20:15:28 dv-osbrick-785704-1-iscsi neutron-server[80907]: DEBUG neutron_lib.callbacks.manager [None req-ecac1ebc-5872-4357-b281-3aeb6f0a7581 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent--9223363264903940280', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents--9223372036853231269'] for agent, after_update {{(pid=81020) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-04-09 20:15:53.977 | Apr 09 20:15:29 dv-osbrick-785704-1-iscsi neutron-server[80907]: DEBUG neutron_lib.callbacks.manager [None req-9f75c00d-546f-4eef-8c97-0a0fd75a6ee4 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent--9223363264903940280', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents--9223372036853231269'] for agent, after_update {{(pid=81020) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-04-09 20:15:53.977 | Apr 09 20:15:30 dv-osbrick-785704-1-iscsi neutron-server[80907]: DEBUG neutron_lib.callbacks.manager [None req-a385e963-fd1d-40a6-9d8c-1c979c11ba47 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent--9223363264903940280', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents--9223372036853231269'] for agent, after_update {{(pid=81020) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-04-09 20:15:53.977 | Apr 09 20:15:31 dv-osbrick-785704-1-iscsi neutron-server[80907]: DEBUG neutron_lib.callbacks.manager [None req-30ae6293-4271-4ea5-86ef-5dbce6f8bbf1 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent--9223363264903940280', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents--9223372036853231269'] for agent, after_update {{(pid=81020) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-04-09 20:15:53.977 | Apr 09 20:15:32 dv-osbrick-785704-1-iscsi neutron-server[80907]: DEBUG neutron_lib.callbacks.manager [None req-cf959d77-2341-4844-b49e-0d3d9631acfc None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent--9223363264903940280', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents--9223372036853231269'] for agent, after_update {{(pid=81020) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-04-09 20:15:53.977 | Apr 09 20:15:39 dv-osbrick-785704-1-iscsi neutron-server[80907]: DEBUG neutron.db.agents_db [None req-5a06eb52-0ca6-419f-89a7-c2a3d531aba1 None None] Agent healthcheck: found 5 active agents {{(pid=81021) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:327}} 2021-04-09 20:15:53.981 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 20:15:53.984 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@q-dhcp.service 2021-04-09 20:15:53.997 | enabled 2021-04-09 20:15:54.000 | + functions-common:service_check:1628 : sudo systemctl status devstack@q-dhcp.service --no-pager 2021-04-09 20:15:54.015 | ● devstack@q-dhcp.service - Devstack devstack@q-dhcp.service 2021-04-09 20:15:54.015 | Loaded: loaded (/etc/systemd/system/devstack@q-dhcp.service; enabled; vendor preset: enabled) 2021-04-09 20:15:54.015 | Active: active (running) since Fri 2021-04-09 20:13:54 UTC; 1min 59s ago 2021-04-09 20:15:54.015 | Main PID: 82303 (/usr/bin/python) 2021-04-09 20:15:54.015 | Tasks: 12 (limit: 14352) 2021-04-09 20:15:54.015 | CGroup: /system.slice/system-devstack.slice/devstack@q-dhcp.service 2021-04-09 20:15:54.015 | ├─82303 /usr/bin/python3.6 /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini 2021-04-09 20:15:54.015 | ├─83887 /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/tmpfnbot6vq/privsep.sock 2021-04-09 20:15:54.016 | ├─83897 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2021-04-09 20:15:54.016 | ├─83898 /usr/bin/python3.6 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2021-04-09 20:15:54.016 | └─84058 dnsmasq --no-hosts --pid-file=/opt/stack/data/neutron/dhcp/d082cb4a-c582-429f-9668-b99133f3d5d3/pid --dhcp-hostsfile=/opt/stack/data/neutron/dhcp/d082cb4a-c582-429f-9668-b99133f3d5d3/host --addn-hosts=/opt/stack/data/neutron/dhcp/d082cb4a-c582-429f-9668-b99133f3d5d3/addn_hosts --dhcp-optsfile=/opt/stack/data/neutron/dhcp/d082cb4a-c582-429f-9668-b99133f3d5d3/opts --dhcp-leasefile=/opt/stack/data/neutron/dhcp/d082cb4a-c582-429f-9668-b99133f3d5d3/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-6f5bd2b4-c4d1-4901-ab81-83506cdcce9a,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-04-09 20:15:54.016 | 2021-04-09 20:15:54.016 | Apr 09 20:14:35 dv-osbrick-785704-1-iscsi neutron-dhcp-agent[82303]: DEBUG oslo_concurrency.lockutils [None req-2b77e0f5-1557-48d3-9e6b-0306015a1bff None None] Lock "resize_greenpool" released by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.001s {{(pid=82303) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:339}} 2021-04-09 20:15:54.016 | Apr 09 20:14:39 dv-osbrick-785704-1-iscsi neutron-dhcp-agent[82303]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_create called with arguments ({'id': '24a0b687-78a7-4d10-b149-dbc2f688cc6e', 'name': '', 'network_id': 'ea053a11-6547-4266-bc2b-7bbdd9fb1634', 'tenant_id': '', 'mac_address': 'fa:16:3e:ce:08:c0', 'admin_state_up': True, 'status': 'DOWN', 'device_id': '261773a5-1243-4f59-b11a-c3d145ed1e1b', 'device_owner': 'network:router_gateway', 'fixed_ips': [{'subnet_id': '834a07a8-7167-41de-89ee-3e279a6bd43f', 'ip_address': '172.29.1.49'}], '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-04-09T20:14:38Z', 'updated_at': '2021-04-09T20:14:39Z', 'revision_number': 1},) {} {{(pid=82303) wrapper /usr/local/lib/python3.6/dist-packages/oslo_log/helpers.py:66}} 2021-04-09 20:15:54.016 | Apr 09 20:14:41 dv-osbrick-785704-1-iscsi neutron-dhcp-agent[82303]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_update called with arguments ({'id': '24a0b687-78a7-4d10-b149-dbc2f688cc6e', 'name': '', 'network_id': 'ea053a11-6547-4266-bc2b-7bbdd9fb1634', 'tenant_id': '', 'mac_address': 'fa:16:3e:ce:08:c0', 'admin_state_up': True, 'status': 'DOWN', 'device_id': '261773a5-1243-4f59-b11a-c3d145ed1e1b', 'device_owner': 'network:router_gateway', 'fixed_ips': [{'subnet_id': '834a07a8-7167-41de-89ee-3e279a6bd43f', 'ip_address': '172.29.1.49'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': 'dv-osbrick-785704-1-iscsi', 'binding:vif_type': 'unbound', 'binding:vif_details': {}, 'port_security_enabled': False, 'tags': [], 'created_at': '2021-04-09T20:14:38Z', 'updated_at': '2021-04-09T20:14:39Z', 'revision_number': 1, 'project_id': ''},) {} {{(pid=82303) wrapper /usr/local/lib/python3.6/dist-packages/oslo_log/helpers.py:66}} 2021-04-09 20:15:54.016 | Apr 09 20:14:42 dv-osbrick-785704-1-iscsi neutron-dhcp-agent[82303]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_update called with arguments ({'id': '24a0b687-78a7-4d10-b149-dbc2f688cc6e', 'name': '', 'network_id': 'ea053a11-6547-4266-bc2b-7bbdd9fb1634', 'tenant_id': '', 'mac_address': 'fa:16:3e:ce:08:c0', 'admin_state_up': True, 'status': 'DOWN', 'device_id': '261773a5-1243-4f59-b11a-c3d145ed1e1b', 'device_owner': 'network:router_gateway', 'fixed_ips': [{'subnet_id': '834a07a8-7167-41de-89ee-3e279a6bd43f', 'ip_address': '172.29.1.49'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': [], 'description': '', 'binding:vnic_type': 'normal', 'binding:profile': {}, 'binding:host_id': 'dv-osbrick-785704-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-04-09T20:14:38Z', 'updated_at': '2021-04-09T20:14:41Z', 'revision_number': 3, 'project_id': ''},) {} {{(pid=82303) wrapper /usr/local/lib/python3.6/dist-packages/oslo_log/helpers.py:66}} 2021-04-09 20:15:54.016 | Apr 09 20:14:42 dv-osbrick-785704-1-iscsi dnsmasq[84058]: reading /etc/resolv.conf 2021-04-09 20:15:54.016 | Apr 09 20:14:42 dv-osbrick-785704-1-iscsi dnsmasq[84058]: using nameserver 127.0.0.53#53 2021-04-09 20:15:54.016 | Apr 09 20:14:42 dv-osbrick-785704-1-iscsi dnsmasq[84058]: reading /etc/resolv.conf 2021-04-09 20:15:54.016 | Apr 09 20:14:42 dv-osbrick-785704-1-iscsi dnsmasq[84058]: using nameserver 127.0.0.53#53 2021-04-09 20:15:54.016 | Apr 09 20:14:58 dv-osbrick-785704-1-iscsi neutron-dhcp-agent[82303]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=82303) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:327}} 2021-04-09 20:15:54.016 | Apr 09 20:14:58 dv-osbrick-785704-1-iscsi neutron-dhcp-agent[82303]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" released by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.001s {{(pid=82303) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:339}} 2021-04-09 20:15:54.020 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 20:15:54.023 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@q-meta.service 2021-04-09 20:15:54.036 | enabled 2021-04-09 20:15:54.040 | + functions-common:service_check:1628 : sudo systemctl status devstack@q-meta.service --no-pager 2021-04-09 20:15:54.056 | ● devstack@q-meta.service - Devstack devstack@q-meta.service 2021-04-09 20:15:54.056 | Loaded: loaded (/etc/systemd/system/devstack@q-meta.service; enabled; vendor preset: enabled) 2021-04-09 20:15:54.056 | Active: active (running) since Fri 2021-04-09 20:13:56 UTC; 1min 57s ago 2021-04-09 20:15:54.056 | Main PID: 83040 (/usr/bin/python) 2021-04-09 20:15:54.056 | Tasks: 3 (limit: 14352) 2021-04-09 20:15:54.056 | CGroup: /system.slice/system-devstack.slice/devstack@q-meta.service 2021-04-09 20:15:54.056 | ├─83040 /usr/bin/python3.6 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini 2021-04-09 20:15:54.057 | ├─83529 /usr/bin/python3.6 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini 2021-04-09 20:15:54.057 | └─83530 /usr/bin/python3.6 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini 2021-04-09 20:15:54.057 | 2021-04-09 20:15:54.057 | Apr 09 20:14:01 dv-osbrick-785704-1-iscsi neutron-metadata-agent[83040]: DEBUG oslo_service.service [None req-30ae6293-4271-4ea5-86ef-5dbce6f8bbf1 None None] oslo_messaging_rabbit.ssl = False {{(pid=83040) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-04-09 20:15:54.057 | Apr 09 20:14:01 dv-osbrick-785704-1-iscsi neutron-metadata-agent[83040]: DEBUG oslo_service.service [None req-30ae6293-4271-4ea5-86ef-5dbce6f8bbf1 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=83040) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-04-09 20:15:54.057 | Apr 09 20:14:01 dv-osbrick-785704-1-iscsi neutron-metadata-agent[83040]: DEBUG oslo_service.service [None req-30ae6293-4271-4ea5-86ef-5dbce6f8bbf1 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=83040) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-04-09 20:15:54.057 | Apr 09 20:14:01 dv-osbrick-785704-1-iscsi neutron-metadata-agent[83040]: DEBUG oslo_service.service [None req-30ae6293-4271-4ea5-86ef-5dbce6f8bbf1 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=83040) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-04-09 20:15:54.057 | Apr 09 20:14:01 dv-osbrick-785704-1-iscsi neutron-metadata-agent[83040]: DEBUG oslo_service.service [None req-30ae6293-4271-4ea5-86ef-5dbce6f8bbf1 None None] oslo_messaging_rabbit.ssl_version = {{(pid=83040) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-04-09 20:15:54.057 | Apr 09 20:14:01 dv-osbrick-785704-1-iscsi neutron-metadata-agent[83040]: DEBUG oslo_service.service [None req-30ae6293-4271-4ea5-86ef-5dbce6f8bbf1 None None] oslo_messaging_notifications.driver = [] {{(pid=83040) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-04-09 20:15:54.057 | Apr 09 20:14:01 dv-osbrick-785704-1-iscsi neutron-metadata-agent[83040]: DEBUG oslo_service.service [None req-30ae6293-4271-4ea5-86ef-5dbce6f8bbf1 None None] oslo_messaging_notifications.retry = -1 {{(pid=83040) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-04-09 20:15:54.057 | Apr 09 20:14:01 dv-osbrick-785704-1-iscsi neutron-metadata-agent[83040]: DEBUG oslo_service.service [None req-30ae6293-4271-4ea5-86ef-5dbce6f8bbf1 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=83040) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-04-09 20:15:54.057 | Apr 09 20:14:01 dv-osbrick-785704-1-iscsi neutron-metadata-agent[83040]: DEBUG oslo_service.service [None req-30ae6293-4271-4ea5-86ef-5dbce6f8bbf1 None None] oslo_messaging_notifications.transport_url = **** {{(pid=83040) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-04-09 20:15:54.057 | Apr 09 20:14:01 dv-osbrick-785704-1-iscsi neutron-metadata-agent[83040]: DEBUG oslo_service.service [None req-30ae6293-4271-4ea5-86ef-5dbce6f8bbf1 None None] ******************************************************************************** {{(pid=83040) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2587}} 2021-04-09 20:15:54.060 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 20:15:54.063 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@q-agt.service 2021-04-09 20:15:54.076 | enabled 2021-04-09 20:15:54.080 | + functions-common:service_check:1628 : sudo systemctl status devstack@q-agt.service --no-pager 2021-04-09 20:15:54.096 | ● devstack@q-agt.service - Devstack devstack@q-agt.service 2021-04-09 20:15:54.096 | Loaded: loaded (/etc/systemd/system/devstack@q-agt.service; enabled; vendor preset: enabled) 2021-04-09 20:15:54.096 | Active: active (running) since Fri 2021-04-09 20:13:53 UTC; 2min 0s ago 2021-04-09 20:15:54.096 | Main PID: 81946 (/usr/bin/python) 2021-04-09 20:15:54.096 | Tasks: 7 (limit: 14352) 2021-04-09 20:15:54.096 | CGroup: /system.slice/system-devstack.slice/devstack@q-agt.service 2021-04-09 20:15:54.096 | ├─81946 /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-04-09 20:15:54.096 | ├─83501 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2021-04-09 20:15:54.096 | ├─83503 /usr/bin/python3.6 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2021-04-09 20:15:54.096 | └─83528 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json 2021-04-09 20:15:54.096 | 2021-04-09 20:15:54.096 | Apr 09 20:15:48 dv-osbrick-785704-1-iscsi neutron-openvswitch-agent[81946]: DEBUG neutron.agent.linux.utils [None req-36e7d115-b55a-4333-8146-3c7c40d966d8 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 83528. {{(pid=81946) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:342}} 2021-04-09 20:15:54.096 | Apr 09 20:15:48 dv-osbrick-785704-1-iscsi neutron-openvswitch-agent[81946]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-36e7d115-b55a-4333-8146-3c7c40d966d8 None None] Agent rpc_loop - iteration:54 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.005 2021-04-09 20:15:54.096 | Apr 09 20:15:50 dv-osbrick-785704-1-iscsi neutron-openvswitch-agent[81946]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-36e7d115-b55a-4333-8146-3c7c40d966d8 None None] Agent rpc_loop - iteration:55 started 2021-04-09 20:15:54.096 | Apr 09 20:15:50 dv-osbrick-785704-1-iscsi neutron-openvswitch-agent[81946]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-36e7d115-b55a-4333-8146-3c7c40d966d8 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0xd87eddc2,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=12522734809381584858,duration_nsec=115000000,duration_sec=112,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=81946) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:114}} 2021-04-09 20:15:54.096 | Apr 09 20:15:50 dv-osbrick-785704-1-iscsi neutron-openvswitch-agent[81946]: DEBUG neutron.agent.linux.utils [None req-36e7d115-b55a-4333-8146-3c7c40d966d8 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 83528. {{(pid=81946) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:342}} 2021-04-09 20:15:54.096 | Apr 09 20:15:50 dv-osbrick-785704-1-iscsi neutron-openvswitch-agent[81946]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-36e7d115-b55a-4333-8146-3c7c40d966d8 None None] Agent rpc_loop - iteration:55 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.004 2021-04-09 20:15:54.096 | Apr 09 20:15:52 dv-osbrick-785704-1-iscsi neutron-openvswitch-agent[81946]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-36e7d115-b55a-4333-8146-3c7c40d966d8 None None] Agent rpc_loop - iteration:56 started 2021-04-09 20:15:54.096 | Apr 09 20:15:52 dv-osbrick-785704-1-iscsi neutron-openvswitch-agent[81946]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-36e7d115-b55a-4333-8146-3c7c40d966d8 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0xd87eddc4,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=12522734809381584858,duration_nsec=116000000,duration_sec=114,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=81946) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:114}} 2021-04-09 20:15:54.096 | Apr 09 20:15:52 dv-osbrick-785704-1-iscsi neutron-openvswitch-agent[81946]: DEBUG neutron.agent.linux.utils [None req-36e7d115-b55a-4333-8146-3c7c40d966d8 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 83528. {{(pid=81946) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:342}} 2021-04-09 20:15:54.096 | Apr 09 20:15:52 dv-osbrick-785704-1-iscsi neutron-openvswitch-agent[81946]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-36e7d115-b55a-4333-8146-3c7c40d966d8 None None] Agent rpc_loop - iteration:56 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.004 2021-04-09 20:15:54.100 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 20:15:54.103 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@q-l3.service 2021-04-09 20:15:54.116 | enabled 2021-04-09 20:15:54.120 | + functions-common:service_check:1628 : sudo systemctl status devstack@q-l3.service --no-pager 2021-04-09 20:15:54.136 | ● devstack@q-l3.service - Devstack devstack@q-l3.service 2021-04-09 20:15:54.136 | Loaded: loaded (/etc/systemd/system/devstack@q-l3.service; enabled; vendor preset: enabled) 2021-04-09 20:15:54.136 | Active: active (running) since Fri 2021-04-09 20:13:55 UTC; 1min 58s ago 2021-04-09 20:15:54.136 | Main PID: 82689 (/usr/bin/python) 2021-04-09 20:15:54.136 | Tasks: 12 (limit: 14352) 2021-04-09 20:15:54.136 | CGroup: /system.slice/system-devstack.slice/devstack@q-l3.service 2021-04-09 20:15:54.136 | ├─82689 /usr/bin/python3.6 /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini 2021-04-09 20:15:54.136 | ├─83599 /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/tmpq65648z7/privsep.sock 2021-04-09 20:15:54.136 | ├─84352 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2021-04-09 20:15:54.136 | ├─84353 /usr/bin/python3.6 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2021-04-09 20:15:54.136 | └─84553 haproxy -f /opt/stack/data/neutron/ns-metadata-proxy/261773a5-1243-4f59-b11a-c3d145ed1e1b.conf 2021-04-09 20:15:54.136 | 2021-04-09 20:15:54.136 | Apr 09 20:14:43 dv-osbrick-785704-1-iscsi neutron-l3-agent[82689]: INFO neutron.agent.l3.agent [-] Finished a router update for 261773a5-1243-4f59-b11a-c3d145ed1e1b, update_id 27431184-00d1-44a0-a8a3-8889c726e78e. Time elapsed: 3.555 2021-04-09 20:15:54.136 | Apr 09 20:14:45 dv-osbrick-785704-1-iscsi neutron-l3-agent[82689]: DEBUG neutron.agent.linux.utils [-] Running command (rootwrap daemon): ['ip', 'netns', 'exec', 'qrouter-261773a5-1243-4f59-b11a-c3d145ed1e1b', 'arping', '-U', '-I', 'qg-24a0b687-78', '-c', '1', '-w', '1.5', '172.29.1.49'] {{(pid=82689) execute_rootwrap_daemon /opt/stack/neutron/neutron/agent/linux/utils.py:103}} 2021-04-09 20:15:54.136 | Apr 09 20:14:45 dv-osbrick-785704-1-iscsi neutron-l3-agent[82689]: DEBUG neutron.agent.linux.utils [-] Running command (rootwrap daemon): ['ip', 'netns', 'exec', 'qrouter-261773a5-1243-4f59-b11a-c3d145ed1e1b', 'arping', '-A', '-I', 'qg-24a0b687-78', '-c', '1', '-w', '1.5', '172.29.1.49'] {{(pid=82689) execute_rootwrap_daemon /opt/stack/neutron/neutron/agent/linux/utils.py:103}} 2021-04-09 20:15:54.136 | Apr 09 20:14:47 dv-osbrick-785704-1-iscsi neutron-l3-agent[82689]: DEBUG neutron.agent.linux.utils [-] Running command (rootwrap daemon): ['ip', 'netns', 'exec', 'qrouter-261773a5-1243-4f59-b11a-c3d145ed1e1b', 'arping', '-U', '-I', 'qg-24a0b687-78', '-c', '1', '-w', '1.5', '172.29.1.49'] {{(pid=82689) execute_rootwrap_daemon /opt/stack/neutron/neutron/agent/linux/utils.py:103}} 2021-04-09 20:15:54.136 | Apr 09 20:14:47 dv-osbrick-785704-1-iscsi neutron-l3-agent[82689]: DEBUG neutron.agent.linux.utils [-] Running command (rootwrap daemon): ['ip', 'netns', 'exec', 'qrouter-261773a5-1243-4f59-b11a-c3d145ed1e1b', 'arping', '-A', '-I', 'qg-24a0b687-78', '-c', '1', '-w', '1.5', '172.29.1.49'] {{(pid=82689) execute_rootwrap_daemon /opt/stack/neutron/neutron/agent/linux/utils.py:103}} 2021-04-09 20:15:54.136 | Apr 09 20:14:59 dv-osbrick-785704-1-iscsi neutron-l3-agent[82689]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=82689) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:327}} 2021-04-09 20:15:54.136 | Apr 09 20:14:59 dv-osbrick-785704-1-iscsi neutron-l3-agent[82689]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" released by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.001s {{(pid=82689) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:339}} 2021-04-09 20:15:54.136 | Apr 09 20:15:00 dv-osbrick-785704-1-iscsi neutron-l3-agent[82689]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=82689) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:327}} 2021-04-09 20:15:54.137 | Apr 09 20:15:00 dv-osbrick-785704-1-iscsi neutron-l3-agent[82689]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" released by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.000s {{(pid=82689) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:339}} 2021-04-09 20:15:54.137 | Apr 09 20:15:21 dv-osbrick-785704-1-iscsi neutron-l3-agent[82689]: DEBUG oslo_service.periodic_task [None req-e47bfa3a-86b4-43c2-8217-95017bd95308 None None] Running periodic task L3NATAgentWithStateReport.periodic_sync_routers_task {{(pid=82689) run_periodic_tasks /usr/local/lib/python3.6/dist-packages/oslo_service/periodic_task.py:217}} 2021-04-09 20:15:54.140 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 20:15:54.143 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@rabbit.service 2021-04-09 20:15:54.156 | Failed to get unit file state for devstack@rabbit.service: No such file or directory 2021-04-09 20:15:54.159 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 20:15:54.162 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@tempest.service 2021-04-09 20:15:54.174 | Failed to get unit file state for devstack@tempest.service: No such file or directory 2021-04-09 20:15:54.179 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 20:15:54.181 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@mysql.service 2021-04-09 20:15:54.193 | Failed to get unit file state for devstack@mysql.service: No such file or directory 2021-04-09 20:15:54.197 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 20:15:54.199 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@etcd3.service 2021-04-09 20:15:54.211 | Failed to get unit file state for devstack@etcd3.service: No such file or directory 2021-04-09 20:15:54.215 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 20:15:54.218 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@dstat.service 2021-04-09 20:15:54.230 | enabled 2021-04-09 20:15:54.235 | + functions-common:service_check:1628 : sudo systemctl status devstack@dstat.service --no-pager 2021-04-09 20:15:54.250 | ● devstack@dstat.service - Devstack devstack@dstat.service 2021-04-09 20:15:54.250 | Loaded: loaded (/etc/systemd/system/devstack@dstat.service; enabled; vendor preset: enabled) 2021-04-09 20:15:54.250 | Active: active (running) since Fri 2021-04-09 19:54:41 UTC; 21min ago 2021-04-09 20:15:54.250 | Main PID: 63461 (dstat.sh) 2021-04-09 20:15:54.250 | Tasks: 3 (limit: 14352) 2021-04-09 20:15:54.250 | CGroup: /system.slice/system-devstack.slice/devstack@dstat.service 2021-04-09 20:15:54.250 | ├─63461 /bin/bash /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs 2021-04-09 20:15:54.250 | ├─63517 python2 /usr/bin/dstat -tcmndrylpg --tcp --output /opt/stack/logs/dstat-csv.log 2021-04-09 20:15:54.250 | └─63519 python2 /usr/bin/dstat -tcmndrylpg --top-cpu-adv --top-io-adv --top-mem --swap --tcp 2021-04-09 20:15:54.250 | 2021-04-09 20:15:54.250 | Apr 09 20:15:44 dv-osbrick-785704-1-iscsi dstat.sh[63461]: 09-04 20:15:44| 26 5 65 5 0|4144M 2886M 146M 4607M|1325B 0 | 0 236k| 0 16.0 |1158 4473 |2.05 1.97 1.58|1.0 0 140| 0 0 |openstack 89115 13%3027k 33k|bash 88802 11M 49k 0%|mysqld 384M| 0 0 | 26 221 0 129 0 2021-04-09 20:15:54.250 | Apr 09 20:15:45 dv-osbrick-785704-1-iscsi dstat.sh[63461]: 09-04 20:15:45| 25 3 71 2 0|4171M 2859M 146M 4607M|1733B 0 | 0 172k| 0 8.00 | 304 2698 |2.05 1.97 1.58|2.0 0 0| 0 0 |openstack 89115 25%6947k 0 |openstack 891156947k 0 25%|mysqld 384M| 0 0 | 26 221 0 129 0 2021-04-09 20:15:54.250 | Apr 09 20:15:46 dv-osbrick-785704-1-iscsi dstat.sh[63461]: 09-04 20:15:46| 26 4 69 2 0|4142M 2888M 146M 4607M|2386B 0 | 0 92k| 0 6.00 | 979 4078 |2.05 1.97 1.58|1.0 0 79| 0 0 |openstack 891956.2%1958k 256B|bash 88802 11M 41k 0%|mysqld 384M| 0 0 | 26 221 0 135 0 2021-04-09 20:15:54.250 | Apr 09 20:15:47 dv-osbrick-785704-1-iscsi dstat.sh[63461]: 09-04 20:15:47| 24 4 70 2 0|4165M 2865M 146M 4607M| 783B 0 | 0 152k| 0 9.00 | 338 2742 |1.97 1.95 1.58|1.0 0 1.0| 0 0 |openstack 89195 25%5826k 33k|openstack 891955826k 33k 25%|mysqld 384M| 0 0 | 26 221 0 134 0 2021-04-09 20:15:54.250 | Apr 09 20:15:48 dv-osbrick-785704-1-iscsi dstat.sh[63461]: 09-04 20:15:48| 26 3 69 2 0|4178M 2852M 146M 4607M| 392B 0 | 0 104k| 0 8.00 | 820 3708 |1.97 1.95 1.58|1.0 1.0 0| 0 0 |uwsgi 646864.0%4658B 17k|bash 88802 11M 34k 0%|mysqld 384M| 0 0 | 26 221 0 141 0 2021-04-09 20:15:54.250 | Apr 09 20:15:49 dv-osbrick-785704-1-iscsi dstat.sh[63461]: 09-04 20:15:49| 24 5 69 2 0|4158M 2871M 146M 4607M| 392B 0 | 0 124k| 0 7.00 | 809 3755 |1.97 1.95 1.58|1.0 0 140| 0 0 |openstack 89335 22%6353k 33k|openstack 893356353k 33k 22%|mysqld 384M| 0 0 | 26 221 0 136 0 2021-04-09 20:15:54.250 | Apr 09 20:15:50 dv-osbrick-785704-1-iscsi dstat.sh[63461]: 09-04 20:15:50| 26 2 69 3 0|4178M 2852M 146M 4607M| 196B 0 | 0 392k| 0 19.0 | 420 2908 |1.97 1.95 1.58|2.0 0 0| 0 0 |openstack 89335 23%4774k 0 |openstack 893354774k 0 23%|mysqld 384M| 0 0 | 26 223 0 139 0 2021-04-09 20:15:54.250 | Apr 09 20:15:51 dv-osbrick-785704-1-iscsi dstat.sh[63461]: 09-04 20:15:51| 24 5 70 1 0|4143M 2887M 146M 4607M| 647B 0 | 0 144k| 0 6.00 |1198 4432 |1.97 1.95 1.58|2.0 0 143| 0 0 |openstack 89479 12%2549k 256B|bash 88802 11M 49k 0%|mysqld 384M| 0 0 | 26 221 0 143 0 2021-04-09 20:15:54.250 | Apr 09 20:15:52 dv-osbrick-785704-1-iscsi dstat.sh[63461]: 09-04 20:15:52| 26 2 71 1 0|4170M 2859M 146M 4607M| 588B 0 | 0 52k| 0 6.00 | 325 2734 |1.89 1.93 1.57|1.0 0 1.0| 0 0 |openstack 89479 25%7263k 33k|openstack 894797263k 33k 25%|mysqld 384M| 0 0 | 26 221 0 143 0 2021-04-09 20:15:54.250 | Apr 09 20:15:53 dv-osbrick-785704-1-iscsi dstat.sh[63461]: 09-04 20:15:53| 23 7 70 1 0|4131M 2899M 146M 4607M|1012B 0 | 0 104k| 0 4.00 |1467 5011 |1.89 1.93 1.57|1.0 0 213| 0 0 |uwsgi 646853.5%3714B 14k|bash 11586 87M 370k1.0%|mysqld 384M| 0 0 | 26 221 0 143 0 2021-04-09 20:15:54.254 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 20:15:54.256 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@n-crt.service 2021-04-09 20:15:54.268 | Failed to get unit file state for devstack@n-crt.service: No such file or directory 2021-04-09 20:15:54.271 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 20:15:54.274 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@n-cauth.service 2021-04-09 20:15:54.286 | Failed to get unit file state for devstack@n-cauth.service: No such file or directory 2021-04-09 20:15:54.290 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 20:15:54.293 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@q-metering.service 2021-04-09 20:15:54.306 | enabled 2021-04-09 20:15:54.310 | + functions-common:service_check:1628 : sudo systemctl status devstack@q-metering.service --no-pager 2021-04-09 20:15:54.325 | ● devstack@q-metering.service - Devstack devstack@q-metering.service 2021-04-09 20:15:54.325 | Loaded: loaded (/etc/systemd/system/devstack@q-metering.service; enabled; vendor preset: enabled) 2021-04-09 20:15:54.325 | Active: active (running) since Fri 2021-04-09 20:13:58 UTC; 1min 55s ago 2021-04-09 20:15:54.325 | Main PID: 83407 (/usr/bin/python) 2021-04-09 20:15:54.325 | Tasks: 1 (limit: 14352) 2021-04-09 20:15:54.325 | CGroup: /system.slice/system-devstack.slice/devstack@q-metering.service 2021-04-09 20:15:54.325 | └─83407 /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-04-09 20:15:54.325 | 2021-04-09 20:15:54.325 | Apr 09 20:15:02 dv-osbrick-785704-1-iscsi neutron-metering-agent[83407]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" released by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: held 0.000s {{(pid=83407) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:339}} 2021-04-09 20:15:54.325 | Apr 09 20:15:22 dv-osbrick-785704-1-iscsi neutron-metering-agent[83407]: DEBUG oslo_service.periodic_task [None req-3204c4a5-0f88-4004-be35-1dd3320c7468 None None] Running periodic task MeteringAgentWithStateReport._sync_routers_task {{(pid=83407) run_periodic_tasks /usr/local/lib/python3.6/dist-packages/oslo_service/periodic_task.py:217}} 2021-04-09 20:15:54.325 | Apr 09 20:15:32 dv-osbrick-785704-1-iscsi neutron-metering-agent[83407]: DEBUG neutron.services.metering.agents.metering_agent [-] Sync router namespaces {{(pid=83407) _sync_router_namespaces /opt/stack/neutron/neutron/services/metering/agents/metering_agent.py:219}} 2021-04-09 20:15:54.325 | Apr 09 20:15:32 dv-osbrick-785704-1-iscsi neutron-metering-agent[83407]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" acquired by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: waited 0.000s {{(pid=83407) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:327}} 2021-04-09 20:15:54.325 | Apr 09 20:15:32 dv-osbrick-785704-1-iscsi neutron-metering-agent[83407]: 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=83407) wrapper /usr/local/lib/python3.6/dist-packages/oslo_log/helpers.py:66}} 2021-04-09 20:15:54.325 | Apr 09 20:15:32 dv-osbrick-785704-1-iscsi neutron-metering-agent[83407]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" released by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: held 0.000s {{(pid=83407) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:339}} 2021-04-09 20:15:54.325 | Apr 09 20:15:32 dv-osbrick-785704-1-iscsi neutron-metering-agent[83407]: DEBUG neutron.services.metering.agents.metering_agent [-] Get router traffic counters {{(pid=83407) _get_traffic_counters /opt/stack/neutron/neutron/services/metering/agents/metering_agent.py:215}} 2021-04-09 20:15:54.325 | Apr 09 20:15:32 dv-osbrick-785704-1-iscsi neutron-metering-agent[83407]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" acquired by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: waited 0.000s {{(pid=83407) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:327}} 2021-04-09 20:15:54.325 | Apr 09 20:15:32 dv-osbrick-785704-1-iscsi neutron-metering-agent[83407]: 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=83407) wrapper /usr/local/lib/python3.6/dist-packages/oslo_log/helpers.py:66}} 2021-04-09 20:15:54.325 | Apr 09 20:15:32 dv-osbrick-785704-1-iscsi neutron-metering-agent[83407]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" released by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: held 0.001s {{(pid=83407) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:339}} 2021-04-09 20:15:54.329 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 20:15:54.332 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@q-vpn.service 2021-04-09 20:15:54.344 | Failed to get unit file state for devstack@q-vpn.service: No such file or directory 2021-04-09 20:15:54.348 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 20:15:54.350 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@cinder.service 2021-04-09 20:15:54.362 | Failed to get unit file state for devstack@cinder.service: No such file or directory 2021-04-09 20:15:54.366 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 20:15:54.368 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@s-proxy.service 2021-04-09 20:15:54.381 | enabled 2021-04-09 20:15:54.385 | + functions-common:service_check:1628 : sudo systemctl status devstack@s-proxy.service --no-pager 2021-04-09 20:15:54.400 | ● devstack@s-proxy.service - Devstack devstack@s-proxy.service 2021-04-09 20:15:54.400 | Loaded: loaded (/etc/systemd/system/devstack@s-proxy.service; enabled; vendor preset: enabled) 2021-04-09 20:15:54.400 | Active: active (running) since Fri 2021-04-09 20:13:02 UTC; 2min 51s ago 2021-04-09 20:15:54.400 | Main PID: 78554 (swift-proxy-ser) 2021-04-09 20:15:54.401 | Tasks: 2 (limit: 14352) 2021-04-09 20:15:54.401 | CGroup: /system.slice/system-devstack.slice/devstack@s-proxy.service 2021-04-09 20:15:54.401 | ├─78554 /usr/bin/python3.6 /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v 2021-04-09 20:15:54.401 | └─78649 /usr/bin/python3.6 /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v 2021-04-09 20:15:54.401 | 2021-04-09 20:15:54.401 | Apr 09 20:13:33 dv-osbrick-785704-1-iscsi proxy-server[78649]: Validating token access rules against request 2021-04-09 20:15:54.401 | Apr 09 20:13:33 dv-osbrick-785704-1-iscsi swift-proxy-server[78554]: proxy-server: Validating token access rules against request 2021-04-09 20:15:54.401 | Apr 09 20:13:33 dv-osbrick-785704-1-iscsi proxy-server[78649]: Received request from user: user_id 87f7d69fe7684aa485d79044abe7fba7, project_id b9f6284d40e34108bf2b924390c74beb, roles service,ResellerAdmin 2021-04-09 20:15:54.401 | Apr 09 20:13:33 dv-osbrick-785704-1-iscsi swift-proxy-server[78554]: proxy-server: Received request from user: user_id 87f7d69fe7684aa485d79044abe7fba7, project_id b9f6284d40e34108bf2b924390c74beb, roles service,ResellerAdmin 2021-04-09 20:15:54.401 | Apr 09 20:13:33 dv-osbrick-785704-1-iscsi proxy-server[78649]: Using identity: {'user': ('87f7d69fe7684aa485d79044abe7fba7', 'glance-swift'), 'tenant': ('b9f6284d40e34108bf2b924390c74beb', 'service'), 'roles': ['service', 'ResellerAdmin'], 'service_roles': [], 'user_domain': ('default', 'Default'), 'project_domain': ('default', 'Default'), 'auth_version': 3} (txn: tx47a1c40c9d0641d58bee2-006070b56d) (client_ip: 10.222.0.52) 2021-04-09 20:15:54.401 | Apr 09 20:13:33 dv-osbrick-785704-1-iscsi swift-proxy-server[78554]: proxy-server: Using identity: {'user': ('87f7d69fe7684aa485d79044abe7fba7', 'glance-swift'), 'tenant': ('b9f6284d40e34108bf2b924390c74beb', 'service'), 'roles': ['service', 'ResellerAdmin'], 'service_roles': [], 'user_domain': ('default', 'Default'), 'project_domain': ('default', 'Default'), 'auth_version': 3} (txn: tx47a1c40c9d0641d58bee2-006070b56d) (client_ip: 10.222.0.52) 2021-04-09 20:15:54.401 | Apr 09 20:13:33 dv-osbrick-785704-1-iscsi proxy-server[78649]: User b9f6284d40e34108bf2b924390c74beb has reseller admin authorizing (txn: tx47a1c40c9d0641d58bee2-006070b56d) (client_ip: 10.222.0.52) 2021-04-09 20:15:54.401 | Apr 09 20:13:33 dv-osbrick-785704-1-iscsi swift-proxy-server[78554]: proxy-server: User b9f6284d40e34108bf2b924390c74beb has reseller admin authorizing (txn: tx47a1c40c9d0641d58bee2-006070b56d) (client_ip: 10.222.0.52) 2021-04-09 20:15:54.401 | Apr 09 20:13:33 dv-osbrick-785704-1-iscsi proxy-server[78649]: 10.222.0.52 10.222.0.52 09/Apr/2021/20/13/33 PUT /v1/AUTH_b9f6284d40e34108bf2b924390c74beb/glance/77773fd3-9b6b-430e-83ab-1b5168202b98 HTTP/1.0 201 - python-swiftclient-3.8.1 gAAAAABgcLVh... - - - tx47a1c40c9d0641d58bee2-006070b56d - 0.0818 - - 1617999213.630700827 1617999213.712454557 0 2021-04-09 20:15:54.401 | Apr 09 20:13:33 dv-osbrick-785704-1-iscsi swift-proxy-server[78554]: proxy-server: 10.222.0.52 10.222.0.52 09/Apr/2021/20/13/33 PUT /v1/AUTH_b9f6284d40e34108bf2b924390c74beb/glance/77773fd3-9b6b-430e-83ab-1b5168202b98 HTTP/1.0 201 - python-swiftclient-3.8.1 gAAAAABgcLVh... - - - tx47a1c40c9d0641d58bee2-006070b56d - 0.0818 - - 1617999213.630700827 1617999213.712454557 0 2021-04-09 20:15:54.406 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 20:15:54.409 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@s-object.service 2021-04-09 20:15:54.421 | enabled 2021-04-09 20:15:54.425 | + functions-common:service_check:1628 : sudo systemctl status devstack@s-object.service --no-pager 2021-04-09 20:15:54.440 | ● devstack@s-object.service - Devstack devstack@s-object.service 2021-04-09 20:15:54.440 | Loaded: loaded (/etc/systemd/system/devstack@s-object.service; enabled; vendor preset: enabled) 2021-04-09 20:15:54.440 | Active: active (running) since Fri 2021-04-09 20:12:58 UTC; 2min 55s ago 2021-04-09 20:15:54.440 | Main PID: 77070 (swift-object-se) 2021-04-09 20:15:54.440 | Tasks: 43 (limit: 14352) 2021-04-09 20:15:54.440 | CGroup: /system.slice/system-devstack.slice/devstack@s-object.service 2021-04-09 20:15:54.440 | ├─77070 /usr/bin/python3.6 /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v 2021-04-09 20:15:54.440 | ├─77593 /usr/bin/python3.6 /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v 2021-04-09 20:15:54.440 | └─77594 /usr/bin/python3.6 /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v 2021-04-09 20:15:54.440 | 2021-04-09 20:15:54.441 | Apr 09 20:13:26 dv-osbrick-785704-1-iscsi object-server[77594]: 127.0.0.1 - - [09/Apr/2021:20:13:26 +0000] "PUT /sdb1/144/AUTH_b9f6284d40e34108bf2b924390c74beb/glance/77773fd3-9b6b-430e-83ab-1b5168202b98-00001" 201 - "PUT http://10.222.0.52:8080/v1/AUTH_b9f6284d40e34108bf2b924390c74beb/glance/77773fd3-9b6b-430e-83ab-1b5168202b98-00001" "tx9e73b92537f1452d99e9b-006070b562" "proxy-server 78649" 2.9961 "-" 77594 0 2021-04-09 20:15:54.441 | Apr 09 20:13:26 dv-osbrick-785704-1-iscsi swift-object-server[77070]: object-server: 127.0.0.1 - - [09/Apr/2021:20:13:26 +0000] "PUT /sdb1/144/AUTH_b9f6284d40e34108bf2b924390c74beb/glance/77773fd3-9b6b-430e-83ab-1b5168202b98-00001" 201 - "PUT http://10.222.0.52:8080/v1/AUTH_b9f6284d40e34108bf2b924390c74beb/glance/77773fd3-9b6b-430e-83ab-1b5168202b98-00001" "tx9e73b92537f1452d99e9b-006070b562" "proxy-server 78649" 2.9961 "-" 77594 0 2021-04-09 20:15:54.441 | Apr 09 20:13:29 dv-osbrick-785704-1-iscsi object-server[77593]: 127.0.0.1 - - [09/Apr/2021:20:13:29 +0000] "PUT /sdb1/444/AUTH_b9f6284d40e34108bf2b924390c74beb/glance/77773fd3-9b6b-430e-83ab-1b5168202b98-00002" 201 - "PUT http://10.222.0.52:8080/v1/AUTH_b9f6284d40e34108bf2b924390c74beb/glance/77773fd3-9b6b-430e-83ab-1b5168202b98-00002" "tx5726ce2eb9d047a1ae003-006070b566" "proxy-server 78649" 3.9069 "-" 77593 0 2021-04-09 20:15:54.441 | Apr 09 20:13:29 dv-osbrick-785704-1-iscsi swift-object-server[77070]: object-server: 127.0.0.1 - - [09/Apr/2021:20:13:29 +0000] "PUT /sdb1/444/AUTH_b9f6284d40e34108bf2b924390c74beb/glance/77773fd3-9b6b-430e-83ab-1b5168202b98-00002" 201 - "PUT http://10.222.0.52:8080/v1/AUTH_b9f6284d40e34108bf2b924390c74beb/glance/77773fd3-9b6b-430e-83ab-1b5168202b98-00002" "tx5726ce2eb9d047a1ae003-006070b566" "proxy-server 78649" 3.9069 "-" 77593 0 2021-04-09 20:15:54.441 | Apr 09 20:13:33 dv-osbrick-785704-1-iscsi object-server[77593]: 127.0.0.1 - - [09/Apr/2021:20:13:33 +0000] "PUT /sdb1/143/AUTH_b9f6284d40e34108bf2b924390c74beb/glance/77773fd3-9b6b-430e-83ab-1b5168202b98-00003" 201 - "PUT http://10.222.0.52:8080/v1/AUTH_b9f6284d40e34108bf2b924390c74beb/glance/77773fd3-9b6b-430e-83ab-1b5168202b98-00003" "txd09e7a91cb9a4653b7892-006070b569" "proxy-server 78649" 3.0610 "-" 77593 0 2021-04-09 20:15:54.441 | Apr 09 20:13:33 dv-osbrick-785704-1-iscsi swift-object-server[77070]: object-server: 127.0.0.1 - - [09/Apr/2021:20:13:33 +0000] "PUT /sdb1/143/AUTH_b9f6284d40e34108bf2b924390c74beb/glance/77773fd3-9b6b-430e-83ab-1b5168202b98-00003" 201 - "PUT http://10.222.0.52:8080/v1/AUTH_b9f6284d40e34108bf2b924390c74beb/glance/77773fd3-9b6b-430e-83ab-1b5168202b98-00003" "txd09e7a91cb9a4653b7892-006070b569" "proxy-server 78649" 3.0610 "-" 77593 0 2021-04-09 20:15:54.441 | Apr 09 20:13:33 dv-osbrick-785704-1-iscsi object-server[77593]: 127.0.0.1 - - [09/Apr/2021:20:13:33 +0000] "PUT /sdb1/108/AUTH_b9f6284d40e34108bf2b924390c74beb/glance/77773fd3-9b6b-430e-83ab-1b5168202b98-00004" 201 - "PUT http://10.222.0.52:8080/v1/AUTH_b9f6284d40e34108bf2b924390c74beb/glance/77773fd3-9b6b-430e-83ab-1b5168202b98-00004" "tx443b56e2f192481bb4f17-006070b56d" "proxy-server 78649" 0.5788 "-" 77593 0 2021-04-09 20:15:54.441 | Apr 09 20:13:33 dv-osbrick-785704-1-iscsi swift-object-server[77070]: object-server: 127.0.0.1 - - [09/Apr/2021:20:13:33 +0000] "PUT /sdb1/108/AUTH_b9f6284d40e34108bf2b924390c74beb/glance/77773fd3-9b6b-430e-83ab-1b5168202b98-00004" 201 - "PUT http://10.222.0.52:8080/v1/AUTH_b9f6284d40e34108bf2b924390c74beb/glance/77773fd3-9b6b-430e-83ab-1b5168202b98-00004" "tx443b56e2f192481bb4f17-006070b56d" "proxy-server 78649" 0.5788 "-" 77593 0 2021-04-09 20:15:54.441 | Apr 09 20:13:33 dv-osbrick-785704-1-iscsi object-server[77593]: 127.0.0.1 - - [09/Apr/2021:20:13:33 +0000] "PUT /sdb1/459/AUTH_b9f6284d40e34108bf2b924390c74beb/glance/77773fd3-9b6b-430e-83ab-1b5168202b98" 201 - "PUT http://10.222.0.52:8080/v1/AUTH_b9f6284d40e34108bf2b924390c74beb/glance/77773fd3-9b6b-430e-83ab-1b5168202b98" "tx47a1c40c9d0641d58bee2-006070b56d" "proxy-server 78649" 0.0723 "-" 77593 0 2021-04-09 20:15:54.441 | Apr 09 20:13:33 dv-osbrick-785704-1-iscsi swift-object-server[77070]: object-server: 127.0.0.1 - - [09/Apr/2021:20:13:33 +0000] "PUT /sdb1/459/AUTH_b9f6284d40e34108bf2b924390c74beb/glance/77773fd3-9b6b-430e-83ab-1b5168202b98" 201 - "PUT http://10.222.0.52:8080/v1/AUTH_b9f6284d40e34108bf2b924390c74beb/glance/77773fd3-9b6b-430e-83ab-1b5168202b98" "tx47a1c40c9d0641d58bee2-006070b56d" "proxy-server 78649" 0.0723 "-" 77593 0 2021-04-09 20:15:54.444 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 20:15:54.447 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@s-container.service 2021-04-09 20:15:54.461 | enabled 2021-04-09 20:15:54.464 | + functions-common:service_check:1628 : sudo systemctl status devstack@s-container.service --no-pager 2021-04-09 20:15:54.481 | ● devstack@s-container.service - Devstack devstack@s-container.service 2021-04-09 20:15:54.481 | Loaded: loaded (/etc/systemd/system/devstack@s-container.service; enabled; vendor preset: enabled) 2021-04-09 20:15:54.481 | Active: active (running) since Fri 2021-04-09 20:12:59 UTC; 2min 54s ago 2021-04-09 20:15:54.481 | Main PID: 77427 (swift-container) 2021-04-09 20:15:54.481 | Tasks: 3 (limit: 14352) 2021-04-09 20:15:54.481 | CGroup: /system.slice/system-devstack.slice/devstack@s-container.service 2021-04-09 20:15:54.481 | ├─77427 /usr/bin/python3.6 /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v 2021-04-09 20:15:54.481 | ├─77898 /usr/bin/python3.6 /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v 2021-04-09 20:15:54.481 | └─77901 /usr/bin/python3.6 /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v 2021-04-09 20:15:54.481 | 2021-04-09 20:15:54.481 | Apr 09 20:13:26 dv-osbrick-785704-1-iscsi container-server[77898]: 127.0.0.1 - - [09/Apr/2021:20:13:26 +0000] "PUT /sdb1/92/AUTH_b9f6284d40e34108bf2b924390c74beb/glance/77773fd3-9b6b-430e-83ab-1b5168202b98-00001" 201 - "PUT http://10.222.0.52:8080/sdb1/144/AUTH_b9f6284d40e34108bf2b924390c74beb/glance/77773fd3-9b6b-430e-83ab-1b5168202b98-00001" "tx9e73b92537f1452d99e9b-006070b562" "object-server 77594" 0.0010 "-" 77898 0 2021-04-09 20:15:54.481 | Apr 09 20:13:26 dv-osbrick-785704-1-iscsi swift-container-server[77427]: container-server: 127.0.0.1 - - [09/Apr/2021:20:13:26 +0000] "PUT /sdb1/92/AUTH_b9f6284d40e34108bf2b924390c74beb/glance/77773fd3-9b6b-430e-83ab-1b5168202b98-00001" 201 - "PUT http://10.222.0.52:8080/sdb1/144/AUTH_b9f6284d40e34108bf2b924390c74beb/glance/77773fd3-9b6b-430e-83ab-1b5168202b98-00001" "tx9e73b92537f1452d99e9b-006070b562" "object-server 77594" 0.0010 "-" 77898 0 2021-04-09 20:15:54.481 | Apr 09 20:13:29 dv-osbrick-785704-1-iscsi container-server[77901]: 127.0.0.1 - - [09/Apr/2021:20:13:29 +0000] "PUT /sdb1/92/AUTH_b9f6284d40e34108bf2b924390c74beb/glance/77773fd3-9b6b-430e-83ab-1b5168202b98-00002" 201 - "PUT http://10.222.0.52:8080/sdb1/444/AUTH_b9f6284d40e34108bf2b924390c74beb/glance/77773fd3-9b6b-430e-83ab-1b5168202b98-00002" "tx5726ce2eb9d047a1ae003-006070b566" "object-server 77593" 0.0024 "-" 77901 0 2021-04-09 20:15:54.481 | Apr 09 20:13:29 dv-osbrick-785704-1-iscsi swift-container-server[77427]: container-server: 127.0.0.1 - - [09/Apr/2021:20:13:29 +0000] "PUT /sdb1/92/AUTH_b9f6284d40e34108bf2b924390c74beb/glance/77773fd3-9b6b-430e-83ab-1b5168202b98-00002" 201 - "PUT http://10.222.0.52:8080/sdb1/444/AUTH_b9f6284d40e34108bf2b924390c74beb/glance/77773fd3-9b6b-430e-83ab-1b5168202b98-00002" "tx5726ce2eb9d047a1ae003-006070b566" "object-server 77593" 0.0024 "-" 77901 0 2021-04-09 20:15:54.481 | Apr 09 20:13:33 dv-osbrick-785704-1-iscsi container-server[77901]: 127.0.0.1 - - [09/Apr/2021:20:13:33 +0000] "PUT /sdb1/92/AUTH_b9f6284d40e34108bf2b924390c74beb/glance/77773fd3-9b6b-430e-83ab-1b5168202b98-00003" 201 - "PUT http://10.222.0.52:8080/sdb1/143/AUTH_b9f6284d40e34108bf2b924390c74beb/glance/77773fd3-9b6b-430e-83ab-1b5168202b98-00003" "txd09e7a91cb9a4653b7892-006070b569" "object-server 77593" 0.0008 "-" 77901 0 2021-04-09 20:15:54.481 | Apr 09 20:13:33 dv-osbrick-785704-1-iscsi swift-container-server[77427]: container-server: 127.0.0.1 - - [09/Apr/2021:20:13:33 +0000] "PUT /sdb1/92/AUTH_b9f6284d40e34108bf2b924390c74beb/glance/77773fd3-9b6b-430e-83ab-1b5168202b98-00003" 201 - "PUT http://10.222.0.52:8080/sdb1/143/AUTH_b9f6284d40e34108bf2b924390c74beb/glance/77773fd3-9b6b-430e-83ab-1b5168202b98-00003" "txd09e7a91cb9a4653b7892-006070b569" "object-server 77593" 0.0008 "-" 77901 0 2021-04-09 20:15:54.481 | Apr 09 20:13:33 dv-osbrick-785704-1-iscsi container-server[77901]: 127.0.0.1 - - [09/Apr/2021:20:13:33 +0000] "PUT /sdb1/92/AUTH_b9f6284d40e34108bf2b924390c74beb/glance/77773fd3-9b6b-430e-83ab-1b5168202b98-00004" 201 - "PUT http://10.222.0.52:8080/sdb1/108/AUTH_b9f6284d40e34108bf2b924390c74beb/glance/77773fd3-9b6b-430e-83ab-1b5168202b98-00004" "tx443b56e2f192481bb4f17-006070b56d" "object-server 77593" 0.0008 "-" 77901 0 2021-04-09 20:15:54.481 | Apr 09 20:13:33 dv-osbrick-785704-1-iscsi swift-container-server[77427]: container-server: 127.0.0.1 - - [09/Apr/2021:20:13:33 +0000] "PUT /sdb1/92/AUTH_b9f6284d40e34108bf2b924390c74beb/glance/77773fd3-9b6b-430e-83ab-1b5168202b98-00004" 201 - "PUT http://10.222.0.52:8080/sdb1/108/AUTH_b9f6284d40e34108bf2b924390c74beb/glance/77773fd3-9b6b-430e-83ab-1b5168202b98-00004" "tx443b56e2f192481bb4f17-006070b56d" "object-server 77593" 0.0008 "-" 77901 0 2021-04-09 20:15:54.481 | Apr 09 20:13:33 dv-osbrick-785704-1-iscsi container-server[77901]: 127.0.0.1 - - [09/Apr/2021:20:13:33 +0000] "PUT /sdb1/92/AUTH_b9f6284d40e34108bf2b924390c74beb/glance/77773fd3-9b6b-430e-83ab-1b5168202b98" 201 - "PUT http://10.222.0.52:8080/sdb1/459/AUTH_b9f6284d40e34108bf2b924390c74beb/glance/77773fd3-9b6b-430e-83ab-1b5168202b98" "tx47a1c40c9d0641d58bee2-006070b56d" "object-server 77593" 0.0007 "-" 77901 0 2021-04-09 20:15:54.481 | Apr 09 20:13:33 dv-osbrick-785704-1-iscsi swift-container-server[77427]: container-server: 127.0.0.1 - - [09/Apr/2021:20:13:33 +0000] "PUT /sdb1/92/AUTH_b9f6284d40e34108bf2b924390c74beb/glance/77773fd3-9b6b-430e-83ab-1b5168202b98" 201 - "PUT http://10.222.0.52:8080/sdb1/459/AUTH_b9f6284d40e34108bf2b924390c74beb/glance/77773fd3-9b6b-430e-83ab-1b5168202b98" "tx47a1c40c9d0641d58bee2-006070b56d" "object-server 77593" 0.0007 "-" 77901 0 2021-04-09 20:15:54.485 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 20:15:54.487 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@s-account.service 2021-04-09 20:15:54.500 | enabled 2021-04-09 20:15:54.504 | + functions-common:service_check:1628 : sudo systemctl status devstack@s-account.service --no-pager 2021-04-09 20:15:54.520 | ● devstack@s-account.service - Devstack devstack@s-account.service 2021-04-09 20:15:54.520 | Loaded: loaded (/etc/systemd/system/devstack@s-account.service; enabled; vendor preset: enabled) 2021-04-09 20:15:54.520 | Active: active (running) since Fri 2021-04-09 20:13:00 UTC; 2min 53s ago 2021-04-09 20:15:54.520 | Main PID: 77784 (swift-account-s) 2021-04-09 20:15:54.520 | Tasks: 3 (limit: 14352) 2021-04-09 20:15:54.520 | CGroup: /system.slice/system-devstack.slice/devstack@s-account.service 2021-04-09 20:15:54.520 | ├─77784 /usr/bin/python3.6 /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v 2021-04-09 20:15:54.520 | ├─78180 /usr/bin/python3.6 /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v 2021-04-09 20:15:54.520 | └─78183 /usr/bin/python3.6 /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v 2021-04-09 20:15:54.520 | 2021-04-09 20:15:54.520 | Apr 09 20:13:01 dv-osbrick-785704-1-iscsi account-server[77784]: Started child 78183 from parent 77784 2021-04-09 20:15:54.520 | Apr 09 20:13:01 dv-osbrick-785704-1-iscsi swift-account-server[77784]: account-server: Started child 78183 from parent 77784 2021-04-09 20:15:54.521 | Apr 09 20:13:21 dv-osbrick-785704-1-iscsi account-server[78180]: 127.0.0.1 - - [09/Apr/2021:20:13:21 +0000] "HEAD /sdb1/10/AUTH_b9f6284d40e34108bf2b924390c74beb" 404 - "HEAD http://10.222.0.52:8080/v1/AUTH_b9f6284d40e34108bf2b924390c74beb?format=json" "txaa0845e027894f4e8844a-006070b561" "proxy-server 78649" 0.0019 "-" 78180 - 2021-04-09 20:15:54.521 | Apr 09 20:13:21 dv-osbrick-785704-1-iscsi swift-account-server[77784]: account-server: 127.0.0.1 - - [09/Apr/2021:20:13:21 +0000] "HEAD /sdb1/10/AUTH_b9f6284d40e34108bf2b924390c74beb" 404 - "HEAD http://10.222.0.52:8080/v1/AUTH_b9f6284d40e34108bf2b924390c74beb?format=json" "txaa0845e027894f4e8844a-006070b561" "proxy-server 78649" 0.0019 "-" 78180 - 2021-04-09 20:15:54.521 | Apr 09 20:13:22 dv-osbrick-785704-1-iscsi account-server[78180]: 127.0.0.1 - - [09/Apr/2021:20:13:22 +0000] "PUT /sdb1/10/AUTH_b9f6284d40e34108bf2b924390c74beb" 201 - "-" "tx80bdeac9261641af9127c-006070b562" "-" 0.2551 "-" 78180 - 2021-04-09 20:15:54.521 | Apr 09 20:13:22 dv-osbrick-785704-1-iscsi swift-account-server[77784]: account-server: 127.0.0.1 - - [09/Apr/2021:20:13:22 +0000] "PUT /sdb1/10/AUTH_b9f6284d40e34108bf2b924390c74beb" 201 - "-" "tx80bdeac9261641af9127c-006070b562" "-" 0.2551 "-" 78180 - 2021-04-09 20:15:54.521 | Apr 09 20:13:22 dv-osbrick-785704-1-iscsi account-server[78180]: 127.0.0.1 - - [09/Apr/2021:20:13:22 +0000] "HEAD /sdb1/10/AUTH_b9f6284d40e34108bf2b924390c74beb" 204 - "HEAD http://10.222.0.52:8080/v1/AUTH_b9f6284d40e34108bf2b924390c74beb?format=json" "tx80bdeac9261641af9127c-006070b562" "proxy-server 78649" 0.0022 "-" 78180 - 2021-04-09 20:15:54.521 | Apr 09 20:13:22 dv-osbrick-785704-1-iscsi swift-account-server[77784]: account-server: 127.0.0.1 - - [09/Apr/2021:20:13:22 +0000] "HEAD /sdb1/10/AUTH_b9f6284d40e34108bf2b924390c74beb" 204 - "HEAD http://10.222.0.52:8080/v1/AUTH_b9f6284d40e34108bf2b924390c74beb?format=json" "tx80bdeac9261641af9127c-006070b562" "proxy-server 78649" 0.0022 "-" 78180 - 2021-04-09 20:15:54.521 | Apr 09 20:13:22 dv-osbrick-785704-1-iscsi account-server[78180]: 127.0.0.1 - - [09/Apr/2021:20:13:22 +0000] "PUT /sdb1/10/AUTH_b9f6284d40e34108bf2b924390c74beb/glance" 201 - "PUT http://127.0.0.1:6611/sdb1/92/AUTH_b9f6284d40e34108bf2b924390c74beb/glance" "tx80bdeac9261641af9127c-006070b562" "container-server 77898" 0.0018 "-" 78180 0 2021-04-09 20:15:54.521 | Apr 09 20:13:22 dv-osbrick-785704-1-iscsi swift-account-server[77784]: account-server: 127.0.0.1 - - [09/Apr/2021:20:13:22 +0000] "PUT /sdb1/10/AUTH_b9f6284d40e34108bf2b924390c74beb/glance" 201 - "PUT http://127.0.0.1:6611/sdb1/92/AUTH_b9f6284d40e34108bf2b924390c74beb/glance" "tx80bdeac9261641af9127c-006070b562" "container-server 77898" 0.0018 "-" 78180 0 2021-04-09 20:15:54.524 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 20:15:54.527 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@heat.service 2021-04-09 20:15:54.539 | Failed to get unit file state for devstack@heat.service: No such file or directory 2021-04-09 20:15:54.543 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 20:15:54.546 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@h-api.service 2021-04-09 20:15:54.557 | Failed to get unit file state for devstack@h-api.service: No such file or directory 2021-04-09 20:15:54.561 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 20:15:54.564 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@h-api-cfn.service 2021-04-09 20:15:54.576 | Failed to get unit file state for devstack@h-api-cfn.service: No such file or directory 2021-04-09 20:15:54.580 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 20:15:54.582 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@h-api-cw.service 2021-04-09 20:15:54.595 | Failed to get unit file state for devstack@h-api-cw.service: No such file or directory 2021-04-09 20:15:54.598 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 20:15:54.601 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@h-eng.service 2021-04-09 20:15:54.613 | Failed to get unit file state for devstack@h-eng.service: No such file or directory 2021-04-09 20:15:54.617 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 20:15:54.619 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@ceilometer-acentral.service 2021-04-09 20:15:54.632 | Failed to get unit file state for devstack@ceilometer-acentral.service: No such file or directory 2021-04-09 20:15:54.636 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 20:15:54.638 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@ceilometer-acompute.service 2021-04-09 20:15:54.650 | Failed to get unit file state for devstack@ceilometer-acompute.service: No such file or directory 2021-04-09 20:15:54.653 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 20:15:54.656 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@ceilometer-collector.service 2021-04-09 20:15:54.669 | Failed to get unit file state for devstack@ceilometer-collector.service: No such file or directory 2021-04-09 20:15:54.673 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 20:15:54.675 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@ceilometer-api.service 2021-04-09 20:15:54.687 | Failed to get unit file state for devstack@ceilometer-api.service: No such file or directory 2021-04-09 20:15:54.691 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 20:15:54.693 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@ceilometer-anotification.service 2021-04-09 20:15:54.705 | Failed to get unit file state for devstack@ceilometer-anotification.service: No such file or directory 2021-04-09 20:15:54.709 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 20:15:54.711 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@s-container-sync.service 2021-04-09 20:15:54.724 | enabled 2021-04-09 20:15:54.728 | + functions-common:service_check:1628 : sudo systemctl status devstack@s-container-sync.service --no-pager 2021-04-09 20:15:54.745 | ● devstack@s-container-sync.service - Devstack devstack@s-container-sync.service 2021-04-09 20:15:54.745 | Loaded: loaded (/etc/systemd/system/devstack@s-container-sync.service; enabled; vendor preset: enabled) 2021-04-09 20:15:54.745 | Active: active (running) since Fri 2021-04-09 20:13:01 UTC; 2min 52s ago 2021-04-09 20:15:54.745 | Main PID: 78179 (swift-container) 2021-04-09 20:15:54.745 | Tasks: 1 (limit: 14352) 2021-04-09 20:15:54.745 | CGroup: /system.slice/system-devstack.slice/devstack@s-container-sync.service 2021-04-09 20:15:54.745 | └─78179 /usr/bin/python3.6 /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf 2021-04-09 20:15:54.745 | 2021-04-09 20:15:54.745 | Apr 09 20:13:01 dv-osbrick-785704-1-iscsi systemd[1]: Started Devstack devstack@s-container-sync.service. 2021-04-09 20:15:54.745 | Apr 09 20:13:02 dv-osbrick-785704-1-iscsi container-sync[78179]: Starting 78179 2021-04-09 20:15:54.745 | Apr 09 20:13:02 dv-osbrick-785704-1-iscsi container-sync[78179]: Configuration option internal_client_conf_path not defined. Using default configuration, See internal-client.conf-sample for options 2021-04-09 20:15:54.749 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 20:15:54.752 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@n-super-cond.service 2021-04-09 20:15:54.766 | enabled 2021-04-09 20:15:54.770 | + functions-common:service_check:1628 : sudo systemctl status devstack@n-super-cond.service --no-pager 2021-04-09 20:15:54.786 | ● devstack@n-super-cond.service - Devstack devstack@n-super-cond.service 2021-04-09 20:15:54.786 | Loaded: loaded (/etc/systemd/system/devstack@n-super-cond.service; enabled; vendor preset: enabled) 2021-04-09 20:15:54.786 | Active: active (running) since Fri 2021-04-09 20:14:47 UTC; 1min 7s ago 2021-04-09 20:15:54.786 | Main PID: 86536 (nova-conductor) 2021-04-09 20:15:54.786 | Tasks: 3 (limit: 14352) 2021-04-09 20:15:54.786 | CGroup: /system.slice/system-devstack.slice/devstack@n-super-cond.service 2021-04-09 20:15:54.786 | ├─86536 /usr/bin/python3.6 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2021-04-09 20:15:54.786 | ├─87413 /usr/bin/python3.6 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2021-04-09 20:15:54.786 | └─87414 /usr/bin/python3.6 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2021-04-09 20:15:54.786 | 2021-04-09 20:15:54.786 | Apr 09 20:14:51 dv-osbrick-785704-1-iscsi nova-conductor[86536]: DEBUG oslo_service.service [-] oslo_reports.file_event_handler = None {{(pid=86536) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-04-09 20:15:54.786 | Apr 09 20:14:51 dv-osbrick-785704-1-iscsi nova-conductor[86536]: DEBUG oslo_service.service [-] oslo_reports.file_event_handler_interval = 1 {{(pid=86536) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-04-09 20:15:54.786 | Apr 09 20:14:51 dv-osbrick-785704-1-iscsi nova-conductor[86536]: DEBUG oslo_service.service [-] oslo_reports.log_dir = None {{(pid=86536) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-04-09 20:15:54.786 | Apr 09 20:14:51 dv-osbrick-785704-1-iscsi nova-conductor[86536]: DEBUG oslo_service.service [-] ******************************************************************************** {{(pid=86536) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2587}} 2021-04-09 20:15:54.786 | Apr 09 20:14:52 dv-osbrick-785704-1-iscsi nova-conductor[86536]: DEBUG nova.service [None req-e70fa55d-b7e9-47c8-898e-db28e076df58 None None] Creating RPC server for service conductor {{(pid=87413) start /opt/stack/nova/nova/service.py:197}} 2021-04-09 20:15:54.787 | Apr 09 20:14:52 dv-osbrick-785704-1-iscsi nova-conductor[86536]: DEBUG nova.service [None req-e065b59a-9749-45df-a2c2-a9a257e06942 None None] Creating RPC server for service conductor {{(pid=87414) start /opt/stack/nova/nova/service.py:197}} 2021-04-09 20:15:54.787 | Apr 09 20:14:52 dv-osbrick-785704-1-iscsi nova-conductor[86536]: DEBUG nova.service [None req-e70fa55d-b7e9-47c8-898e-db28e076df58 None None] Join ServiceGroup membership for this service conductor {{(pid=87413) start /opt/stack/nova/nova/service.py:215}} 2021-04-09 20:15:54.787 | Apr 09 20:14:52 dv-osbrick-785704-1-iscsi nova-conductor[86536]: DEBUG nova.servicegroup.drivers.db [None req-e70fa55d-b7e9-47c8-898e-db28e076df58 None None] DB_Driver: join new ServiceGroup member dv-osbrick-785704-1-iscsi to the conductor group, service = {{(pid=87413) join /opt/stack/nova/nova/servicegroup/drivers/db.py:47}} 2021-04-09 20:15:54.787 | Apr 09 20:14:52 dv-osbrick-785704-1-iscsi nova-conductor[86536]: DEBUG nova.service [None req-e065b59a-9749-45df-a2c2-a9a257e06942 None None] Join ServiceGroup membership for this service conductor {{(pid=87414) start /opt/stack/nova/nova/service.py:215}} 2021-04-09 20:15:54.787 | Apr 09 20:14:52 dv-osbrick-785704-1-iscsi nova-conductor[86536]: DEBUG nova.servicegroup.drivers.db [None req-e065b59a-9749-45df-a2c2-a9a257e06942 None None] DB_Driver: join new ServiceGroup member dv-osbrick-785704-1-iscsi to the conductor group, service = {{(pid=87414) join /opt/stack/nova/nova/servicegroup/drivers/db.py:47}} 2021-04-09 20:15:54.790 | + functions-common:service_check:1622 : for service in ${ENABLED_SERVICES//,/ } 2021-04-09 20:15:54.793 | + functions-common:service_check:1624 : sudo systemctl is-enabled devstack@n-cond-cell1.service 2021-04-09 20:15:54.806 | enabled 2021-04-09 20:15:54.810 | + functions-common:service_check:1628 : sudo systemctl status devstack@n-cond-cell1.service --no-pager 2021-04-09 20:15:54.826 | ● devstack@n-cond-cell1.service - Devstack devstack@n-cond-cell1.service 2021-04-09 20:15:54.826 | Loaded: loaded (/etc/systemd/system/devstack@n-cond-cell1.service; enabled; vendor preset: enabled) 2021-04-09 20:15:54.826 | Active: active (running) since Fri 2021-04-09 20:14:49 UTC; 1min 5s ago 2021-04-09 20:15:54.826 | Main PID: 86924 (nova-conductor) 2021-04-09 20:15:54.826 | Tasks: 3 (limit: 14352) 2021-04-09 20:15:54.826 | CGroup: /system.slice/system-devstack.slice/devstack@n-cond-cell1.service 2021-04-09 20:15:54.826 | ├─86924 /usr/bin/python3.6 /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf 2021-04-09 20:15:54.826 | ├─87419 /usr/bin/python3.6 /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf 2021-04-09 20:15:54.826 | └─87420 /usr/bin/python3.6 /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf 2021-04-09 20:15:54.826 | 2021-04-09 20:15:54.826 | Apr 09 20:14:53 dv-osbrick-785704-1-iscsi nova-conductor[86924]: DEBUG oslo_service.service [-] oslo_reports.file_event_handler = None {{(pid=86924) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-04-09 20:15:54.826 | Apr 09 20:14:53 dv-osbrick-785704-1-iscsi nova-conductor[86924]: DEBUG oslo_service.service [-] oslo_reports.file_event_handler_interval = 1 {{(pid=86924) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-04-09 20:15:54.826 | Apr 09 20:14:53 dv-osbrick-785704-1-iscsi nova-conductor[86924]: DEBUG oslo_service.service [-] oslo_reports.log_dir = None {{(pid=86924) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2585}} 2021-04-09 20:15:54.826 | Apr 09 20:14:53 dv-osbrick-785704-1-iscsi nova-conductor[86924]: DEBUG oslo_service.service [-] ******************************************************************************** {{(pid=86924) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2587}} 2021-04-09 20:15:54.826 | Apr 09 20:14:53 dv-osbrick-785704-1-iscsi nova-conductor[86924]: DEBUG nova.service [None req-1cf34068-33f4-4b6b-9f54-48d2001a27c7 None None] Creating RPC server for service conductor {{(pid=87419) start /opt/stack/nova/nova/service.py:197}} 2021-04-09 20:15:54.826 | Apr 09 20:14:53 dv-osbrick-785704-1-iscsi nova-conductor[86924]: DEBUG nova.service [None req-d2ee06d7-b70e-4ca0-a87b-0e3dbc1fdfd7 None None] Creating RPC server for service conductor {{(pid=87420) start /opt/stack/nova/nova/service.py:197}} 2021-04-09 20:15:54.826 | Apr 09 20:14:53 dv-osbrick-785704-1-iscsi nova-conductor[86924]: DEBUG nova.service [None req-1cf34068-33f4-4b6b-9f54-48d2001a27c7 None None] Join ServiceGroup membership for this service conductor {{(pid=87419) start /opt/stack/nova/nova/service.py:215}} 2021-04-09 20:15:54.826 | Apr 09 20:14:53 dv-osbrick-785704-1-iscsi nova-conductor[86924]: DEBUG nova.servicegroup.drivers.db [None req-1cf34068-33f4-4b6b-9f54-48d2001a27c7 None None] DB_Driver: join new ServiceGroup member dv-osbrick-785704-1-iscsi to the conductor group, service = {{(pid=87419) join /opt/stack/nova/nova/servicegroup/drivers/db.py:47}} 2021-04-09 20:15:54.826 | Apr 09 20:14:53 dv-osbrick-785704-1-iscsi nova-conductor[86924]: DEBUG nova.service [None req-d2ee06d7-b70e-4ca0-a87b-0e3dbc1fdfd7 None None] Join ServiceGroup membership for this service conductor {{(pid=87420) start /opt/stack/nova/nova/service.py:215}} 2021-04-09 20:15:54.826 | Apr 09 20:14:53 dv-osbrick-785704-1-iscsi nova-conductor[86924]: DEBUG nova.servicegroup.drivers.db [None req-d2ee06d7-b70e-4ca0-a87b-0e3dbc1fdfd7 None None] DB_Driver: join new ServiceGroup member dv-osbrick-785704-1-iscsi to the conductor group, service = {{(pid=87420) join /opt/stack/nova/nova/servicegroup/drivers/db.py:47}} 2021-04-09 20:15:54.829 | + ./stack.sh:main:1447 : is_service_enabled n-api 2021-04-09 20:15:54.847 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:15:54.852 | + ./stack.sh:main:1448 : is_service_enabled n-cpu 2021-04-09 20:15:54.867 | + functions-common:is_service_enabled:1988 : return 1 2021-04-09 20:15:54.869 | + ./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-04-09 20:15:54.872 | + ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-04-09 20:15:54.875 | + ./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-04-09 20:15:54.877 | + ./stack.sh:main:1462 : /usr/local/bin/nova-status --config-file /etc/nova/nova.conf upgrade check 2021-04-09 20:15:58.117 | +--------------------------------------------------------------------+ 2021-04-09 20:15:58.117 | | Upgrade Check Results | 2021-04-09 20:15:58.117 | +--------------------------------------------------------------------+ 2021-04-09 20:15:58.117 | | Check: Cells v2 | 2021-04-09 20:15:58.117 | | Result: Success | 2021-04-09 20:15:58.117 | | Details: No host mappings or compute nodes were found. Remember to | 2021-04-09 20:15:58.117 | | run command 'nova-manage cell_v2 discover_hosts' when new | 2021-04-09 20:15:58.117 | | compute hosts are deployed. | 2021-04-09 20:15:58.117 | +--------------------------------------------------------------------+ 2021-04-09 20:15:58.117 | | Check: Placement API | 2021-04-09 20:15:58.117 | | Result: Success | 2021-04-09 20:15:58.117 | | Details: None | 2021-04-09 20:15:58.117 | +--------------------------------------------------------------------+ 2021-04-09 20:15:58.117 | | Check: Ironic Flavor Migration | 2021-04-09 20:15:58.117 | | Result: Success | 2021-04-09 20:15:58.117 | | Details: None | 2021-04-09 20:15:58.117 | +--------------------------------------------------------------------+ 2021-04-09 20:15:58.117 | | Check: Cinder API | 2021-04-09 20:15:58.117 | | Result: Success | 2021-04-09 20:15:58.117 | | Details: None | 2021-04-09 20:15:58.117 | +--------------------------------------------------------------------+ 2021-04-09 20:15:58.463 | + ./stack.sh:main:1469 : [[ -x /home/ubuntu/devstack/local.sh ]] 2021-04-09 20:15:58.466 | + ./stack.sh:main:1470 : echo 'Running user script /home/ubuntu/devstack/local.sh' 2021-04-09 20:15:58.466 | Running user script /home/ubuntu/devstack/local.sh 2021-04-09 20:15:58.469 | + ./stack.sh:main:1471 : /home/ubuntu/devstack/local.sh 2021-04-09 20:15:58.471 | Before updating nova flavors: 2021-04-09 20:16:00.642 | +----+-----------+-------+------+-----------+-------+-----------+ 2021-04-09 20:16:00.642 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2021-04-09 20:16:00.642 | +----+-----------+-------+------+-----------+-------+-----------+ 2021-04-09 20:16:00.642 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2021-04-09 20:16:00.642 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2021-04-09 20:16:00.642 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2021-04-09 20:16:00.642 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2021-04-09 20:16:00.642 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2021-04-09 20:16:00.642 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2021-04-09 20:16:00.642 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2021-04-09 20:16:00.642 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2021-04-09 20:16:00.642 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2021-04-09 20:16:00.642 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2021-04-09 20:16:00.642 | +----+-----------+-------+------+-----------+-------+-----------+ 2021-04-09 20:16:02.604 | ERROR (CommandError): No flavor with a name or ID of '42' exists. 2021-04-09 20:16:02.685 | Flavor 42 not found 2021-04-09 20:16:04.564 | ERROR (CommandError): No flavor with a name or ID of '84' exists. 2021-04-09 20:16:04.644 | Flavor 84 not found 2021-04-09 20:16:06.526 | ERROR (CommandError): No flavor with a name or ID of '451' exists. 2021-04-09 20:16:06.606 | Flavor 451 not found 2021-04-09 20:16:08.401 | +----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-04-09 20:16:08.401 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-04-09 20:16:08.401 | +----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-04-09 20:16:08.401 | | 42 | m1.nano | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-04-09 20:16:08.401 | +----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-04-09 20:16:10.311 | +----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-04-09 20:16:10.311 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-04-09 20:16:10.311 | +----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-04-09 20:16:10.311 | | 84 | m1.micro | 256 | 2 | 0 | 0 | 1 | 1.0 | True | - | 2021-04-09 20:16:10.311 | +----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-04-09 20:16:12.317 | +-----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-04-09 20:16:12.317 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-04-09 20:16:12.317 | +-----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-04-09 20:16:12.317 | | 451 | m1.heat | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-04-09 20:16:12.317 | +-----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-04-09 20:16:14.317 | +-----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-04-09 20:16:14.317 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-04-09 20:16:14.317 | +-----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-04-09 20:16:14.317 | | 452 | m1.heat2 | 1024 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-04-09 20:16:14.317 | +-----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-04-09 20:16:14.413 | After updating nova flavors: 2021-04-09 20:16:16.299 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-04-09 20:16:16.300 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-04-09 20:16:16.300 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-04-09 20:16:16.300 | | 1 | m1.tiny | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-04-09 20:16:16.300 | | 2 | m1.small | 2048 | 20 | 0 | 0 | 1 | 1.0 | True | - | 2021-04-09 20:16:16.300 | | 3 | m1.medium | 4096 | 40 | 0 | 0 | 2 | 1.0 | True | - | 2021-04-09 20:16:16.300 | | 4 | m1.large | 8192 | 80 | 0 | 0 | 4 | 1.0 | True | - | 2021-04-09 20:16:16.300 | | 42 | m1.nano | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-04-09 20:16:16.300 | | 451 | m1.heat | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-04-09 20:16:16.300 | | 452 | m1.heat2 | 1024 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-04-09 20:16:16.300 | | 5 | m1.xlarge | 16384 | 160 | 0 | 0 | 8 | 1.0 | True | - | 2021-04-09 20:16:16.300 | | 84 | m1.micro | 256 | 2 | 0 | 0 | 1 | 1.0 | True | - | 2021-04-09 20:16:16.300 | | c1 | cirros256 | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-04-09 20:16:16.300 | | d1 | ds512M | 512 | 5 | 0 | 0 | 1 | 1.0 | True | - | 2021-04-09 20:16:16.300 | | d2 | ds1G | 1024 | 10 | 0 | 0 | 1 | 1.0 | True | - | 2021-04-09 20:16:16.300 | | d3 | ds2G | 2048 | 10 | 0 | 0 | 2 | 1.0 | True | - | 2021-04-09 20:16:16.300 | | d4 | ds4G | 4096 | 20 | 0 | 0 | 4 | 1.0 | True | - | 2021-04-09 20:16:16.300 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-04-09 20:16:21.555 | Neutron networks: 2021-04-09 20:16:23.984 | +--------------------------------------+---------+--------------------------------------+ 2021-04-09 20:16:23.984 | | ID | Name | Subnets | 2021-04-09 20:16:23.984 | +--------------------------------------+---------+--------------------------------------+ 2021-04-09 20:16:23.984 | | d082cb4a-c582-429f-9668-b99133f3d5d3 | private | 6f5bd2b4-c4d1-4901-ab81-83506cdcce9a | 2021-04-09 20:16:23.984 | | ea053a11-6547-4266-bc2b-7bbdd9fb1634 | public | 834a07a8-7167-41de-89ee-3e279a6bd43f | 2021-04-09 20:16:23.984 | +--------------------------------------+---------+--------------------------------------+ 2021-04-09 20:16:28.522 | +---------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-04-09 20:16:28.522 | | Field | Value | 2021-04-09 20:16:28.522 | +---------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-04-09 20:16:28.522 | | admin_state_up | UP | 2021-04-09 20:16:28.522 | | availability_zone_hints | | 2021-04-09 20:16:28.522 | | availability_zones | nova | 2021-04-09 20:16:28.522 | | created_at | 2021-04-09T20:14:09Z | 2021-04-09 20:16:28.522 | | description | | 2021-04-09 20:16:28.522 | | dns_domain | None | 2021-04-09 20:16:28.522 | | id | d082cb4a-c582-429f-9668-b99133f3d5d3 | 2021-04-09 20:16:28.522 | | ipv4_address_scope | None | 2021-04-09 20:16:28.522 | | ipv6_address_scope | None | 2021-04-09 20:16:28.522 | | is_default | None | 2021-04-09 20:16:28.522 | | is_vlan_transparent | None | 2021-04-09 20:16:28.522 | | location | cloud='', project.domain_id=, project.domain_name=, project.id='e3476b32a7804bd68d9f953061e6aeed', project.name=, region_name='RegionOne', zone= | 2021-04-09 20:16:28.522 | | mtu | 1500 | 2021-04-09 20:16:28.522 | | name | private | 2021-04-09 20:16:28.522 | | port_security_enabled | True | 2021-04-09 20:16:28.522 | | project_id | e3476b32a7804bd68d9f953061e6aeed | 2021-04-09 20:16:28.522 | | provider:network_type | vlan | 2021-04-09 20:16:28.522 | | provider:physical_network | physnet1 | 2021-04-09 20:16:28.522 | | provider:segmentation_id | 1000 | 2021-04-09 20:16:28.522 | | qos_policy_id | None | 2021-04-09 20:16:28.522 | | revision_number | 3 | 2021-04-09 20:16:28.522 | | router:external | Internal | 2021-04-09 20:16:28.522 | | segments | None | 2021-04-09 20:16:28.522 | | shared | False | 2021-04-09 20:16:28.522 | | status | ACTIVE | 2021-04-09 20:16:28.522 | | subnets | 6f5bd2b4-c4d1-4901-ab81-83506cdcce9a | 2021-04-09 20:16:28.522 | | tags | | 2021-04-09 20:16:28.522 | | updated_at | 2021-04-09T20:16:21Z | 2021-04-09 20:16:28.522 | +---------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-04-09 20:16:30.812 | +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-04-09 20:16:30.812 | | Field | Value | 2021-04-09 20:16:30.812 | +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-04-09 20:16:30.812 | | admin_state_up | UP | 2021-04-09 20:16:30.812 | | availability_zone_hints | | 2021-04-09 20:16:30.812 | | availability_zones | nova | 2021-04-09 20:16:30.812 | | created_at | 2021-04-09T20:14:25Z | 2021-04-09 20:16:30.812 | | description | | 2021-04-09 20:16:30.812 | | dns_domain | None | 2021-04-09 20:16:30.812 | | id | ea053a11-6547-4266-bc2b-7bbdd9fb1634 | 2021-04-09 20:16:30.812 | | ipv4_address_scope | None | 2021-04-09 20:16:30.812 | | ipv6_address_scope | None | 2021-04-09 20:16:30.812 | | is_default | True | 2021-04-09 20:16:30.812 | | is_vlan_transparent | None | 2021-04-09 20:16:30.812 | | location | cloud='', project.domain_id='default', project.domain_name=, project.id='ad652990b2da485f916c7ea251f4605f', project.name='admin', region_name='RegionOne', zone= | 2021-04-09 20:16:30.813 | | mtu | 1500 | 2021-04-09 20:16:30.813 | | name | public | 2021-04-09 20:16:30.813 | | port_security_enabled | True | 2021-04-09 20:16:30.813 | | project_id | ad652990b2da485f916c7ea251f4605f | 2021-04-09 20:16:30.813 | | provider:network_type | flat | 2021-04-09 20:16:30.813 | | provider:physical_network | physnet1 | 2021-04-09 20:16:30.813 | | provider:segmentation_id | None | 2021-04-09 20:16:30.813 | | qos_policy_id | None | 2021-04-09 20:16:30.813 | | revision_number | 2 | 2021-04-09 20:16:30.813 | | router:external | External | 2021-04-09 20:16:30.813 | | segments | None | 2021-04-09 20:16:30.813 | | shared | False | 2021-04-09 20:16:30.813 | | status | ACTIVE | 2021-04-09 20:16:30.813 | | subnets | 834a07a8-7167-41de-89ee-3e279a6bd43f | 2021-04-09 20:16:30.813 | | tags | | 2021-04-09 20:16:30.813 | | updated_at | 2021-04-09T20:14:34Z | 2021-04-09 20:16:30.813 | +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-04-09 20:16:30.918 | Neutron subnetworks: 2021-04-09 20:16:33.033 | +--------------------------------------+----------------+--------------------------------------+---------------+ 2021-04-09 20:16:33.033 | | ID | Name | Network | Subnet | 2021-04-09 20:16:33.033 | +--------------------------------------+----------------+--------------------------------------+---------------+ 2021-04-09 20:16:33.033 | | 6f5bd2b4-c4d1-4901-ab81-83506cdcce9a | private-subnet | d082cb4a-c582-429f-9668-b99133f3d5d3 | 172.20.0.0/26 | 2021-04-09 20:16:33.033 | | 834a07a8-7167-41de-89ee-3e279a6bd43f | public-subnet | ea053a11-6547-4266-bc2b-7bbdd9fb1634 | 172.29.1.0/24 | 2021-04-09 20:16:33.033 | +--------------------------------------+----------------+--------------------------------------+---------------+ 2021-04-09 20:16:37.428 | +-------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-04-09 20:16:37.429 | | Field | Value | 2021-04-09 20:16:37.429 | +-------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-04-09 20:16:37.429 | | allocation_pools | 172.20.0.2-172.20.0.62 | 2021-04-09 20:16:37.429 | | cidr | 172.20.0.0/26 | 2021-04-09 20:16:37.429 | | created_at | 2021-04-09T20:14:12Z | 2021-04-09 20:16:37.429 | | description | | 2021-04-09 20:16:37.429 | | dns_nameservers | 8.8.4.4, 8.8.8.8 | 2021-04-09 20:16:37.429 | | enable_dhcp | True | 2021-04-09 20:16:37.429 | | gateway_ip | 172.20.0.1 | 2021-04-09 20:16:37.429 | | host_routes | | 2021-04-09 20:16:37.429 | | id | 6f5bd2b4-c4d1-4901-ab81-83506cdcce9a | 2021-04-09 20:16:37.429 | | ip_version | 4 | 2021-04-09 20:16:37.429 | | ipv6_address_mode | None | 2021-04-09 20:16:37.429 | | ipv6_ra_mode | None | 2021-04-09 20:16:37.429 | | location | cloud='', project.domain_id=, project.domain_name=, project.id='e3476b32a7804bd68d9f953061e6aeed', project.name=, region_name='RegionOne', zone= | 2021-04-09 20:16:37.429 | | name | private-subnet | 2021-04-09 20:16:37.429 | | network_id | d082cb4a-c582-429f-9668-b99133f3d5d3 | 2021-04-09 20:16:37.429 | | prefix_length | None | 2021-04-09 20:16:37.429 | | project_id | e3476b32a7804bd68d9f953061e6aeed | 2021-04-09 20:16:37.429 | | revision_number | 1 | 2021-04-09 20:16:37.429 | | segment_id | None | 2021-04-09 20:16:37.429 | | service_types | | 2021-04-09 20:16:37.429 | | subnetpool_id | efe3b546-28b1-43f8-aca8-1a3e739c0e69 | 2021-04-09 20:16:37.429 | | tags | | 2021-04-09 20:16:37.429 | | updated_at | 2021-04-09T20:16:21Z | 2021-04-09 20:16:37.429 | +-------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-04-09 20:16:39.608 | +-------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-04-09 20:16:39.608 | | Field | Value | 2021-04-09 20:16:39.608 | +-------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-04-09 20:16:39.609 | | allocation_pools | 172.29.1.2-172.29.1.254 | 2021-04-09 20:16:39.609 | | cidr | 172.29.1.0/24 | 2021-04-09 20:16:39.609 | | created_at | 2021-04-09T20:14:34Z | 2021-04-09 20:16:39.609 | | description | | 2021-04-09 20:16:39.609 | | dns_nameservers | | 2021-04-09 20:16:39.609 | | enable_dhcp | False | 2021-04-09 20:16:39.609 | | gateway_ip | 172.29.1.1 | 2021-04-09 20:16:39.609 | | host_routes | | 2021-04-09 20:16:39.609 | | id | 834a07a8-7167-41de-89ee-3e279a6bd43f | 2021-04-09 20:16:39.609 | | ip_version | 4 | 2021-04-09 20:16:39.609 | | ipv6_address_mode | None | 2021-04-09 20:16:39.609 | | ipv6_ra_mode | None | 2021-04-09 20:16:39.609 | | location | cloud='', project.domain_id='default', project.domain_name=, project.id='ad652990b2da485f916c7ea251f4605f', project.name='admin', region_name='RegionOne', zone= | 2021-04-09 20:16:39.609 | | name | public-subnet | 2021-04-09 20:16:39.609 | | network_id | ea053a11-6547-4266-bc2b-7bbdd9fb1634 | 2021-04-09 20:16:39.609 | | prefix_length | None | 2021-04-09 20:16:39.609 | | project_id | ad652990b2da485f916c7ea251f4605f | 2021-04-09 20:16:39.609 | | revision_number | 0 | 2021-04-09 20:16:39.609 | | segment_id | None | 2021-04-09 20:16:39.609 | | service_types | | 2021-04-09 20:16:39.609 | | subnetpool_id | None | 2021-04-09 20:16:39.609 | | tags | | 2021-04-09 20:16:39.609 | | updated_at | 2021-04-09T20:14:34Z | 2021-04-09 20:16:39.609 | +-------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-04-09 20:16:39.918 | + ./stack.sh:main:1480 : command openstack complete 2021-04-09 20:16:39.918 | + ./stack.sh:main:1481 : sudo tee /etc/bash_completion.d/osc.bash_completion 2021-04-09 20:16:39.921 | + ./stack.sh:main:1480 : openstack complete 2021-04-09 20:16:42.592 | + ./stack.sh:main:1484 : is_service_enabled cinder 2021-04-09 20:16:42.611 | + functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:16:42.614 | + ./stack.sh:main:1485 : is_ubuntu 2021-04-09 20:16:42.618 | + functions-common:is_ubuntu:494 : [[ -z deb ]] 2021-04-09 20:16:42.620 | + functions-common:is_ubuntu:497 : '[' deb = deb ']' 2021-04-09 20:16:42.624 | + ./stack.sh:main:1486 : echo_summary 'Configuring lvm.conf global device filter' 2021-04-09 20:16:42.626 | + ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-04-09 20:16:42.629 | + ./stack.sh:echo_summary:461 : echo -e Configuring lvm.conf global device filter 2021-04-09 20:16:42.631 | + ./stack.sh:main:1487 : set_lvm_filter 2021-04-09 20:16:42.634 | + lib/lvm:set_lvm_filter:182 : local 'filter_suffix="r|.*|" ] # from devstack' 2021-04-09 20:16:42.637 | + lib/lvm:set_lvm_filter:183 : local 'filter_string=global_filter = [ ' 2021-04-09 20:16:42.639 | + lib/lvm:set_lvm_filter:184 : local pv 2021-04-09 20:16:42.642 | + lib/lvm:set_lvm_filter:185 : local vg 2021-04-09 20:16:42.646 | + lib/lvm:set_lvm_filter:186 : local line 2021-04-09 20:16:42.650 | ++ lib/lvm:set_lvm_filter:188 : sudo pvs --noheadings -o name 2021-04-09 20:16:42.733 | + lib/lvm:set_lvm_filter:193 : filter_string='global_filter = [ "r|.*|" ] # from devstack' 2021-04-09 20:16:42.736 | + lib/lvm:set_lvm_filter:195 : clean_lvm_filter 2021-04-09 20:16:42.739 | + lib/lvm:clean_lvm_filter:170 : sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf 2021-04-09 20:16:42.758 | + lib/lvm:set_lvm_filter:196 : sudo sed -i '/# global_filter = \[*\]/a\ global_filter = [ "r|.*|" ] # from devstack' /etc/lvm/lvm.conf 2021-04-09 20:16:42.777 | + lib/lvm:set_lvm_filter:197 : echo_summary 'set lvm.conf device global_filter to: global_filter = [ "r|.*|" ] # from devstack' 2021-04-09 20:16:42.780 | + ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-04-09 20:16:42.783 | + ./stack.sh:echo_summary:461 : echo -e set lvm.conf device global_filter to: global_filter = '[' '"r|.*|"' ']' '#' from devstack 2021-04-09 20:16:42.786 | + ./stack.sh:main:1497 : run_phase stack test-config 2021-04-09 20:16:42.789 | + functions-common:run_phase:1760 : local mode=stack 2021-04-09 20:16:42.791 | + functions-common:run_phase:1761 : local phase=test-config 2021-04-09 20:16:42.794 | + functions-common:run_phase:1762 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-04-09 20:16:42.797 | + functions-common:run_phase:1763 : local extra_plugin_file_name 2021-04-09 20:16:42.800 | + functions-common:run_phase:1764 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-04-09 20:16:42.804 | + functions-common:run_phase:1769 : local exceptions=80-tempest.sh 2021-04-09 20:16:42.807 | + functions-common:run_phase:1770 : local extra 2021-04-09 20:16:42.810 | ++ functions-common:run_phase:1771 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-04-09 20:16:42.814 | + functions-common:run_phase:1771 : extra=80-tempest.sh 2021-04-09 20:16:42.817 | + functions-common:run_phase:1772 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-04-09 20:16:42.820 | + functions-common:run_phase:1776 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-04-09 20:16:42.823 | + functions-common:run_phase:1776 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack test-config 2021-04-09 20:16:42.826 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-04-09 20:16:42.843 | ++ functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:16:42.846 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2021-04-09 20:16:42.849 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2021-04-09 20:16:42.851 | ++ extras.d/80-tempest.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2021-04-09 20:16:42.853 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2021-04-09 20:16:42.856 | ++ extras.d/80-tempest.sh:source:10 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2021-04-09 20:16:42.859 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2021-04-09 20:16:42.861 | ++ extras.d/80-tempest.sh:source:13 : [[ test-config == \e\x\t\r\a ]] 2021-04-09 20:16:42.864 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2021-04-09 20:16:42.866 | ++ extras.d/80-tempest.sh:source:16 : [[ test-config == \p\o\s\t\-\e\x\t\r\a ]] 2021-04-09 20:16:42.869 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2021-04-09 20:16:42.871 | ++ extras.d/80-tempest.sh:source:19 : [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]] 2021-04-09 20:16:42.874 | ++ extras.d/80-tempest.sh:source:20 : echo_summary 'Initializing Tempest' 2021-04-09 20:16:42.876 | ++ ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-04-09 20:16:42.879 | ++ ./stack.sh:echo_summary:461 : echo -e Initializing Tempest 2021-04-09 20:16:42.882 | ++ extras.d/80-tempest.sh:source:21 : configure_tempest 2021-04-09 20:16:42.885 | ++ lib/tempest:configure_tempest:130 : [[ False == \T\r\u\e ]] 2021-04-09 20:16:42.888 | ++ lib/tempest:configure_tempest:134 : pip_install_gr testrepository 2021-04-09 20:16:42.890 | ++ inc/python:pip_install_gr:68 : local name=testrepository 2021-04-09 20:16:42.894 | ++ inc/python:pip_install_gr:69 : local clean_name 2021-04-09 20:16:42.897 | +++ inc/python:pip_install_gr:70 : get_from_global_requirements testrepository 2021-04-09 20:16:42.900 | +++ inc/python:get_from_global_requirements:316 : local package=testrepository 2021-04-09 20:16:42.902 | +++ inc/python:get_from_global_requirements:317 : local required_pkg 2021-04-09 20:16:42.906 | ++++ inc/python:get_from_global_requirements:318 : grep -i -h '^testrepository' /opt/stack/requirements/global-requirements.txt 2021-04-09 20:16:42.906 | ++++ inc/python:get_from_global_requirements:318 : cut -d# -f1 2021-04-09 20:16:42.910 | +++ inc/python:get_from_global_requirements:318 : required_pkg='testrepository ' 2021-04-09 20:16:42.912 | +++ inc/python:get_from_global_requirements:319 : [[ testrepository == '' ]] 2021-04-09 20:16:42.914 | +++ inc/python:get_from_global_requirements:322 : echo testrepository 2021-04-09 20:16:42.917 | ++ inc/python:pip_install_gr:70 : clean_name=testrepository 2021-04-09 20:16:42.919 | ++ inc/python:pip_install_gr:71 : pip_install testrepository 2021-04-09 20:16:42.940 | Check python version for : testrepository 2021-04-09 20:16:42.943 | Using 3.6 version to install testrepository based on default behavior 2021-04-09 20:16:43.335 | ++ 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-04-09 20:16:44.229 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-04-09 20:16:44.232 | Ignoring Django: markers 'python_version == "3.4"' don't match your environment 2021-04-09 20:16:44.236 | Ignoring Django: markers 'python_version == "3.5"' don't match your environment 2021-04-09 20:16:44.244 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-04-09 20:16:44.254 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-04-09 20:16:44.256 | Ignoring GitPython: markers 'python_version == "3.4"' don't match your environment 2021-04-09 20:16:44.258 | Ignoring GitPython: markers 'python_version == "3.5"' don't match your environment 2021-04-09 20:16:44.263 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-04-09 20:16:44.269 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-04-09 20:16:44.293 | Ignoring Pygments: markers 'python_version == "3.4"' don't match your environment 2021-04-09 20:16:44.296 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-04-09 20:16:44.298 | Ignoring Pygments: markers 'python_version == "3.5"' don't match your environment 2021-04-09 20:16:44.303 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-04-09 20:16:44.310 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-04-09 20:16:44.312 | Ignoring SecretStorage: markers 'python_version == "3.4"' don't match your environment 2021-04-09 20:16:44.314 | Ignoring SecretStorage: markers 'python_version == "3.5"' don't match your environment 2021-04-09 20:16:44.319 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-04-09 20:16:44.321 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-04-09 20:16:44.323 | Ignoring Sphinx: markers 'python_version == "3.4"' don't match your environment 2021-04-09 20:16:44.326 | Ignoring Sphinx: markers 'python_version == "3.5"' don't match your environment 2021-04-09 20:16:44.330 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-04-09 20:16:44.436 | Ignoring asyncio: markers 'python_version == "3.4"' don't match your environment 2021-04-09 20:16:44.438 | Ignoring asyncio: markers 'python_version == "3.5"' don't match your environment 2021-04-09 20:16:44.443 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-04-09 20:16:44.451 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-04-09 20:16:44.454 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-04-09 20:16:44.456 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-04-09 20:16:44.503 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-04-09 20:16:44.508 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-04-09 20:16:44.533 | Ignoring diskimage-builder: markers 'python_version == "2.7"' don't match your environment 2021-04-09 20:16:44.536 | Ignoring diskimage-builder: markers 'python_version == "3.4"' don't match your environment 2021-04-09 20:16:44.538 | Ignoring diskimage-builder: markers 'python_version == "3.5"' don't match your environment 2021-04-09 20:16:44.543 | Ignoring diskimage-builder: markers 'python_version == "3.7"' don't match your environment 2021-04-09 20:16:44.561 | Ignoring dnspython: markers 'python_version == "3.4"' don't match your environment 2021-04-09 20:16:44.563 | Ignoring dnspython: markers 'python_version == "3.5"' don't match your environment 2021-04-09 20:16:44.568 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-04-09 20:16:44.570 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-04-09 20:16:44.573 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2021-04-09 20:16:44.575 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2021-04-09 20:16:44.580 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-04-09 20:16:44.597 | Ignoring enum-compat: markers 'python_version == "2.7"' don't match your environment 2021-04-09 20:16:44.628 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-04-09 20:16:44.630 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-04-09 20:16:44.634 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-04-09 20:16:44.658 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-04-09 20:16:44.660 | Ignoring gunicorn: markers 'python_version == "3.4"' don't match your environment 2021-04-09 20:16:44.663 | Ignoring gunicorn: markers 'python_version == "3.5"' don't match your environment 2021-04-09 20:16:44.667 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-04-09 20:16:44.670 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-04-09 20:16:44.683 | Ignoring ifaddr: markers 'python_version == "3.4"' don't match your environment 2021-04-09 20:16:44.686 | Ignoring ifaddr: markers 'python_version == "3.5"' don't match your environment 2021-04-09 20:16:44.691 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-04-09 20:16:44.702 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-04-09 20:16:44.704 | Ignoring influxdb: markers 'python_version == "3.4"' don't match your environment 2021-04-09 20:16:44.706 | Ignoring influxdb: markers 'python_version == "3.5"' don't match your environment 2021-04-09 20:16:44.711 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-04-09 20:16:44.715 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-04-09 20:16:44.724 | Ignoring jeepney: markers 'python_version == "3.4"' don't match your environment 2021-04-09 20:16:44.726 | Ignoring jeepney: markers 'python_version == "3.5"' don't match your environment 2021-04-09 20:16:44.731 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-04-09 20:16:44.736 | Ignoring joblib: markers 'python_version == "3.4"' don't match your environment 2021-04-09 20:16:44.739 | Ignoring joblib: markers 'python_version == "3.5"' don't match your environment 2021-04-09 20:16:44.744 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-04-09 20:16:44.759 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-04-09 20:16:44.761 | Ignoring keyring: markers 'python_version == "3.4"' don't match your environment 2021-04-09 20:16:44.764 | Ignoring keyring: markers 'python_version == "3.5"' don't match your environment 2021-04-09 20:16:44.768 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-04-09 20:16:44.809 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-04-09 20:16:44.811 | Ignoring more-itertools: markers 'python_version == "3.4"' don't match your environment 2021-04-09 20:16:44.814 | Ignoring more-itertools: markers 'python_version == "3.5"' don't match your environment 2021-04-09 20:16:44.818 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-04-09 20:16:44.831 | Ignoring mypy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 20:16:44.833 | Ignoring mypy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 20:16:44.838 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 20:16:44.840 | Ignoring mypy-extensions: markers 'python_version == "3.4"' don't match your environment 2021-04-09 20:16:44.843 | Ignoring mypy-extensions: markers 'python_version == "3.5"' don't match your environment 2021-04-09 20:16:44.848 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-04-09 20:16:44.850 | Ignoring ndg-httpsclient: markers 'python_version == "2.7"' don't match your environment 2021-04-09 20:16:44.859 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-04-09 20:16:44.869 | Ignoring networkx: markers 'python_version == "3.4"' don't match your environment 2021-04-09 20:16:44.869 | Ignoring networkx: markers 'python_version == "3.5"' don't match your environment 2021-04-09 20:16:44.869 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-04-09 20:16:44.887 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-04-09 20:16:44.890 | Ignoring numpy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 20:16:44.892 | Ignoring numpy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 20:16:44.897 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 20:16:44.995 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-04-09 20:16:45.079 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-04-09 20:16:45.082 | Ignoring pytest: markers 'python_version == "3.4"' don't match your environment 2021-04-09 20:16:45.084 | Ignoring pytest: markers 'python_version == "3.5"' don't match your environment 2021-04-09 20:16:45.088 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-04-09 20:16:45.194 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-04-09 20:16:45.240 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-04-09 20:16:45.242 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-04-09 20:16:45.244 | Ignoring scikit-learn: markers 'python_version == "3.4"' don't match your environment 2021-04-09 20:16:45.247 | Ignoring scikit-learn: markers 'python_version == "3.5"' don't match your environment 2021-04-09 20:16:45.253 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-04-09 20:16:45.255 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-04-09 20:16:45.257 | Ignoring scipy: markers 'python_version == "3.4"' don't match your environment 2021-04-09 20:16:45.259 | Ignoring scipy: markers 'python_version == "3.5"' don't match your environment 2021-04-09 20:16:45.264 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-04-09 20:16:45.283 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-04-09 20:16:45.302 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 20:16:45.305 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 20:16:45.310 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 20:16:45.314 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 20:16:45.316 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 20:16:45.321 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 20:16:45.326 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 20:16:45.328 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 20:16:45.333 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 20:16:45.337 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.4"' don't match your environment 2021-04-09 20:16:45.339 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.5"' don't match your environment 2021-04-09 20:16:45.345 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-04-09 20:16:45.352 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.4"' don't match your environment 2021-04-09 20:16:45.354 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.5"' don't match your environment 2021-04-09 20:16:45.359 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-04-09 20:16:45.363 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.4"' don't match your environment 2021-04-09 20:16:45.365 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.5"' don't match your environment 2021-04-09 20:16:45.370 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-04-09 20:16:45.374 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-04-09 20:16:45.408 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-04-09 20:16:45.442 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-04-09 20:16:45.447 | Ignoring tornado: markers 'python_version == "3.4"' don't match your environment 2021-04-09 20:16:45.450 | Ignoring tornado: markers 'python_version == "3.5"' don't match your environment 2021-04-09 20:16:45.455 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-04-09 20:16:45.457 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-04-09 20:16:45.468 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-04-09 20:16:45.472 | Ignoring typed-ast: markers 'python_version == "3.4"' don't match your environment 2021-04-09 20:16:45.474 | Ignoring typed-ast: markers 'python_version == "3.5"' don't match your environment 2021-04-09 20:16:45.479 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-04-09 20:16:45.483 | Ignoring typing-extensions: markers 'python_version == "3.4"' don't match your environment 2021-04-09 20:16:45.485 | Ignoring typing-extensions: markers 'python_version == "3.5"' don't match your environment 2021-04-09 20:16:45.490 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-04-09 20:16:45.495 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-04-09 20:16:45.519 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-04-09 20:16:45.546 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-04-09 20:16:45.548 | Ignoring zeroconf: markers 'python_version == "3.4"' don't match your environment 2021-04-09 20:16:45.550 | Ignoring zeroconf: markers 'python_version == "3.5"' don't match your environment 2021-04-09 20:16:45.555 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-04-09 20:16:45.714 | Collecting testrepository===0.0.20 (from -c /opt/stack/requirements/upper-constraints.txt (line 642)) 2021-04-09 20:16:45.773 | Downloading http://10.100.0.9:8080/root/pypi/+f/752/449bc98c20253/testrepository-0.0.20.tar.gz (84kB) 2021-04-09 20:16:47.111 | 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-04-09 20:16:47.134 | 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-04-09 20:16:47.139 | 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-04-09 20:16:47.146 | 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-04-09 20:16:47.164 | 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-04-09 20:16:47.189 | 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-04-09 20:16:47.192 | 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-04-09 20:16:47.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 202)) 2021-04-09 20:16:47.196 | 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-04-09 20:16:47.200 | 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-04-09 20:16:47.202 | 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-04-09 20:16:47.204 | Building wheels for collected packages: testrepository 2021-04-09 20:16:47.205 | Running setup.py bdist_wheel for testrepository: started 2021-04-09 20:16:48.206 | Running setup.py bdist_wheel for testrepository: finished with status 'done' 2021-04-09 20:16:48.207 | Stored in directory: /root/.cache/pip/wheels/4d/f2/b0/e12965615ae9edfa3cb2c3cc925c489abb3eae1ab5a982a796 2021-04-09 20:16:48.243 | Successfully built testrepository 2021-04-09 20:16:48.244 | Installing collected packages: testrepository 2021-04-09 20:16:48.641 | Successfully installed testrepository-0.0.20 2021-04-09 20:16:48.798 | You are using pip version 9.0.3, however version 21.0.1 is available. 2021-04-09 20:16:48.798 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-04-09 20:16:48.860 | ++ inc/python:pip_install:290 : result=0 2021-04-09 20:16:48.862 | ++ inc/python:pip_install:292 : time_stop pip_install 2021-04-09 20:16:48.864 | ++ functions-common:time_stop:2336 : local name 2021-04-09 20:16:48.866 | ++ functions-common:time_stop:2337 : local end_time 2021-04-09 20:16:48.868 | ++ functions-common:time_stop:2338 : local elapsed_time 2021-04-09 20:16:48.870 | ++ functions-common:time_stop:2339 : local total 2021-04-09 20:16:48.873 | ++ functions-common:time_stop:2340 : local start_time 2021-04-09 20:16:48.875 | ++ functions-common:time_stop:2342 : name=pip_install 2021-04-09 20:16:48.877 | ++ functions-common:time_stop:2343 : start_time=1617999402932 2021-04-09 20:16:48.879 | ++ functions-common:time_stop:2345 : [[ -z 1617999402932 ]] 2021-04-09 20:16:48.882 | +++ functions-common:time_stop:2348 : date +%s%3N 2021-04-09 20:16:48.886 | ++ functions-common:time_stop:2348 : end_time=1617999408883 2021-04-09 20:16:48.889 | ++ functions-common:time_stop:2349 : elapsed_time=5951 2021-04-09 20:16:48.891 | ++ functions-common:time_stop:2350 : total=235513 2021-04-09 20:16:48.893 | ++ functions-common:time_stop:2352 : _TIME_START[$name]= 2021-04-09 20:16:48.895 | ++ functions-common:time_stop:2353 : _TIME_TOTAL[$name]=241464 2021-04-09 20:16:48.897 | ++ inc/python:pip_install:293 : return 0 2021-04-09 20:16:48.899 | ++ lib/tempest:configure_tempest:137 : local image_lines 2021-04-09 20:16:48.901 | ++ lib/tempest:configure_tempest:138 : local images 2021-04-09 20:16:48.904 | ++ lib/tempest:configure_tempest:139 : local num_images 2021-04-09 20:16:48.906 | ++ lib/tempest:configure_tempest:140 : local image_uuid 2021-04-09 20:16:48.908 | ++ lib/tempest:configure_tempest:141 : local image_uuid_alt 2021-04-09 20:16:48.910 | ++ lib/tempest:configure_tempest:142 : local password 2021-04-09 20:16:48.912 | ++ lib/tempest:configure_tempest:143 : local line 2021-04-09 20:16:48.914 | ++ lib/tempest:configure_tempest:144 : local flavors 2021-04-09 20:16:48.916 | ++ lib/tempest:configure_tempest:145 : local available_flavors 2021-04-09 20:16:48.918 | ++ lib/tempest:configure_tempest:146 : local flavors_ref 2021-04-09 20:16:48.920 | ++ lib/tempest:configure_tempest:147 : local flavor_lines 2021-04-09 20:16:48.923 | ++ lib/tempest:configure_tempest:148 : local flavor_ref_size 2021-04-09 20:16:48.925 | ++ lib/tempest:configure_tempest:149 : local flavor_ref_alt_size 2021-04-09 20:16:48.927 | ++ lib/tempest:configure_tempest:150 : local public_network_id 2021-04-09 20:16:48.929 | ++ lib/tempest:configure_tempest:151 : local public_router_id 2021-04-09 20:16:48.931 | ++ lib/tempest:configure_tempest:152 : local ssh_connect_method=floating 2021-04-09 20:16:48.933 | ++ lib/tempest:configure_tempest:153 : local disk 2021-04-09 20:16:48.936 | ++ lib/tempest:configure_tempest:156 : ifs=' 2021-04-09 20:16:48.936 | ' 2021-04-09 20:16:48.938 | ++ lib/tempest:configure_tempest:166 : declare -a images 2021-04-09 20:16:48.940 | ++ lib/tempest:configure_tempest:168 : is_service_enabled glance 2021-04-09 20:16:48.955 | ++ functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:16:48.958 | ++ lib/tempest:configure_tempest:169 : read -r IMAGE_NAME IMAGE_UUID 2021-04-09 20:16:48.958 | +++ lib/tempest:configure_tempest:129 : oscwrap image list --property status=active 2021-04-09 20:16:48.959 | +++ lib/tempest:configure_tempest:129 : awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }' 2021-04-09 20:16:51.549 | +++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:16:51.552 | ++ lib/tempest:configure_tempest:170 : '[' ubuntu-16 = '' ']' 2021-04-09 20:16:51.555 | ++ lib/tempest:configure_tempest:174 : images+=($IMAGE_UUID) 2021-04-09 20:16:51.557 | ++ lib/tempest:configure_tempest:169 : read -r IMAGE_NAME IMAGE_UUID 2021-04-09 20:16:51.560 | ++ lib/tempest:configure_tempest:177 : case "${#images[*]}" in 2021-04-09 20:16:51.562 | ++ lib/tempest:configure_tempest:183 : '[' -z '' ']' 2021-04-09 20:16:51.565 | ++ lib/tempest:configure_tempest:184 : image_uuid=77773fd3-9b6b-430e-83ab-1b5168202b98 2021-04-09 20:16:51.567 | ++ lib/tempest:configure_tempest:185 : image_uuid_alt=77773fd3-9b6b-430e-83ab-1b5168202b98 2021-04-09 20:16:51.569 | ++ lib/tempest:configure_tempest:199 : sudo install -d -o ubuntu /opt/stack/tempest/etc 2021-04-09 20:16:51.582 | ++ lib/tempest:configure_tempest:200 : rm -f /opt/stack/tempest/etc/tempest.conf 2021-04-09 20:16:51.585 | ++ lib/tempest:configure_tempest:202 : local password=Passw0rd 2021-04-09 20:16:51.588 | ++ lib/tempest:configure_tempest:205 : local admin_username=admin 2021-04-09 20:16:51.590 | ++ lib/tempest:configure_tempest:206 : local admin_project_name=admin 2021-04-09 20:16:51.592 | ++ lib/tempest:configure_tempest:207 : local admin_domain_name=Default 2021-04-09 20:16:51.595 | ++ lib/tempest:configure_tempest:208 : local alt_username=alt_demo 2021-04-09 20:16:51.597 | ++ lib/tempest:configure_tempest:209 : local alt_project_name=alt_demo 2021-04-09 20:16:51.599 | ++ lib/tempest:configure_tempest:210 : local admin_project_id 2021-04-09 20:16:51.603 | +++ lib/tempest:configure_tempest:211 : oscwrap project list 2021-04-09 20:16:51.603 | +++ lib/tempest:configure_tempest:211 : awk '/ admin / { print $2 }' 2021-04-09 20:16:53.723 | +++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:16:53.727 | ++ lib/tempest:configure_tempest:211 : admin_project_id=ad652990b2da485f916c7ea251f4605f 2021-04-09 20:16:53.729 | ++ lib/tempest:configure_tempest:213 : is_service_enabled nova 2021-04-09 20:16:53.744 | ++ functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:16:53.747 | +++ lib/tempest:configure_tempest:216 : nova flavor-list 2021-04-09 20:16:56.161 | ++ lib/tempest:configure_tempest:216 : available_flavors='+-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-04-09 20:16:56.161 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-04-09 20:16:56.161 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-04-09 20:16:56.161 | | 1 | m1.tiny | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-04-09 20:16:56.161 | | 2 | m1.small | 2048 | 20 | 0 | 0 | 1 | 1.0 | True | - | 2021-04-09 20:16:56.162 | | 3 | m1.medium | 4096 | 40 | 0 | 0 | 2 | 1.0 | True | - | 2021-04-09 20:16:56.162 | | 4 | m1.large | 8192 | 80 | 0 | 0 | 4 | 1.0 | True | - | 2021-04-09 20:16:56.162 | | 42 | m1.nano | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-04-09 20:16:56.162 | | 451 | m1.heat | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-04-09 20:16:56.162 | | 452 | m1.heat2 | 1024 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-04-09 20:16:56.162 | | 5 | m1.xlarge | 16384 | 160 | 0 | 0 | 8 | 1.0 | True | - | 2021-04-09 20:16:56.162 | | 84 | m1.micro | 256 | 2 | 0 | 0 | 1 | 1.0 | True | - | 2021-04-09 20:16:56.162 | | c1 | cirros256 | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-04-09 20:16:56.162 | | d1 | ds512M | 512 | 5 | 0 | 0 | 1 | 1.0 | True | - | 2021-04-09 20:16:56.162 | | d2 | ds1G | 1024 | 10 | 0 | 0 | 1 | 1.0 | True | - | 2021-04-09 20:16:56.162 | | d3 | ds2G | 2048 | 10 | 0 | 0 | 2 | 1.0 | True | - | 2021-04-09 20:16:56.162 | | d4 | ds4G | 4096 | 20 | 0 | 0 | 4 | 1.0 | True | - | 2021-04-09 20:16:56.162 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+' 2021-04-09 20:16:56.164 | ++ lib/tempest:configure_tempest:217 : [[ -z '' ]] 2021-04-09 20:16:56.166 | ++ lib/tempest:configure_tempest:218 : [[ +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-04-09 20:16:56.166 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-04-09 20:16:56.166 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-04-09 20:16:56.166 | | 1 | m1.tiny | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-04-09 20:16:56.166 | | 2 | m1.small | 2048 | 20 | 0 | 0 | 1 | 1.0 | True | - | 2021-04-09 20:16:56.166 | | 3 | m1.medium | 4096 | 40 | 0 | 0 | 2 | 1.0 | True | - | 2021-04-09 20:16:56.166 | | 4 | m1.large | 8192 | 80 | 0 | 0 | 4 | 1.0 | True | - | 2021-04-09 20:16:56.166 | | 42 | m1.nano | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-04-09 20:16:56.167 | | 451 | m1.heat | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-04-09 20:16:56.167 | | 452 | m1.heat2 | 1024 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-04-09 20:16:56.167 | | 5 | m1.xlarge | 16384 | 160 | 0 | 0 | 8 | 1.0 | True | - | 2021-04-09 20:16:56.167 | | 84 | m1.micro | 256 | 2 | 0 | 0 | 1 | 1.0 | True | - | 2021-04-09 20:16:56.167 | | c1 | cirros256 | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-04-09 20:16:56.167 | | d1 | ds512M | 512 | 5 | 0 | 0 | 1 | 1.0 | True | - | 2021-04-09 20:16:56.167 | | d2 | ds1G | 1024 | 10 | 0 | 0 | 1 | 1.0 | True | - | 2021-04-09 20:16:56.167 | | d3 | ds2G | 2048 | 10 | 0 | 0 | 2 | 1.0 | True | - | 2021-04-09 20:16:56.167 | | d4 | ds4G | 4096 | 20 | 0 | 0 | 4 | 1.0 | True | - | 2021-04-09 20:16:56.167 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ =~ m1\.nano ]] 2021-04-09 20:16:56.169 | ++ lib/tempest:configure_tempest:223 : flavor_ref=42 2021-04-09 20:16:56.172 | ++ lib/tempest:configure_tempest:224 : [[ +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-04-09 20:16:56.172 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-04-09 20:16:56.172 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-04-09 20:16:56.172 | | 1 | m1.tiny | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-04-09 20:16:56.172 | | 2 | m1.small | 2048 | 20 | 0 | 0 | 1 | 1.0 | True | - | 2021-04-09 20:16:56.172 | | 3 | m1.medium | 4096 | 40 | 0 | 0 | 2 | 1.0 | True | - | 2021-04-09 20:16:56.172 | | 4 | m1.large | 8192 | 80 | 0 | 0 | 4 | 1.0 | True | - | 2021-04-09 20:16:56.172 | | 42 | m1.nano | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-04-09 20:16:56.172 | | 451 | m1.heat | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-04-09 20:16:56.172 | | 452 | m1.heat2 | 1024 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-04-09 20:16:56.172 | | 5 | m1.xlarge | 16384 | 160 | 0 | 0 | 8 | 1.0 | True | - | 2021-04-09 20:16:56.172 | | 84 | m1.micro | 256 | 2 | 0 | 0 | 1 | 1.0 | True | - | 2021-04-09 20:16:56.172 | | c1 | cirros256 | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-04-09 20:16:56.172 | | d1 | ds512M | 512 | 5 | 0 | 0 | 1 | 1.0 | True | - | 2021-04-09 20:16:56.172 | | d2 | ds1G | 1024 | 10 | 0 | 0 | 1 | 1.0 | True | - | 2021-04-09 20:16:56.172 | | d3 | ds2G | 2048 | 10 | 0 | 0 | 2 | 1.0 | True | - | 2021-04-09 20:16:56.172 | | d4 | ds4G | 4096 | 20 | 0 | 0 | 4 | 1.0 | True | - | 2021-04-09 20:16:56.172 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ =~ m1\.micro ]] 2021-04-09 20:16:56.175 | ++ lib/tempest:configure_tempest:229 : flavor_ref_alt=84 2021-04-09 20:16:56.178 | ++ lib/tempest:configure_tempest:278 : iniset /opt/stack/tempest/etc/tempest.conf network project_network_cidr 172.20.0.0/16 2021-04-09 20:16:56.206 | ++ lib/tempest:configure_tempest:280 : ssh_connect_method=floating 2021-04-09 20:16:56.209 | ++ lib/tempest:configure_tempest:286 : [[ True == \T\r\u\e ]] 2021-04-09 20:16:56.211 | ++ lib/tempest:configure_tempest:286 : is_networking_extension_supported external-net 2021-04-09 20:16:56.213 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : local extension=external-net 2021-04-09 20:16:56.216 | +++ 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-04-09 20:16:58.524 | +++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:16:58.527 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:437 : EXT_LIST='address-scope 2021-04-09 20:16:58.527 | router-admin-state-down-before-update 2021-04-09 20:16:58.527 | agent 2021-04-09 20:16:58.527 | agent-resources-synced 2021-04-09 20:16:58.527 | allowed-address-pairs 2021-04-09 20:16:58.528 | auto-allocated-topology 2021-04-09 20:16:58.528 | availability_zone 2021-04-09 20:16:58.528 | availability_zone_filter 2021-04-09 20:16:58.528 | default-subnetpools 2021-04-09 20:16:58.528 | dhcp_agent_scheduler 2021-04-09 20:16:58.528 | dvr 2021-04-09 20:16:58.528 | empty-string-filtering 2021-04-09 20:16:58.528 | external-net 2021-04-09 20:16:58.528 | extra_dhcp_opt 2021-04-09 20:16:58.528 | extraroute 2021-04-09 20:16:58.528 | extraroute-atomic 2021-04-09 20:16:58.528 | filter-validation 2021-04-09 20:16:58.528 | fip-port-details 2021-04-09 20:16:58.528 | flavors 2021-04-09 20:16:58.528 | floatingip-pools 2021-04-09 20:16:58.528 | ip-substring-filtering 2021-04-09 20:16:58.528 | router 2021-04-09 20:16:58.528 | ext-gw-mode 2021-04-09 20:16:58.528 | l3-ha 2021-04-09 20:16:58.528 | l3-flavors 2021-04-09 20:16:58.528 | l3-port-ip-change-not-allowed 2021-04-09 20:16:58.528 | l3_agent_scheduler 2021-04-09 20:16:58.529 | metering 2021-04-09 20:16:58.529 | multi-provider 2021-04-09 20:16:58.529 | net-mtu 2021-04-09 20:16:58.529 | net-mtu-writable 2021-04-09 20:16:58.529 | network_availability_zone 2021-04-09 20:16:58.529 | network-ip-availability 2021-04-09 20:16:58.529 | pagination 2021-04-09 20:16:58.529 | port-mac-address-regenerate 2021-04-09 20:16:58.529 | binding 2021-04-09 20:16:58.529 | binding-extended 2021-04-09 20:16:58.529 | port-security 2021-04-09 20:16:58.529 | project-id 2021-04-09 20:16:58.529 | provider 2021-04-09 20:16:58.529 | quotas 2021-04-09 20:16:58.529 | quota_details 2021-04-09 20:16:58.529 | rbac-policies 2021-04-09 20:16:58.529 | rbac-security-groups 2021-04-09 20:16:58.529 | revision-if-match 2021-04-09 20:16:58.529 | standard-attr-revisions 2021-04-09 20:16:58.529 | router_availability_zone 2021-04-09 20:16:58.529 | port-security-groups-filtering 2021-04-09 20:16:58.529 | security-group 2021-04-09 20:16:58.529 | service-type 2021-04-09 20:16:58.529 | sorting 2021-04-09 20:16:58.529 | standard-attr-description 2021-04-09 20:16:58.529 | subnet_onboard 2021-04-09 20:16:58.529 | subnet-service-types 2021-04-09 20:16:58.529 | subnet_allocation 2021-04-09 20:16:58.529 | subnetpool-prefix-ops 2021-04-09 20:16:58.529 | standard-attr-tag 2021-04-09 20:16:58.529 | standard-attr-timestamp' 2021-04-09 20:16:58.530 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:438 : [[ address-scope 2021-04-09 20:16:58.530 | router-admin-state-down-before-update 2021-04-09 20:16:58.530 | agent 2021-04-09 20:16:58.530 | agent-resources-synced 2021-04-09 20:16:58.530 | allowed-address-pairs 2021-04-09 20:16:58.531 | auto-allocated-topology 2021-04-09 20:16:58.531 | availability_zone 2021-04-09 20:16:58.531 | availability_zone_filter 2021-04-09 20:16:58.531 | default-subnetpools 2021-04-09 20:16:58.531 | dhcp_agent_scheduler 2021-04-09 20:16:58.531 | dvr 2021-04-09 20:16:58.531 | empty-string-filtering 2021-04-09 20:16:58.531 | external-net 2021-04-09 20:16:58.531 | extra_dhcp_opt 2021-04-09 20:16:58.531 | extraroute 2021-04-09 20:16:58.531 | extraroute-atomic 2021-04-09 20:16:58.531 | filter-validation 2021-04-09 20:16:58.531 | fip-port-details 2021-04-09 20:16:58.531 | flavors 2021-04-09 20:16:58.531 | floatingip-pools 2021-04-09 20:16:58.531 | ip-substring-filtering 2021-04-09 20:16:58.531 | router 2021-04-09 20:16:58.531 | ext-gw-mode 2021-04-09 20:16:58.531 | l3-ha 2021-04-09 20:16:58.531 | l3-flavors 2021-04-09 20:16:58.531 | l3-port-ip-change-not-allowed 2021-04-09 20:16:58.531 | l3_agent_scheduler 2021-04-09 20:16:58.531 | metering 2021-04-09 20:16:58.531 | multi-provider 2021-04-09 20:16:58.531 | net-mtu 2021-04-09 20:16:58.531 | net-mtu-writable 2021-04-09 20:16:58.531 | network_availability_zone 2021-04-09 20:16:58.531 | network-ip-availability 2021-04-09 20:16:58.531 | pagination 2021-04-09 20:16:58.531 | port-mac-address-regenerate 2021-04-09 20:16:58.531 | binding 2021-04-09 20:16:58.531 | binding-extended 2021-04-09 20:16:58.531 | port-security 2021-04-09 20:16:58.531 | project-id 2021-04-09 20:16:58.531 | provider 2021-04-09 20:16:58.531 | quotas 2021-04-09 20:16:58.531 | quota_details 2021-04-09 20:16:58.531 | rbac-policies 2021-04-09 20:16:58.531 | rbac-security-groups 2021-04-09 20:16:58.531 | revision-if-match 2021-04-09 20:16:58.531 | standard-attr-revisions 2021-04-09 20:16:58.531 | router_availability_zone 2021-04-09 20:16:58.531 | port-security-groups-filtering 2021-04-09 20:16:58.531 | security-group 2021-04-09 20:16:58.531 | service-type 2021-04-09 20:16:58.531 | sorting 2021-04-09 20:16:58.531 | standard-attr-description 2021-04-09 20:16:58.531 | subnet_onboard 2021-04-09 20:16:58.531 | subnet-service-types 2021-04-09 20:16:58.531 | subnet_allocation 2021-04-09 20:16:58.531 | subnetpool-prefix-ops 2021-04-09 20:16:58.532 | standard-attr-tag 2021-04-09 20:16:58.532 | standard-attr-timestamp =~ external-net ]] 2021-04-09 20:16:58.533 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:438 : return 0 2021-04-09 20:16:58.536 | +++ lib/tempest:configure_tempest:287 : oscwrap network show -f value -c id public 2021-04-09 20:17:00.942 | +++ functions-common:oscwrap:2376 : return 0 2021-04-09 20:17:00.945 | ++ lib/tempest:configure_tempest:287 : public_network_id=ea053a11-6547-4266-bc2b-7bbdd9fb1634 2021-04-09 20:17:00.947 | ++ lib/tempest:configure_tempest:289 : openstack network create --share shared 2021-04-09 20:17:03.572 | +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-04-09 20:17:03.572 | | Field | Value | 2021-04-09 20:17:03.572 | +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-04-09 20:17:03.572 | | admin_state_up | UP | 2021-04-09 20:17:03.572 | | availability_zone_hints | | 2021-04-09 20:17:03.572 | | availability_zones | | 2021-04-09 20:17:03.572 | | created_at | 2021-04-09T20:17:03Z | 2021-04-09 20:17:03.572 | | description | | 2021-04-09 20:17:03.572 | | dns_domain | None | 2021-04-09 20:17:03.572 | | id | 14fb785b-437f-40b1-9f4a-33c24c5a82ce | 2021-04-09 20:17:03.572 | | ipv4_address_scope | None | 2021-04-09 20:17:03.572 | | ipv6_address_scope | None | 2021-04-09 20:17:03.572 | | is_default | False | 2021-04-09 20:17:03.572 | | is_vlan_transparent | None | 2021-04-09 20:17:03.572 | | location | cloud='', project.domain_id='default', project.domain_name=, project.id='ad652990b2da485f916c7ea251f4605f', project.name='admin', region_name='RegionOne', zone= | 2021-04-09 20:17:03.572 | | mtu | 1500 | 2021-04-09 20:17:03.572 | | name | shared | 2021-04-09 20:17:03.572 | | port_security_enabled | True | 2021-04-09 20:17:03.572 | | project_id | ad652990b2da485f916c7ea251f4605f | 2021-04-09 20:17:03.572 | | provider:network_type | vlan | 2021-04-09 20:17:03.572 | | provider:physical_network | physnet1 | 2021-04-09 20:17:03.572 | | provider:segmentation_id | 1001 | 2021-04-09 20:17:03.572 | | qos_policy_id | None | 2021-04-09 20:17:03.572 | | revision_number | 1 | 2021-04-09 20:17:03.572 | | router:external | Internal | 2021-04-09 20:17:03.572 | | segments | None | 2021-04-09 20:17:03.572 | | shared | True | 2021-04-09 20:17:03.572 | | status | ACTIVE | 2021-04-09 20:17:03.572 | | subnets | | 2021-04-09 20:17:03.572 | | tags | | 2021-04-09 20:17:03.572 | | updated_at | 2021-04-09T20:17:03Z | 2021-04-09 20:17:03.572 | +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-04-09 20:17:03.688 | ++ lib/tempest:configure_tempest:290 : openstack subnet create --description shared-subnet --subnet-range 192.168.233.0/24 --network shared shared-subnet 2021-04-09 20:17:06.960 | +-------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-04-09 20:17:06.960 | | Field | Value | 2021-04-09 20:17:06.960 | +-------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-04-09 20:17:06.960 | | allocation_pools | 192.168.233.2-192.168.233.254 | 2021-04-09 20:17:06.960 | | cidr | 192.168.233.0/24 | 2021-04-09 20:17:06.960 | | created_at | 2021-04-09T20:17:06Z | 2021-04-09 20:17:06.960 | | description | shared-subnet | 2021-04-09 20:17:06.960 | | dns_nameservers | | 2021-04-09 20:17:06.960 | | enable_dhcp | True | 2021-04-09 20:17:06.960 | | gateway_ip | 192.168.233.1 | 2021-04-09 20:17:06.960 | | host_routes | | 2021-04-09 20:17:06.960 | | id | 3acf693b-6901-485d-b2a8-889acf88580a | 2021-04-09 20:17:06.960 | | ip_version | 4 | 2021-04-09 20:17:06.960 | | ipv6_address_mode | None | 2021-04-09 20:17:06.960 | | ipv6_ra_mode | None | 2021-04-09 20:17:06.960 | | location | cloud='', project.domain_id='default', project.domain_name=, project.id='ad652990b2da485f916c7ea251f4605f', project.name='admin', region_name='RegionOne', zone= | 2021-04-09 20:17:06.960 | | name | shared-subnet | 2021-04-09 20:17:06.960 | | network_id | 14fb785b-437f-40b1-9f4a-33c24c5a82ce | 2021-04-09 20:17:06.960 | | prefix_length | None | 2021-04-09 20:17:06.960 | | project_id | ad652990b2da485f916c7ea251f4605f | 2021-04-09 20:17:06.960 | | revision_number | 0 | 2021-04-09 20:17:06.960 | | segment_id | None | 2021-04-09 20:17:06.961 | | service_types | | 2021-04-09 20:17:06.961 | | subnetpool_id | None | 2021-04-09 20:17:06.961 | | tags | | 2021-04-09 20:17:06.961 | | updated_at | 2021-04-09T20:17:06Z | 2021-04-09 20:17:06.961 | +-------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-04-09 20:17:07.079 | ++ lib/tempest:configure_tempest:293 : iniset /opt/stack/tempest/etc/tempest.conf DEFAULT use_syslog False 2021-04-09 20:17:07.107 | ++ lib/tempest:configure_tempest:296 : iniset /opt/stack/tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest 2021-04-09 20:17:07.142 | ++ lib/tempest:configure_tempest:297 : mkdir -p /opt/stack/data/tempest 2021-04-09 20:17:07.145 | ++ lib/tempest:configure_tempest:298 : iniset /opt/stack/tempest/etc/tempest.conf DEFAULT use_stderr False 2021-04-09 20:17:07.172 | ++ lib/tempest:configure_tempest:299 : iniset /opt/stack/tempest/etc/tempest.conf DEFAULT log_file tempest.log 2021-04-09 20:17:07.201 | ++ lib/tempest:configure_tempest:300 : iniset /opt/stack/tempest/etc/tempest.conf DEFAULT debug True 2021-04-09 20:17:07.233 | ++ lib/tempest:configure_tempest:303 : iniset /opt/stack/tempest/etc/tempest.conf compute build_timeout 196 2021-04-09 20:17:07.261 | ++ lib/tempest:configure_tempest:304 : iniset /opt/stack/tempest/etc/tempest.conf volume build_timeout 196 2021-04-09 20:17:07.288 | ++ lib/tempest:configure_tempest:307 : iniset /opt/stack/tempest/etc/tempest.conf identity uri http://10.222.0.52/identity/v2.0/ 2021-04-09 20:17:07.316 | ++ lib/tempest:configure_tempest:308 : iniset /opt/stack/tempest/etc/tempest.conf identity uri_v3 http://10.222.0.52/identity/v3 2021-04-09 20:17:07.342 | ++ lib/tempest:configure_tempest:309 : iniset /opt/stack/tempest/etc/tempest.conf identity user_lockout_failure_attempts 2 2021-04-09 20:17:07.368 | ++ lib/tempest:configure_tempest:310 : iniset /opt/stack/tempest/etc/tempest.conf identity user_lockout_duration 10 2021-04-09 20:17:07.394 | ++ lib/tempest:configure_tempest:311 : iniset /opt/stack/tempest/etc/tempest.conf identity user_unique_last_password_count 2 2021-04-09 20:17:07.422 | ++ lib/tempest:configure_tempest:312 : [[ True == \T\r\u\e ]] 2021-04-09 20:17:07.424 | ++ lib/tempest:configure_tempest:313 : iniset /opt/stack/tempest/etc/tempest.conf auth admin_username admin 2021-04-09 20:17:07.468 | ++ lib/tempest:configure_tempest:314 : iniset /opt/stack/tempest/etc/tempest.conf auth admin_password Passw0rd 2021-04-09 20:17:07.499 | ++ lib/tempest:configure_tempest:315 : iniset /opt/stack/tempest/etc/tempest.conf auth admin_project_name admin 2021-04-09 20:17:07.525 | ++ lib/tempest:configure_tempest:316 : iniset /opt/stack/tempest/etc/tempest.conf auth admin_domain_name Default 2021-04-09 20:17:07.556 | ++ lib/tempest:configure_tempest:318 : '[' False == True ']' 2021-04-09 20:17:07.560 | ++ lib/tempest:configure_tempest:323 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled api_v2 False 2021-04-09 20:17:07.589 | ++ lib/tempest:configure_tempest:325 : iniset /opt/stack/tempest/etc/tempest.conf identity auth_version v3 2021-04-09 20:17:07.616 | ++ lib/tempest:configure_tempest:326 : [[ '' != \v\2 ]] 2021-04-09 20:17:07.618 | ++ lib/tempest:configure_tempest:328 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled api_v2_admin False 2021-04-09 20:17:07.644 | ++ lib/tempest:configure_tempest:331 : is_service_enabled tls-proxy 2021-04-09 20:17:07.659 | ++ functions-common:is_service_enabled:1988 : return 1 2021-04-09 20:17:07.662 | ++ lib/tempest:configure_tempest:336 : [[ True = True ]] 2021-04-09 20:17:07.664 | ++ lib/tempest:configure_tempest:337 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled security_compliance True 2021-04-09 20:17:07.691 | ++ lib/tempest:configure_tempest:342 : is_service_enabled ldap 2021-04-09 20:17:07.706 | ++ functions-common:is_service_enabled:1988 : return 1 2021-04-09 20:17:07.708 | ++ lib/tempest:configure_tempest:348 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled project_tags True 2021-04-09 20:17:07.736 | ++ lib/tempest:configure_tempest:352 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled application_credentials True 2021-04-09 20:17:07.762 | ++ lib/tempest:configure_tempest:357 : [[ ! -z '' ]] 2021-04-09 20:17:07.764 | ++ lib/tempest:configure_tempest:360 : '[' libvirt = xenserver ']' 2021-04-09 20:17:07.767 | ++ lib/tempest:configure_tempest:365 : '[' False '!=' True ']' 2021-04-09 20:17:07.769 | ++ lib/tempest:configure_tempest:366 : iniset /opt/stack/tempest/etc/tempest.conf image-feature-enabled api_v1 False 2021-04-09 20:17:07.801 | ++ lib/tempest:configure_tempest:370 : iniset /opt/stack/tempest/etc/tempest.conf compute image_ref 77773fd3-9b6b-430e-83ab-1b5168202b98 2021-04-09 20:17:07.827 | ++ lib/tempest:configure_tempest:371 : iniset /opt/stack/tempest/etc/tempest.conf compute image_ref_alt 77773fd3-9b6b-430e-83ab-1b5168202b98 2021-04-09 20:17:07.853 | ++ lib/tempest:configure_tempest:372 : iniset /opt/stack/tempest/etc/tempest.conf compute flavor_ref 42 2021-04-09 20:17:07.882 | ++ lib/tempest:configure_tempest:373 : iniset /opt/stack/tempest/etc/tempest.conf compute flavor_ref_alt 84 2021-04-09 20:17:07.909 | ++ lib/tempest:configure_tempest:374 : iniset /opt/stack/tempest/etc/tempest.conf validation connect_method floating 2021-04-09 20:17:07.941 | ++ lib/tempest:configure_tempest:375 : is_service_enabled neutron 2021-04-09 20:17:07.957 | ++ functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:17:07.959 | ++ lib/tempest:configure_tempest:383 : [[ -n '' ]] 2021-04-09 20:17:07.961 | ++ lib/tempest:configure_tempest:393 : local tempest_compute_min_microversion=None 2021-04-09 20:17:07.963 | ++ lib/tempest:configure_tempest:394 : local tempest_compute_max_microversion=2.79 2021-04-09 20:17:07.966 | ++ lib/tempest:configure_tempest:397 : [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]] 2021-04-09 20:17:07.968 | ++ lib/tempest:configure_tempest:401 : '[' None == None ']' 2021-04-09 20:17:07.970 | ++ lib/tempest:configure_tempest:402 : inicomment /opt/stack/tempest/etc/tempest.conf compute min_microversion 2021-04-09 20:17:07.988 | ++ lib/tempest:configure_tempest:406 : '[' 2.79 == None ']' 2021-04-09 20:17:07.991 | ++ lib/tempest:configure_tempest:409 : iniset /opt/stack/tempest/etc/tempest.conf compute max_microversion 2.79 2021-04-09 20:17:08.023 | ++ lib/tempest:configure_tempest:412 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled personality False 2021-04-09 20:17:08.052 | ++ lib/tempest:configure_tempest:413 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled resize True 2021-04-09 20:17:08.078 | ++ lib/tempest:configure_tempest:414 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled live_migration False 2021-04-09 20:17:08.113 | ++ lib/tempest:configure_tempest:415 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled change_password False 2021-04-09 20:17:08.139 | ++ lib/tempest:configure_tempest:416 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration True 2021-04-09 20:17:08.166 | ++ lib/tempest:configure_tempest:417 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled live_migrate_back_and_forth False 2021-04-09 20:17:08.194 | ++ lib/tempest:configure_tempest:418 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume False 2021-04-09 20:17:08.221 | ++ lib/tempest:configure_tempest:420 : [[ -n AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter ]] 2021-04-09 20:17:08.223 | ++ 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-04-09 20:17:08.257 | ++ lib/tempest:configure_tempest:424 : [[ False == \T\r\u\e ]] 2021-04-09 20:17:08.259 | ++ lib/tempest:configure_tempest:428 : is_service_enabled n-novnc 2021-04-09 20:17:08.274 | ++ functions-common:is_service_enabled:1988 : return 1 2021-04-09 20:17:08.276 | ++ lib/tempest:configure_tempest:433 : iniset /opt/stack/tempest/etc/tempest.conf network project_networks_reachable false 2021-04-09 20:17:08.303 | ++ lib/tempest:configure_tempest:434 : iniset /opt/stack/tempest/etc/tempest.conf network public_network_id ea053a11-6547-4266-bc2b-7bbdd9fb1634 2021-04-09 20:17:08.331 | ++ lib/tempest:configure_tempest:435 : iniset /opt/stack/tempest/etc/tempest.conf network public_router_id '' 2021-04-09 20:17:08.358 | ++ lib/tempest:configure_tempest:436 : iniset /opt/stack/tempest/etc/tempest.conf network default_network 172.20.0.0/16 2021-04-09 20:17:08.383 | ++ lib/tempest:configure_tempest:437 : iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled ipv6 True 2021-04-09 20:17:08.412 | ++ lib/tempest:configure_tempest:438 : iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True 2021-04-09 20:17:08.439 | ++ lib/tempest:configure_tempest:439 : iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled port_security True 2021-04-09 20:17:08.483 | ++ lib/tempest:configure_tempest:442 : '[' libvirt = xenserver ']' 2021-04-09 20:17:08.485 | ++ lib/tempest:configure_tempest:448 : SCENARIO_IMAGE_DIR=/home/ubuntu/devstack/files 2021-04-09 20:17:08.488 | ++ lib/tempest:configure_tempest:449 : SCENARIO_IMAGE_FILE= 2021-04-09 20:17:08.490 | ++ lib/tempest:configure_tempest:451 : iniset /opt/stack/tempest/etc/tempest.conf scenario img_file /home/ubuntu/devstack/files/ 2021-04-09 20:17:08.521 | ++ lib/tempest:configure_tempest:454 : TEMPEST_SSH_NETWORK_NAME=private 2021-04-09 20:17:08.524 | ++ lib/tempest:configure_tempest:455 : is_provider_network 2021-04-09 20:17:08.526 | ++ functions-common:is_provider_network:2185 : '[' '' == True ']' 2021-04-09 20:17:08.530 | ++ functions-common:is_provider_network:2188 : return 1 2021-04-09 20:17:08.534 | ++ lib/tempest:configure_tempest:459 : iniset /opt/stack/tempest/etc/tempest.conf validation run_validation True 2021-04-09 20:17:08.561 | ++ lib/tempest:configure_tempest:460 : iniset /opt/stack/tempest/etc/tempest.conf validation ip_version_for_ssh 4 2021-04-09 20:17:08.586 | ++ lib/tempest:configure_tempest:461 : iniset /opt/stack/tempest/etc/tempest.conf validation ssh_timeout 196 2021-04-09 20:17:08.618 | ++ lib/tempest:configure_tempest:462 : iniset /opt/stack/tempest/etc/tempest.conf validation image_ssh_user cirros 2021-04-09 20:17:08.645 | ++ lib/tempest:configure_tempest:463 : iniset /opt/stack/tempest/etc/tempest.conf validation network_for_ssh private 2021-04-09 20:17:08.671 | ++ lib/tempest:configure_tempest:470 : [[ -n '' ]] 2021-04-09 20:17:08.674 | ++ lib/tempest:configure_tempest:474 : [[ lvm:lvmdriver-1 == *\l\v\m* ]] 2021-04-09 20:17:08.676 | ++ lib/tempest:configure_tempest:475 : TEMPEST_VOLUME_MANAGE_SNAPSHOT=True 2021-04-09 20:17:08.679 | +++ lib/tempest:configure_tempest:477 : trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT 2021-04-09 20:17:08.695 | ++ lib/tempest:configure_tempest:477 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled manage_snapshot True 2021-04-09 20:17:08.724 | ++ lib/tempest:configure_tempest:479 : [[ lvm:lvmdriver-1 == *\l\v\m* ]] 2021-04-09 20:17:08.726 | ++ lib/tempest:configure_tempest:480 : TEMPEST_VOLUME_MANAGE_VOLUME=True 2021-04-09 20:17:08.729 | +++ lib/tempest:configure_tempest:482 : trueorfalse False TEMPEST_VOLUME_MANAGE_VOLUME 2021-04-09 20:17:08.750 | ++ lib/tempest:configure_tempest:482 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled manage_volume True 2021-04-09 20:17:08.777 | ++ lib/tempest:configure_tempest:485 : [[ lvm:lvmdriver-1 == *\l\v\m* ]] 2021-04-09 20:17:08.780 | ++ lib/tempest:configure_tempest:485 : '[' libvirt = libvirt ']' 2021-04-09 20:17:08.785 | ++ lib/tempest:configure_tempest:486 : TEMPEST_EXTEND_ATTACHED_VOLUME=True 2021-04-09 20:17:08.789 | +++ lib/tempest:configure_tempest:488 : trueorfalse False TEMPEST_EXTEND_ATTACHED_VOLUME 2021-04-09 20:17:08.808 | ++ lib/tempest:configure_tempest:488 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume True 2021-04-09 20:17:08.836 | ++ lib/tempest:configure_tempest:490 : [[ lvm:lvmdriver-1 == *\l\v\m* ]] 2021-04-09 20:17:08.841 | ++ lib/tempest:configure_tempest:491 : TEMPEST_VOLUME_REVERT_TO_SNAPSHOT=True 2021-04-09 20:17:08.844 | +++ lib/tempest:configure_tempest:493 : trueorfalse False TEMPEST_VOLUME_REVERT_TO_SNAPSHOT 2021-04-09 20:17:08.861 | ++ lib/tempest:configure_tempest:493 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled volume_revert True 2021-04-09 20:17:08.889 | ++ lib/tempest:configure_tempest:494 : local tempest_volume_min_microversion=None 2021-04-09 20:17:08.892 | ++ lib/tempest:configure_tempest:495 : local tempest_volume_max_microversion=3.59 2021-04-09 20:17:08.894 | ++ lib/tempest:configure_tempest:498 : [[ '' == \v\o\l\u\m\e\v\2 ]] 2021-04-09 20:17:08.896 | ++ lib/tempest:configure_tempest:502 : '[' None == None ']' 2021-04-09 20:17:08.901 | ++ lib/tempest:configure_tempest:503 : inicomment /opt/stack/tempest/etc/tempest.conf volume min_microversion 2021-04-09 20:17:08.918 | ++ lib/tempest:configure_tempest:508 : '[' 3.59 == None ']' 2021-04-09 20:17:08.922 | ++ lib/tempest:configure_tempest:511 : iniset /opt/stack/tempest/etc/tempest.conf volume max_microversion 3.59 2021-04-09 20:17:08.948 | ++ lib/tempest:configure_tempest:514 : is_service_enabled c-bak 2021-04-09 20:17:08.964 | ++ functions-common:is_service_enabled:1988 : return 1 2021-04-09 20:17:08.967 | ++ lib/tempest:configure_tempest:515 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled backup False 2021-04-09 20:17:08.993 | ++ lib/tempest:configure_tempest:521 : [[ -n lvm:lvmdriver-1 ]] 2021-04-09 20:17:08.995 | ++ lib/tempest:configure_tempest:521 : [[ lvm:lvmdriver-1 =~ .*,.* ]] 2021-04-09 20:17:08.998 | ++ lib/tempest:configure_tempest:541 : '[' default '!=' default -o 'Open Source' '!=' 'Open Source' ']' 2021-04-09 20:17:09.000 | ++ lib/tempest:configure_tempest:545 : '[' default '!=' default -o iSCSI '!=' iSCSI ']' 2021-04-09 20:17:09.002 | ++ lib/tempest:configure_tempest:555 : local tempest_placement_min_microversion=None 2021-04-09 20:17:09.005 | ++ lib/tempest:configure_tempest:556 : local tempest_placement_max_microversion=1.36 2021-04-09 20:17:09.007 | ++ lib/tempest:configure_tempest:557 : '[' None == None ']' 2021-04-09 20:17:09.010 | ++ lib/tempest:configure_tempest:558 : inicomment /opt/stack/tempest/etc/tempest.conf placement min_microversion 2021-04-09 20:17:09.028 | ++ lib/tempest:configure_tempest:562 : '[' 1.36 == None ']' 2021-04-09 20:17:09.031 | ++ lib/tempest:configure_tempest:565 : iniset /opt/stack/tempest/etc/tempest.conf placement max_microversion 1.36 2021-04-09 20:17:09.058 | ++ lib/tempest:configure_tempest:569 : '[' libvirt = ironic ']' 2021-04-09 20:17:09.061 | ++ lib/tempest:configure_tempest:583 : '[' libvirt = libvirt ']' 2021-04-09 20:17:09.063 | ++ lib/tempest:configure_tempest:585 : '[' kvm = lxc ']' 2021-04-09 20:17:09.065 | ++ lib/tempest:configure_tempest:592 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled swap_volume True 2021-04-09 20:17:09.092 | ++ lib/tempest:configure_tempest:601 : local service 2021-04-09 20:17:09.095 | ++ lib/tempest:configure_tempest:602 : local tempest_services=key,glance,nova,neutron,cinder,swift,heat,ceilometer,horizon,sahara,ironic,trove 2021-04-09 20:17:09.097 | ++ lib/tempest:configure_tempest:603 : for service in ${tempest_services//,/ } 2021-04-09 20:17:09.099 | ++ lib/tempest:configure_tempest:604 : is_service_enabled key 2021-04-09 20:17:09.114 | ++ functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:17:09.117 | ++ lib/tempest:configure_tempest:605 : iniset /opt/stack/tempest/etc/tempest.conf service_available key True 2021-04-09 20:17:09.145 | ++ lib/tempest:configure_tempest:603 : for service in ${tempest_services//,/ } 2021-04-09 20:17:09.147 | ++ lib/tempest:configure_tempest:604 : is_service_enabled glance 2021-04-09 20:17:09.163 | ++ functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:17:09.166 | ++ lib/tempest:configure_tempest:605 : iniset /opt/stack/tempest/etc/tempest.conf service_available glance True 2021-04-09 20:17:09.192 | ++ lib/tempest:configure_tempest:603 : for service in ${tempest_services//,/ } 2021-04-09 20:17:09.195 | ++ lib/tempest:configure_tempest:604 : is_service_enabled nova 2021-04-09 20:17:09.211 | ++ functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:17:09.214 | ++ lib/tempest:configure_tempest:605 : iniset /opt/stack/tempest/etc/tempest.conf service_available nova True 2021-04-09 20:17:09.240 | ++ lib/tempest:configure_tempest:603 : for service in ${tempest_services//,/ } 2021-04-09 20:17:09.242 | ++ lib/tempest:configure_tempest:604 : is_service_enabled neutron 2021-04-09 20:17:09.258 | ++ functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:17:09.261 | ++ lib/tempest:configure_tempest:605 : iniset /opt/stack/tempest/etc/tempest.conf service_available neutron True 2021-04-09 20:17:09.289 | ++ lib/tempest:configure_tempest:603 : for service in ${tempest_services//,/ } 2021-04-09 20:17:09.291 | ++ lib/tempest:configure_tempest:604 : is_service_enabled cinder 2021-04-09 20:17:09.308 | ++ functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:17:09.310 | ++ lib/tempest:configure_tempest:605 : iniset /opt/stack/tempest/etc/tempest.conf service_available cinder True 2021-04-09 20:17:09.336 | ++ lib/tempest:configure_tempest:603 : for service in ${tempest_services//,/ } 2021-04-09 20:17:09.339 | ++ lib/tempest:configure_tempest:604 : is_service_enabled swift 2021-04-09 20:17:09.355 | ++ functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:17:09.358 | ++ lib/tempest:configure_tempest:605 : iniset /opt/stack/tempest/etc/tempest.conf service_available swift True 2021-04-09 20:17:09.384 | ++ lib/tempest:configure_tempest:603 : for service in ${tempest_services//,/ } 2021-04-09 20:17:09.386 | ++ lib/tempest:configure_tempest:604 : is_service_enabled heat 2021-04-09 20:17:09.402 | ++ functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:17:09.405 | ++ lib/tempest:configure_tempest:605 : iniset /opt/stack/tempest/etc/tempest.conf service_available heat True 2021-04-09 20:17:09.431 | ++ lib/tempest:configure_tempest:603 : for service in ${tempest_services//,/ } 2021-04-09 20:17:09.433 | ++ lib/tempest:configure_tempest:604 : is_service_enabled ceilometer 2021-04-09 20:17:09.449 | ++ functions-common:is_service_enabled:1988 : return 1 2021-04-09 20:17:09.452 | ++ lib/tempest:configure_tempest:607 : iniset /opt/stack/tempest/etc/tempest.conf service_available ceilometer False 2021-04-09 20:17:09.481 | ++ lib/tempest:configure_tempest:603 : for service in ${tempest_services//,/ } 2021-04-09 20:17:09.483 | ++ lib/tempest:configure_tempest:604 : is_service_enabled horizon 2021-04-09 20:17:09.498 | ++ functions-common:is_service_enabled:1988 : return 1 2021-04-09 20:17:09.501 | ++ lib/tempest:configure_tempest:607 : iniset /opt/stack/tempest/etc/tempest.conf service_available horizon False 2021-04-09 20:17:09.528 | ++ lib/tempest:configure_tempest:603 : for service in ${tempest_services//,/ } 2021-04-09 20:17:09.530 | ++ lib/tempest:configure_tempest:604 : is_service_enabled sahara 2021-04-09 20:17:09.546 | ++ functions-common:is_service_enabled:1988 : return 1 2021-04-09 20:17:09.549 | ++ lib/tempest:configure_tempest:607 : iniset /opt/stack/tempest/etc/tempest.conf service_available sahara False 2021-04-09 20:17:09.581 | ++ lib/tempest:configure_tempest:603 : for service in ${tempest_services//,/ } 2021-04-09 20:17:09.583 | ++ lib/tempest:configure_tempest:604 : is_service_enabled ironic 2021-04-09 20:17:09.602 | ++ functions-common:is_service_enabled:1988 : return 1 2021-04-09 20:17:09.605 | ++ lib/tempest:configure_tempest:607 : iniset /opt/stack/tempest/etc/tempest.conf service_available ironic False 2021-04-09 20:17:09.633 | ++ lib/tempest:configure_tempest:603 : for service in ${tempest_services//,/ } 2021-04-09 20:17:09.635 | ++ lib/tempest:configure_tempest:604 : is_service_enabled trove 2021-04-09 20:17:09.652 | ++ functions-common:is_service_enabled:1988 : return 1 2021-04-09 20:17:09.660 | ++ lib/tempest:configure_tempest:607 : iniset /opt/stack/tempest/etc/tempest.conf service_available trove False 2021-04-09 20:17:09.682 | ++ lib/tempest:configure_tempest:611 : '[' libvirt = libvirt ']' 2021-04-09 20:17:09.685 | ++ lib/tempest:configure_tempest:611 : '[' kvm = lxc ']' 2021-04-09 20:17:09.688 | ++ lib/tempest:configure_tempest:621 : local tmp_cfg_file 2021-04-09 20:17:09.691 | +++ lib/tempest:configure_tempest:622 : mktemp 2021-04-09 20:17:09.697 | ++ lib/tempest:configure_tempest:622 : tmp_cfg_file=/tmp/tmp.qLXoIfhvZf 2021-04-09 20:17:09.700 | ++ lib/tempest:configure_tempest:623 : cd /opt/stack/tempest 2021-04-09 20:17:09.702 | ++ lib/tempest:configure_tempest:624 : [[ False != \T\r\u\e ]] 2021-04-09 20:17:09.705 | ++ lib/tempest:configure_tempest:625 : tox -revenv-tempest --notest 2021-04-09 20:17:10.428 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest 2021-04-09 20:17:16.127 | venv-tempest installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2021-04-09 20:17:33.724 | venv-tempest develop-inst: /opt/stack/tempest 2021-04-09 20:17:39.594 | venv-tempest installed: attrs==20.3.0,bcrypt==3.2.0,certifi==2020.12.5,cffi==1.14.5,chardet==4.0.0,cliff==3.7.0,cmd2==1.5.0,colorama==0.4.4,cryptography==3.4.6,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==3.7.2,importlib-resources==5.1.2,iso8601==0.1.14,jsonschema==3.2.0,linecache2==1.0.0,monotonic==1.5,msgpack==1.0.2,netaddr==0.8.0,netifaces==0.10.9,oslo.concurrency==4.4.0,oslo.config==8.5.0,oslo.context==3.2.0,oslo.i18n==5.0.1,oslo.log==4.4.0,oslo.serialization==4.1.0,oslo.utils==4.8.0,packaging==20.9,paramiko==2.7.2,pbr==5.5.1,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.4.0,six==1.15.0,stestr==3.1.0,stevedore==3.3.0,-e git+https://opendev.org/openstack/tempest@fa0a40b8bbc4f7e93a976f5575f8ad7c1890e0f4#egg=tempest,testtools==2.4.0,traceback2==1.4.0,typing-extensions==3.7.4.3,unittest2==1.1.0,urllib3==1.26.3,voluptuous==0.12.1,wcwidth==0.2.5,wrapt==1.12.1,zipp==3.4.1 2021-04-09 20:17:39.594 | ___________________________________ summary ____________________________________ 2021-04-09 20:17:39.594 | venv-tempest: skipped tests 2021-04-09 20:17:39.594 | congratulations :) 2021-04-09 20:17:39.625 | ++ lib/tempest:configure_tempest:628 : local tmp_u_c_m 2021-04-09 20:17:39.628 | +++ lib/tempest:configure_tempest:629 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2021-04-09 20:17:39.632 | ++ lib/tempest:configure_tempest:629 : tmp_u_c_m=/tmp/tempest_u_c_m.sbiDTOrNbP 2021-04-09 20:17:39.635 | ++ lib/tempest:configure_tempest:630 : set_tempest_venv_constraints /tmp/tempest_u_c_m.sbiDTOrNbP 2021-04-09 20:17:39.638 | ++ lib/tempest:set_tempest_venv_constraints:114 : local tmp_c 2021-04-09 20:17:39.640 | ++ lib/tempest:set_tempest_venv_constraints:115 : tmp_c=/tmp/tempest_u_c_m.sbiDTOrNbP 2021-04-09 20:17:39.642 | ++ lib/tempest:set_tempest_venv_constraints:116 : [[ master == \m\a\s\t\e\r ]] 2021-04-09 20:17:39.646 | ++ lib/tempest:set_tempest_venv_constraints:117 : cd /opt/stack/requirements 2021-04-09 20:17:39.648 | ++ lib/tempest:set_tempest_venv_constraints:117 : git show origin/master:upper-constraints.txt 2021-04-09 20:17:39.655 | ++ lib/tempest:configure_tempest:631 : tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.sbiDTOrNbP -r requirements.txt 2021-04-09 20:17:41.436 | /opt/stack/tempest/.tox/tempest/lib/python3.6/site-packages/pbr/core.py:131: UserWarning: Unknown distribution option: 'requires_python' 2021-04-09 20:17:41.436 | warnings.warn(msg) 2021-04-09 20:17:41.512 | venv-tempest develop-inst-noop: /opt/stack/tempest 2021-04-09 20:17:42.194 | venv-tempest installed: attrs==20.3.0,bcrypt==3.2.0,certifi==2020.12.5,cffi==1.14.5,chardet==4.0.0,cliff==3.7.0,cmd2==1.5.0,colorama==0.4.4,cryptography==3.4.6,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==3.7.2,importlib-resources==5.1.2,iso8601==0.1.14,jsonschema==3.2.0,linecache2==1.0.0,monotonic==1.5,msgpack==1.0.2,netaddr==0.8.0,netifaces==0.10.9,oslo.concurrency==4.4.0,oslo.config==8.5.0,oslo.context==3.2.0,oslo.i18n==5.0.1,oslo.log==4.4.0,oslo.serialization==4.1.0,oslo.utils==4.8.0,packaging==20.9,paramiko==2.7.2,pbr==5.5.1,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.4.0,six==1.15.0,stestr==3.1.0,stevedore==3.3.0,-e git+https://opendev.org/openstack/tempest@fa0a40b8bbc4f7e93a976f5575f8ad7c1890e0f4#egg=tempest,testtools==2.4.0,traceback2==1.4.0,typing-extensions==3.7.4.3,unittest2==1.1.0,urllib3==1.26.3,voluptuous==0.12.1,wcwidth==0.2.5,wrapt==1.12.1,zipp==3.4.1 2021-04-09 20:17:42.195 | venv-tempest run-test-pre: PYTHONHASHSEED='1451323851' 2021-04-09 20:17:42.195 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.sbiDTOrNbP -r requirements.txt 2021-04-09 20:17:43.067 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-04-09 20:17:43.269 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-04-09 20:17:43.447 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-04-09 20:17:43.762 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-04-09 20:17:43.764 | Requirement already satisfied: oslo.concurrency===4.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 24)) (4.4.0) 2021-04-09 20:17:43.775 | Requirement already satisfied: pbr===5.5.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 46)) (5.5.1) 2021-04-09 20:17:43.778 | Requirement already satisfied: oslo.i18n===5.0.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 52)) (5.0.1) 2021-04-09 20:17:43.784 | Requirement already satisfied: fixtures===3.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 62)) (3.0.0) 2021-04-09 20:17:43.796 | Requirement already satisfied: debtcollector===2.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 117)) (2.2.0) 2021-04-09 20:17:43.804 | Requirement already satisfied: netaddr===0.8.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 134)) (0.8.0) 2021-04-09 20:17:43.811 | Requirement already satisfied: prettytable===0.7.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 142)) (0.7.2) 2021-04-09 20:17:43.814 | Requirement already satisfied: paramiko===2.7.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 164)) (2.7.2) 2021-04-09 20:17:43.851 | Requirement already satisfied: urllib3===1.26.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 169)) (1.26.3) 2021-04-09 20:17:43.874 | Requirement already satisfied: python-subunit===1.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 174)) (1.4.0) 2021-04-09 20:17:43.890 | Requirement already satisfied: PyYAML===5.4.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 178)) (5.4.1) 2021-04-09 20:17:43.893 | Requirement already satisfied: cryptography===3.4.6 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 182)) (3.4.6) 2021-04-09 20:17:43.937 | Requirement already satisfied: unittest2===1.1.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 200)) (1.1.0) 2021-04-09 20:17:43.944 | Requirement already satisfied: bcrypt===3.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 208)) (3.2.0) 2021-04-09 20:17:43.955 | Requirement already satisfied: cliff===3.7.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 242)) (3.7.0) 2021-04-09 20:17:43.968 | Requirement already satisfied: oslo.log===4.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 275)) (4.4.0) 2021-04-09 20:17:44.011 | Requirement already satisfied: stestr===3.1.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 303)) (3.1.0) 2021-04-09 20:17:44.043 | Requirement already satisfied: oslo.serialization===4.1.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 304)) (4.1.0) 2021-04-09 20:17:44.052 | Requirement already satisfied: testtools===2.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 341)) (2.4.0) 2021-04-09 20:17:44.071 | Requirement already satisfied: PyNaCl===1.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 381)) (1.4.0) 2021-04-09 20:17:44.085 | Requirement already satisfied: msgpack===1.0.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 388)) (1.0.2) 2021-04-09 20:17:44.088 | Requirement already satisfied: oslo.config===8.5.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 390)) (8.5.0) 2021-04-09 20:17:44.135 | Requirement already satisfied: pyparsing===2.4.7 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 405)) (2.4.7) 2021-04-09 20:17:44.138 | Requirement already satisfied: stevedore===3.3.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 416)) (3.3.0) 2021-04-09 20:17:44.148 | Requirement already satisfied: cmd2===1.5.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 425)) (1.5.0) 2021-04-09 20:17:44.212 | Requirement already satisfied: six===1.15.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 442)) (1.15.0) 2021-04-09 20:17:44.216 | Requirement already satisfied: wrapt===1.12.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 469)) (1.12.1) 2021-04-09 20:17:44.219 | Requirement already satisfied: rfc3986===1.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 480)) (1.4.0) 2021-04-09 20:17:44.224 | Requirement already satisfied: future===0.18.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 483)) (0.18.2) 2021-04-09 20:17:44.227 | Requirement already satisfied: importlib-resources===5.1.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 510)) (5.1.2) 2021-04-09 20:17:44.254 | Requirement already satisfied: cffi===1.14.5 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 524)) (1.14.5) 2021-04-09 20:17:44.259 | Requirement already satisfied: jsonschema===3.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 527)) (3.2.0) 2021-04-09 20:17:44.292 | Requirement already satisfied: zipp===3.4.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 540)) (3.4.1) 2021-04-09 20:17:44.320 | Requirement already satisfied: fasteners===0.14.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 553)) (0.14.1) 2021-04-09 20:17:44.326 | Requirement already satisfied: oslo.utils===4.8.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 559)) (4.8.0) 2021-04-09 20:17:44.343 | Requirement already satisfied: python-dateutil===2.8.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 566)) (2.8.1) 2021-04-09 20:17:44.348 | Requirement already satisfied: colorama===0.4.4 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 569)) (0.4.4) 2021-04-09 20:17:44.353 | Requirement already satisfied: pytz===2021.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 572)) (2021.1) 2021-04-09 20:17:44.358 | Requirement already satisfied: setuptools===54.1.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 579)) (54.1.1) 2021-04-09 20:17:44.412 | Requirement already satisfied: extras===1.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 160)) (1.0.0) 2021-04-09 20:17:44.415 | Requirement already satisfied: traceback2===1.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 145)) (1.4.0) 2021-04-09 20:17:44.419 | Requirement already satisfied: argparse in ./.tox/tempest/lib/python3.6/site-packages (from unittest2===1.1.0->-c /tmp/tempest_u_c_m.sbiDTOrNbP (line 200)) (1.4.0) 2021-04-09 20:17:44.421 | Requirement already satisfied: pyinotify===0.9.6 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 116)) (0.9.6) 2021-04-09 20:17:44.424 | Requirement already satisfied: oslo.context===3.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 55)) (3.2.0) 2021-04-09 20:17:44.430 | Requirement already satisfied: voluptuous===0.12.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 2)) (0.12.1) 2021-04-09 20:17:44.435 | Requirement already satisfied: python-mimeparse===1.6.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 96)) (1.6.0) 2021-04-09 20:17:44.438 | Requirement already satisfied: requests===2.25.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 217)) (2.25.1) 2021-04-09 20:17:44.459 | Requirement already satisfied: importlib-metadata===3.7.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 278)) (3.7.2) 2021-04-09 20:17:44.500 | Requirement already satisfied: wcwidth===0.2.5 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 139)) (0.2.5) 2021-04-09 20:17:44.505 | Requirement already satisfied: pyperclip===1.8.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 266)) (1.8.2) 2021-04-09 20:17:44.509 | Requirement already satisfied: attrs===20.3.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 49)) (20.3.0) 2021-04-09 20:17:44.556 | Requirement already satisfied: pycparser===2.20 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 176)) (2.20) 2021-04-09 20:17:44.559 | Requirement already satisfied: pyrsistent===0.17.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 478)) (0.17.3) 2021-04-09 20:17:44.563 | Requirement already satisfied: monotonic===1.5 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 496)) (1.5) 2021-04-09 20:17:44.566 | Requirement already satisfied: netifaces===0.10.9 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 503)) (0.10.9) 2021-04-09 20:17:44.569 | Requirement already satisfied: iso8601===0.1.14 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 355)) (0.1.14) 2021-04-09 20:17:44.572 | Requirement already satisfied: packaging===20.9 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 329)) (20.9) 2021-04-09 20:17:44.578 | Requirement already satisfied: linecache2===1.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 357)) (1.0.0) 2021-04-09 20:17:44.581 | Requirement already satisfied: chardet===4.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 3)) (4.0.0) 2021-04-09 20:17:44.585 | Requirement already satisfied: idna===2.10 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 359)) (2.10) 2021-04-09 20:17:44.588 | Requirement already satisfied: certifi===2020.12.5 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 41)) (2020.12.5) 2021-04-09 20:17:44.592 | Requirement already satisfied: typing-extensions===3.7.4.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.sbiDTOrNbP (line 567)) (3.7.4.3) 2021-04-09 20:17:44.700 | WARNING: You are using pip version 19.2.3, however version 21.0.1 is available. 2021-04-09 20:17:44.700 | You should consider upgrading via the 'pip install --upgrade pip' command. 2021-04-09 20:17:44.763 | ___________________________________ summary ____________________________________ 2021-04-09 20:17:44.763 | venv-tempest: commands succeeded 2021-04-09 20:17:44.763 | congratulations :) 2021-04-09 20:17:44.795 | ++ lib/tempest:configure_tempest:632 : rm -f /tmp/tempest_u_c_m.sbiDTOrNbP 2021-04-09 20:17:44.799 | ++ lib/tempest:configure_tempest:635 : iniset /opt/stack/tempest/etc/tempest.conf auth tempest_roles member 2021-04-09 20:17:44.827 | ++ lib/tempest:configure_tempest:636 : [[ False == \T\r\u\e ]] 2021-04-09 20:17:44.829 | ++ lib/tempest:configure_tempest:644 : [[ True == \F\a\l\s\e ]] 2021-04-09 20:17:44.831 | ++ lib/tempest:configure_tempest:648 : iniset /opt/stack/tempest/etc/tempest.conf auth use_dynamic_credentials True 2021-04-09 20:17:44.866 | ++ lib/tempest:configure_tempest:654 : tox -evenv -- tempest verify-config -uro /tmp/tmp.qLXoIfhvZf 2021-04-09 20:17:45.605 | venv create: /opt/stack/tempest/.tox/venv 2021-04-09 20:17:51.196 | venv installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt, -r/opt/stack/tempest/doc/requirements.txt 2021-04-09 20:18:21.939 | venv develop-inst: /opt/stack/tempest 2021-04-09 20:18:31.027 | venv installed: alabaster==0.7.12,attrs==20.3.0,Babel==2.9.0,bcrypt==3.2.0,certifi==2020.12.5,cffi==1.14.5,chardet==4.0.0,cliff==3.7.0,cmd2==1.5.0,colorama==0.4.4,cryptography==3.4.6,debtcollector==2.2.0,docutils==0.16,dulwich==0.20.20,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==3.7.2,importlib-resources==5.1.2,iso8601==0.1.14,Jinja2==2.11.3,jsonschema==3.2.0,linecache2==1.0.0,MarkupSafe==1.1.1,monotonic==1.5,msgpack==1.0.2,netaddr==0.8.0,netifaces==0.10.9,openstackdocstheme==2.2.7,oslo.concurrency==4.4.0,oslo.config==8.5.0,oslo.context==3.2.0,oslo.i18n==5.0.1,oslo.log==4.4.0,oslo.serialization==4.1.0,oslo.utils==4.8.0,packaging==20.9,paramiko==2.7.2,pbr==5.5.1,prettytable==0.7.2,pycparser==2.20,Pygments==2.8.1,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.4.0,six==1.15.0,snowballstemmer==2.1.0,Sphinx==3.5.2,sphinxcontrib-applehelp==1.0.2,sphinxcontrib-devhelp==1.0.2,sphinxcontrib-htmlhelp==1.0.3,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-qthelp==1.0.3,sphinxcontrib-serializinghtml==1.1.4,sphinxcontrib-svg2pdfconverter==1.1.1,stestr==3.1.0,stevedore==3.3.0,-e git+https://opendev.org/openstack/tempest@fa0a40b8bbc4f7e93a976f5575f8ad7c1890e0f4#egg=tempest,testtools==2.4.0,traceback2==1.4.0,typing-extensions==3.7.4.3,unittest2==1.1.0,urllib3==1.26.3,voluptuous==0.12.1,wcwidth==0.2.5,wrapt==1.12.1,zipp==3.4.1 2021-04-09 20:18:31.029 | venv run-test-pre: PYTHONHASHSEED='2131298096' 2021-04-09 20:18:31.029 | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.qLXoIfhvZf 2021-04-09 20:18:35.395 | /opt/stack/tempest/tempest/lib/services/clients.py:211: 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-04-09 20:18:35.395 | _client = klass(auth_provider=auth_provider, **kwargs) 2021-04-09 20:18:35.395 | Config option api_v2 in group image-feature-enabled should be changed to: False 2021-04-09 20:18:35.502 | ___________________________________ summary ____________________________________ 2021-04-09 20:18:35.502 | venv: commands succeeded 2021-04-09 20:18:35.502 | congratulations :) 2021-04-09 20:18:35.532 | ++ lib/tempest:configure_tempest:659 : is_service_enabled q-metering 2021-04-09 20:18:35.549 | ++ functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:18:35.551 | ++ lib/tempest:configure_tempest:664 : is_service_enabled q-l3 2021-04-09 20:18:35.567 | ++ functions-common:is_service_enabled:1988 : return 0 2021-04-09 20:18:35.569 | ++ lib/tempest:configure_tempest:667 : DEFAULT_NET_EXT=address-scope,agent,allowed-address-pairs,auto-allocated-topology 2021-04-09 20:18:35.572 | ++ lib/tempest:configure_tempest:668 : DEFAULT_NET_EXT+=,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler 2021-04-09 20:18:35.575 | ++ lib/tempest:configure_tempest:669 : DEFAULT_NET_EXT+=,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors 2021-04-09 20:18:35.577 | ++ lib/tempest:configure_tempest:670 : DEFAULT_NET_EXT+=,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu 2021-04-09 20:18:35.579 | ++ lib/tempest:configure_tempest:671 : DEFAULT_NET_EXT+=,network-ip-availability,network_availability_zone,pagination 2021-04-09 20:18:35.582 | ++ lib/tempest:configure_tempest:672 : DEFAULT_NET_EXT+=,port-security,project-id,provider,quotas,quota_details,rbac-policies 2021-04-09 20:18:35.584 | ++ lib/tempest:configure_tempest:673 : DEFAULT_NET_EXT+=,revision-if-match,router,router_availability_zone,security-group,service-type,sorting 2021-04-09 20:18:35.586 | ++ lib/tempest:configure_tempest:674 : DEFAULT_NET_EXT+=,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp 2021-04-09 20:18:35.588 | ++ lib/tempest:configure_tempest:675 : DEFAULT_NET_EXT+=,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering 2021-04-09 20:18:35.591 | ++ lib/tempest:configure_tempest:676 : DEFAULT_NET_EXT+=,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate 2021-04-09 20:18:35.593 | ++ lib/tempest:configure_tempest:677 : DEFAULT_NET_EXT+=,port-security-groups-filtering,fip-port-details,binding-extended 2021-04-09 20:18:35.595 | ++ lib/tempest:configure_tempest:678 : DEFAULT_NET_EXT+=,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced 2021-04-09 20:18:35.598 | ++ lib/tempest:configure_tempest:679 : DEFAULT_NET_EXT+=,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update 2021-04-09 20:18:35.600 | ++ 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-04-09 20:18:35.603 | ++ lib/tempest:configure_tempest:681 : [[ ! -z '' ]] 2021-04-09 20:18:35.605 | ++ lib/tempest:configure_tempest:687 : [[ -n '' ]] 2021-04-09 20:18:35.608 | ++ 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-04-09 20:18:35.635 | ++ lib/tempest:configure_tempest:692 : DEFAULT_SWIFT_OPT=account_quotas,bulk_delete,bulk_upload,container_quotas 2021-04-09 20:18:35.638 | ++ lib/tempest:configure_tempest:693 : DEFAULT_SWIFT_OPT+=,container_sync,crossdomain,formpost,ratelimit,slo 2021-04-09 20:18:35.640 | ++ lib/tempest:configure_tempest:694 : DEFAULT_SWIFT_OPT+=,staticweb,tempauth,tempurl,versioned_writes 2021-04-09 20:18:35.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-04-09 20:18:35.645 | ++ lib/tempest:configure_tempest:696 : [[ ! -z '' ]] 2021-04-09 20:18:35.648 | ++ 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-04-09 20:18:35.677 | ++ lib/tempest:configure_tempest:712 : local network_available_features= 2021-04-09 20:18:35.679 | ++ lib/tempest:configure_tempest:713 : iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled available_features 2021-04-09 20:18:35.707 | ++ lib/tempest:configure_tempest:715 : DEFAULT_VOL_EXT=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups 2021-04-09 20:18:35.709 | ++ lib/tempest:configure_tempest:716 : DEFAULT_VOL_EXT+=,encryption,os-admin-actions,os-availability-zone 2021-04-09 20:18:35.712 | ++ lib/tempest:configure_tempest:717 : DEFAULT_VOL_EXT+=,os-extended-services,os-extended-snapshot-attributes 2021-04-09 20:18:35.714 | ++ lib/tempest:configure_tempest:718 : DEFAULT_VOL_EXT+=,os-hosts,os-quota-class-sets,os-quota-sets 2021-04-09 20:18:35.717 | ++ lib/tempest:configure_tempest:719 : DEFAULT_VOL_EXT+=,os-services,os-snapshot-actions,os-snapshot-manage 2021-04-09 20:18:35.719 | ++ lib/tempest:configure_tempest:720 : DEFAULT_VOL_EXT+=,os-snapshot-unmanage,os-types-extra-specs,os-types-manage 2021-04-09 20:18:35.722 | ++ lib/tempest:configure_tempest:721 : DEFAULT_VOL_EXT+=,os-used-limits,os-vol-host-attr,os-vol-image-meta 2021-04-09 20:18:35.724 | ++ lib/tempest:configure_tempest:722 : DEFAULT_VOL_EXT+=,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions 2021-04-09 20:18:35.726 | ++ lib/tempest:configure_tempest:723 : DEFAULT_VOL_EXT+=,os-volume-encryption-metadata,os-volume-manage 2021-04-09 20:18:35.729 | ++ lib/tempest:configure_tempest:724 : DEFAULT_VOL_EXT+=,os-volume-transfer,os-volume-type-access 2021-04-09 20:18:35.732 | ++ lib/tempest:configure_tempest:725 : DEFAULT_VOL_EXT+=,os-volume-unmanage,qos-specs,scheduler-stats 2021-04-09 20:18:35.735 | ++ 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-04-09 20:18:35.737 | ++ lib/tempest:configure_tempest:727 : [[ ! -z '' ]] 2021-04-09 20:18:35.740 | ++ 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-04-09 20:18:35.768 | ++ lib/tempest:configure_tempest:736 : IFS=' 2021-04-09 20:18:35.769 | ' 2021-04-09 20:18:35.772 | ++ extras.d/80-tempest.sh:source:22 : echo_summary 'Installing Tempest Plugins' 2021-04-09 20:18:35.774 | ++ ./stack.sh:echo_summary:455 : [[ -t 3 ]] 2021-04-09 20:18:35.778 | ++ ./stack.sh:echo_summary:461 : echo -e Installing Tempest Plugins 2021-04-09 20:18:35.780 | ++ extras.d/80-tempest.sh:source:23 : install_tempest_plugins 2021-04-09 20:18:35.783 | ++ lib/tempest:install_tempest_plugins:765 : pushd /opt/stack/tempest 2021-04-09 20:18:35.783 | /opt/stack/tempest /opt/stack/tempest 2021-04-09 20:18:35.786 | ++ lib/tempest:install_tempest_plugins:766 : [[ 0 != 0 ]] 2021-04-09 20:18:35.789 | ++ lib/tempest:install_tempest_plugins:775 : popd 2021-04-09 20:18:35.789 | /opt/stack/tempest 2021-04-09 20:18:35.792 | ++ extras.d/80-tempest.sh:source:26 : [[ stack == \u\n\s\t\a\c\k ]] 2021-04-09 20:18:35.795 | ++ extras.d/80-tempest.sh:source:31 : [[ stack == \c\l\e\a\n ]] 2021-04-09 20:18:35.798 | + functions-common:run_phase:1781 : [[ stack == \s\o\u\r\c\e ]] 2021-04-09 20:18:35.801 | + functions-common:run_phase:1784 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-04-09 20:18:35.804 | + functions-common:run_phase:1787 : run_plugins stack test-config 2021-04-09 20:18:35.806 | + functions-common:run_plugins:1746 : local mode=stack 2021-04-09 20:18:35.810 | + functions-common:run_plugins:1747 : local phase=test-config 2021-04-09 20:18:35.813 | + functions-common:run_plugins:1749 : local plugins= 2021-04-09 20:18:35.816 | + functions-common:run_plugins:1750 : local plugin 2021-04-09 20:18:35.819 | + ./stack.sh:main:1501 : merge_config_group /home/ubuntu/devstack/local.conf test-config 2021-04-09 20:18:35.822 | + inc/meta-config:merge_config_group:171 : local localfile=/home/ubuntu/devstack/local.conf 2021-04-09 20:18:35.825 | + inc/meta-config:merge_config_group:171 : shift 2021-04-09 20:18:35.828 | + inc/meta-config:merge_config_group:172 : local matchgroups=test-config 2021-04-09 20:18:35.831 | + inc/meta-config:merge_config_group:174 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-04-09 20:18:35.834 | + inc/meta-config:merge_config_group:176 : local configfile group 2021-04-09 20:18:35.836 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2021-04-09 20:18:35.840 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /home/ubuntu/devstack/local.conf test-config 2021-04-09 20:18:35.843 | ++ inc/meta-config:get_meta_section_files:63 : local file=/home/ubuntu/devstack/local.conf 2021-04-09 20:18:35.846 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=test-config 2021-04-09 20:18:35.849 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-04-09 20:18:35.852 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=test-config ' 2021-04-09 20:18:35.852 | /^\[\[.+\|.*\]\]/ { 2021-04-09 20:18:35.852 | gsub("[][]", "", $1); 2021-04-09 20:18:35.852 | split($1, a, "|"); 2021-04-09 20:18:35.852 | if (a[1] == matchgroup) 2021-04-09 20:18:35.852 | print a[2] 2021-04-09 20:18:35.852 | } 2021-04-09 20:18:35.852 | ' /home/ubuntu/devstack/local.conf ========================= DevStack Component Timing (times are in seconds) ========================= run_process 24 test_with_retry 5 apt-get-update 2 osc 359 wait_for_service 24 git_timed 7 dbsync 275 pip_install 241 apt-get 504 ------------------------- Unaccounted time 874 ========================= Total runtime 2315 This is your host IP address: 10.222.0.52 This is your host IPv6 address: ::1 Keystone is serving at http://10.222.0.52/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: 32fa6a4e5ae19adad2b82b9c39d58ea0721c959f Merge "Add a variable to configure the Tempest venv upper constraints" into stable/train 2021-03-10 21:09:09 +0000 OS Version: Ubuntu 18.04 bionic